Bug in version 5.299

Previous topic - Next topic

Armoured

Hi
After the web update I have try to compile the "PaperPlane" example and:

*** Configuration: WIN32 ***
precompiling:
GPC - GLBasic Precompiler V.2008.170 - 3D, NET
"PaperPlanes.gbas"(24) error : wrong number or aguments : "RGB" called with 3 args. Required: 2006133030 to 3

The line with the error is: col = RGB(0xff, 0xff, 0xff)

And now the latest version in the forum is the 5.298 how I can downgrade?

BumbleBee

#1
No, there's no bug. Everything's OK. :)
Quote from: Armoured
And now the latest version in the forum is the 5.298

The latest is 5.299.:)

Edit:
I've just made some tests and i didn't find anything. (Not yet) =D

Cheers
The day will come...

CPU Intel(R) Core(TM) i5-3570k, 3.4GHz, AMD Radeon 7800 , 8 GB RAM, Windows 10 Home 64Bit

Moru

I'm getting similar things whatever I compile (Running Ubuntu Linux with Wine):

Code (glbasic) Select
*** Configuration: WIN32 ***
precompiling:
GPC - GLBasic Precompiler V.2008.170 - 3D, NET
"Test.gbas"(13) error : wrong number or aguments : "PRINT" called with 3 args. Required: 4096 to 3

Kitty Hello

Thank you. Very stupid bug. Fixed soon, stay tuned.

Neurox

I'm getting another problem:
Code (glbasic) Select


*** Configuration: WIN32 ***
precompiling:
GPC - GLBasic Precompiler V.2008.170 - 3D, NET
"..\FunzioniComuni\FunzioniComuni.gbas"(551) error : wrong number or aguments : "STARTPOLY" called with 1 args. Required: 0 to 0



Neurox
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

BumbleBee

LOL. What kind of bug is that, Gernot?  =D Everything works fine on my system.  :booze:

Cheers
The day will come...

CPU Intel(R) Core(TM) i5-3570k, 3.4GHz, AMD Radeon 7800 , 8 GB RAM, Windows 10 Home 64Bit

Kitty Hello

A variable is not initialized. So the minimum required arguments might be anything. Luckily it's sometheing negative for most of you. Update online, soon.

Moru

It's working fine in windows for me, Bumblebee. It's just in Linux/Wine I get the errors :-)

Armoured

Ok 5.300 works well


Thanks

Moru

From log_e.gbas:

   // #include "xx.h" jetzt direkt aus dem Projektverzeichnis möglich.

Eh? :-)

Moru

I get this problem still on startpoly: (Btw, shouldn't it be wrong number OF arguments?)

Code (glbasic) Select

STARTPOLY cr+pjsproffset // draw the image

"Bitmap Font Routines3.gbas"(528) error : wrong number or aguments : "STARTPOLY" called with 1 args. Required: 0 to 0

Kitty Hello

You can import include files from the project folder for inline, now. If you don't know what it means, just ignore it ;)
Oh! Startpoly requires no argument!? I have to investigate.