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

Wrong version number in message: Exception: incompatible fasl-object version #883

Open
amirouche opened this issue Nov 5, 2024 · 0 comments

Comments

@amirouche
Copy link
Contributor

As part of lisp game jam, there was a binary release of a Chez Scheme project with sources, when I try to run it, i have the following error:

$ ./cavez 
Exception: incompatible fasl-object version 0.0.0-pre-release.73 found in ./cavez

cavez is configured to run scheme-script from env:

$ head -n 1 ./cavez 
#!/usr/bin/env scheme-script

There is something wrong with the version number, /usr/bin/scheme is 10.1.0-pre-release.3. And scheme-script is the same version.

I already saw this behavior before, but I do not have a reproducer.

ref: https://mdhughes.itch.io/cavez
ref: https://gitlab.com/mdhughes/cavez

@amirouche amirouche changed the title Truncated version number in message: Exception: incompatible fasl-object version Wrong version number in message: Exception: incompatible fasl-object version Nov 5, 2024
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

1 participant