Skip to content
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

Spontaneous Access Violation errors when remote is set to false #171

Closed
PerplexedFox opened this issue Sep 25, 2023 · 1 comment
Closed

Comments

@PerplexedFox
Copy link

PerplexedFox commented Sep 25, 2023

I described the error in the following stackoverflow question. The interesting part is that as soon as I returned to the previously working code (with constant pressure and other variables determined from coolprop with bsplines) suddenly the error appeared and would not go away.

Error: Exception: Access Violation
At line 3157 of file custom.f90
Traceback: not available, compile with -ftrace=frame or -ftrace=full

Error: 'results.json' not found. Check above for additional error details

FileNotFoundError: [Errno 2] No such file or directory: '...\options.json'

If solved with Remote=True the error does not appear at all!
Update: since today the remote solution results in

HTTPError: HTTP Error 404: Not Found
During handling of the above exception, another exception occurred:
ImportError: No solution or server unreachable.
Show errors with m.solve(disp=True).
Try local solve with m=GEKKO(remote=False).

It does seem like the issue 2 years ago, where the solver crashed...

@APMonitor
Copy link
Member

New issue created to track this bug and the resolution. #173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants