Page 3 of 4
Re: SpiderBasic 1.00 beta 1 is out !
Posted: Tue Aug 19, 2014 2:53 pm
by davido
Thank you.
Why is the Linux version nearly half the size of the others?
Re: SpiderBasic 1.00 beta 1 is out !
Posted: Tue Aug 19, 2014 4:10 pm
by useful
Thank you.
Not enough adapted documentation and more extensive examples.
With server side appeared a certainty?
Re: SpiderBasic 1.00 beta 1 is out !
Posted: Tue Aug 19, 2014 4:44 pm
by useful
davido wrote:Thank you.
Why is the Linux version nearly half the size of the others?
Lost the Examples folder

(x86 exactly x64 not tested) moved from win version
Re: SpiderBasic 1.00 beta 1 is out !
Posted: Tue Aug 19, 2014 11:48 pm
by plouf
Hi
As i have state in older beta, Waponez demo dont work on anything but chrome (and opera offcourse as its teh same engine)
no warefox 30 no internet explorer 11 (both x86/64 versions) no qupzilla 1.6.6
gadget demo misc other open fine
Windows 7 64bit, xyz block's disabled
Re: SpiderBasic 1.00 beta 1 is out !
Posted: Sun Aug 24, 2014 8:23 pm
by the.weavster
The Linux version (x64) wont run any of the examples for me, e.g. if I try to run Gadget.sb I get the following error:
Uncaught SyntaxError: Unexpected identifier spiderbasic.js:254
Uncaught ReferenceError: SpiderMain is not defined SpiderBasic_Compilation0.html:25
Uncaught ReferenceError: SpiderMain is not defined main.js:18
and this is the code in spiderbasic.js that makes the browser halt:
Code: Select all
if (spider_EventGadget()==1) {
POP rdi // this is line 254 as reported in the error above
spider_ClearGadgetItems(4);
POP rdi
POP rsi
spider_DisableGadget(2,0);
POP rdi
POP rsi
spider_DisableGadget(1,1);
} else if (spider_EventGadget()==2) {
...
Re: SpiderBasic 1.00 beta 1 is out !
Posted: Mon Aug 25, 2014 2:57 pm
by Fred
Seems like some purebasic stuff left in there !

Could you post it in the bug section for proper tracking please ?
Re: SpiderBasic 1.00 beta 1 is out !
Posted: Sat Sep 06, 2014 12:58 pm
by poshu
Still testing spider basic, and I have a question : should we report every functions that does not work? I know it's currently under heavy development, but should all the included functions works completely?
Re: SpiderBasic 1.00 beta 1 is out !
Posted: Fri Sep 12, 2014 3:22 pm
by MrTAToad
Couldn't hurt
Re: SpiderBasic 1.00 beta 2 is out !
Posted: Mon Dec 08, 2014 12:31 pm
by Fred
Beta 2 is out ! Don't hesitate to test to see if your reported bugs are gone, and if the doc is accurate enough (english only for now). It is still in progress, but it's starting to be a bit better on daily use

Re: SpiderBasic 1.00 beta 2 is out !
Posted: Wed Dec 10, 2014 2:02 pm
by poshu
woohooh \o/