Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on Windows 10 Pro with Live/Evil Twins (★ and ☆) #71

Open
randoomdude opened this issue Sep 10, 2024 · 4 comments
Open

Issue on Windows 10 Pro with Live/Evil Twins (★ and ☆) #71

randoomdude opened this issue Sep 10, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@randoomdude
Copy link

For about a year master duel wasn't working on one very specific account and I didn't really know what was going on, I could play the acccount without Jmaster Duel bot, but when I activated it the game would crash. I tried running it on a laptop running windows 11 and it worked so I just played on that. Recently though I tried running it again, and realized I could play with any other deck that wasn't live twin, so when I narrowed it down I realized it was literally just the cards with the little ☆ in their name that was crashing the game, any idea what is causing this?

@randoomdude
Copy link
Author

Actually it only crashes in multiplayer, if you run it in solo mode it won't crash

@BullyWiiPlaza
Copy link
Owner

Ah, good catch! Finally we got it narrowed down. Yes, the little ☆ is a unicode character which might throw something off in the code. Unicode support is a nasty issue which is often overlooked when developing. I'll look into it soon.

@BullyWiiPlaza BullyWiiPlaza added the bug Something isn't working label Sep 10, 2024
@BullyWiiPlaza BullyWiiPlaza self-assigned this Sep 10, 2024
@randoomdude
Copy link
Author

it seems like the higher resolution you play it on the more likely the chance that it crashes too maybe? it's always at the beggining of the duel when you draw 5 cards it and says "DUEL", so maybe game is trying to load stuff properly and gets overwhelmed or something

@randoomdude
Copy link
Author

Game crashed pretty suddenly, with the audio stuttering. Feels like program is becoming more unstable on this computer over time, I feel like uninstalling doesn't reset things very well, also terminate application forcefully almost always says "Failed to terminate the process with process id: 30280" when it didn't before.

Error report:

java.io.IOException: Remaining try count exceeded, failed to find function: ipBndkd2mmKZ72foCV6I
at G.h(hn:23)
at G.h(hn:145)
at G.h(hn:145)
at G.h(hn:145)
at G.h(hn:145)
at G.h(hn:145)
at G.h(hn:145)
at G.h(hn:145)
at G.h(hn:145)
at G.h(hn:145)
at G.h(hn:145)
at G.h(hn:13)
at LpT3.h(in:447)
at y.h(di:741)
at y.F(di:658)
at CA.h(rj:3873)
at java.desktop/javax.swing.AbstractButton.fireItemStateChanged(AbstractButton.java:2000)
at java.desktop/javax.swing.AbstractButton$Handler.itemStateChanged(AbstractButton.java:2320)
at java.desktop/javax.swing.DefaultButtonModel.fireItemStateChanged(DefaultButtonModel.java:458)
at java.desktop/javax.swing.JToggleButton$ToggleButtonModel.setSelected(JToggleButton.java:374)
at java.desktop/javax.swing.AbstractButton.setSelected(AbstractButton.java:346)
at CA.f(rj:897)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants