QB64 0.8.1 - File call error message. - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2) +--- Thread: QB64 0.8.1 - File call error message. (/showthread.php?tid=544) |
QB64 0.8.1 - File call error message. - Kernelpanic - 06-11-2022 I downloaded and installed version 0.8.1 from Github. I already get an error message when I want to call up a BAS file, see screenshot. I can't get any further. One error message comes after the other. In the picture you can see how I have it installed. There are no problems with V 2.0.2 and 0.7.1. RE: QB64 0.8.1 - File call error message. - DSMan195276 - 06-11-2022 This is a bit of a guess but I noticed you have a unicode ō͘ in the directory name, I would try removing it. I tested that out and QB64 doesn't seem to handle it well, the paths get mangled. RE: QB64 0.8.1 - File call error message. - Kernelpanic - 06-11-2022 (06-11-2022, 10:29 PM)DSMan195276 Wrote: This is a bit of a guess but I noticed you have a unicode ō͘ in the directory name, . . . That was it! |