Search found 8379 matches

by Fred
Wed Apr 10, 2024 5:41 pm
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 LTS Crashes on Sonoma 14.4.1
Replies: 23
Views: 993

Re: 6.10 LTS Crashes on Sonoma 14.4.1

That could explain it, if you have 'x64' in the description, then it is using the ASM backend which is not working on newer XCode. By default when installing it should pick the C Backend for OS X (and you can add the ASM pbcompiler in the preferences/compilers if you need to).
by Fred
Wed Apr 10, 2024 5:37 pm
Forum: Bugs - Windows
Topic: [Done] 6.10 GetFunctionEntry error
Replies: 5
Views: 287

Re: [Done] 6.10 GetFunctionEntry error

Fixed.
by Fred
Wed Apr 10, 2024 4:41 pm
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 LTS Crashes on Sonoma 14.4.1
Replies: 23
Views: 993

Re: 6.10 LTS Crashes on Sonoma 14.4.1

Could you check you are using the C backend compiler as well (should be the default but we never know) ?
by Fred
Wed Apr 10, 2024 2:29 pm
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 LTS Crashes on Sonoma 14.4.1
Replies: 23
Views: 993

Re: 6.10 LTS Crashes on Sonoma 14.4.1

May be you can try with XCode 14.x to see if it makes any differences
by Fred
Wed Apr 10, 2024 2:24 pm
Forum: Bugs - Windows
Topic: InsertJSONList() Crashed on bigger Lists
Replies: 5
Views: 261

Re: InsertJSONList() Crashed on bigger Lists

Your code needs 8GB or ram to run here on x64, so it crashs on x86 when hitting the 2GB limits. You can see this in the process monitor. This is due to the fact than the internal representation of a JSON is a tree with a lot of pointers for key/values, dynamically allocated maps for the elements han...
by Fred
Wed Apr 10, 2024 9:57 am
Forum: Bugs - C backend
Topic: [6.10 beta 9] Assembler error
Replies: 12
Views: 583

Re: [6.10 beta 9] Assembler error

Could you try to reduce your program as much as you can while still having the issue and send it to me in MP ? I tried to reproduce it with using the PDF module but it doesn't seems related https://www.purebasic.fr/english/viewto ... ilit=pbPDF as it compiles fine.
by Fred
Mon Apr 08, 2024 2:35 pm
Forum: Coding Questions
Topic: Windows 10 - PB10 - Linker error
Replies: 10
Views: 568

Re: Windows 10 - PB10 - Linker error

May be we can create a temp dir in the %APPDATA%\PureBasic folder to see if it's better. You can probably test by setting the TEMP var to something else in a terminal and launching the IDE from there
by Fred
Sun Apr 07, 2024 6:48 am
Forum: Coding Questions
Topic: Windows 10 - PB10 - Linker error
Replies: 10
Views: 568

Re: Windows 10 - PB10 - Linker error

You can try the 'create executable in source directory' option so the exe won't be created in temp
by Fred
Sun Apr 07, 2024 6:44 am
Forum: Coding Questions
Topic: [SOLVED] [PB6.10] Another Polink error
Replies: 5
Views: 262

Re: [PB6.10] Another Polink error

You need a new version of your user library which have the Exifread function.