gomule-d2r icon indicating copy to clipboard operation
gomule-d2r copied to clipboard

Not working as of 2.4

Open AronosAhri opened this issue 2 years ago • 9 comments

All characters and stashes open in a disconnected state as of 2.4.

AronosAhri avatar Apr 15 '22 01:04 AronosAhri

Same here (opened an issue a few hours ago). So far, my only "workaround" - and it only works in one direction - is to copy back one of my saved Shared stashes from before the patch, move items from my mule to it, then start D2R. The items can be accessed successfully with the 2.4 character, but items moved to the reopened stash can't be seen.

I really hope this is an easy fix; I've been working on my Grail and would loathe to have to make all the mules necessary to keep the items.

ajgringo619 avatar Apr 15 '22 02:04 ajgringo619

Exact same boat, I noticed the same thing. Thankfully I have working saves from pre 2.4 that I can load up and bring in as sort of a one time use option, but it's a pain.

AronosAhri avatar Apr 15 '22 02:04 AronosAhri

start /b java -jar GoMule.jar java.lang.Exception: Incorrect Character version: 98

Gubith avatar Apr 15 '22 08:04 Gubith

I've actually seen this issue during PTR and I thought it was a PTR thing, I guess it's actually an 2.4 thing. This is the error message I'm getting when I try to open a character file in GoMule

`java.lang.Exception: Incorrect Character version: 98

    at gomule.d2s.D2Character.readChar(Unknown Source)
    at gomule.d2s.D2Character.<init>(Unknown Source)
    at gomule.gui.D2FileManager.addItemList(Unknown Source)
    at gomule.gui.D2ViewChar.connect(Unknown Source)
    at gomule.gui.D2ViewChar.<init>(Unknown Source)
    at gomule.gui.D2FileManager.openChar(Unknown Source)
    at gomule.gui.D2ViewProject$CharTreeNode.view(Unknown Source)
    at gomule.gui.D2ViewProject$3.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)`

immortal-jack avatar Apr 16 '22 03:04 immortal-jack

Devs looking at it, mentioned in here. https://sourceforge.net/p/gomule/discussion/689770/thread/8f2f6fcc27/

Gubith avatar Apr 17 '22 21:04 Gubith

The new beta works, at least so far.

ajgringo619 avatar Apr 17 '22 21:04 ajgringo619

With the beta, I can open my characters and stashes, but not sharedstashes.

Here's the error:

Error

Stash Version Incorrect! at gomule.d2x.D2Stash.readAtmaItems(D2Stash.java:153) at gomule.d2x.D2Stash.(D2Stash.java:78) at gomule.gui.D2FileManager.addItemList(D2FileManager.java:1618) at gomule.gui.D2ViewStash.connect(D2ViewStash.java:352) at gomule.gui.D2ViewStash.(D2ViewStash.java:286) at gomule.gui.D2FileManager.openStash(D2FileManager.java:1525) at gomule.gui.D2ViewProject$CharTreeNode.view(D2ViewProject.java:402) at gomule.gui.D2ViewProject$3.mouseReleased(D2ViewProject.java:126) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)

AronosAhri avatar Apr 19 '22 14:04 AronosAhri

hey just installed. when opening chars, there is no items everything is empty. that goes for both d2r files and the old d2 files

S1lverone avatar Jun 06 '22 15:06 S1lverone

Is it working? Having the same issue character disconnected

Impostor777 avatar Feb 02 '24 21:02 Impostor777