Hallo zusammen,
sehr strange. Bei einigen unserer Kunden tritt auf einmal in einem Programm beim starten ein ERangeError ( Fehler bei Bereichsprüfung ) auf.
Allerdings ist der Stand der Kunden teilweise Monate alt.
Vor allem melden sich immer mehr damit. Im Release Compile ist die Option in den Compileroptionen deaktiviert und war auch immer deaktiviert.
Noch kurioser. Das ist aktuell nur in einem Programm und ein Neustart von Windows löst das Problem temporär.
Windows Update? Noch jemand der aktuell damit zu tun hat?
Gruß
You have uninitialized variable (!) as simple as it sound.
Find it and prevent it, if there is an
exception and you got a name for it "ERangeError", then you must have an address to associate it with along with a call stack, start there.
Also you are lucky it is an
exception and not a silent and hidden data corruption, which might be happening silently.