Closed gm-bug-reporter[bot] closed 23 hours ago
I Tried to to import file like
var file = ""; file = get_open_filename("bakcupfile|*.BCP", ""); if(file != ""){ show_message(file); }
but the result always show its not "" even when i cancel the open file.
and when i try to change the file into
var file = -1; file = get_open_filename("bakcupfile|*.BCP", ""); if(file != -1){ show_message(file); }
it just forced closed
IDE v2024.8.1.171 Runtime v2024.8.1.218
Windows 10.0.19045.0
d89ace7d-2e7c-4db2-b769-41194efccbec
Duplicate of https://github.com/YoYoGames/GameMaker-Bugs/issues/7525
Description
I Tried to to import file like
var file = ""; file = get_open_filename("bakcupfile|*.BCP", ""); if(file != ""){ show_message(file); }
but the result always show its not "" even when i cancel the open file.
and when i try to change the file into
var file = -1; file = get_open_filename("bakcupfile|*.BCP", ""); if(file != -1){ show_message(file); }
it just forced closed
Which version of GameMaker are you reporting this issue for?
IDE v2024.8.1.171 Runtime v2024.8.1.218
Which operating system(s) are you seeing the problem on?
Windows 10.0.19045.0
Attached Files
d89ace7d-2e7c-4db2-b769-41194efccbec