Search found 938 matches

by Fred
Mon Aug 31, 2026 9:04 am
Forum: Bugs Reports
Topic: [Done] Spider 4 beta3 Loadimage
Replies: 1
Views: 1213

Re: Spider 4 beta3 Loadimage

Thanks, fixed.
by Fred
Fri Aug 21, 2026 10:01 am
Forum: General Discussion
Topic: SpiderBasic 4.00 beta 3 is out !
Replies: 33
Views: 14046

Re: SpiderBasic 4.00 beta 3 is out !

4.00 beta 3 is out, with a fix for big programs.
by Fred
Fri Aug 21, 2026 7:40 am
Forum: Bugs Reports
Topic: [Done] Spider 4 beta 2
Replies: 13
Views: 1630

Re: Spider 4 beta 2

That was it, there were too many procedure for the post processor, it's now fixed ! Thanks !
by Fred
Thu Aug 20, 2026 2:32 pm
Forum: Bugs Reports
Topic: [Done] Spider 4 beta 2
Replies: 13
Views: 1630

Re: Spider 4 beta 2

I will take a closer look tomorrow and get back to you.
by Fred
Wed Aug 19, 2026 6:48 am
Forum: Bugs Reports
Topic: [Done] Spider 4 beta 2
Replies: 13
Views: 1630

Re: Spider 4 beta 2

Hello Stefan,

Unfortunately, if I can't reproduce it, I can't fix it. Any chance to send me a zip in PM with the needed files to reproduce it ? It will be deleted once fixed indeed.
by Fred
Mon Aug 17, 2026 7:10 am
Forum: General Discussion
Topic: SpiderBasic 4.00 beta 3 is out !
Replies: 33
Views: 14046

Re: SpiderBasic 4.00 beta 2 is out !

No, CreateFile() doesn't need callback anymore. The check is done on CloseFile() to see if all was properly written to disk.

About ReadFile() I let it like that for back compat but you can pass 0 for the callback and it will be sync. And yes #PB_LocalFile should work OK on mobile app, you can test ...
by Fred
Mon Aug 17, 2026 7:05 am
Forum: Bugs Reports
Topic: [Done] Spider 4 beta 2
Replies: 13
Views: 1630

Re: Spider 4 beta 2

I just tried but it doesn't trigger the error, could you try to reduce your code the most you can with the error still happening and send it to me in PM ?
by Fred
Sat Aug 15, 2026 9:01 am
Forum: Bugs Reports
Topic: [Done] Spider 4 beta 2
Replies: 13
Views: 1630

Re: Spider 4 beta 2

Could you try to find the one which id triggering the error and send it to me so I can fix it ?
by Fred
Fri Aug 14, 2026 2:49 pm
Forum: Bugs Reports
Topic: [Done] Spider 4 beta 2
Replies: 13
Views: 1630

Re: Spider 4 beta 2

It looks like the postprocessor doesn't tag the init function as async. Is it on Windows ? Did you install in a new dir ? If you can reduce the code while preserving the bug, it would be great. As it's a postprocessor stuff, you can just remove included file etc. until it starts to compile again
by Fred
Fri Aug 14, 2026 12:44 pm
Forum: General Discussion
Topic: SpiderBasic 4.00 beta 3 is out !
Replies: 33
Views: 14046

Re: SpiderBasic 4.00 beta 2 is out !

- 2026-08-14: 4.00 beta 2 is out, with some more improvement in the docs and bug fixes

@Hoerbie: I changed the HTTPRequest() so if a callback is specified, it doesn't lock like before. If no callback, it will be sync. For all file ops, it should now behave like before as well and doc/examples has ...