-
Notifications
You must be signed in to change notification settings - Fork 7
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
Software not opening on Windows 11 - need hardware? #10
Comments
No hardware is required to start the application. I'll look into it, though I don't know when I'll have time. Did you try recompiling it with the latest visual studio, or just the binaries? |
I just tried the binaries so far - no worries on looking into it yet, I'll try recompiling it myself later and report back. Thanks for the reply, I'll keep tinkering now that I know it ought to work without the hardware. |
Seems to be a null reference error according to event viewer. Shouldn't be too hard if loaded with a debugger to locate where it is.
|
Had a quick look, a use before initialize issue. I've fixed it. See release 1.4, I've added a zip file for win11. See commit #75f132b93ce162718dcafb552c356633f2bd5eb4 |
Oh wow thank you. I'm actually out of town until the weekend, so it'll be a few days, but I very much appreciate you taking a look at it. I'll report back once I've checked it out. |
Wanting to use this to tinker around with scp files captured by a Greaseweazle -- after installing .NET 7.0, the software simply doesn't open when launched, via its icon or from a terminal -- it spins for half a second and then exits without any feedback. Is the hardware required to launch the software? This is with Windows 11. Thanks, sorry if this is a dumb question :)
The text was updated successfully, but these errors were encountered: