Page 1 of 1
I cannot run at 6.02 XP
Posted: Sun Jun 04, 2023 6:52 pm
by loadstone
PureBasic 6.02 cannot run on one of my XP computers, but versions below 6.02 can run, and the startup prompts the error in the messagebox, while the other XP computer can boot 6.02 and runs normally
---------------------------
Error
---------------------------
An Error has been detected in the IDE! Error: Invalid memory access IDE build on 05/17/2023 [10:59] by Fred Branch: v6.02 Revision: ********
---------------------------
OK
---------------------------
// Moved from "Coding Questions" to "General Discussion" (Kiffi)
Re: I cannot run at 6.02 XP
Posted: Sun Jun 04, 2023 8:33 pm
by Marc56us
Yes, it may still work on some PCs and not on others because of libs that may or may not be present.
So use PB 5.xx on XP (Latest is Version 5.73 LTS)
Now 6.xx
viewtopic.php?p=599667#p599667
by Fred ยป 18 Apr 2023, 16:58
Yes, XP is history since 9 years: https://learn.microsoft.com/en-us/lifec ... windows-xp . We try to keep the compatibilty for the produced executables, but we don't officially support it anymore. You need a more recent Windows to install it (or you can try copy the files from another Windows if you really want to use it on XP).
PS.
History and
requirements must be update.

Re: I cannot run at 6.02 XP
Posted: Sun Jun 04, 2023 8:53 pm
by plouf
yes but "official" 6.0x is xp compatible , 6.1x will NOT
->
viewtopic.php?p=599977#p599977
Re: I cannot run at 6.02 XP
Posted: Mon Jun 05, 2023 5:55 am
by Fred
Be sure your XP is up-to-date, if it runs on other computers, it should be compatible
Re: I cannot run at 6.02 XP
Posted: Mon Jun 05, 2023 7:09 am
by loadstone
Thank you, boss
Re: I cannot run at 6.02 XP
Posted: Mon Jun 05, 2023 1:53 pm
by Mesa
loadstone wrote: Sun Jun 04, 2023 6:52 pm
PureBasic 6.02 cannot run on one of my XP computers, but versions below 6.02 can run, and the startup prompts the error in the messagebox, while the other XP computer can boot 6.02 and runs normally
---------------------------
Error
---------------------------
An Error has been detected in the IDE! Error: Invalid memory access IDE build on 05/17/2023 [10:59] by Fred Branch: v6.02 Revision: ********
---------------------------
OK
---------------------------
// Moved from "Coding Questions" to "General Discussion" (Kiffi)
@loadstone: I've got the same problem, did you find the solution ?
I can lauch the compiler 602 with the ide601 but without the internal debugger. So i guess there is some bad adds or bad changes in the ide 602.
M.
Re: I cannot run at 6.02 XP
Posted: Mon Jun 05, 2023 2:00 pm
by Fred
You can try to fetch the IDE source code and compile it in debug mode to see where it crashs:
https://github.com/fantaisie-software/purebasic
Re: I cannot run at 6.02 XP
Posted: Mon Jun 05, 2023 2:59 pm
by loadstone
Mesa wrote: Mon Jun 05, 2023 1:53 pm
loadstone wrote: Sun Jun 04, 2023 6:52 pm
PureBasic 6.02 cannot run on one of my XP computers, but versions below 6.02 can run, and the startup prompts the error in the messagebox, while the other XP computer can boot 6.02 and runs normally
---------------------------
Error
---------------------------
An Error has been detected in the IDE! Error: Invalid memory access IDE build on 05/17/2023 [10:59] by Fred Branch: v6.02 Revision: ********
---------------------------
OK
---------------------------
// Moved from "Coding Questions" to "General Discussion" (Kiffi)
@loadstone: I've got the same problem, did you find the solution ?
I can lauch the compiler 602 with the ide601 but without the internal debugger. So i guess there is some bad adds or bad changes in the ide 602.
M.
hi, This issue has not been resolved yet, and I have decided to reinstall xp in the future
Re: I cannot run at 6.02 XP
Posted: Mon Jun 05, 2023 3:14 pm
by Marc56us
Just tested a new install of PB 6.02 on XP SP3 (on a different directory than previous install 5.73)
Work fine

(tested ASM, not C)
PS. As usual: also check the Windows log file (Win + R ;
eventvwr (see
system))
Also check/reinstall Visual C++ runtime