-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open dialog crashes Processing on Linux #233
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
Comments
Created by: benfry Have you tried with one of the downloads that we provide? https://github.com/processing/processing4/releases |
Created by: matwolf Thank you for the quick response and the hint! Not until now. Downloaded, ran install.sh, clicked icon – same behaviour. Started directly from folder, so messages popped out:
Is the installed Java version of concern, or does Processing bring a JRE of its own? Hoewever, this is my Java:
This is the log file mentioned above : |
Created by: benfry Ok, the Illegal Reflective Access message is a red herring (see #207) but the crash is something happening in the JVM. I don't test on Java 16 (11 is what's supported) but if you have 16 working, I would try:
The exact path you're using for the link should ensure that from inside the Processing download, |
Created by: benfry Also, given that it's crashing on Open, it probably means there's a bad interaction between your Window Manager and the file selector. You might try editing
to
Or vice-versa, if it's already set to |
Created by: matwolf Ben,
Seemingly, there is some incompatibility with the file open routine of Manjaro's (and presumably Arch's as well). Thanks a lot and sorry for bothering you – I might have figured that out on my own. Cheers from Vienna/Austria |
Created by: benfry Glad it worked; thanks for the update. |
In GitLab by @hamoid on Aug 12, 2021, 08:35 Thank you for the info. I had the same thing on Arch, needs to be By the way the path is now |
Created by: benfry The config change was requested here: #203 and also described in the release notes for beta 1: https://github.com/processing/processing4/blob/master/build/shared/changes.md#features-and-updates |
In GitLab by @hamoid on Aug 12, 2021, 21:58 No issue with the change at all :-) I only replied in case someone finds this thread, changes the setting in |
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: matwolf
Description
Open project crashes Processing
When you click file – open, the Processing IDE closes.
Expected Behavior
An open file dialog appears letting you choose a folder.
Current Behavior
Nothing happens for several seconds and the Processing IDE closes without any notice. This is 100% reproducable.
Strange: I can pick projects from the recent-list, but am not able to open from the files menu.
Steps to Reproduce
Your Environment
$ cat /etc/lsb-release
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=21.1.0
DISTRIB_CODENAME=Pahvo
DISTRIB_DESCRIPTION="Manjaro Linux"
$ uname -a
Linux xmg 5.12.19-1-MANJARO #1 SMP PREEMPT Tue Jul 20 20:57:37 UTC 2021 x86_64 GNU/Linux
Possible Causes / Solutions
I̶ ̶h̶a̶v̶e̶ ̶n̶o̶ ̶i̶d̶e̶a̶.̶
Solved: set
chooser.files.native
tofalse
in~/.processing/preferences.txt
– thanks, Ben!The text was updated successfully, but these errors were encountered: