Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

CTD when opening storages with countable items #66

Closed
Sephyros opened this issue Dec 4, 2015 · 2 comments
Closed

CTD when opening storages with countable items #66

Sephyros opened this issue Dec 4, 2015 · 2 comments

Comments

@Sephyros
Copy link

Sephyros commented Dec 4, 2015

Probably because of this dolda2000@ee64876
Error:

java.lang.NoSuchMethodError: haven.GItem$Amount.(Lhaven/ItemInfo$Owner;I)V
at Amount.build(amount.cjava:7)
at haven.ItemInfo.buildinfo(ItemInfo.java:364)
at haven.GItem.info(GItem.java:138)
at haven.WItem$AttrCache.get(WItem.java:154)
at haven.WItem.draw(WItem.java:286)
at haven.Widget.draw(Widget.java:711)
at haven.Widget.draw(Widget.java:716)
at haven.Inventory.draw(Inventory.java:73)
at haven.Widget.draw(Widget.java:711)
at haven.Widget.draw(Widget.java:716)
at haven.Window.draw(Window.java:255)
at haven.Widget.draw(Widget.java:711)
at haven.Widget.draw(Widget.java:716)
at haven.GameUI.draw(GameUI.java:845)
at haven.Widget.draw(Widget.java:711)
at haven.Widget.draw(Widget.java:716)
at haven.RootWidget.draw(RootWidget.java:124)
at haven.UI.draw(UI.java:156)
at haven.HavenPanel.rootdraw(HavenPanel.java:348)
at haven.HavenPanel.run(HavenPanel.java:628)
at java.lang.Thread.run(Unknown Source)

@TheKrush
Copy link
Owner

TheKrush commented Dec 4, 2015

Does this also happen in Ender's client or just mine? I'm wondering if I messed up a merge.

@TheKrush
Copy link
Owner

TheKrush commented Dec 5, 2015

Fixed with ee64876

@TheKrush TheKrush closed this as completed Dec 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants