Game Development: Rekt!-ing Ball

Announcements about major changes in Haven & Hearth.

Re: Game Development: Rekt!-ing Ball

Postby stya » Wed Apr 20, 2016 12:22 am

Forgot to say update your clients :D

I keep crashing now :lol:

Can't judge the changes it's too early but at least the fixes/textures are nice.
Image
User avatar
stya
 
Posts: 943
Joined: Wed May 21, 2014 3:13 pm

Re: Game Development: Rekt!-ing Ball

Postby loftar » Wed Apr 20, 2016 12:23 am

stya wrote:Forgot to say update your clients :D

I don't think this update requires any particular client changes.
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 8926
Joined: Fri Apr 03, 2009 7:05 am

Re: Game Development: Rekt!-ing Ball

Postby ravenguard19 » Wed Apr 20, 2016 12:24 am

loftar wrote:
stya wrote:Forgot to say update your clients :D

I don't think this update requires any particular client changes.

It crashes when i open my table
Image

Because we can and we will.... die!
User avatar
ravenguard19
 
Posts: 1300
Joined: Thu Jan 13, 2011 7:49 pm

Re: Game Development: Rekt!-ing Ball

Postby SacreDoom » Wed Apr 20, 2016 12:25 am

loftar wrote:
stya wrote:Forgot to say update your clients :D

I don't think this update requires any particular client changes.


Using the vanilla client, I get this error after the update after raiding an anthill:

Code: Select all
java.lang.RuntimeException: Delayed error in resource gfx/hud/chr/fev/con (v3), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
   at haven.Resource$Pool$Queued.get(Resource.java:334)
   at haven.Resource$Pool$Queued.get(Resource.java:303)
   at haven.Session$CachedRes$Ref.get(Session.java:141)
   at haven.Session$CachedRes$Ref.get(Session.java:134)
   at haven.CharWnd$FoodMeter$El.ev(CharWnd.java:104)
   at haven.CharWnd$FoodMeter$1.compare(CharWnd.java:111)
   at haven.CharWnd$FoodMeter$1.compare(CharWnd.java:108)
   at java.util.TimSort.countRunAndMakeAscending(Unknown Source)
   at java.util.TimSort.sort(Unknown Source)
   at java.util.Arrays.sort(Unknown Source)
   at java.util.List.sort(Unknown Source)
   at java.util.Collections.sort(Unknown Source)
   at haven.CharWnd$FoodMeter.tick(CharWnd.java:157)
   at haven.Widget.tick(Widget.java:633)
   at haven.Widget.tick(Widget.java:633)
   at haven.Widget.tick(Widget.java:633)
   at haven.GameUI.tick(GameUI.java:628)
   at haven.Widget.tick(Widget.java:633)
   at haven.UI.tick(UI.java:135)
   at haven.HavenPanel.run(HavenPanel.java:529)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/con(v3), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
   at haven.Resource$Pool.handle(Resource.java:391)
   at haven.Resource$Pool.access$1100(Resource.java:280)
   at haven.Resource$Pool$Loader.run(Resource.java:518)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/con(v3), from cache source backed by FileCache(C:\Users\Vitus\.haven\hafen\cache)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Wrong res version (2 != 3)
         at haven.Resource.load(Resource.java:1576)
         at haven.Resource.access$600(Resource.java:39)
         at haven.Resource$Pool.handle(Resource.java:379)
         ... 3 more
   Caused by: java.io.FileNotFoundException: C:\Users\Vitus\.haven\hafen\cache\res\gfx\hud\chr\fev\con.cached (The handle is invalid)
      at java.io.FileInputStream.open0(Native Method)
      at java.io.FileInputStream.open(Unknown Source)
      at java.io.FileInputStream.<init>(Unknown Source)
      at haven.FileCache.fetch(FileCache.java:85)
      at haven.Resource$CacheSource.get(Resource.java:154)
      at haven.Resource$Pool.handle(Resource.java:375)
      ... 3 more
Caused by: java.io.FileNotFoundException: C:\Users\Vitus\.haven\hafen\cache\res\gfx\hud\chr\fev\con.cached.new (The handle is invalid)
   at java.io.FileOutputStream.open0(Native Method)
   at java.io.FileOutputStream.open(Unknown Source)
   at java.io.FileOutputStream.<init>(Unknown Source)
   at java.io.FileOutputStream.<init>(Unknown Source)
   at haven.FileCache.store(FileCache.java:70)
   at haven.Resource$1Caching.fork(Resource.java:651)
   at haven.Resource$TeeSource.get(Resource.java:135)
   at haven.Resource$Pool.handle(Resource.java:375)
   ... 3 more
User avatar
SacreDoom
 
Posts: 2590
Joined: Tue Apr 06, 2010 3:14 pm

Re: Game Development: Rekt!-ing Ball

Postby spawningmink » Wed Apr 20, 2016 12:25 am

where the fuck is the combat changes youve been promising for the past month?
ChildhoodObossite wrote:I actually lowkey admire Frosty, sometimes he can be a really cool guy

spawningmink
Under curfew
 
Posts: 2630
Joined: Wed Mar 26, 2014 7:19 pm

Re: Game Development: Rekt!-ing Ball

Postby Psyfreak » Wed Apr 20, 2016 12:26 am

I keep crashing when i open a container containing some cooked food. Updated client and downloaded a fresh version of the client. Can't say which food is causing the crash..

java.lang.RuntimeException: Delayed error in resource gfx/hud/chr/fev/con (v3), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:353)
at haven.Resource$Pool$Queued.get(Resource.java:322)
at haven.Session$CachedRes$Ref.get(Session.java:144)
at haven.Session$CachedRes$Ref.get(Session.java:137)
at Fac.build(food.cjava:20)
at haven.ItemInfo.buildinfo(ItemInfo.java:333)
at haven.GItem.info(GItem.java:222)
at haven.WItem$AttrCache.get(WItem.java:151)
at haven.WItem.draw(WItem.java:211)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.Inventory.draw(Inventory.java:51)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.Window.draw(Window.java:213)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.GameUI.draw(GameUI.java:683)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.RootWidget.draw(RootWidget.java:67)
at haven.UI.draw(UI.java:142)
at haven.HavenPanel.rootdraw(HavenPanel.java:331)
at haven.HavenPanel.run(HavenPanel.java:591)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/con(v3), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
at haven.Resource$Pool.handle(Resource.java:410)
at haven.Resource$Pool.access$1100(Resource.java:299)
at haven.Resource$Pool$Loader.run(Resource.java:539)
... 1 more
Caused by: java.io.FileNotFoundException: C:\Users\mathi\.haven\hafen\cache\res\gfx\hud\chr\fev\con.cached.new (The handle is invalid)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at haven.FileCache.store(FileCache.java:70)
at haven.Resource$1Caching.fork(Resource.java:681)
at haven.Resource$TeeSource.get(Resource.java:151)
at haven.Resource$Pool.handle(Resource.java:394)
... 3 more
Psyfreak
 
Posts: 10
Joined: Mon Jun 03, 2013 1:52 am

Re: Game Development: Rekt!-ing Ball

Postby jorb » Wed Apr 20, 2016 12:26 am

spawningmink wrote:where the fuck is the combat changes youve been promising for the past month?


Where the fuck *are* the combat changes that we have never promised anything about.

We merely state the things we want to work on. Not making promises.
"The psychological trials of dwellers in the last times will be equal to the physical trials of the martyrs. In order to face these trials we must be living in a different world."

-- Hieromonk Seraphim Rose
User avatar
jorb
 
Posts: 18263
Joined: Fri Apr 03, 2009 7:07 am
Location: Here, there and everywhere.

Re: Game Development: Rekt!-ing Ball

Postby Redlaw » Wed Apr 20, 2016 12:27 am

I am getting the same message:

java.lang.RuntimeException: Delayed error in resource gfx/hud/chr/fev/con (v3), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:334)
at haven.Resource$Pool$Queued.get(Resource.java:303)
at haven.Session$CachedRes$Ref.get(Session.java:141)
at haven.Session$CachedRes$Ref.get(Session.java:134)
at Fac.build(food.cjava:20)
at haven.ItemInfo.buildinfo(ItemInfo.java:273)
at haven.GItem.info(GItem.java:110)
at haven.WItem$AttrCache.get(WItem.java:138)
at haven.WItem.draw(WItem.java:197)
at haven.Widget.draw(Widget.java:659)
at haven.Widget.draw(Widget.java:664)
at haven.Inventory.draw(Inventory.java:51)
at haven.Widget.draw(Widget.java:659)
at haven.Widget.draw(Widget.java:664)
at haven.Window.draw(Window.java:183)
at haven.Widget.draw(Widget.java:659)
at haven.Widget.draw(Widget.java:664)
at haven.GameUI.draw(GameUI.java:602)
at haven.Widget.draw(Widget.java:659)
at haven.Widget.draw(Widget.java:664)
at haven.RootWidget.draw(RootWidget.java:66)
at haven.UI.draw(UI.java:140)
at haven.HavenPanel.rootdraw(HavenPanel.java:295)
at haven.HavenPanel.run(HavenPanel.java:538)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/con(v3), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
at haven.Resource$Pool.handle(Resource.java:391)
at haven.Resource$Pool.access$1100(Resource.java:280)
at haven.Resource$Pool$Loader.run(Resource.java:518)
... 1 more
Suppressed: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/con(v3), from cache source backed by FileCache(C:\Users\Lawrence\.haven\hafen\cache)
... 4 more
Suppressed: haven.Resource$LoadException: Wrong res version (2 != 3)
at haven.Resource.load(Resource.java:1576)
at haven.Resource.access$600(Resource.java:39)
at haven.Resource$Pool.handle(Resource.java:379)
... 3 more
Caused by: java.io.FileNotFoundException: C:\Users\Lawrence\.haven\hafen\cache\res\gfx\hud\chr\fev\con.cached (The handle is invalid)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at haven.FileCache.fetch(FileCache.java:85)
at haven.Resource$CacheSource.get(Resource.java:154)
at haven.Resource$Pool.handle(Resource.java:375)
... 3 more
Caused by: java.io.FileNotFoundException: C:\Users\Lawrence\.haven\hafen\cache\res\gfx\hud\chr\fev\con.cached.new (The handle is invalid)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at haven.FileCache.store(FileCache.java:70)
at haven.Resource$1Caching.fork(Resource.java:651)
at haven.Resource$TeeSource.get(Resource.java:135)
at haven.Resource$Pool.handle(Resource.java:375)
... 3 more
Last edited by loftar on Wed Apr 20, 2016 12:31 am, edited 1 time in total.
Reason: Hid enormous text dump
User avatar
Redlaw
 
Posts: 1611
Joined: Sun Oct 02, 2011 10:58 pm

Re: Game Development: Rekt!-ing Ball

Postby ravenguard19 » Wed Apr 20, 2016 12:28 am

It's like the cons fep icon is causing the crashes as it crashed now when i opened a cupboard withboar baloneys
Image

Because we can and we will.... die!
User avatar
ravenguard19
 
Posts: 1300
Joined: Thu Jan 13, 2011 7:49 pm

Re: Game Development: Rekt!-ing Ball

Postby stya » Wed Apr 20, 2016 12:29 am

loftar wrote:
stya wrote:Forgot to say update your clients :D

I don't think this update requires any particular client changes.


Well, when I open some containers I get some file not found exceptions, probably due to new resources :)

Either that or somethingis broken onserver side, everyone is crashing :D
Image
User avatar
stya
 
Posts: 943
Joined: Wed May 21, 2014 3:13 pm

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: Naylok, Otto_Ravensburg, Python-Requests [Bot] and 28 guests