Amber Client

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

Re: Amber Client

Postby borka » Tue Feb 12, 2019 6:55 pm

Jogamp dlls still get unpacked in there and looked for ... prolly better to copy from there to game folder (if you're not going to unpack by yourself)

Another way of handling would be another user account just named Mahir for the game to run ... neither characters nor empty spaces to stumble ...
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Unable to launch the application.

Postby mahironur » Tue Feb 12, 2019 7:36 pm

romovs wrote:
mahironur wrote:Lots of logs from different clients...


There seems to be some weird character in your user name - "Mahir Onur ?ener" which might have a part in these errors.
Try running the client(s) from a different location.



Lol the reason is my surname :D

I cant change my folders name so I had to create new account. :D
mahironur
 
Posts: 4
Joined: Sun Feb 10, 2019 1:46 pm

Re: Amber Client

Postby Pupsi » Tue Feb 12, 2019 11:41 pm

romovs wrote:I'll fix it so it won't crash the client in the next update. But the main reason why it crashes is because you either don't have default web browser set on your system. You can verify this by trying "xdg-open http://google.com" from the terminal.
Or you're using a Desktop Environment which does not work well with Java's way of opening web browsers (from what I am finding on the google - KDE is one of them (although maybe it does work now, the bug dates 5 years back.))

well, youre right, im using latest stable KDE, but my default browser is ok :P
w5 Hermit>Road Ville>Horde>RQ
w6 The Sparta
w7 Isla de la tortuga>A.D>CookieVille (not sure if it was w7 or w6)
w8 Amish Paradise
w9 Amish Paradise
w10 Amish Paradise > Maid Cafe (until april 2017)
w11 Funcy Huts
w12 :P
User avatar
Pupsi
 
Posts: 550
Joined: Mon Jun 06, 2011 4:31 am
Location: heheh

Re: Amber Client

Postby Djekke » Wed Feb 13, 2019 2:48 am

Hello got few crashes when i'm fighting with lynx :(

Code: Select all
1.69.3.31bae0ef
Windows 7 6.1 x64, 1.8.0_201 amd64
NVIDIA Corporation (GeForce GT 335M/PCIe/SSE2) - 3.3.0

java.lang.RuntimeException: Delayed error in resource paginae/atk/bristled (v9), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
   at haven.Resource$Pool$Queued.get(Resource.java:401)
   at haven.Resource$Pool$Queued.get(Resource.java:370)
   at haven.Session$CachedRes$Ref.get(Session.java:122)
   at haven.Session$CachedRes$Ref.get(Session.java:115)
   at haven.Fightsess.draw(Fightsess.java:242)
   at haven.Widget.draw(Widget.java:694)
   at haven.Widget.draw(Widget.java:699)
   at haven.GameUI.draw(GameUI.java:741)
   at haven.Widget.draw(Widget.java:694)
   at haven.Widget.draw(Widget.java:699)
   at haven.RootWidget.draw(RootWidget.java:67)
   at haven.UI.draw(UI.java:138)
   at haven.HavenPanel.rootdraw(HavenPanel.java:342)
   at haven.HavenPanel.run(HavenPanel.java:608)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource paginae/atk/bristled(v9), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
   at haven.Resource$Pool.handle(Resource.java:462)
   at haven.Resource$Pool.access$1100(Resource.java:347)
   at haven.Resource$Pool$Loader.run(Resource.java:603)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource paginae/atk/bristled(v9), from cache source backed by FileCache(https://game.havenandhearth.com/hres/)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource paginae/atk/bristled(v9), from local res source
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource paginae/atk/bristled(v9), from filesystem res source (res)
            ... 4 more
         Caused by: java.io.FileNotFoundException: res\paginae\atk\bristled.res (The system cannot find the path specified)
            at java.io.FileInputStream.open0(Native Method)
            at java.io.FileInputStream.open(Unknown Source)
            at java.io.FileInputStream.<init>(Unknown Source)
            at haven.Resource$FileSource.get(Resource.java:239)
            at haven.Resource$Pool.handle(Resource.java:446)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: paginae/atk/bristled
         at haven.Resource$JarSource.get(Resource.java:251)
         at haven.Resource$Pool.handle(Resource.java:446)
         ... 3 more
   Caused by: java.io.IOException: The process cannot access the file because another process has locked a portion of the file
      at java.io.RandomAccessFile.read0(Native Method)
      at java.io.RandomAccessFile.read(Unknown Source)
      at java.io.RandomAccessFile.readByte(Unknown Source)
      at haven.HashDirCache.readhead(HashDirCache.java:109)
      at haven.HashDirCache.fetch(HashDirCache.java:291)
      at haven.Resource$CacheSource.get(Resource.java:218)
      at haven.Resource$Pool.handle(Resource.java:446)
      ... 3 more
Caused by: java.net.SocketException: Connection reset
   at java.net.SocketInputStream.read(Unknown Source)
   at java.net.SocketInputStream.read(Unknown Source)
   at sun.security.ssl.InputRecord.readFully(Unknown Source)
   at sun.security.ssl.InputRecord.read(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
   at haven.Resource$HttpSource.get(Resource.java:305)
   at haven.Resource$TeeSource.get(Resource.java:197)
   at haven.Resource$Pool.handle(Resource.java:446)
   ... 3 more


Looks like trouble with loading resource from off server, but why it's crash?
Djekke
 
Posts: 8
Joined: Wed Sep 02, 2015 1:55 pm

Re: Amber Client

Postby RickyRio » Wed Feb 13, 2019 2:48 am

Crashed while crafting a Red-Shred Salad, cannot attempt to reproduce due to lack of more ingredients.

Code: Select all
1.69.3.31bae0ef
Windows 7 6.1 x64, 1.8.0_171 amd64
NVIDIA Corporation (GeForce GTX 960/PCIe/SSE2) - 4.6.0 NVIDIA 399.07

java.lang.RuntimeException: Delayed error in resource gfx/hud/chr/fev/dex2 (v4), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
   at haven.Resource$Pool$Queued.get(Resource.java:401)
   at haven.Resource$Pool$Queued.get(Resource.java:370)
   at haven.Session$CachedRes$Ref.get(Session.java:122)
   at haven.Session$CachedRes$Ref.get(Session.java:115)
   at Fac.build(food.cjava:21)
   at haven.ItemInfo$InfoFactory.build(ItemInfo.java:76)
   at haven.ItemInfo.buildinfo(ItemInfo.java:427)
   at haven.GItem.info(GItem.java:192)
   at haven.WItem.info(WItem.java:148)
   at haven.ItemInfo$AttrCache.get(ItemInfo.java:474)
   at haven.WItem.draw(WItem.java:213)
   at haven.Widget.draw(Widget.java:694)
   at haven.Widget.draw(Widget.java:699)
   at haven.Inventory.draw(Inventory.java:54)
   at haven.Widget.draw(Widget.java:694)
   at haven.Widget.draw(Widget.java:699)
   at haven.Window.draw(Window.java:200)
   at haven.Widget.draw(Widget.java:694)
   at haven.Widget.draw(Widget.java:699)
   at haven.GameUI.draw(GameUI.java:741)
   at haven.Widget.draw(Widget.java:694)
   at haven.Widget.draw(Widget.java:699)
   at haven.RootWidget.draw(RootWidget.java:67)
   at haven.UI.draw(UI.java:138)
   at haven.HavenPanel.rootdraw(HavenPanel.java:342)
   at haven.HavenPanel.run(HavenPanel.java:608)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/dex2(v4), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
   at haven.Resource$Pool.handle(Resource.java:462)
   at haven.Resource$Pool.access$1100(Resource.java:347)
   at haven.Resource$Pool$Loader.run(Resource.java:603)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/dex2(v4), from cache source backed by FileCache(https://game.havenandhearth.com/hres/)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/dex2(v4), from local res source
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/dex2(v4), from filesystem res source (res)
            ... 4 more
         Caused by: java.io.FileNotFoundException: res\gfx\hud\chr\fev\dex2.res (The system cannot find the path specified)
            at java.io.FileInputStream.open0(Native Method)
            at java.io.FileInputStream.open(Unknown Source)
            at java.io.FileInputStream.<init>(Unknown Source)
            at haven.Resource$FileSource.get(Resource.java:239)
            at haven.Resource$Pool.handle(Resource.java:446)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: gfx/hud/chr/fev/dex2
         at haven.Resource$JarSource.get(Resource.java:251)
         at haven.Resource$Pool.handle(Resource.java:446)
         ... 3 more
   Caused by: java.io.FileNotFoundException: res/gfx/hud/chr/fev/dex2
      at haven.HashDirCache.fetch(HashDirCache.java:289)
      at haven.Resource$CacheSource.get(Resource.java:218)
      at haven.Resource$Pool.handle(Resource.java:446)
      ... 3 more
Caused by: java.net.SocketException: Connection reset
   at java.net.SocketInputStream.read(Unknown Source)
   at java.net.SocketInputStream.read(Unknown Source)
   at sun.security.ssl.InputRecord.readFully(Unknown Source)
   at sun.security.ssl.InputRecord.read(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
   at haven.Resource$HttpSource.get(Resource.java:305)
   at haven.Resource$TeeSource.get(Resource.java:197)
   at haven.Resource$Pool.handle(Resource.java:446)
   ... 3 more
RickyRio
 
Posts: 93
Joined: Sun Apr 18, 2010 6:43 pm

Re: Amber Client

Postby proknah » Wed Feb 13, 2019 9:14 am

Suggestion:
Add quest routes on map, at least between already explored quest givers.
Simple lines would work and make pathing optimization easier.
proknah
 
Posts: 179
Joined: Sat Jun 18, 2011 4:55 pm

Re: Amber Client

Postby Roxaereon » Wed Feb 13, 2019 5:00 pm

No Mayflower option on Tree Icon
World 10 - Villager - STK
World 11 - Lawspeaker - Krysaro
World 12 - Lawspeaker - Neimrahava
Roxaereon
 
Posts: 97
Joined: Wed Dec 06, 2017 2:05 pm

Re: Amber Client

Postby Bauta » Wed Feb 13, 2019 10:31 pm

after the latest server restart
1.69.3.31bae0ef
Windows 8.1 6.3 x64, 1.8.0_201 amd64
Intel (Intel(R) HD Graphics) - 4.0.0 - Build 10.18.10.3408

haven.Defer$DeferredException: java.lang.RuntimeException: Delayed error in resource gfx/tiles/paving/acrebrick (v7), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
at haven.Defer$Future.get(Defer.java:180)
at haven.Defer$Future.get(Defer.java:192)
at haven.LocalMiniMap.draw(LocalMiniMap.java:418)
at haven.Widget.draw(Widget.java:694)
at haven.Widget.draw(Widget.java:699)
at haven.MinimapWnd.draw(MinimapWnd.java:220)
at haven.Widget.draw(Widget.java:694)
at haven.Widget.draw(Widget.java:699)
at haven.GameUI.draw(GameUI.java:741)
at haven.Widget.draw(Widget.java:694)
at haven.Widget.draw(Widget.java:699)
at haven.RootWidget.draw(RootWidget.java:67)
at haven.UI.draw(UI.java:138)
at haven.HavenPanel.rootdraw(HavenPanel.java:342)
at haven.HavenPanel.run(HavenPanel.java:608)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/tiles/paving/acrebrick (v7), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:401)
at haven.Resource$Pool$Queued.get(Resource.java:370)
at haven.Resource$Spec.get(Resource.java:111)
at haven.Resource$Spec.get(Resource.java:115)
at haven.MCache.tilesetr(MCache.java:555)
at haven.LocalMiniMap.tileimg(LocalMiniMap.java:108)
at haven.LocalMiniMap.drawmap(LocalMiniMap.java:128)
at haven.LocalMiniMap.lambda$draw$0(LocalMiniMap.java:404)
at haven.Defer$Future$1.run(Defer.java:143)
at java.security.AccessController.doPrivileged(Native Method)
at haven.Defer$Future.run(Defer.java:141)
at haven.Defer$Worker.run(Defer.java:244)
Caused by: haven.Resource$LoadException: Load error in resource gfx/tiles/paving/acrebrick(v7), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
at haven.Resource$Pool.handle(Resource.java:462)
at haven.Resource$Pool.access$1100(Resource.java:347)
at haven.Resource$Pool$Loader.run(Resource.java:603)
at java.lang.Thread.run(Unknown Source)
Suppressed: haven.Resource$LoadException: Load error in resource gfx/tiles/paving/acrebrick(v7), from cache source backed by FileCache(https://game.havenandhearth.com/hres/)
... 4 more
Suppressed: haven.Resource$LoadException: Load error in resource gfx/tiles/paving/acrebrick(v7), from local res source
... 4 more
Suppressed: haven.Resource$LoadException: Load error in resource gfx/tiles/paving/acrebrick(v7), from filesystem res source (res)
... 4 more
Caused by: java.io.FileNotFoundException: res\gfx\tiles\paving\acrebrick.res (Impossibile trovare il percorso specificato)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at haven.Resource$FileSource.get(Resource.java:239)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: gfx/tiles/paving/acrebrick
at haven.Resource$JarSource.get(Resource.java:251)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
Caused by: java.io.FileNotFoundException: res/gfx/tiles/paving/acrebrick
at haven.HashDirCache.fetch(HashDirCache.java:289)
at haven.Resource$CacheSource.get(Resource.java:218)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at sun.security.ssl.InputRecord.readFully(Unknown Source)
at sun.security.ssl.InputRecord.read(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.waitForClose(Unknown Source)
at sun.security.ssl.HandshakeOutStream.flush(Unknown Source)
at sun.security.ssl.Handshaker.kickstart(Unknown Source)
at sun.security.ssl.SSLSocketImpl.kickstartHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at haven.Resource$HttpSource.get(Resource.java:305)
at haven.Resource$TeeSource.get(Resource.java:197)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
world 5: sprucecap
world 6: hermit
world 7: sprucecap
----
world 10: hermit
Bauta
 
Posts: 58
Joined: Tue Aug 15, 2017 1:36 pm

Re: Amber Client

Postby berifuni » Wed Feb 13, 2019 10:38 pm

HI there, having some errors today, crashing every couple minutes

1.69.3.31bae0ef
Windows 7 6.1 x64, 1.8.0_201 amd64
ATI Technologies Inc. (AMD Radeon HD 6700 Series) - 4.4.13417 Compatibility Profile Context 15.301.1901.0

java.lang.RuntimeException: Delayed error in resource paginae/skills/yrkir/hunter0 (v4), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:401)
at haven.Resource$Pool$Queued.get(Resource.java:370)
at haven.Session$CachedRes$Ref.get(Session.java:122)
at haven.Session$CachedRes$Ref.get(Session.java:115)
at haven.CharWnd$Quest$Box.title(CharWnd.java:1159)
at haven.CharWnd$Quest$QView.tick(CharWnd.java:1321)
at haven.Widget.tick(Widget.java:668)
at haven.Widget.tick(Widget.java:668)
at haven.GameUI.tick(GameUI.java:767)
at haven.Widget.tick(Widget.java:668)
at haven.UI.tick(UI.java:133)
at haven.HavenPanel.run(HavenPanel.java:599)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource paginae/skills/yrkir/hunter0(v4), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
at haven.Resource$Pool.handle(Resource.java:462)
at haven.Resource$Pool.access$1100(Resource.java:347)
at haven.Resource$Pool$Loader.run(Resource.java:603)
... 1 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/skills/yrkir/hunter0(v4), from cache source backed by FileCache(https://game.havenandhearth.com/hres/)
... 4 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/skills/yrkir/hunter0(v4), from local res source
... 4 more
Suppressed: haven.Resource$LoadException: Load error in resource paginae/skills/yrkir/hunter0(v4), from filesystem res source (res)
... 4 more
Caused by: java.io.FileNotFoundException: res\paginae\skills\yrkir\hunter0.res (System nie może odnaleźć określonej ścieżki)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at haven.Resource$FileSource.get(Resource.java:239)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: paginae/skills/yrkir/hunter0
at haven.Resource$JarSource.get(Resource.java:251)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
Caused by: java.io.FileNotFoundException: res/paginae/skills/yrkir/hunter0
at haven.HashDirCache.fetch(HashDirCache.java:289)
at haven.Resource$CacheSource.get(Resource.java:218)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at sun.security.ssl.InputRecord.readFully(Unknown Source)
at sun.security.ssl.InputRecord.read(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at haven.Resource$HttpSource.get(Resource.java:305)
at haven.Resource$TeeSource.get(Resource.java:197)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
berifuni
 
Posts: 12
Joined: Sun Feb 20, 2011 10:37 pm

Re: Amber Client

Postby DauntlessGolem » Wed Feb 13, 2019 11:01 pm

1.69.3.31bae0ef
Windows 10 10.0 x64, 1.8.0_201 amd64
Intel (Intel(R) UHD Graphics 630) - 4.4.0 - Build 23.20.16.4944

java.lang.RuntimeException: Delayed error in resource gfx/terobjs/items/oddhoneycomb (v3), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:401)
at haven.Resource$Pool$Queued.get(Resource.java:370)
at haven.Session$CachedRes$Ref.get(Session.java:122)
at haven.Session$CachedRes$Ref.get(Session.java:115)
at Equed.<init>(eq.cjava:22)
at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at haven.Utils.construct(Utils.java:1448)
at haven.Sprite$2.create(Sprite.java:83)
at haven.Sprite.create(Sprite.java:125)
at haven.Gob.ctick(Gob.java:234)
at haven.OCache.ctick(OCache.java:115)
at haven.Glob.ctick(Glob.java:149)
at haven.HavenPanel.run(HavenPanel.java:597)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/terobjs/items/oddhoneycomb(v3), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
at haven.Resource$Pool.handle(Resource.java:462)
at haven.Resource$Pool.access$1100(Resource.java:347)
at haven.Resource$Pool$Loader.run(Resource.java:603)
... 1 more
Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/items/oddhoneycomb(v3), from cache source backed by FileCache(https://game.havenandhearth.com/hres/)
... 4 more
Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/items/oddhoneycomb(v3), from local res source
... 4 more
Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/items/oddhoneycomb(v3), from filesystem res source (res)
... 4 more
Caused by: java.io.FileNotFoundException: res\gfx\terobjs\items\oddhoneycomb.res (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at haven.Resource$FileSource.get(Resource.java:239)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
Caused by: java.io.FileNotFoundException: Could not find resource locally: gfx/terobjs/items/oddhoneycomb
at haven.Resource$JarSource.get(Resource.java:251)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
Caused by: java.io.FileNotFoundException: res/gfx/terobjs/items/oddhoneycomb
at haven.HashDirCache.fetch(HashDirCache.java:289)
at haven.Resource$CacheSource.get(Resource.java:218)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at sun.security.ssl.InputRecord.readFully(Unknown Source)
at sun.security.ssl.InputRecord.read(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at haven.Resource$HttpSource.get(Resource.java:305)
at haven.Resource$TeeSource.get(Resource.java:197)
at haven.Resource$Pool.handle(Resource.java:446)
... 3 more


Odd honeycomb Crash
Agame wrote:Gorgeous, practical, common-sense idea. They will talk about bots and will not implement it because it is brilliant.

+1, not that it will matter anyway.


jorb wrote:@ OP: Terrible idea. Just run a bot doing that.
User avatar
DauntlessGolem
 
Posts: 75
Joined: Thu Jan 03, 2019 9:44 pm
Location: World 13

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 0 guests