GLBasic forum

Main forum => Bug Reports => Topic started by: mentalthink on 2011-Nov-25

Title: Possible bug in the last Update (Filerequest$ Command)
Post by: mentalthink on 2011-Nov-25
HI I have a strange error, or something I made wrong...

Well the fact it´s , when I use filerequest$ command, I have all the path to the filename included...

This occurs someone more?¿...
Title: Re: Possible bug in the last Update (Filerequest$ Command)
Post by: MrTAToad on 2011-Nov-25
You're lucky!

On Windows x64, in debug mode I get :


*** Unhandled exception ***
   ExceptionCode = 0xc0020043

And in release mode nothing happens :)
Title: Re: Possible bug in the last Update (Filerequest$ Command)
Post by: mentalthink on 2011-Nov-25
Hi MRTatoad I have this error in debug mode too:
*** Unhandled exception ***
   ExceptionCode = 0xc0020043

Something wrong, not?¿
Title: Re: Possible bug in the last Update (Filerequest$ Command)
Post by: MrTAToad on 2011-Nov-25
Gernot has never been able to find the problem with it...
Title: Re: Possible bug in the last Update (Filerequest$ Command)
Post by: Kitty Hello on 2011-Nov-25
It's a bug in the Windows API. Also happens with the visual studio when the debugger is active :(

Filerequest$ always returned an absolute path.
Title: Re: Possible bug in the last Update (Filerequest$ Command)
Post by: spicypixel on 2012-Nov-05
Wow! Just had this exact error. I googled "ExceptionCode = 0xc0020043" and lo and behold I arrive here. Least I know its to do with Debug now and can compile accordingly.
Title: Re: Possible bug in the last Update (Filerequest$ Command)
Post by: MrTAToad on 2012-Nov-05
If you need something like that in debug mode, it might be worth looking into DDgui_FileRequest$