Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Root level exception in OnGUI(): System.TypeInitializationException: The type initializer for 'HarmonyMod.Assets' threw an exception. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\Games\RimWorld\Textures\Debug0.png".
- at 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) [0x00164] in <567df3e0919241ba98db88bec4c6696f>:0
- at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
- at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
- at System.IO.File.OpenRead (System.String path) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
- at System.IO.File.ReadAllBytes (System.String path) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
- at HarmonyMod.Assets.LoadTexture (System.String path, System.Boolean makeReadonly) [0x0001a] in <fe8017b55328419e8d117702718fd6ff>:0
- at HarmonyMod.Assets+<>c.<LoadTextures>b__15_0 (System.String path) [0x00000] in <fe8017b55328419e8d117702718fd6ff>:0
- at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToArray () [0x00012] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
- at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
- at HarmonyMod.Assets.LoadTextures (System.String[] paths) [0x00025] in <fe8017b55328419e8d117702718fd6ff>:0
- at HarmonyMod.Assets..cctor () [0x00010] in <fe8017b55328419e8d117702718fd6ff>:0
- --- End of inner exception stack trace ---
- at HarmonyMod.ShowHarmonyVersionOnMainScreen.Postfix () [0x00015] in <fe8017b55328419e8d117702718fd6ff>:0
- at (wrapper dynamic-method) RimWorld.VersionControl.RimWorld.VersionControl.DrawInfoInCorner_Patch1()
- at RimWorld.MainMenuDrawer.MainMenuOnGUI () [0x00000] in <b1a2d2c07c3c4dea8ce98e07a9c8d161>:0
- at Verse.UIRoot_Entry.DoMainMenu () [0x0001f] in <b1a2d2c07c3c4dea8ce98e07a9c8d161>:0
- at (wrapper dynamic-method) Verse.UIRoot_Entry.Verse.UIRoot_Entry.UIRootOnGUI_Patch1(Verse.UIRoot_Entry)
- at (wrapper dynamic-method) Verse.Root.Verse.Root.OnGUI_Patch1(Verse.Root)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement