-
Notifications
You must be signed in to change notification settings - Fork 13
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
Crashing while running untapped #52
Comments
Hello, this other app wasn't developed by us so we don't provide compatibility guarantees. You can try and see if the YGOPRODeck Companion App is working, link: https://ygoprodeck.com/master-duel/companion-app |
I tried the YGOProDeck thing and it seems to have the same issue, that it'll freeze a little after the coin flip in ranked recorded log, its just literally one minute of turning on game, goingi into ranked and it freezing and crashing [INFO ] 23:08:19.570 [GUI Thread]: Launching GUI...
[ERROR] 23:08:40.517 [Process Interaction Button Availability Setter]:
[ERROR] 23:08:41.536 [Player Latency Reader]:
[ERROR] 23:08:41.677 [Process Interaction Button Availability Setter]:
[ERROR] 23:08:42.609 [Deck Tracker Updater]:
[ERROR] 23:08:42.849 [Process Interaction Button Availability Setter]:
[ERROR] 23:08:43.703 [Duel Spy Updater]:
[ERROR] 23:08:44.025 [Process Interaction Button Availability Setter]:
[ERROR] 23:08:45.201 [Process Interaction Button Availability Setter]:
|
This issue cannot be reproduced with the YGOPRODeck Companion app, it's working fine in Ranked duels, I just tried it. So maybe it's not a conflict between both tools. I encourage you to do more testing if a single tool causes these issues after all for you specifically. |
Hi I am encountering a similar issue where I went to the duel strategy 2 and the first top practice. The game crashed and I cannot restart or quit the "game": ExternalProcessException{returnValue=0x1, message='Finding process by process id: 217836 |
It seems like the issue cannot be reproduced or is no longer relevant so I'm closing this issue. |
Game seems to crash after 1 duel if you have both it and untapped extension running, or won't run untapped unless you start jmbaster bot during coin flip
Error:
ExternalProcessException{returnValue=0xC0000409, message='The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.'}
at L.L(lg:419)
at bB.L(jm:637)
at bB.j(jm:41)
at AA.Ja(eh:3218)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2313)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6620)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3398)
at java.desktop/java.awt.Component.processEvent(Component.java:6385)
at java.desktop/java.awt.Container.processEvent(Container.java:2266)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4995)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4827)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)
at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2780)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4827)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:775)
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.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:747)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
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:744)
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)
The text was updated successfully, but these errors were encountered: