Seite 1 von 1

Unerwarteter Fehler bei Konfiguration [Version 3.3.8.1]

Verfasst: Mo 11. Jul 2011, 08:32
von schuetze
Hallo,
als ich bei der Installation der BSH-Version 3.3.8.1 auf meinem "Windows XP SP3"-System die detaillierte Konfiguration ausgewählt habe, ist BSH mit einem unerwarteten Fehler abgestürzt. In dem Ereignisprotokoll findet man folgende 2 Fehlereinträge:

Code: Alles auswählen

Die Auflistung wurde geändert. Der Enumerationsvorgang kann möglicherweise nicht ausgeführt werden.
  bei System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
  bei System.Windows.Forms.Application.ExitInternal()
  bei System.Windows.Forms.Application.Exit(CancelEventArgs e)
  bei System.Windows.Forms.Application.Exit()
  bei Alexosoft.BackupService.MainApp.modError.errGlobalException(Object sender, ThreadExceptionEventArgs e)
  bei System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
  bei System.Windows.Forms.Control.WndProcException(Exception e)
  bei System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
  bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
  bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  bei System.Windows.Forms.Application.Run()
  bei Alexosoft.BackupService.MainApp.modMain.Main()

Code: Alles auswählen

Ungültige Konvertierung von der Zeichenfolge 3 in Typ Double.
  bei Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
  bei Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
  bei Alexosoft.BackupService.MainApp.ucConfig.OpenTab()
  bei Alexosoft.BackupService.MainApp.frmMain.set_CurrentTab(AvailableTabs value)
  bei Alexosoft.BackupService.MainApp.ucOverview.cmdConfig_Click(Object sender, EventArgs e)
  bei System.Windows.Forms.Control.OnClick(EventArgs e)
  bei System.Windows.Forms.Button.OnClick(EventArgs e)
  bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  bei System.Windows.Forms.Control.WndProc(Message& m)
  bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
  bei System.Windows.Forms.Button.WndProc(Message& m)
  bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Den gleichen Absturz bekomme ich, wenn ich im Programm auf den Konfigurieren-Button klicke.

installierte .Net-Versionen:
  • 2.0.50727.3620
  • 3.0.4506.3636
  • 4.0.30319.225
Gibt es da einen Bugfix?

Gruß,
Oliver

Re: Unerwarteter Fehler bei Konfiguration [Version 3.3.8.1]

Verfasst: Mo 11. Jul 2011, 09:16
von Alex
Einen Bugfix gibt es noch nicht. Ich schaue das mir an, wenn ich zuhause bin und melde mich dann wieder.

Re: Unerwarteter Fehler bei Konfiguration [Version 3.3.8.1]

Verfasst: Mo 11. Jul 2011, 16:55
von Alex
Habe den Fehler wohl gefunden, auch wenn er merkwürdigerweise bei mir nicht auftritt. Falls du die Betaversion mit der Fehlerbereinigung testen willst, melde dich nochmal kurz hier.

Re: Unerwarteter Fehler bei Konfiguration [Version 3.3.8.1]

Verfasst: Mo 11. Jul 2011, 17:40
von schuetze
Hi,
danke für die schnelle Reaktion. Ich würde die neue Version gerne ausprobieren.
Gruß,
Oliver

Re: Unerwarteter Fehler bei Konfiguration [Version 3.3.8.1]

Verfasst: Mo 11. Jul 2011, 22:09
von Alex
Die Betaversion werde ich morgen Abend bereitstellen, dann hast du auch Zugriff darauf.

Re: Unerwarteter Fehler bei Konfiguration [Version 3.3.8.1]

Verfasst: Di 12. Jul 2011, 17:05
von Alex
Betaversion steht nun bereit. Ich habe dich als Betatester freigeschaltet.

Re: Unerwarteter Fehler bei Konfiguration [Version 3.3.8.1]

Verfasst: Mi 13. Jul 2011, 09:18
von schuetze
Hallo,
ich habe die Beta 3.3.8.3 installiert und der Konfigurationsdialog funktioniert jetzt. Wenn ich allerdings auf den "An"-Button klicke, stürzt BSH wieder ab.
Gruß,
Oliver

Code: Alles auswählen

Ungültige Konvertierung von der Zeichenfolge 3 in Typ Double.
  bei Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
  bei Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
  bei Alexosoft.BackupService.MainApp.modBackupLogic.DoBackupWhenDriveIsAvailable(RunBackupMethod RunBackupDelegate)
  bei Alexosoft.BackupService.MainApp.modBackupLogic.StartFullAutomatedSystem()
  bei Alexosoft.BackupService.MainApp.modBackupLogic.StartSystem(Boolean doOn)
  bei Alexosoft.BackupService.MainApp.ucOverview.cmdOn_Click(Object sender, EventArgs e)
  bei System.Windows.Forms.Control.OnClick(EventArgs e)
  bei System.Windows.Forms.Button.OnClick(EventArgs e)
  bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  bei System.Windows.Forms.Control.WndProc(Message& m)
  bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
  bei System.Windows.Forms.Button.WndProc(Message& m)
  bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Code: Alles auswählen

Die Auflistung wurde geändert. Der Enumerationsvorgang kann möglicherweise nicht ausgeführt werden.
  bei System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()
  bei System.Windows.Forms.Application.ExitInternal()
  bei System.Windows.Forms.Application.Exit(CancelEventArgs e)
  bei System.Windows.Forms.Application.Exit()
  bei Alexosoft.BackupService.MainApp.modError.errGlobalException(Object sender, ThreadExceptionEventArgs e)
  bei System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
  bei System.Windows.Forms.Control.WndProcException(Exception e)
  bei System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
  bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
  bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  bei System.Windows.Forms.Application.Run()
  bei Alexosoft.BackupService.MainApp.modMain.Main()

Re: Unerwarteter Fehler bei Konfiguration [Version 3.3.8.1]

Verfasst: Mi 13. Jul 2011, 14:05
von Alex
Irgendwas läuft da schief. Ich schau mir das nochmal genauer an, da andere Benutzer offenbar das Problem nicht haben.

Re: Unerwarteter Fehler bei Konfiguration [Version 3.3.8.1]

Verfasst: Mi 13. Jul 2011, 15:04
von Alex
Ich habe die Beta nochmal aktualisiert. Bitte nochmal testen.