Bugtracker DMXControl 3

  • Status geschlossen
  • Prozent erledigt
    100%
  • Aufgabentyp Fehlerbericht
  • Kategorie GUI & Server → GUI → Project Explorer
  • zuständig niemand
  • Betriebssystem All
  • Schweregrad niedrig
  • betrifft Version 3.3 Beta x
  • fällig in Version unbestimmt
  • fällig am unbestimmt
  • Stimmen
  • versteckt
gehört zu Projekt: DMXControl 3
angelegt von Beni200 - 10.09.2023
zuletzt bearbeitet von JPK - 26.09.2023

FS#5147 - Projekt lässt sich nicht laden

Die zuletzt gespeicherte Version eines Projekts lässt sich nicht laden. Im Error Fenster wird mir kein Fehler angezeigt (siehe Screenshot im Anhang).
Die vorangegangene Version ließ sich ab dem zweiten versuch Problem los laden, im ersten Versuch crashte mir hierbei jedoch die GUI (siehe Screenshot im Anhang).

Die nicht ladbare Version (0.0.252.dmz) (betreffender Zeitpunkt in den Logs: 12:16), die inzwischen ladbare Version (Zeitpunkt der GUI Fehler: 12.10 Uhr) sowie Logs sind im Anhang.

geschlossen von  JPK
26.09.2023 20:50
Grund für das Schließen:  Kein Fehler
Kommentar zum Schließen:  

Problem liegt am DDF. Das ist defekt, weil dort an insgesamt 4 Stellen die Min und Max Werte vertauscht sind. Das ist nicht erlaubt! Bitte das DDF korrigieren.

Beni200 schrieb am 14.09.2023 15:09

GUI crash tritt bei dem selben Projekt inzwischen wieder bei jedem Laden. Nur das Laden des Projekts, schließen der GUI und danach öffnen der GUI und verbinden hilft hierbei. Logs und Projekt im Anhang

Beni200 schrieb am 15.09.2023 13:42

Mir schmiert die Gui zur gleichen Zeit ab, in der ich eine Fehlermeldung im Kernel bekomme (siehe folgender Auszug). Es bleibt dabei, dass ich nun nur die GUI schließen und neu verbinden kann, dann geht aber alles einwandfrei.

15:37:21 ERROR DeviceBeam - Unknown Exception when invoking the HAL: Value is not between Min / Max Value [100|1] (Parameter 'ovalue')
Actual value was 1.
System.ArgumentOutOfRangeException: Value is not between Min / Max Value [100|1] (Parameter 'ovalue')
Actual value was 1.
   at org.dmxc.lumos.Kernel.HAL.Handler.DMXRangeWithValueRange.getValue(Object ovalue, EValueOptions options) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\Values\DMXRangeWithValueRange.cs:line 178
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractValue.getValue(Object value, IList`1 nestedHandlerNames, EValueOptions options) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\Values\AbstractValue.cs:line 298
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractRangesHandlerNode.handlePropValue(Double newVal, HALHandleContext ctx, String[] types) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\AbstractRangesHandlerNode.cs:line 639
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractRangesHandlerNode.handlePropertyValue(Double newVal, HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\AbstractRangesHandlerNode.cs:line 520
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractRangesHandlerNode.handleNumericValue(HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\AbstractRangesHandlerNode.cs:line 482
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractHandlerNode.handleValue(HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\AbstractHandlerNode.cs:line 464
   at org.dmxc.lumos.Kernel.HAL.Handler.HandlerRegistry.handlePropertyValue(HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\HandlerRegistry.cs:line 351
   at org.dmxc.lumos.Kernel.Devices.DeviceBeam.pushPropertyValue(HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\Devices\DeviceBeam.cs:line 95
15:37:21 ERROR DeviceBeam - Unknown Exception when invoking the HAL: Value is not between Min / Max Value [100|1] (Parameter 'ovalue')
Actual value was 1.
System.ArgumentOutOfRangeException: Value is not between Min / Max Value [100|1] (Parameter 'ovalue')
Actual value was 1.
   at org.dmxc.lumos.Kernel.HAL.Handler.DMXRangeWithValueRange.getValue(Object ovalue, EValueOptions options) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\Values\DMXRangeWithValueRange.cs:line 178
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractValue.getValue(Object value, IList`1 nestedHandlerNames, EValueOptions options) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\Values\AbstractValue.cs:line 298
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractRangesHandlerNode.handlePropValue(Double newVal, HALHandleContext ctx, String[] types) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\AbstractRangesHandlerNode.cs:line 639
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractRangesHandlerNode.handlePropertyValue(Double newVal, HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\AbstractRangesHandlerNode.cs:line 520
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractRangesHandlerNode.handleNumericValue(HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\AbstractRangesHandlerNode.cs:line 482
   at org.dmxc.lumos.Kernel.HAL.Handler.AbstractHandlerNode.handleValue(HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\AbstractHandlerNode.cs:line 464
   at org.dmxc.lumos.Kernel.HAL.Handler.HandlerRegistry.handlePropertyValue(HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\HAL\Handler\HandlerRegistry.cs:line 351
   at org.dmxc.lumos.Kernel.Devices.DeviceBeam.pushPropertyValue(HALHandleContext ctx) in D:\Jenkins\workspace\Lumos_Pipeline_3.3\Lumos\src\Kernel\Devices\DeviceBeam.cs:line 95
15:37:22 FATAL MainProcessRunable - Main Runnable seams stuck in an endless loop! You might have to restart DMXC... Please report this!

Lade...

verfügbare Tastenkürzel

Aufgabenliste

Aufgabendetails

Aufgabenbearbeitung