dodo0822 / LocoSwap

Train Simulator utility to swap rolling stock of scenarios
4 stars 8 forks source link

Application crashes after startup #7

Closed vanlueckn closed 3 years ago

vanlueckn commented 3 years ago

Since a few days my version of locoswap crashes instantly on startup. The debug.log has the following content:

2021-09-07 17:47:33.900 +02:00 [DBG] LocoSwap version 1.1.0.0 starting up..
2021-09-07 17:47:33.924 +02:00 [DBG] Set language to de
2021-09-07 17:47:33.939 +02:00 [DBG] SwapPreset has 2 items
2021-09-07 17:47:36.589 +02:00 [DBG] Malformed XML document detected at E:\Steam\steamapps\common\RailWorks\Content\Routes\9cac1720-316c-4a01-a3e6-8c594df5452f\Scenarios\9aec857a-8d07-496a-b6bb-1aff621b5a5c\ScenarioProperties.xml
2021-09-07 17:47:41.850 +02:00 [WRN] Uncaught exception: Ionic.Zip.ZipException - Cannot read that as a ZipFile
   bei Ionic.Zip.ZipFile.ReadIntoInstance(ZipFile zf) in C:\projects\dotnetzip-semverd\src\Zip.Shared\ZipFile.Read.cs:Zeile 660.
   bei Ionic.Zip.ZipFile.Read(String fileName, TextWriter statusMessageWriter, Encoding encoding, EventHandler`1 readProgress) in C:\projects\dotnetzip-semverd\src\Zip.Shared\ZipFile.Read.cs:Zeile 335.
   bei LocoSwap.VehicleAvailibility.IsVehicleAvailable(Vehicle vehicle) in C:\Users\Dodo\source\repos\LocoSwap\LocoSwap\VehicleAvailibility.cs:Zeile 202.
   bei LocoSwap.Scenario.GetConsists(IProgress`1 progress) in C:\Users\Dodo\source\repos\LocoSwap\LocoSwap\Scenario.cs:Zeile 193.
   bei LocoSwap.ScenarioEditWindow.<>c__DisplayClass7_0.<ReadScenario>b__1() in C:\Users\Dodo\source\repos\LocoSwap\LocoSwap\ScenarioEditWindow.xaml.cs:Zeile 104.
   bei System.Threading.Tasks.Task.InnerInvoke()
   bei System.Threading.Tasks.Task.Execute()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   bei LocoSwap.ScenarioEditWindow.<ReadScenario>d__7.MoveNext() in C:\Users\Dodo\source\repos\LocoSwap\LocoSwap\ScenarioEditWindow.xaml.cs:Zeile 133.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)