no compilations at all

Just starting out? Need help? Post your questions and find answers here.
supercdfr
Posts: 6
Joined: Wed Apr 22, 2015 5:48 am

no compilations at all

Post by supercdfr »

i'm a purebasic user for more than 5 years, and i want to try spiderbasic.
The samples on the webpage seems greats, and i take a try.

But when i compile samples in the help, there was nothing that happened.
Just a light brown page, and nothing else.

I tried 3 navigators (IE, firefox, chrome) on 3 totally differents computer, and it was all the same.

I'm a little disappointed by spiderbasic. It could be a great program, but it was just a bad program. :evil:
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: no compilations at all

Post by Fred »

Well, could you give more info ? Did you test it on Windows ? Can you try to install it in a directory where you have write access ? You can also display the console of your brower (in developer tool menu) to see what happen. It's a new program so I'm not surprised there is some quirck here and here.
supercdfr
Posts: 6
Joined: Wed Apr 22, 2015 5:48 am

Re: no compilations at all

Post by supercdfr »

i'm under windows 7 x64, with total disk acces.

In chrome, here is what it said :
Failed to load resource: the server responded with a status of 404 (Not Found)
require.js:8 Uncaught Error: Script error for: dijit/a11yclick
http://requirejs.org/docs/errors.html#scripterror
http://127.0.0.1:9087/spiderbasic/libra ... jo/json.js Failed to load resource: the server responded with a status of 404 (Not Found)
require.js:8 Uncaught Error: Script error for: dojo/json
http://requirejs.org/docs/errors.html#scripterror
http://127.0.0.1:9087/favicon.png Failed to load resource: the server responded with a status of 404 (Not Found)

Was there a server installed with spiderbasic ?
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: no compilations at all

Post by Fred »

Yes, a server called sbmoongose is launched with SB.

I just tried to download the install package from the PB online account, installed it in, and run 2DDrawing.sb and everything is fine here. Do you have any antivirus/firewall which could impact on it ?

Could you check that the requested files are really present in your install: SpiderBasic/Libraries/JavaScript ?
supercdfr
Posts: 6
Joined: Wed Apr 22, 2015 5:48 am

Re: no compilations at all

Post by supercdfr »

i have disable anti virus and firewall on both machine, and it's exactly the same.
the path seems to be good.
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: no compilations at all

Post by Fred »

Could you try to download it again from your user account and install it in a directory directly on C: root, like C:/SpiderBasic and see if it solves it ?
supercdfr
Posts: 6
Joined: Wed Apr 22, 2015 5:48 am

Re: no compilations at all

Post by supercdfr »

already done, but nothing change.
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: no compilations at all

Post by Fred »

Does anybody else has this issue ?
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: no compilations at all

Post by Peter »

my System:

Windows 7 Professional Service Pack 1 64 Bit
SpiderBasic V1.01 (installed in "C:\SpiderBasic\")

this Code:

Code: Select all

Debug "!"
... run as expected in Chrome (V42.x), Firefox (V37.x) and IE (V11)

Greetings ... Peter
juror
Posts: 18
Joined: Fri Aug 01, 2014 4:39 am

Re: no compilations at all

Post by juror »

Windows 10 -10061 examples work fine in FireFox.

Work in IE 11.

Fail in Spartan.
Post Reply