[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hitting "Run" only compiles (sometimes)


Okay so it's officially not just me then.

I'll put it on the bugtracker.

I've been looking at the source but i think it needs some work to track it
down.
Looks like there are many function calls that will stop running that do not
give clear indication of the error.

Just for an example, the Project.CheckRunning method.

Private Function CheckRunning(Optional bCompileAll As Boolean) As Boolean

  If Project.Running Then Return
  If Compile(bCompileAll) Then Return True
  If CheckStartupClass() Then Return True

End

So if the above method returns True it will not run, but I think why is a
mystery.

I would have to change many conditional calls like that to give an error
message so the issue can be located.
the issue is sporadic and i've not yet been able to reproduce it :-/ lol.

I'll investigate a bit more and see if i can find the problem before Benoit
returns. (He'd probably figure it out in 2 minutes)

Cheers for the confirmation folks :)
Respects
BruceS


On Fri, 21 Aug 2026 at 14:07, Charlie Ogier <charlie@xxxxxxxxxx> wrote:

> You can add me to the list.
>
> Charlie
>
> On 21/08/2026 12:56, Yahoo wrote:
>
> Hello,
>
> I confirm the behaviour. I use the Gambas Dev version and many times when
> I press the RUN button the IDE just compiles, so I need to press again the
> RUN button a second times to start the program in the IDE.
>
> Olivier
>
> Le 21 août 2026 à 04:50, Bruce Steers <bsteers4@xxxxxxxxx>
> <bsteers4@xxxxxxxxx> a écrit :
>
> 
> Either it's just my system/config or maybe others are getting this glitch..
>
> Sometimes when I hit "Run" in the IDE to run a program it is like i just
> hit the "Compile" button instead. The program compiles but it does not
> launch. I hit run again and then it launches okay.
>
> In my IDE the compile all button is next to the run button but i'm sure I
> am not just hitting the wrong button.
>
> Is anyone else finding hitting "Run" is sometimes only compiling?
>
> Respects
> BruceS
>
>
>

Follow-Ups:
Re: Hitting "Run" only compiles (sometimes)Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
References:
Hitting "Run" only compiles (sometimes)Bruce Steers <bsteers4@xxxxxxxxx>
Re: Hitting "Run" only compiles (sometimes)Yahoo <olivier.cruilles@xxxxxxxx>
Re: Hitting "Run" only compiles (sometimes)Charlie Ogier <charlie@xxxxxxxxxx>