Giter Site home page Giter Site logo

Comments (5)

WaffleLapkin avatar WaffleLapkin commented on August 24, 2024 1

It seems like the problem is caused by this exception on C# side:

System.TypeInitializationException: The type initializer for 'System.Net.ServicePointManager' threw an exception. ---> System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/waffle/Downloads/dist'/sharp/Olympus.Sharp.exe.config line 3)

Removing <startup> from the configuration file (Olympus.Sharp.exe.config) fixes the issue:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
-  <startup>
-    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
-  </startup>
</configuration>

from olympus.

metamuffin avatar metamuffin commented on August 24, 2024

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.

from olympus.

0x0ade avatar 0x0ade commented on August 24, 2024

from olympus.

metamuffin avatar metamuffin commented on August 24, 2024

Thanks a lot. It seems to work properly again.
Would it be useful to include an option to run olympus with the system installation of mono for the 13 other GNU+Linux users?

from olympus.

WaffleLapkin avatar WaffleLapkin commented on August 24, 2024

For the record: yes, removal of <startup> only changed the issue for me and did not actually solve it (I added it back in the end). The actual solution was proposed by @jade on the Celeste discord. tl;dr it's just a hacky way to use system mono installation instead of MonoKickstart.

from olympus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.