Spiderbasic IDE launches previous source

Just starting out? Need help? Post your questions and find answers here.
Greippi
Posts: 2
Joined: Thu Sep 19, 2024 7:09 am

Spiderbasic IDE launches previous source

Post by Greippi »

Unexpected Behaviour, Spiderbasic 3.0 (+segmentation fault)
Linux version x64 (not the _2 version)
Linux distribution MXLinux Debian GNU/Linux 12 (bookworm)

Spiderbasic launching “previous” program instead the one on hand:
https://ibb.co/fMpCk0T

Here I’m planning to run the WindowedScreen.sb program and see it flow on the Webview:
https://ibb.co/SVwN0m2

This is almost successful, except that another program from past sessions steps forward with an obscure
error statement (“PIXI”).


I try this again and all of the sudden the whole IDE closes up (Segmentation fault):
https://ibb.co/ZGqkVFN


I decide to give it another go. I close all the sources on the IDE and open just one “2DDrawing.sb”
https://ibb.co/1Mnyzvw

Now something else shows up again, which almost looks like the previous compilation.

This odd behaviour started when I took a couple of sources into a separate folder. The temporary
“compilation” files started to appear there and I believe that is correct. The problem was temporarily
solved when I deleted all the compilation files.

The Segmentation fault is quite unknown to me.
Last edited by Greippi on Thu Sep 19, 2024 8:02 am, edited 1 time in total.
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Spiderbasic IDE launches previous source

Post by Peter »

does this behaviour also occur with the current version 3.01?
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: Spiderbasic IDE launches previous source

Post by Fred »

May be there is another pbmongoose running in the background if your IDE has crashed. Kill it if it's the case and restart the IDE
Post Reply