[Done] PB 6.30(X86) not load project

Everything else that doesn't fall into one of the other PB categories.
User avatar
le_magn
Enthusiast
Enthusiast
Posts: 297
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia

[Done] PB 6.30(X86) not load project

Post by le_magn »

Hi,
I have a problem with the latest version of PureBasic (PB 6.30). The same project file loads and works correctly in PureBasic 6.21, but in PB 6.30 I get this error:


Image

Project file:

Code: Select all

< ?xml version = "1.0" encoding = "UTF-8"? >

< project xmlns = "http://www.purebasic.com/namespace" version = "1.0" creator = "PureBasic 6.21 (Windows - x86)" >
< section name = "config" >
< options closefiles = "1" openmode = "1" name = "THCOTW" /  >
<  / section >
< section name = "data" >
< explorer view = "..\pb394\miei_pb4\" pattern = "0" /  >
< log show = "1" /  >
< lastopen date = "2026-01-03 20:26" user = "le_ma" host = "PC9950X3D" /  >
<  / section >
< section name = "files" >
< file name = "THCOTW_Main.pb" >
< config load = "1" scan = "1" panel = "1" warn = "1" lastopen = "1" sortindex = "1" panelstate = "+" /  >
< fingerprint md5 = "5a577250aea666cf43d3e3c4c25897c2" /  >
<  / file >
< file name = "THCOTW_Include.pb" >
< config load = "1" scan = "1" panel = "1" warn = "1" lastopen = "1" sortindex = "2" panelstate = "+" /  >
< fingerprint md5 = "1bb7aefdf857e6deb3bfbb0e4c0ed53e" /  >
<  / file >
<  / section >
< section name = "targets" >
< target name = "Default Target" enabled = "1" default = "1" >
< inputfile value = "THCOTW_Main.pb" /  >
< outputfile value = "" /  >
< executable value = "THCOTW\ui\tool.exe" /  >
< options asm = "1" xpskin = "1" dpiaware = "1" optimizer = "1" /  >
< purifier enable = "1" /  >
< temporaryexe value = "source" /  >
< compilecount enable = "1" value = "333" /  >
< buildcount enable = "1" value = "13" /  >
< execonstant enable = "1" /  >
<  / target >
<  / section >
<  / project >
Does anyone know what this could depend on? Maybe I'm doing something wrong?
p.s. I just tried opening some other projects too, and it won't open any of the projects I saved with the old version of PureBasic.
Image
Fred
Administrator
Administrator
Posts: 18442
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB 6.30(X86) not load project

Post by Fred »

True, please download the package again, it should be fixed !
User avatar
le_magn
Enthusiast
Enthusiast
Posts: 297
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia

Re: [Done] PB 6.30(X86) not load project

Post by le_magn »

Thanks Fred!
Image
Post Reply