-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Open/Save dialog causes crash on Linux #306
Comments
Created by: Alriceee Have you tried installing other versions of jdk? That's what seems to work for me. (Just asking btw.) |
Created by: alovictor I'm having the same problem in the same environment... Any possible solution? |
Created by: Alriceee You might just have to use a different version of processing, if it doesn't work ill dig further into it. |
Created by: manthanabc It works fine in processing 3. |
Created by: Alriceee My ctrl + space works fine. Try reinstalling processing? EDIT: I'm using processing 4.0b2 |
Created by: manthanabc I did try that also i am using it without installing it. like executing after unzipping it. |
Created by: Calendis I have the same crash with Processing 4.0 b2. I cannot use the Open or Save dialogues JRE: OpenJDK Runtime Environment Temurin-11.0.12+7 Error log: (What... whenever I post the log to pastebin it gets removed...) |
Created by: ZapZaperap Had the same problem with OpenJDK. Moving to the Oracle release fixed this. |
Created by: benfry That's a hard crash in Java, which is happening outside Processing (and if it's fixed by using a JDK, it sounds like a JDK problem). But you can also try editing The current source for beta 3 is also using a much newer OpenJDK (17) so it may be resolved there too. |
Created by: benfry Tested on Ubuntu 20.04 64-bit (the only supported Linux release) and it's working fine with beta 3, which uses Adoptium OpenJDK 17. |
Created by: benfry …if you still have issues with beta 3, please report. |
Created by: mario6097 Tested on each of the alternatives below, and it still crashes 1 java-11-openjdk.x86_64 (/usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc35.x86_64/bin/java) do I need a different jdk version? |
Created by: benfry How about the JVM that ships with the software? |
Created by: mario6097 Hi, |
Created by: benfry As long as you're using the download we provide (from Github or processing.org/download), it should be using that by default—I was confused that you were reporting about several other JVMs and nothing about the built-in one. |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Created by: manthanabc
Description
whenever i try to save any sketch it just crashes
Expected Behavior
it should save the sketch
Current Behavior
it crashes
Steps to Reproduce
1.open any sketch
2.try to save it
3. it crashes
Your Environment
manjaro xfce latest stable
openjdk 1.8.0_292
processing 4.0b2
The text was updated successfully, but these errors were encountered: