Why is the Linux version nearly half the size of the others?
SpiderBasic 1.00 beta 2 is out !
Re: SpiderBasic 1.00 beta 1 is out !
Thank you. 
Why is the Linux version nearly half the size of the others?
Why is the Linux version nearly half the size of the others?
Re: SpiderBasic 1.00 beta 1 is out !
Thank you.
Not enough adapted documentation and more extensive examples.
With server side appeared a certainty?
Not enough adapted documentation and more extensive examples.
With server side appeared a certainty?
2B or not 2B = FF
Re: SpiderBasic 1.00 beta 1 is out !
Lost the Examples folderdavido wrote:Thank you.
Why is the Linux version nearly half the size of the others?
2B or not 2B = FF
Re: SpiderBasic 1.00 beta 1 is out !
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
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
Christos
-
the.weavster
- Posts: 229
- Joined: Sat Mar 01, 2014 3:02 pm
Re: SpiderBasic 1.00 beta 1 is out !
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:
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 !
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 !
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 !
Couldn't hurt
Re: SpiderBasic 1.00 beta 2 is out !
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 !
woohooh \o/