Qbasicnews.com
FB bug or XP bug? - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+--- Thread: FB bug or XP bug? (/thread-7547.html)



FB bug or XP bug? - wallace - 06-16-2005

Open FBIde to run Inspiration... crashes
Thats weird, try again.. oh ok, now it works
Oops forgot to check something, run again... crashes
Getting annoyed, but try again... crashes
Reboot, then try again... works relaxing a bit
Wonder why it did that, lets try again... crashes.

What gives? Why would code work spuratically, there was no user input, no changes made to variable. Exact same code very attempt.


XP source code - wallace - 06-16-2005

if session.stable{
Exception E = new Exception()
CtrlAltDel.disable()
ErrorReport newone = new ErrorReport()
SLEEP 360000
Window popup = new Window("User Error: replace user")
}
else{
session.crash()
}


FB bug or XP bug? - Dr_Davenstein - 06-16-2005

Are you using Allocate or Callocate?


FB bug or XP bug? - whitetiger0990 - 06-16-2005

Could we see some code?