QB64 Phoenix Edition
The program does not terminate - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: The program does not terminate (/showthread.php?tid=2921)

Pages: 1 2


RE: The program does not terminate - krovit - 08-10-2024

(08-10-2024, 04:49 PM)DSMan195276 Wrote: @krovit I think I figured it out, 1.13.0 and later versions of QB64PE freeze if you set the system date backwards. I believe I know what the issue is and will probably have it fixed in the next version.
[Image: smile.png] Thank you!

I also believe that the problem is indeed the date format of the system that QB64 cannot manage with PowerShell and pass to the system as it requires.

Please, note that version 3.12 does not have this issue!


RE: The program does not terminate - SMcNeill - 08-10-2024

(08-10-2024, 06:54 PM)krovit Wrote:
(08-10-2024, 04:49 PM)DSMan195276 Wrote: @krovit I think I figured it out, 1.13.0 and later versions of QB64PE freeze if you set the system date backwards. I believe I know what the issue is and will probably have it fixed in the next version.
[Image: smile.png] Thank you!

I also believe that the problem is indeed the date format of the system that QB64 cannot manage with PowerShell and pass to the system as it requires.

Please, note that version 3.12 does not have this issue!

You're a programmer; you know that old adage:  "Fix one thing, break two others..."   Wink