Page 2 of 3

Re: no compilations at all

Posted: Thu May 07, 2015 3:33 pm
by meh23
Same here. I am using demo version, 1.01, in Win 8. I get blank browser window after compile/run in both IE and FireFox.

Re: no compilations at all

Posted: Thu May 07, 2015 4:16 pm
by Peter
meh23 wrote:Same here. I am using demo version, 1.01, in Win 8. I get blank browser window after compile/run in both IE and FireFox.
do you allow to execute JavaScript in your Browser?

If you open the developer-tools in your Browser with <F12>: Is there something special in the console?

Greetings ... Peter

Re: no compilations at all

Posted: Thu May 07, 2015 5:34 pm
by meh23
Hi, I have the image of the console output, but I couldn't drag and drop it here, don't know why. So, this is the copy/paste of it:

Code: Select all

Failed to load resource file:///C:/spiderbasic/libraries/javascript/dijit/a11yclick.js
Uncaught Error: Script error for: dijit/a11yclick
http://requirejs.org/docs/errors.html#scripterror require.js:8
Failed to load resource file:///C:/spiderbasic/libraries/javascript/dojo/json.js
Uncaught Error: Script error for: dojo/json
http://requirejs.org/docs/errors.html#scripterror require.js:8
the above output is from Chrome, nothing in IE and FireFox.

Re: no compilations at all

Posted: Thu May 07, 2015 7:06 pm
by Peter
Failed to load resource file:///C:/spiderbasic/libraries/javascript/...
strange: the browser tries to load the JavaScript-Files over the filesystem.

It seems, that there is a problem with Mongoose (the Webserver SpiderBasic is using).
Did you see 'sbmongoose.exe' in your taskmanager while your project is running?

Greetings ... Peter

Re: no compilations at all

Posted: Thu May 07, 2015 8:47 pm
by meh23
No, sbmongoose.exe is not running in processes when I compile/run.

Re: no compilations at all

Posted: Thu May 07, 2015 9:02 pm
by meh23
This is the log off the compile:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="SpiderBasic 1.01 (Windows - x86)">
  <section name="config">
    <options closefiles="1" openmode="0" name="testProject"/>
  </section>
  <section name="data">
    <explorer view="C:\SpiderBasic\Examples\" pattern="0"/>
    <log show="1"/>
    <lastopen date="2015-05-07 16:56" user="***" host="***"/>
  </section>
  <section name="files"/>
  <section name="targets">
    <target name="Drawing" enabled="1" default="1">
      <inputfile value="2DDrawing.sb"/>
      <outputfile value="draw"/>
      <compiler version="SpiderBasic 1.01 (Windows - x86)"/>
      <options unicode="1" xpskin="1" debug="1" optimizejs="0" webserverport="0"/>
      <temporaryexe value="source"/>
    </target>
  </section>
</project>


Re: no compilations at all

Posted: Thu May 07, 2015 9:05 pm
by Peter
meh23 wrote:No, sbmongoose.exe is not running in processes when I compile/run.
now i'm at a point, i cannot help anymore. Fred, it's your turn. ;)

Greetings ... Peter

Re: no compilations at all

Posted: Thu May 07, 2015 10:14 pm
by meh23
Consider that I have a compiler like SpiderBasic (compiles to javascript) which works properly. However, that has its own web server rather than using mongoose.

Re: no compilations at all

Posted: Tue May 26, 2015 3:56 pm
by meh23
The new demo works now, beautiful. I am in now, I will purchase it right away to help it grow. :)

I am retired so I can chose the language that I like. I am in search of a none virtual machine language which PureBasic is a good candidate. It has huge set of methods. I purchased PureBasic, but never had time to use it since I should use Java. Now is the time. :P

Re: no compilations at all

Posted: Mon Jun 22, 2015 4:30 pm
by supercdfr
i have try 1.02.
The compilation work fine now, i have the windows.
But when i do the export with all librarys, the result is null. i have the background color change, and that's all. i have tried on ie, chrome and firefox.