-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] App does not start on Windows 11 Pro Version 22H2 Build 22621.2283 #101
Comments
Cannot replicate on Windows 11 Pro 22H2 Build 22621.1702 VM following the same steps (application opened normally on step 2). Please try creating the |
If the above steps don't work, try starting the app in a terminal and see if there is any output.
|
powershell output
cmd.exe output
it outputs nothing also tried now to completely disable antivirus protection -> same result |
Do you have .NET Core 6 (or newer) installed? It would look something like this in the Add or Remove Programs window: The only other thing I can think of is to check the windows event logs (Start Menu -> Event Viewer). When the application fails to start you should be able to see an error with .NET Runtime (or something similar) as the Source under Windows Logs -> Application. |
If that doesn't work, b804b62 adds a wrapper around Main to hopefully catch and log any exceptions to STDERR (visible in terminal). Additionally, I added return codes to help with debugging. The above features are now available in v6.0.3. |
Yes i have installed all .Net Runtimes from 3.5 up to 7.0.13 including 6.0.24 from update yesterday. Also tried the new Version https://github.com/radj307/volume-control/releases/tag/6.3.0 with the same results and also no Console Message in Powershell... i will report back soon! |
Note: It shouldn't be necessary to have all of the different versions of the .NET Runtime installed; newer versions are backwards compatible. (that doesn't apply to .NET Framework or the SDKs, however) Given that there still wasn't any output with 6.3.0, you're probably right about Norton being the cause. I haven't used it before so I wouldn't know for sure, but it's definitely possible for it to be silently preventing the application from starting. If it has an exclusion list that you can modify, try adding |
Well... Result is the same -> No start and no message at Powershell (see Scrennshot 2) also tested Powershell Command: my OS is German Language on both Main System and VM System but this hopefully can not be the problem ^^ i really don't know what is going wrong... |
The unblock checkbox only appears with the portable version AFAIK, so it's no surprise that it doesn't appear for you when using the installer. I'm starting to wonder if the problem is related to the OS language being set to German, #107 is having a similar problem & one of the exception messages in their log is in German, so it's a safe bet they are also have their OS language set to German. If that's true, this makes debugging the problem much, much easier! |
Confirmed - Previously working Volume Control installation (v6.3.0) stops working when the system language is set to the German (Germany) language pack on Windows 11 Pro 22H2 Build 22621.1702 VM Volume Control appears in the task manager, briefly, before silently crashing. Log file was created and written to. Application works normally again after changing the language pack back to English (United States). Now I just need to figure out why this happens. |
ok... anyway now im able to test your app first time for real 👍 |
Could be related to the installer version being a 64-bit process. Now compiling installer version in x86 as of 2e4826c |
Created version Please download the build artifact and see if the installer version works for you. (ignore the update prompt if it appears) |
very interesting... |
Good to hear! These changes will be included in the next release. That all but confirms that the issue was the 64-bit executable used by the installer, and also explains why you were unable to get any kind of output at all from the program. I'm a bit confused as to why this was causing problems though, since AFAIK Windows 11 is 64-bit only. (This can be checked by running |
yeah im sure it is a 64-bit OS ^^ but anyway it works now with the protable version for me and i think it will stay for now. thanks |
This issue has been fixed and is now available in |
Thank you! 👍 |
Version
6.2.0
Windows Version
Windows 11 Pro Version 22H2 Build 22621.2283
Actual Behaviour
App does not start on Windows 11 Pro Version 22H2 Build 22621.2283
Expected Behaviour
Guess what? ^^
Reproduction Steps
VolumeControl-Installer.exe
from https://github.com/radj307/volume-control/releases/tag/6.2.0-rev1VolumeControl.exe
from theVolumeControl.exe
as Administratorno error, no message, nothing -> just does not start!
I do not use Windows Defender so there is no "Unblock"
I'm using Norton and it does not care anything about VolumeControl, means not even False-Positive!
there are also no logs, not in
...\AppData\Local\Programs\VolumeControl
(exe location) and also no directory like...\AppData\Local\radj307
so...
why it does not start? ^^
Log
No response
The text was updated successfully, but these errors were encountered: