guild icon
Toit
#Why Exception error after start of new application ? (solved)
Thread channel in help
kaxori
kaxori 08/04/2023 11:23 AM
After jag run <application.toit> the code starts, prints first output,
BUT the output is then interrupted by exception error message of previous application.

What is correct way (without errors) to close - load - start an application?
floitsch
floitsch 08/04/2023 11:25 AM
This is a known issue we have with Jaguar and Windows. It doesn't have any negative effect. But it's a bit scary and on our Todo list.
kaxori
kaxori 08/04/2023 11:26 AM
Would you recommend a sleep just right after main: to suppress it ?
kaxori
kaxori 08/04/2023 11:26 AM
... not to interfere with app output .
floitsch
floitsch 08/04/2023 11:27 AM
That would/should work
kaxori
kaxori 08/18/2023 01:41 PM
experience:
main:
// to wait after reset for previously application messages
sleep --ms=100 // wait until exception printout of previously application
sleep --ms=5000 // wait until exception printout of previously application if running as container

print "RESET ..."
(edited)
floitsch
floitsch 09/07/2023 01:53 PM
The very latest Jaguar (building right now) should fix this.
8 messages in total