Skip to content

[BUG] MSL creashes after loading vanilla.win #107

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

Open
domkol96 opened this issue Mar 12, 2025 · 2 comments
Open

[BUG] MSL creashes after loading vanilla.win #107

domkol96 opened this issue Mar 12, 2025 · 2 comments

Comments

@domkol96
Copy link

Describe the Bug :

After choosing vanilla.win file the program crashes. Here's a log file:
2025-03-12 15:33:09.397 +01:00 [INF] Launching msl {v0.13.1.0} using UTMT {v0.6.1.0}
2025-03-12 15:33:09.411 +01:00 [INF] Reading {Quicksave} built with version {v0.8.2.10}
2025-03-12 15:33:09.423 +01:00 [INF] Cannot find the icon.png associated to Quicksave.sml
2025-03-12 15:33:22.000 +01:00 [WRN] Checksum inconsistency, {C:\Program Files (x86)\Steam\steamapps\common\Stoneshard\vanilla.win} may not be vanilla or is a new version.
2025-03-12 15:33:25.165 +01:00 [INF] Successfully load: C:\Program Files (x86)\Steam\steamapps\common\Stoneshard\vanilla.win.
2025-03-12 15:33:25.174 +01:00 [ERR] Something went wrong
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable1 source, Func2 predicate, Boolean& found)
at System.Linq.Enumerable.First[TSource](IEnumerable1 source, Func2 predicate)
at ModShardLauncher.ModLoader.GetTable(String name)
2025-03-12 15:33:28.502 +01:00 [INF] Launching msl {v0.13.1.0} using UTMT {v0.6.1.0}
2025-03-12 15:33:28.515 +01:00 [INF] Reading {Quicksave} built with version {v0.8.2.10}
2025-03-12 15:33:28.527 +01:00 [INF] Cannot find the icon.png associated to Quicksave.sml
2025-03-12 15:33:35.066 +01:00 [WRN] Checksum inconsistency, {C:\Program Files (x86)\Steam\steamapps\common\Stoneshard\vanilla.win} may not be vanilla or is a new version.
2025-03-12 15:33:38.361 +01:00 [INF] Successfully load: C:\Program Files (x86)\Steam\steamapps\common\Stoneshard\vanilla.win.
2025-03-12 15:33:38.370 +01:00 [ERR] Something went wrong
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable1 source, Func2 predicate, Boolean& found)
at System.Linq.Enumerable.First[TSource](IEnumerable1 source, Func2 predicate)
at ModShardLauncher.ModLoader.GetTable(String name)

Steps To Reproduce :

...

Expected Behavior :

...

Screenshots if applicable :

You can directly paste screenshots here, no need for external hosting.
...


Additional Information :

  • Stoneshard Version : 0.9.1.19-vm
  • MSL Version : v0.13.1.0

Additional Context :

Add any other context about the problem here.
...
first time installing msl

@jakepenguin
Copy link

I also had this issue, as soon as the attempt to load vanilla.win was in process

@altairwei
Copy link
Collaborator

Change your Stoneshard to beta version (modbranch) on Steam.

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

3 participants