-
Notifications
You must be signed in to change notification settings - Fork 119
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
1.17: app not starting #75
Comments
I don't think it's the .Net framework. 4.7.1 is the minimum version. Almost every Win 10 system will have 4.8.* installed. To say more I would need the full exception call stack. |
Ausnahmeinformationen: System.NullReferenceException |
Ok, sorry for not posting the full log from the Event log. By now i tried using app version 1.16 and it works without error. This regression must come from 1.17 Here you go: Error 08.05.2021 23:44:30 .NET Runtime 1026 None Event Xml: Error 08.05.2021 23:44:30 Application Error 1000 (100) |
Excellent, thank you both. I think I've found it. |
Should be fixed now, in 1.17.0.1 |
yep, it works now. many thx |
Hello!
I'm trying the program for the first time, but it will not run on my system, it won't start.
using app version 1.16 works
System:
Windows 10 64bit pro
app version 1.17
On my system is the following .NET Framework installed via https://github.com/EliteLoser/DotNetVersionLister
Error via windows event log:
Application: AaxAudioConverter.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
[....]
and
Faulting application name: AaxAudioConverter.exe, version: 1.17.0.0, time stamp: 0xf595ea76
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
[..]
I'm running net 4.8 but cannot downgrade to 4.7, the runtime installer won't allow that.
I tried to install .NET Framework 4.7.2 Developer Pack Offline Installer, which could be installed but the app is not starting and the dev pack is not showing up in the installed runtime.
does the build target needs to be pushed to 4.8 or is there anything i can do on my system?
Thanks
The text was updated successfully, but these errors were encountered: