Search found 8374 matches

by Fred
Wed Apr 10, 2024 5:37 pm
Forum: Bugs - Windows
Topic: [Done] 6.10 GetFunctionEntry error
Replies: 5
Views: 280

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: 821

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: 821

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: 258

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: 582

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: 544

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: 544

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: 261

Re: [PB6.10] Another Polink error

You need a new version of your user library which have the Exifread function.
by Fred
Sat Apr 06, 2024 10:07 am
Forum: Coding Questions
Topic: Windows 10 - PB10 - Linker error
Replies: 10
Views: 544

Re: Windows 10 - PB10 - Linker error

Probably an antivirus error
by Fred
Sat Apr 06, 2024 10:06 am
Forum: Off Topic
Topic: Mon Petit Bijoux,
Replies: 3
Views: 271

Re: Mon Petit Bijoux,

Works perfectly here and is feature packed.
by Fred
Sat Apr 06, 2024 10:01 am
Forum: Mac OSX
Topic: Good News! Fuzzy Completion!
Replies: 14
Views: 838

Re: Good News! Fuzzy Completion!

Good idea, I use this a lot in VS/Resharper IDE
by Fred
Fri Apr 05, 2024 4:48 pm
Forum: Bugs - Windows
Topic: [Done] Sound channel not working properly
Replies: 10
Views: 360

Re: Sound channel not working properly

If there is not enough channels, the sound is not played at all. Before 6.10 there was only 32 channels available (fixed numbers), now it's been raised to 64 by default (can be raised up to 250).
by Fred
Fri Apr 05, 2024 2:17 pm
Forum: Bugs - Windows
Topic: [Done] Sound channel not working properly
Replies: 10
Views: 360

Re: Sound channel not working properly

The channel is not linked to the sound, it's allocated dynamically (you can define a max number of channels in InitSound())