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

Unhandled exception #63

Open
Alfredo1802 opened this issue Nov 14, 2023 · 0 comments
Open

Unhandled exception #63

Alfredo1802 opened this issue Nov 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Alfredo1802
Copy link

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

@Alfredo1802 Alfredo1802 added the bug Something isn't working label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant