I cannot run at 6.02 XP

Everything else that doesn't fall into one of the other PB categories.
User avatar
loadstone
User
User
Posts: 97
Joined: Wed Jan 16, 2008 11:28 am
Location: china

I cannot run at 6.02 XP

Post 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)
Diamond Sutra: all law I was into at, forbearance .
http://www.8do8.com
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Re: I cannot run at 6.02 XP

Post 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. :wink:
plouf
Enthusiast
Enthusiast
Posts: 250
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Re: I cannot run at 6.02 XP

Post by plouf »

yes but "official" 6.0x is xp compatible , 6.1x will NOT

-> viewtopic.php?p=599977#p599977
Christos
Fred
Administrator
Administrator
Posts: 16616
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: I cannot run at 6.02 XP

Post by Fred »

Be sure your XP is up-to-date, if it runs on other computers, it should be compatible
User avatar
loadstone
User
User
Posts: 97
Joined: Wed Jan 16, 2008 11:28 am
Location: china

Re: I cannot run at 6.02 XP

Post by loadstone »

Thank you, boss
Diamond Sutra: all law I was into at, forbearance .
http://www.8do8.com
Mesa
Enthusiast
Enthusiast
Posts: 345
Joined: Fri Feb 24, 2012 10:19 am

Re: I cannot run at 6.02 XP

Post 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.
Last edited by Mesa on Mon Jun 05, 2023 2:01 pm, edited 2 times in total.
Fred
Administrator
Administrator
Posts: 16616
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: I cannot run at 6.02 XP

Post 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
User avatar
loadstone
User
User
Posts: 97
Joined: Wed Jan 16, 2008 11:28 am
Location: china

Re: I cannot run at 6.02 XP

Post 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
Diamond Sutra: all law I was into at, forbearance .
http://www.8do8.com
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Re: I cannot run at 6.02 XP

Post 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 :wink: (tested ASM, not C)

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