-
Notifications
You must be signed in to change notification settings - Fork 143
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
Error: Process finished with exit code -1073741819 (0xC0000005) #45
Comments
@mansoorfayyaz This issue looks specific to PyCharm setup. Can you create a python script that reproduces the same issue from command line ? |
@tuxdna "Python has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if s solution is available." and then no solution was suggested. |
@mansoorfayyaz Can you share the script ? |
@tuxdna Im using the same sample usage script provided in the package description. Here it is.
Did some digging into this error and i think it has to do with the java virtual machine installed but cant figure out the exact cause n remedy. I confirmed that python 3.6 and java runtime installed in windows 10 are 32 bit . Ive also tried the following script found at #https://stackoverflow.com/questions/23430466/jpype-class-not-found
|
In the following snippet, at which line does the process finish?
Based on your earlier report I guess it is at If that is the case then surely there is something breaking between jpype and JVM |
error occurs at jpype.startJVM() jpype.startJVM(jpype.getDefaultJVMPath(), "-ea") Error: Process finished with exit code -1073741819 (0xC0000005) |
Im getting following error while trying the sample code provided in pyCharm CE. Plz advise how to resolve this.
Process finished with exit code -1073741819 (0xC0000005)
during debug i found that execution stucks at init.py at line 13
Im using the following sample code:
Thanks.
The text was updated successfully, but these errors were encountered: