Purus Pasta Client [W14 COMPATIBLE]

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

Re: Purus Pasta Client

Postby mdsanta » Fri Jul 15, 2016 12:51 am

shubla wrote:Fixed in 2.17.2 which was just released

Awesome!! Thanks man!

mm.. one more bug report (sorry for asking, but do actually want them here? :) )

closing forager by clicking x button
Code: Select all
2.17.2:${gitrev}

haven.UI$UIException: Wdgmsg sender (purus.Forager$StatusWindow) is not in rwidgets
   at haven.UI.wdgmsg(UI.java:282)
   at haven.Widget.wdgmsg(Widget.java:654)
   at haven.Widget.wdgmsg(Widget.java:656)
   at haven.GameUI.wdgmsg(GameUI.java:875)
   at haven.Widget.wdgmsg(Widget.java:656)
   at haven.Window.wdgmsg(Window.java:305)
   at purus.Forager$StatusWindow.wdgmsg(Forager.java:373)
   at haven.Widget.wdgmsg(Widget.java:649)
   at haven.Window.wdgmsg(Window.java:303)
   at purus.Forager$StatusWindow.wdgmsg(Forager.java:373)
   at haven.Widget.wdgmsg(Widget.java:656)
   at haven.Widget.wdgmsg(Widget.java:649)
   at haven.IButton.click(IButton.java:82)
   at haven.IButton.mouseup(IButton.java:110)
   at haven.UI.mouseup(UI.java:377)
   at haven.HavenPanel.dispatch(HavenPanel.java:497)
   at haven.HavenPanel.run(HavenPanel.java:594)
   at java.lang.Thread.run(Unknown Source)



starting forager with fields empty (had to click few times)
Code: Select all
2.17.2:${gitrev}

java.lang.NullPointerException
   at purus.BotUtils.findObjectsByNames(BotUtils.java:331)
   at purus.Forager$1.run(Forager.java:110)
User avatar
mdsanta
 
Posts: 99
Joined: Mon May 09, 2016 8:36 pm

Re: Purus Pasta Client

Postby SiO2 » Sat Jul 16, 2016 9:04 am

Got this just wandering around
Code: Select all
2.17.2:${gitrev}

java.lang.RuntimeException: Delayed error in resource gfx/terobjs/trees/oldtrunk (v11), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
   at haven.Resource$Pool$Queued.get(Resource.java:395)
   at haven.Resource$Pool$Queued.get(Resource.java:364)
   at haven.Session$CachedRes$Ref.get(Session.java:155)
   at haven.Session$CachedRes$Ref.get(Session.java:148)
   at haven.ResDrawable.getres(ResDrawable.java:79)
   at haven.Gob.getres(Gob.java:749)
   at haven.LocalMiniMap.drawicons(LocalMiniMap.java:175)
   at haven.LocalMiniMap.draw(LocalMiniMap.java:591)
   at haven.Widget.draw(Widget.java:690)
   at haven.Widget.draw(Widget.java:695)
   at haven.MinimapWnd.draw(MinimapWnd.java:166)
   at haven.Widget.draw(Widget.java:690)
   at haven.Widget.draw(Widget.java:695)
   at haven.GameUI.draw(GameUI.java:740)
   at haven.Widget.draw(Widget.java:690)
   at haven.Widget.draw(Widget.java:695)
   at haven.RootWidget.draw(RootWidget.java:67)
   at haven.UI.draw(UI.java:152)
   at haven.HavenPanel.rootdraw(HavenPanel.java:345)
   at haven.HavenPanel.run(HavenPanel.java:604)
   at java.lang.Thread.run(Thread.java:745)
Caused by: haven.Resource$LoadException: Invalid res signature
   at haven.Resource.load(Resource.java:1725)
   at haven.Resource.access$600(Resource.java:82)
   at haven.Resource$Pool.handle(Resource.java:440)
   at haven.Resource$Pool.access$1100(Resource.java:341)
   at haven.Resource$Pool$Loader.run(Resource.java:584)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/trees/oldtrunk(v11), from cache source backed by FileCache(/home/dmitry/.haven/hafen/cache)
      at haven.Resource$Pool.handle(Resource.java:452)
      ... 3 more
      Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/trees/oldtrunk(v11), from local res source
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/trees/oldtrunk(v11), from filesystem res source (res)
            ... 4 more
         Caused by: java.io.FileNotFoundException: res/gfx/terobjs/trees/oldtrunk.res (Нет такого файла или каталога)
            at java.io.FileInputStream.open0(Native Method)
            at java.io.FileInputStream.open(FileInputStream.java:195)
            at java.io.FileInputStream.<init>(FileInputStream.java:138)
            at haven.Resource$FileSource.get(Resource.java:232)
            at haven.Resource$Pool.handle(Resource.java:436)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: gfx/terobjs/trees/oldtrunk
         at haven.Resource$JarSource.get(Resource.java:244)
         at haven.Resource$Pool.handle(Resource.java:436)
         ... 3 more
   Caused by: java.io.FileNotFoundException: /home/dmitry/.haven/hafen/cache/res/gfx/terobjs/trees/oldtrunk.cached (Нет такого файла или каталога)
      at java.io.FileInputStream.open0(Native Method)
      at java.io.FileInputStream.open(FileInputStream.java:195)
      at java.io.FileInputStream.<init>(FileInputStream.java:138)
      at haven.FileCache.fetch(FileCache.java:91)
      at haven.Resource$CacheSource.get(Resource.java:211)
      at haven.Resource$Pool.handle(Resource.java:436)
      ... 3 more



PS You have 2 similar options: Instant flower menu and fast flower menu. Since second one breaking auto eat and I guess inherited from amber you might get rid of it.
Bronies for life /)
User avatar
SiO2
 
Posts: 223
Joined: Sun Feb 17, 2013 10:46 pm

Re: Purus Pasta Client

Postby mdsanta » Sun Jul 17, 2016 2:47 am

Cancelling Mussel picker returns this error. Inconsistent. Working on reproduction steps

Code: Select all
2.17.2:${gitrev}

java.lang.ThreadDeath
   at java.lang.Thread.stop(Unknown Source)
   at purus.MusselPicker$StatusWindow$1.click(MusselPicker.java:83)
   at haven.Button.mouseup(Button.java:192)
   at haven.UI.mouseup(UI.java:377)
   at haven.HavenPanel.dispatch(HavenPanel.java:497)
   at haven.HavenPanel.run(HavenPanel.java:594)
   at java.lang.Thread.run(Unknown Source)
User avatar
mdsanta
 
Posts: 99
Joined: Mon May 09, 2016 8:36 pm

Re: Purus Pasta Client

Postby SiO2 » Sun Jul 17, 2016 4:14 pm

one more delayed resource error
Code: Select all
2.17.2:${gitrev}

java.lang.RuntimeException: Delayed error in resource paginae/craft/goldspoonlure (v1), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
   at haven.Resource$Pool$Queued.get(Resource.java:395)
   at haven.Resource$Pool$Queued.get(Resource.java:364)
   at haven.Glob$Pagina.res(Glob.java:166)
   at haven.Glob$Pagina.act(Glob.java:170)
   at haven.MenuGrid.cons(MenuGrid.java:125)
   at haven.MenuGrid.updlayout(MenuGrid.java:196)
   at haven.MenuGrid.tick(MenuGrid.java:486)
   at haven.Widget.tick(Widget.java:664)
   at haven.Widget.tick(Widget.java:664)
   at haven.GameUI.tick(GameUI.java:766)
   at haven.Widget.tick(Widget.java:664)
   at haven.UI.tick(UI.java:147)
   at haven.HavenPanel.run(HavenPanel.java:595)
   at java.lang.Thread.run(Thread.java:745)
Caused by: haven.Resource$LoadException: Load error in resource paginae/craft/goldspoonlure(v1), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
   at haven.Resource$Pool.handle(Resource.java:452)
   at haven.Resource$Pool.access$1100(Resource.java:341)
   at haven.Resource$Pool$Loader.run(Resource.java:584)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/goldspoonlure(v1), from cache source backed by FileCache(/home/dmitry/.haven/hafen/cache)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/goldspoonlure(v1), from local res source
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/goldspoonlure(v1), from filesystem res source (res)
            ... 4 more
         Caused by: java.io.FileNotFoundException: res/paginae/craft/goldspoonlure.res (Нет такого файла или каталога)
            at java.io.FileInputStream.open0(Native Method)
            at java.io.FileInputStream.open(FileInputStream.java:195)
            at java.io.FileInputStream.<init>(FileInputStream.java:138)
            at haven.Resource$FileSource.get(Resource.java:232)
            at haven.Resource$Pool.handle(Resource.java:436)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: paginae/craft/goldspoonlure
         at haven.Resource$JarSource.get(Resource.java:244)
         at haven.Resource$Pool.handle(Resource.java:436)
         ... 3 more
   Caused by: java.io.FileNotFoundException: /home/dmitry/.haven/hafen/cache/res/paginae/craft/goldspoonlure.cached (Нет такого файла или каталога)
      at java.io.FileInputStream.open0(Native Method)
      at java.io.FileInputStream.open(FileInputStream.java:195)
      at java.io.FileInputStream.<init>(FileInputStream.java:138)
      at haven.FileCache.fetch(FileCache.java:91)
      at haven.Resource$CacheSource.get(Resource.java:211)
      at haven.Resource$Pool.handle(Resource.java:436)
      ... 3 more
Caused by: haven.Message$EOF: Required 16 bytes, got only 0
   at haven.Message.rensure(Message.java:96)
   at haven.Message.bytes(Message.java:179)
   at haven.Resource.load(Resource.java:1724)
   at haven.Resource.access$600(Resource.java:82)
   at haven.Resource$Pool.handle(Resource.java:440)
   ... 3 more
Bronies for life /)
User avatar
SiO2
 
Posts: 223
Joined: Sun Feb 17, 2013 10:46 pm

Re: Purus Pasta Client

Postby shubla » Sun Jul 17, 2016 4:31 pm

SiO2 wrote:one more delayed resource error
Code: Select all
2.17.2:${gitrev}

java.lang.RuntimeException: Delayed error in resource paginae/craft/goldspoonlure (v1), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
   at haven.Resource$Pool$Queued.get(Resource.java:395)
   at haven.Resource$Pool$Queued.get(Resource.java:364)
   at haven.Glob$Pagina.res(Glob.java:166)
   at haven.Glob$Pagina.act(Glob.java:170)
   at haven.MenuGrid.cons(MenuGrid.java:125)
   at haven.MenuGrid.updlayout(MenuGrid.java:196)
   at haven.MenuGrid.tick(MenuGrid.java:486)
   at haven.Widget.tick(Widget.java:664)
   at haven.Widget.tick(Widget.java:664)
   at haven.GameUI.tick(GameUI.java:766)
   at haven.Widget.tick(Widget.java:664)
   at haven.UI.tick(UI.java:147)
   at haven.HavenPanel.run(HavenPanel.java:595)
   at java.lang.Thread.run(Thread.java:745)
Caused by: haven.Resource$LoadException: Load error in resource paginae/craft/goldspoonlure(v1), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
   at haven.Resource$Pool.handle(Resource.java:452)
   at haven.Resource$Pool.access$1100(Resource.java:341)
   at haven.Resource$Pool$Loader.run(Resource.java:584)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/goldspoonlure(v1), from cache source backed by FileCache(/home/dmitry/.haven/hafen/cache)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/goldspoonlure(v1), from local res source
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource paginae/craft/goldspoonlure(v1), from filesystem res source (res)
            ... 4 more
         Caused by: java.io.FileNotFoundException: res/paginae/craft/goldspoonlure.res (Нет такого файла или каталога)
            at java.io.FileInputStream.open0(Native Method)
            at java.io.FileInputStream.open(FileInputStream.java:195)
            at java.io.FileInputStream.<init>(FileInputStream.java:138)
            at haven.Resource$FileSource.get(Resource.java:232)
            at haven.Resource$Pool.handle(Resource.java:436)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: paginae/craft/goldspoonlure
         at haven.Resource$JarSource.get(Resource.java:244)
         at haven.Resource$Pool.handle(Resource.java:436)
         ... 3 more
   Caused by: java.io.FileNotFoundException: /home/dmitry/.haven/hafen/cache/res/paginae/craft/goldspoonlure.cached (Нет такого файла или каталога)
      at java.io.FileInputStream.open0(Native Method)
      at java.io.FileInputStream.open(FileInputStream.java:195)
      at java.io.FileInputStream.<init>(FileInputStream.java:138)
      at haven.FileCache.fetch(FileCache.java:91)
      at haven.Resource$CacheSource.get(Resource.java:211)
      at haven.Resource$Pool.handle(Resource.java:436)
      ... 3 more
Caused by: haven.Message$EOF: Required 16 bytes, got only 0
   at haven.Message.rensure(Message.java:96)
   at haven.Message.bytes(Message.java:179)
   at haven.Resource.load(Resource.java:1724)
   at haven.Resource.access$600(Resource.java:82)
   at haven.Resource$Pool.handle(Resource.java:440)
   ... 3 more

You could try deleting .haven folder from your user directory.
This probably is not bug with purus pasta, but something else is wrong in process of getting res files from the server. I might be wrong though, but I dont see what would be causing it in my modifications to the client.


mdsanta wrote:Cancelling Mussel picker returns this error. Inconsistent. Working on reproduction steps

Code: Select all
2.17.2:${gitrev}

java.lang.ThreadDeath
   at java.lang.Thread.stop(Unknown Source)
   at purus.MusselPicker$StatusWindow$1.click(MusselPicker.java:83)
   at haven.Button.mouseup(Button.java:192)
   at haven.UI.mouseup(UI.java:377)
   at haven.HavenPanel.dispatch(HavenPanel.java:497)
   at haven.HavenPanel.run(HavenPanel.java:594)
   at java.lang.Thread.run(Unknown Source)

Java doesnt like my thread stopping methods. Might fix someday.
Image
I'm not sure that I have a strong argument against sketch colors - Jorb, November 2019
http://i.imgur.com/CRrirds.png?1
Join the moderated unofficial discord for the game! https://discord.gg/2TAbGj2
Purus Pasta, The Best Client
User avatar
shubla
 
Posts: 13041
Joined: Sun Nov 03, 2013 11:26 am
Location: Finland

Re: Purus Pasta Client

Postby SiO2 » Sun Jul 17, 2016 4:36 pm

shubla wrote:You could try deleting .haven folder from your user directory.

Ill try, but I doubt it will work. It is fresh client on fresh system.
Code: Select all
java.lang.RuntimeException: Delayed error in resource paginae/craft/meatpieub (v1), from forking source backed by

upd: Yep, did not work.
shubla wrote:This probably is not bug with purus pasta, but something else is wrong in process of getting res files from the server. I might be wrong though, but I dont see what would be causing it in my modifications to the client.

Any idea how can I track the source of error down?
Last edited by SiO2 on Sun Jul 17, 2016 7:04 pm, edited 1 time in total.
Bronies for life /)
User avatar
SiO2
 
Posts: 223
Joined: Sun Feb 17, 2013 10:46 pm

Re: Purus Pasta Client

Postby shubla » Sun Jul 17, 2016 5:03 pm

Any idea how can I track the source of error down?

You could try contacting loftar. He might know better.
Image
I'm not sure that I have a strong argument against sketch colors - Jorb, November 2019
http://i.imgur.com/CRrirds.png?1
Join the moderated unofficial discord for the game! https://discord.gg/2TAbGj2
Purus Pasta, The Best Client
User avatar
shubla
 
Posts: 13041
Joined: Sun Nov 03, 2013 11:26 am
Location: Finland

Re: Purus Pasta Client, crash

Postby Shyruban » Thu Jul 28, 2016 1:41 am

Getting an error, can't get into the game, crashes after character selection, here's the message

2.17.2:${gitrev}

java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at haven.CharWnd.uimsg(CharWnd.java:2076)
at haven.UI.uimsg(UI.java:293)
at haven.RemoteUI.run(RemoteUI.java:70)
at haven.MainFrame.run(MainFrame.java:282)
at java.lang.Thread.run(Unknown Source)
Shyruban
 
Posts: 92
Joined: Sun May 10, 2015 11:55 pm

Re: Purus Pasta Client

Postby RASKHOS » Thu Jul 28, 2016 2:17 am

shubla!! get to work buddy!!! ....my steel is 30% done!! :o :(
RASKHOS
 
Posts: 27
Joined: Sat Mar 12, 2016 12:50 am

Re: Purus Pasta Client

Postby Grog » Thu Jul 28, 2016 4:17 am

RASKHOS wrote:shubla!! get to work buddy!!! ....my steel is 30% done!! :o :(

Just use the default client then.
Favourite thread: viewtopic.php?f=9&t=3388
User avatar
Grog
 
Posts: 2747
Joined: Mon Feb 08, 2010 11:42 pm
Location: Germany

PreviousNext

Return to The Wizards' Tower

Who is online

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