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:

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 >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.


