-
Notifications
You must be signed in to change notification settings - Fork 45
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
Fatal error in JAVA Runtime #35
Comments
I don't think we can fix this (it's C++ code in the JavaFX library). |
Well, all I can say is that this issue only happens to me in this latest 0.1.7 version. Not in the previous 0.1.6 version... |
Correct that it most likely has to do with the PolyLine[] drawing. |
Yeah, when I looked at the changes from both versions, I also suspected it was related to the PolyLine change. So, what can I do to fix this? Any ideas? |
As of version 0.1.8, this no longer happens to me. Seems to be fixed. Thanks! =D |
As far as I am aware, (I actually have gotten this a few times), this has not occurred for me in quite a while. I'll close this, but if it happens again, reopen this or at least reference it. |
With this newest release, I get an error as soon as I try to catch a Pkmn:
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000642f51eb, pid=5072, tid=0x0000000000001c28
JRE version: Java(TM) SE Runtime Environment (8.0_102-b14) (build 1.8.0_102-b14)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.102-b14 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [jfxwebkit.dll+0xd651eb]
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
I can post the rest of the log, if needed.
The text was updated successfully, but these errors were encountered: