Why Exception error after start of new application...
# help
k
After jag run 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?

https://cdn.discordapp.com/attachments/1136982632635305994/1136982632849211452/image.png

f
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.
k
Would you recommend a sleep just right after main: to suppress it ?
... not to interfere with app output .
f
That would/should work
k
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 ..."
f
The very latest Jaguar (building right now) should fix this.