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

NoodleManagerX Does not launch at all on windows 11. #20

Open
ttrudeau83 opened this issue Dec 31, 2024 · 8 comments
Open

NoodleManagerX Does not launch at all on windows 11. #20

ttrudeau83 opened this issue Dec 31, 2024 · 8 comments

Comments

@ttrudeau83
Copy link

Launching it brings up a window title bar but that is all. Clicking it lets the user know the app has crashed and to close it.
image

@tommaier123
Copy link
Owner

Can you check if there is a log and send it to me?

  • Press windows key + r
  • Enter %appdata% and press OK
  • Open the NoodleManagerX folder

@matheusferreira
Copy link

Same problem here...
Log:
"Loading Settings from C:\Users\xxxxxx\AppData\Roaming\NoodleManagerX\Settings.json"
But there isn't any json file created at the folder.

@tommaier123
Copy link
Owner

@matheusferreira

Is there a settings file in the same folder? If yes, delete it

@matheusferreira
Copy link

No, the only file on appdata is the log itself.

@tommaier123
Copy link
Owner

Sorry, I misread your message. It's not a problem if there is no settings file, then it will just use the defaults.
Is "Loading Settings from ..." the only thing in the log?

@matheusferreira
Copy link

I deleted the previous log file, and tried again. Now there is a new error (before there wasn't any).

05.01 15:24:13 Loading Settings from C:\Users'myuser'\AppData\Roaming\NoodleManagerX\Settings.json
05.01 15:24:14 Error GetDirectoryFromRegistry Specified cast is not valid.
System.Object ChkCastAny(Void*, System.Object)
at NoodleManagerX.Models.MainViewModel.GetDirectoryFromRegistry() in C:\Users\Max\source\repos\tommaier123\NoodleManagerX\NoodleManagerX\Models\MainViewModel.cs:line 602
05.01 15:24:14 3 mtp devices connected
05.01 15:24:14 Loading Blacklist

No idea what is this Max for the user lol.

@tommaier123
Copy link
Owner

It is trying to read the registry but that is only valid if you are using the PC version fo Synth Riders. But that shouldn't cause any issues.
I'm Max, that is just the path that it saves for the debugging symbols.
But yea, looks like you are having the same problem as ttrudeau83
Since in your case it stops at a different point it is most likely something that is running in the background and never completes.
I'll have build a version with more debugging outputs for you to try.
Google Drive

@tommaier123
Copy link
Owner

@matheusferreira as a workaround running in windows 8 compatibility mode and with admin privileges seems to work.

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