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

Game crash on load #364

Open
sunRay004 opened this issue May 29, 2024 · 1 comment
Open

Game crash on load #364

sunRay004 opened this issue May 29, 2024 · 1 comment

Comments

@sunRay004
Copy link

Game crashes on load

FileNotFoundException: Could not find file "D:\SteamLibrary\steamapps\workshop\content\457140\2997749628\2155595510491385272_legacy.bin"

System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <695d1cc93cca45069c528c15c9fdd749>:0)
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) (at <695d1cc93cca45069c528c15c9fdd749>:0)
(wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
System.IO.File.Open (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) (at <695d1cc93cca45069c528c15c9fdd749>:0)
Ionic.Zip.ZipFile.get_ReadStream () (at <c5d6b36976e845b59baec1498be897f9>:0)
Ionic.Zip.ZipFile.ReadIntoInstance (Ionic.Zip.ZipFile zf) (at <c5d6b36976e845b59baec1498be897f9>:0)
Ionic.Zip.ZipFile.Read (System.String fileName, System.IO.TextWriter statusMessageWriter, System.Text.Encoding encoding, System.EventHandler1[TEventArgs] readProgress) (at <c5d6b36976e845b59baec1498be897f9>:0)
Ionic.Zip.ZipFile.Read (System.String fileName) (at <c5d6b36976e845b59baec1498be897f9>:0)
KMod.ZipFile..ctor (System.String filename) (at <3d436e4ec1d5455793674ec559b0cc77>:0)
KMod.Steam.MakeMod (SteamUGCService+Mod subscribed) (at <3d436e4ec1d5455793674ec559b0cc77>:0)
KMod.Steam.UpdateMods (System.Collections.Generic.IEnumerable1[T] added, System.Collections.Generic.IEnumerable1[T] updated, System.Collections.Generic.IEnumerable1[T] removed, System.Collections.Generic.IEnumerable`1[T] loaded_previews) (at <3d436e4ec1d5455793674ec559b0cc77>:0)
SteamUGCService.Update () (at <3d436e4ec1d5455793674ec559b0cc77>:0)

Build: U51-600112-V

I tried putting a legacy.bin file from another computer in to fix, which resolved the problem untill I tried joining a multiplayer world, after which the file disapeared and the error returned.

@sunRay004
Copy link
Author

Fyi, I was never able to join or host succesfully, but the game atleast launched the first time I tried using the mod

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