LB Booster
« Getting spurious error?? »

Welcome Guest. Please Login or Register.
Apr 1st, 2018, 04:43am



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
We apologize Conforums does not have any export functions to migrate data.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
LB Booster Resources
LB Booster documentation
LB Booster Home Page
LB Booster technical Wiki
Just BASIC forum
BBC BASIC Home Page
Liberty BASIC forum (the original)

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Getting spurious error??  (Read 396 times)
Monkfish
Full Member
ImageImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 104
xx Getting spurious error??
« Thread started on: Sep 2nd, 2015, 8:28pm »

Well my program was running fine, but now I'm getting an error when my program tries to run another program with the following line:

Code:
run "editor.exe ";DefaultDir$;"\rotas\";file$ 


It passes a file path as a command line option.

This is producing an error "Invalid Channel at line 0", which I think is being produced by the second program because the first program continues on normally.

I haven't changed anything apart from reinstalling LBB (after upgrading to LB 4.5.0) and recompiling my program. I can't remember if the last version of LBB was V3.0.0, but I am currently using V3.0.1.

This error has come out of the blue. As the code was working fine I can only put it down to the recent recompile with the version of LBB I downloaded. But I am only guessing.
User IP Logged

Monkfish
Full Member
ImageImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 104
xx Re: Getting spurious error??
« Reply #1 on: Sep 2nd, 2015, 8:42pm »

Okay definitely the second program because I just made a new program with just that one code line and got the same error.

It seems to have a problem passing the command line option, because it runs fine without the command line option.
User IP Logged

Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 1348
xx Re: Getting spurious error??
« Reply #2 on: Sep 2nd, 2015, 9:03pm »

on Sep 2nd, 2015, 8:28pm, Monkfish wrote:
This is producing an error "Invalid Channel at line 0", which I think is being produced by the second program.

The way I would diagnose this kind of problem is to run the 'second' (called) program in the debugger - with the command line parameter set 'artificially' to what it normally receives from the 'calling' program - then you should be able to find which statement generates the error.

Quote:
It seems to have a problem passing the command line option

Add a NOTICE CommandLine$ so you can see what is being received.

Richard.
« Last Edit: Sep 2nd, 2015, 9:07pm by Richard Russell » User IP Logged

Monkfish
Full Member
ImageImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 104
xx Re: Getting spurious error??
« Reply #3 on: Sep 2nd, 2015, 11:01pm »

I pinned the problem down to the program trying to CLS and close a graphics windows I hadn't yet opened. What I don't understand is why it had been working.

Is there LBB v3.0.0 I can download from somewhere and check if it was me changing to V3.0.1, or more likely, that I made a typo in my program without noticing.

I think I have a gremlin in my machine, mysteriously changing my code!
User IP Logged

Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 1348
xx Re: Getting spurious error??
« Reply #4 on: Sep 3rd, 2015, 08:28am »

on Sep 2nd, 2015, 11:01pm, Monkfish wrote:
I pinned the problem down to the program trying to CLS and close a graphics windows I hadn't yet opened. What I don't understand is why it had been working.

Yes, the behaviour on writing to a control that has never been opened has changed. In v3.00 doing that could crash LBB whereas v3.01 reports 'Invalid channel' (although, unhelpfully, without a line number).

So you are right in assuming that it's the change to v3.01 that was responsible for the different behaviour, but it alerted you to a potentially serious fault in your program!

Richard.
User IP Logged

Monkfish
Full Member
ImageImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 104
xx Re: Getting spurious error??
« Reply #5 on: Sep 3rd, 2015, 2:49pm »

Thanks for telling me. I thought I was going nuts undecided
User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls