-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
fatal: error thrown and no exception handler available. #789
Comments
Meanwhile I have experimented with a minimal example comprising the package I wonder, if it is possible to cure the issue of missing Relocatability? |
The version 1.9 error suggests you need to modify the environment variable Trying setting it to "generic" to start. |
Thanks for the tip! :-) |
I still stuggle, if have started a discussion in the Julia forum, see: |
@mkitti |
versioninfo()
I have compiled in three Julia versions:
A.)
B.)
C.)
How you installed Julia
As portable SW.
A minimal working example (MWE), also known as a minimum reproducible example
The minimal example works fine on Julia v1.6.7 and v1.8.5.
On v1.9.0-beta4 the error message is:
Another project, which is larger, can be compiled and the resulting .exe can be executed on the
build machine, but the App crashes on other computers.
The module of this App can be found here:
InteractiveEquivalentCircuit.jl
The trouble makers seems to be the package:
EquivalentCircuits.jl
As it is the first package of this author, it would be nice, if you could have a look on it.
I will in parallel file an issue on the project homepage.
Here are the three related error messages:
A.)
v1.6.7:
B.)
v1.8.5:
C.)
v1.9.0:
Stefan
The text was updated successfully, but these errors were encountered: