You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The cmd line spits out this:
Unhandled exception. System.Exception: FileUtil::DecompressFile -- File not found. (D:\Games\Super Mario Bros. Wonder\user\dump\010015100B514000\romfs\BancMapUnit\Course001_Course.bcett.byml.zs)
at Fushigi.util.FileUtil.DecompressFile(String filePath) in D:\Hacking\Switch\Fushigi\Fushigi\util\FileUtil.cs:line 25
at Fushigi.course.Course.LoadFromRomFS() in D:\Hacking\Switch\Fushigi\Fushigi\course\Course.cs:line 36
at Fushigi.course.Course..ctor(String courseName) in D:\Hacking\Switch\Fushigi\Fushigi\course\Course.cs:line 21
at Fushigi.ui.MainWindow.LoadFromSettings(GL gl) in D:\Hacking\Switch\Fushigi\Fushigi\ui\MainWindow.cs:line 109
at Fushigi.ui.MainWindow.Render(GL gl, Double delta, ImGuiController controller) in D:\Hacking\Switch\Fushigi\Fushigi\ui\MainWindow.cs:line 273
at Fushigi.windowing.WindowManager.<>c__DisplayClass10_0.b__1(Double deltaSeconds) in D:\Hacking\Switch\Fushigi\Fushigi\windowing\WindowManager.cs:line 83
at Silk.NET.Windowing.Internals.ViewImplementationBase.DoRender()
at Silk.NET.Windowing.WindowExtensions.<>c__DisplayClass2_0.b__0()
at Silk.NET.Windowing.Internals.ViewImplementationBase.Run(Action onFrame)
at Silk.NET.Windowing.WindowExtensions.Run(IView view)
at Fushigi.ui.MainWindow..ctor() in D:\Hacking\Switch\Fushigi\Fushigi\ui\MainWindow.cs:line 74
at Program.
$(String[] args) in D:\Hacking\Switch\Fushigi\Fushigi\Program.cs:line 19
To Reproduce
Opening Fushigi
Expected behavior
The app starting correctly
Operating System:
Windows 11
The text was updated successfully, but these errors were encountered:
Describe the bug
$(String[] args) in D:\Hacking\Switch\Fushigi\Fushigi\Program.cs:line 19The cmd line spits out this:
Unhandled exception. System.Exception: FileUtil::DecompressFile -- File not found. (D:\Games\Super Mario Bros. Wonder\user\dump\010015100B514000\romfs\BancMapUnit\Course001_Course.bcett.byml.zs)
at Fushigi.util.FileUtil.DecompressFile(String filePath) in D:\Hacking\Switch\Fushigi\Fushigi\util\FileUtil.cs:line 25
at Fushigi.course.Course.LoadFromRomFS() in D:\Hacking\Switch\Fushigi\Fushigi\course\Course.cs:line 36
at Fushigi.course.Course..ctor(String courseName) in D:\Hacking\Switch\Fushigi\Fushigi\course\Course.cs:line 21
at Fushigi.ui.MainWindow.LoadFromSettings(GL gl) in D:\Hacking\Switch\Fushigi\Fushigi\ui\MainWindow.cs:line 109
at Fushigi.ui.MainWindow.Render(GL gl, Double delta, ImGuiController controller) in D:\Hacking\Switch\Fushigi\Fushigi\ui\MainWindow.cs:line 273
at Fushigi.windowing.WindowManager.<>c__DisplayClass10_0.b__1(Double deltaSeconds) in D:\Hacking\Switch\Fushigi\Fushigi\windowing\WindowManager.cs:line 83
at Silk.NET.Windowing.Internals.ViewImplementationBase.DoRender()
at Silk.NET.Windowing.WindowExtensions.<>c__DisplayClass2_0.b__0()
at Silk.NET.Windowing.Internals.ViewImplementationBase.Run(Action onFrame)
at Silk.NET.Windowing.WindowExtensions.Run(IView view)
at Fushigi.ui.MainWindow..ctor() in D:\Hacking\Switch\Fushigi\Fushigi\ui\MainWindow.cs:line 74
at Program.
To Reproduce
Opening Fushigi
Expected behavior
The app starting correctly
Operating System:
Windows 11
The text was updated successfully, but these errors were encountered: