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
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:
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) {
...
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?
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