frankteb & kristerka:
In the log files from adplus I see that the following command line arguments are used:
It should have been (note the quotes around the pathname of MPAudioSwitcher):
Did you not use quotes, or did adplus just strip them in logs?
If you did not use quotes, it explains the different error (original crash is an Access Violation - 0xc0000005) because in fact regsvr32 ignores any part of the filename after the first space. If this is the case, please create new dumps using quotes around MPAudioSwitcher's pathname.
Thanks
In the log files from adplus I see that the following command line arguments are used:
Code:
[I](kristerka):
[/I]-crash -quiet -o c:\MP_crash_dumps -sc C:\WINDOWS\system32\regsvr32 C:\Program\Team MediaPortal\MediaPortal\MPAudioSwitcher.ax
[I](frankteb):
[/I]-crash -quiet -o c:\p_crash_dumps -sc C:\Windows\system32\regsvr32 C:\program files\team mediaportal\mediaportal\mpaudioswitcher.ax
Code:
[I](kristerka):
[/I]-crash -quiet -o c:\MP_crash_dumps -sc C:\WINDOWS\system32\regsvr32 [COLOR=Red]"[/COLOR]C:\Program\Team MediaPortal\MediaPortal\MPAudioSwitcher.ax[COLOR=Red]"[/COLOR]
[I](frankteb):
[/I]-crash -quiet -o c:\p_crash_dumps -sc C:\Windows\system32\regsvr32 [COLOR=Red]"[/COLOR]C:\program files\team mediaportal\mediaportal\mpaudioswitcher.ax[COLOR=Red]"[/COLOR]
If you did not use quotes, it explains the different error (original crash is an Access Violation - 0xc0000005) because in fact regsvr32 ignores any part of the filename after the first space. If this is the case, please create new dumps using quotes around MPAudioSwitcher's pathname.
Thanks
Greece