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

Check if installed Mono version is up to date #5

Open
pixelomer opened this issue Feb 4, 2023 · 0 comments
Open

Check if installed Mono version is up to date #5

pixelomer opened this issue Feb 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@pixelomer
Copy link
Owner

The Celeste script currently only checks for the existence of the mono binary but doesn't check the version. The default repositories generally have very outdated versions of Mono and there has been at least one instance where a user encountered a crash by launching Celeste with an old version of Mono (Debian 4.6.2.7+dfsg-1ubuntu1).

Crash output:

Can't find custom attr constructor image: /home/<user>/Desktop/Celeste/FNA.dll mtoken:0x0a000001 due to Could not load file or assembly or one of its dependencies. assembly:System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 type:<unknown type> member:<none>
Stacktrace:

  at <unknown> <0xffffffff>
  at SDL2.SDL.SDL_RWFromFile (string,string) <0x00017>
  at SDL2.SDL.SDL_GameControllerAddMappingsFromFile (string) <0x0001f>
...
@pixelomer pixelomer added the enhancement New feature or request label Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant