Description
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
=4.x : 4.8 or later
v4\Client : Installed
v4\Full : Installed
v3.5 : Installed
v3.0 : Installed
v2.0.50727 : Installed
v1.1.4322 : Not installed (no key)
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
Activity
audiamus commentedon May 9, 2021
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.
UltimateLaForsch commentedon May 9, 2021
Ausnahmeinformationen: System.NullReferenceException
bei audiamus.aaxconv.MainForm.listViewAaxFiles_SizeChanged(System.Object, System.EventArgs)
bei System.Windows.Forms.Control.OnSizeChanged(System.EventArgs)
bei System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
bei System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32)
bei System.Windows.Forms.Control.SetBoundsCore(Int32, Int32, Int32, Int32, System.Windows.Forms.BoundsSpecified)
bei System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
bei System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
bei System.Windows.Forms.Control.Scale(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
bei System.Windows.Forms.Control.ScaleChildControls(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control, Boolean)
bei System.Windows.Forms.Control.Scale(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
bei System.Windows.Forms.ContainerControl.OnChildLayoutResuming(System.Windows.Forms.Control, Boolean)
bei System.Windows.Forms.Control.OnLayoutResuming(Boolean)
bei System.Windows.Forms.Control.ResumeLayout(Boolean)
bei audiamus.aaxconv.MainForm.InitializeComponent()
bei audiamus.aaxconv.MainForm..ctor()
bei audiamus.aaxconv.Program.Main(System.String[])
torxt commentedon May 9, 2021
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
Log Name: Application
Source: .NET Runtime
Date: 08.05.2021 23:44:30
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: DESKTOP-B5MJ6VB
Description:
Application: AaxAudioConverter.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
at audiamus.aaxconv.MainForm.listViewAaxFiles_SizeChanged(System.Object, System.EventArgs)
at System.Windows.Forms.Control.OnSizeChanged(System.EventArgs)
at System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
at System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32)
at System.Windows.Forms.Control.SetBoundsCore(Int32, Int32, Int32, Int32, System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
at System.Windows.Forms.Control.Scale(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
at System.Windows.Forms.Control.ScaleChildControls(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control, Boolean)
at System.Windows.Forms.Control.Scale(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
at System.Windows.Forms.ContainerControl.OnChildLayoutResuming(System.Windows.Forms.Control, Boolean)
at System.Windows.Forms.Control.OnLayoutResuming(Boolean)
at System.Windows.Forms.Control.ResumeLayout(Boolean)
at audiamus.aaxconv.MainForm.InitializeComponent()
at audiamus.aaxconv.MainForm..ctor()
at audiamus.aaxconv.Program.Main(System.String[])
Event Xml:
1026
0
2
0
0
0x80000000000000
34197
Application
DESKTOP-B5MJ6VB
Application: AaxAudioConverter.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
at audiamus.aaxconv.MainForm.listViewAaxFiles_SizeChanged(System.Object, System.EventArgs)
at System.Windows.Forms.Control.OnSizeChanged(System.EventArgs)
at System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
at System.Windows.Forms.Control.UpdateBounds(Int32, Int32, Int32, Int32)
at System.Windows.Forms.Control.SetBoundsCore(Int32, Int32, Int32, Int32, System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
at System.Windows.Forms.Control.Scale(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
at System.Windows.Forms.Control.ScaleChildControls(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control, Boolean)
at System.Windows.Forms.Control.Scale(System.Drawing.SizeF, System.Drawing.SizeF, System.Windows.Forms.Control)
at System.Windows.Forms.ContainerControl.OnChildLayoutResuming(System.Windows.Forms.Control, Boolean)
at System.Windows.Forms.Control.OnLayoutResuming(Boolean)
at System.Windows.Forms.Control.ResumeLayout(Boolean)
at audiamus.aaxconv.MainForm.InitializeComponent()
at audiamus.aaxconv.MainForm..ctor()
at audiamus.aaxconv.Program.Main(System.String[])
Error 08.05.2021 23:44:30 Application Error 1000 (100)
Log Name: Application
Source: Application Error
Date: 08.05.2021 23:44:30
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: DESKTOP-B5MJ6VB
Description:
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
Fault offset: 0x00007ffb431aaeb2
Faulting process id: 0x1b58
Faulting application start time: 0x01d744535300894f
Faulting application path: C:\Program Files\audiamus\AAX Audio Converter\AaxAudioConverter.exe
Faulting module path: unknown
Report Id: 3c1d1892-bc61-4338-90c1-021c490c955c
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
1000
0
2
100
0
0x80000000000000
34198
Application
DESKTOP-B5MJ6VB
AaxAudioConverter.exe
1.17.0.0
f595ea76
unknown
0.0.0.0
00000000
c0000005
00007ffb431aaeb2
1b58
01d744535300894f
C:\Program Files\audiamus\AAX Audio Converter\AaxAudioConverter.exe
unknown
3c1d1892-bc61-4338-90c1-021c490c955c
audiamus commentedon May 9, 2021
Excellent, thank you both. I think I've found it.
audiamus commentedon May 9, 2021
Should be fixed now, in 1.17.0.1
UltimateLaForsch commentedon May 9, 2021
yep, it works now. many thx