xAlexx wrote:EnderWiggin wrote:create bat file in the folder with updater with this:
- Code: Select all
java -Xmx2048m -Dsun.java2d.uiScale.enabled=false -Djava.library.path="%PATH%";. -jar client/hafen.jar -U https://www.havenandhearth.com/res/ game.havenandhearth.com
pause
and run it. There should be console window, most likely with some errors, since updater couldn't start it.
This did nothing but give me a larger error message. I created a .bat file with the line of text you told me to place in it and nothing happened.
Sounds like you might be having a similar issue as I had, the point of creating the .bat file was to see for example if the error it outputs lets you know something like this:
- Code: Select all
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
The cause of this for me was that I had a 32-bit Java version which is unable to properly allocate that amount of memory, so I had to update to 64-bit. I updated to the latest Java 8 64-bit version and after trying the updater again it successfully loaded the client. Hopefully that's all you may need to do to resolve the problem.
ULGMsean wrote:Anyone else getting this crash when creating a stockpile of arrows?
After reconnecting, all seems find tho
No, but I did get one for Squirrel one time so far.
- Code: Select all
haven.Resource$LoadException: Weird version number on gfx/kritter/squirrel/icon (65535 > 1)
at haven.Resource$Pool.load(Resource.java:540)
at haven.Session$CachedRes$Ref.get(Session.java:137)
at haven.Session$CachedRes$Ref.get(Session.java:130)
at haven.MiniMap.findicons(MiniMap.java:524)
at haven.MiniMap.tick(MiniMap.java:217)
at haven.Widget.tick(Widget.java:758)
at haven.Widget.tick(Widget.java:758)
at haven.GameUI.tick(GameUI.java:1274)
at haven.Widget.tick(Widget.java:758)
at haven.UI.tick(UI.java:214)
at haven.JOGLPanel.run(JOGLPanel.java:527)
at java.lang.Thread.run(Unknown Source)