Ardennes Hafen Client

Forum for alternative clients, mods & discussions on the same.

Re: Ardennes Hafen Client

Postby Omnipotent » Tue Mar 19, 2019 1:25 am

Ardennesss wrote:Yeah the long term goal is to not need to be a gate keeper for alarm additions but currently it requires that every alarm be added to a list to load. I don't know that dropdown lists support scroll bars in general, might have to check and see. I'll be overhauling that entire system again in the next couple weeks anyway since the way boshaw does alarms is massively superior.

Yeah, had a feeling that was the case. That makes perfect sense. Sounds good, thanks again!
User avatar
Omnipotent
 
Posts: 291
Joined: Wed Aug 19, 2009 9:55 pm
Location: California

Re: Ardennes Hafen Client

Postby LaserSaysPew » Fri Mar 22, 2019 12:56 am

Can you please move the "Craft" button back to where it was? It's so uncomfortable to click on combat decks when I'm trying to craft something ^^
User avatar
LaserSaysPew
 
Posts: 359
Joined: Mon Dec 03, 2012 6:25 pm

Re: Ardennes Hafen Client

Postby Ardennesss » Fri Mar 22, 2019 1:09 am

LaserSaysPew wrote:Can you please move the "Craft" button back to where it was? It's so uncomfortable to click on combat decks when I'm trying to craft something ^^
Moving the new buttons to the bottom of menugrid tonight.
ImageImage
ImageImageImageImage
User avatar
Ardennesss
 
Posts: 1127
Joined: Sun Oct 06, 2013 4:22 pm

Re: Ardennes Hafen Client

Postby Vanko » Fri Mar 22, 2019 8:42 pm

I have some performance issues, possibly a memory leak. It started a few days ago. I tried to redownload a client, and put it in a new folder. Still, the problem persisted - after a few minutes of playing, my fps drops and drops till it is not playable anymore. I tried the Amber client and I don't have any performance issues there.

Is there a way to reset Ardeness client settings totally? I noticed that after creating a new folder for a new client, all my settings persisted. I would like to clear them all, and check if the problem still occurs.

I have this log (after I waited long enough for a game to crash:

Code: Select all
Java 1.8.0_201-b09
OS Windows 10 10.0 amd64
GPU NVIDIA Corporation (GeForce GTX 770/PCIe/SSE2) - 4.6.0 NVIDIA 411.63
haven.Defer$DeferredException: java.lang.OutOfMemoryError: GC overhead limit exceeded
   at haven.Defer$Future.get(Defer.java:188)
   at haven.Defer$Future.get(Defer.java:200)
   at haven.MCache$Grid.getcut(MCache.java:212)
   at haven.MCache.getcut(MCache.java:596)
   at haven.MCache.reqarea(MCache.java:770)
   at haven.MapView.draw(MapView.java:1567)
   at haven.Widget.draw(Widget.java:743)
   at haven.Widget.draw(Widget.java:748)
   at haven.GameUI.draw(GameUI.java:958)
   at haven.Widget.draw(Widget.java:743)
   at haven.Widget.draw(Widget.java:748)
   at haven.RootWidget.draw(RootWidget.java:74)
   at haven.UI.draw(UI.java:156)
   at haven.HavenPanel.rootdraw(HavenPanel.java:363)
   at haven.HavenPanel.run(HavenPanel.java:630)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
Vanko
 
Posts: 25
Joined: Wed Sep 01, 2010 11:18 pm

Re: Ardennes Hafen Client

Postby Ardennesss » Fri Mar 22, 2019 11:01 pm

The issue is using Java 32 bit instead of 64.

Vanko wrote:Java 1.8.0_201-b09
ImageImage
ImageImageImageImage
User avatar
Ardennesss
 
Posts: 1127
Joined: Sun Oct 06, 2013 4:22 pm

Re: Ardennes Hafen Client

Postby Vanko » Fri Mar 22, 2019 11:39 pm

Isn't it 64-bit version? The problem appeared just a few days ago, and I am using this client since begining of this world. Any way of restarting all things related to this client to default ones?

Code: Select all
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
Vanko
 
Posts: 25
Joined: Wed Sep 01, 2010 11:18 pm

Re: Ardennes Hafen Client

Postby Ardennesss » Sat Mar 23, 2019 2:20 am

Vanko wrote:Isn't it 64-bit version? The problem appeared just a few days ago, and I am using this client since begining of this world. Any way of restarting all things related to this client to default ones?

Code: Select all
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)

You'd have to do it the same way Amber does, nuke your haven registry folder.
Computer\HKEY_CURRENT_USER\Software\JavaSoft\Prefs\haven
I'd still recommend confirming your java version though, easiest way I've found is to see what it says in add/remove programs. Mine says Java 8 Update 171 (64-bit) for example. So far I haven't heard of anyone getting an out of memory error on 64 bit, except one person who found out their classpath was wrong and was running with 32 bit anyway.
ImageImage
ImageImageImageImage
User avatar
Ardennesss
 
Posts: 1127
Joined: Sun Oct 06, 2013 4:22 pm

Re: Ardennes Hafen Client

Postby Vanko » Sat Mar 23, 2019 6:12 pm

Ardennesss wrote:
Vanko wrote:Isn't it 64-bit version? The problem appeared just a few days ago, and I am using this client since begining of this world. Any way of restarting all things related to this client to default ones?

Code: Select all
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)

You'd have to do it the same way Amber does, nuke your haven registry folder.
Computer\HKEY_CURRENT_USER\Software\JavaSoft\Prefs\haven
I'd still recommend confirming your java version though, easiest way I've found is to see what it says in add/remove programs. Mine says Java 8 Update 171 (64-bit) for example. So far I haven't heard of anyone getting an out of memory error on 64 bit, except one person who found out their classpath was wrong and was running with 32 bit anyway.


Thanks for help. I checked the version of Java and it seems fine. It's Java 8 Update 201 (64-bit). Anyway, clearing all settings didn't help me.

This time, I've got

I will try to reinstall Java to your version later (171), maybe there was just some shitty update.

This time I've got this error:
Code: Select all
Java 1.8.0_201-b09
OS Windows 10 10.0 amd64
GPU NVIDIA Corporation (GeForce GTX 770/PCIe/SSE2) - 4.6.0 NVIDIA 411.63
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at haven.Session$RWorker.run(Session.java:417)
Vanko
 
Posts: 25
Joined: Wed Sep 01, 2010 11:18 pm

Re: Ardennes Hafen Client

Postby Ardennesss » Sat Mar 23, 2019 6:34 pm

With the game open, open task manager and right click the Java instance and go to properties, see what the run location is.
ImageImage
ImageImageImageImage
User avatar
Ardennesss
 
Posts: 1127
Joined: Sun Oct 06, 2013 4:22 pm

Re: Ardennes Hafen Client

Postby Vanko » Sat Mar 23, 2019 9:35 pm

Ardennesss wrote:With the game open, open task manager and right click the Java instance and go to properties, see what the run location is.


I've got C:\Program Files\Java\jre1.8.0_201\bin there. Thanks for helping but I tried Amber client once more and found out that the same thing happens but after longer period of time. It see that there is like 95% of processor used for that process, and like 1300mb of memory. I will just try to reinstall Java and update drivers, maybe there was some update lately that broke things up.
Vanko
 
Posts: 25
Joined: Wed Sep 01, 2010 11:18 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 12 guests