vyrru5 / audioswitch

Automatically exported from code.google.com/p/audioswitch
0 stars 0 forks source link

crash on windows 7 #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.load audioswitch
2.
3.

What is the expected output? What do you see instead?
it load properly/error

What version of the product are you using? On what operating system?
windows 7 64bit

Please provide any additional information below.

Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: AudioSwitch.exe
  Problem Signature 02: 2.0.0.0
  Problem Signature 03: 51688380
  Problem Signature 04: System.Xml
  Problem Signature 05: 4.5.27.0
  Problem Signature 06: 545ca7e4
  Problem Signature 07: 986
  Problem Signature 08: 27
  Problem Signature 09: System.Xml.XmlException
  OS Version:   6.1.7601.2.1.0.256.48
  Locale ID:    1033
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy 
statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Original issue reported on code.google.com by vonni...@gmail.com on 26 Nov 2014 at 3:33

GoogleCodeExporter commented 9 years ago
Same here on Windows 7 Professional x64 SP1

Anwendung: AudioSwitch.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund eines Ausnahmefehlers beendet.
Ausnahmeinformationen: System.InvalidOperationException
Stapel:
   bei System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader, System.String, System.Xml.Serialization.XmlDeserializationEvents)
   bei System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader)
   bei AudioSwitch.Classes.Settings.Load()
   bei AudioSwitch.Classes.Program.Main(System.String[])

Name der fehlerhaften Anwendung: AudioSwitch.exe, Version: 2.0.0.0, 
Zeitstempel: 0x51688380
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 6.1.7601.18409, 
Zeitstempel: 0x53159a86
Ausnahmecode: 0xe0434352
Fehleroffset: 0x0000c42d
ID des fehlerhaften Prozesses: 0x2ee0
Startzeit der fehlerhaften Anwendung: 0x01d00ae11cfd70d5
Pfad der fehlerhaften Anwendung: C:\Program Files 
(x86)\AudioSwitch\AudioSwitch.exe
Pfad des fehlerhaften Moduls: C:\Windows\syswow64\KERNELBASE.dll
Berichtskennung: 5abdbab8-76d4-11e4-a1d7-f3627c18e782

Original comment by laurens....@gmail.com on 28 Nov 2014 at 8:00

GoogleCodeExporter commented 9 years ago
Reading the stack trace I simply deleted settings.xml in my AudioSwitch folder 
which was full of NUL values. This fixed my problem.

Original comment by laurens....@gmail.com on 28 Nov 2014 at 8:02

GoogleCodeExporter commented 9 years ago
Thanks I just extracted the source files this time instead of running setup and 
it works again.

Original comment by vonni...@gmail.com on 28 Nov 2014 at 3:31