icyphy / ptII

Ptolemy II is an open-source software framework supporting experimentation with actor-oriented design.
https://ptolemy.eecs.berkeley.edu/ptolemyII
Other
99 stars 43 forks source link

Problem IzPack Setup #341

Open VlMirosh opened 2 years ago

VlMirosh commented 2 years ago

Good afternoon. There was a problem when installing ptolemy. During the installation process, he writes the error " The problem of calling the call: Installing IzPack, should not get here "

cxbrooks commented 2 years ago

What is the URL of the location where you downloaded the installer?

Are you running under Windows, macOS or Linux?

Do you have Java installed on your system?

I tried the macOS installer from https://www.icyphy.org/ptII/downloads/index.html and the installer ran, but the Vergil.app fails to run:

bash-3.2$ open bin/Vergil.app/
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Ptolemy/ptII11.1.devel-20Sep2021/bin/Vergil.app.

Usually -10810 means that something is not executable, but I was able to run Vergil by executing the universalJavaApplicationStub directly:

bash-3.2$ ls -l bin/Vergil.app/Contents/MacOS/universalJavaApplicationStub
-rwxr-xr-x  1 cxh  admin  35979 Sep  8 13:43 bin/Vergil.app/Contents/MacOS/universalJavaApplicationStub
bash-3.2$ open !$
open bin/Vergil.app/Contents/MacOS/universalJavaApplicationStub
bash-3.2$ 

However, when I build the installer on my Mac, the installer works fine with JDK 14 and macOS 10.14.6. I'll look in to this further.

Rather than using the installer, I suggest building by forking the Git repo, see https://www.icyphy.org/ptII/index.html

cxbrooks commented 2 years ago

The mac error is #335 JDK shipped with nightly build installers needs to be updated.

VlMirosh commented 2 years ago

I install it on C:/Program Files/ Java is installed. I work on windows 10 64 bit