-
Notifications
You must be signed in to change notification settings - Fork 24
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
Linux: Unending scanning and sharp.lua:133: assertion failed!
#21
Comments
It seems like the problem is caused by this exception on C# side:
Removing <?xml version="1.0" encoding="utf-8"?>
<configuration>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
- </startup>
</configuration> |
This fix (at least on my machine) fixes, the original issue, but creates a new one, where at downloading mods other errors occurr.
This looks alot like if there were features, only enabled through specifing the runtime version. |
That's because the original fix was not the right solution for this. It's
very likely that you've got a system installation of Mono that is
conflicting with MonoKickstart. This issue was resolved properly on the
Celeste Discord server multiple times (search for "mono version conflicts"
as a starting point for the latest attempt). I didn't get to this issue yet
though and I'll head out to work soon, just saw this pop up in my email
inbox. It doesn't help that I'm currently rewriting Olympus from scratch
anyway.
metamuffin ***@***.***> schrieb am Di., 2. Nov. 2021, 08:01:
… This fix (at least on my machine) fixes, the original issue, but creates a
new one, where at downloading mods other errors occurr.
[sharp] Task (installMod)(thread#96>sharp.lua:431<scenes/installer.lua:344)#1 failed: System.NotSupportedException: The URI prefix is not recognized.
This looks alot like if there were features, only enabled through
specifing the runtime version.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJFB7E6S6HI25WSAZQWMIDUJ6EFNANCNFSM5BGQI2WA>
.
|
Thanks a lot. It seems to work properly again. |
For the record: yes, removal of |
I'm
the 12-th linux usertrying to useolympus
on Arch Linux with steam celeste installation, but it doesn't seem to work. When I run it, it just stucks in the "Scanning..." state. Using "Manually select Celeste.exe" doesn't help either. Here are the logs:stdout log
`log-sharp.txt`
The text was updated successfully, but these errors were encountered: