ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
163 stars 34 forks source link

Permission problems on MacOS #213

Closed BentEngbers closed 1 year ago

BentEngbers commented 1 year ago

Describe the bug I got a permission denied on mac os (M1).

./GUIslice.sh: line 9: /***/****/****/GUIsliceBuilder/bin/java: Permission denied

To Reproduce Steps to reproduce the behavior:

  1. Download the latest version
  2. Unzip the directory
  3. Run the ./GUIslice.sh command

Expected behavior I expect the program to start.

Version

Workaround The following command can fix the problems:

chmod +x ./bin/java

CleanShot 2022-10-23 at 19 07 47@2x When the executable permissions of the java binary have been changed, an additional problem is revealed:

****/****/GUIsliceBuilder/GUIslice.sh: line 9: 95525 Killed: 9               "$DIR/bin/java" $CDS_JVM_OPTS -p "$DIR/../app" -m builder/builder.Builder "$@"

Additional allowance of java is also necessary on MacOS: CleanShot 2022-10-23 at 19 14 39@2x

Pconti31 commented 1 year ago

@BentEngbers Thank you for the information. I'll spin a new release setting execute permission on java. Not much i can do about being an "identified developer". If you don't mind I'll copy your Security & Privacy image to my readme so others will be prepared. Paul--

Pconti31 commented 1 year ago

fixed in release 0.17.b13