GLBasic forum

Main forum => Bug Reports => Topic started by: Hark0 on 2013-May-19

Title: MACRO 's NOT work on GLB Version: 11.414
Post by: Hark0 on 2013-May-19
Hi!

None MACRO works in 11.414 version...

I try some changes... without success.

I edit .config/macroB.bat in /Documents and too macroB.bat on /GLBasic folder


O_O :blink:
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: MrTAToad on 2013-May-19
Odd - the batch files run fine here.
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: Hark0 on 2013-May-20
Quote from: MrTAToad on 2013-May-19
Odd - the batch files run fine here.

Not in my Windows... why? :o
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: mentalthink on 2013-May-20
For me not too... I think it's something under virtualization?¿, or Windows 32 bits?¿... I have win 8 x86 under Paralells...
PS: I suppose copy from the old version to new GLbasic and will runs again.. I don't try but...
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: Hark0 on 2013-May-20
Quote from: mentalthink on 2013-May-20
For me not too... I think it's something under virtualization?¿, or Windows 32 bits?¿... I have win 8 x86 under Paralells...
PS: I suppose copy from the old version to new GLbasic and will runs again.. I don't try but...

hmmm I you delete / rename the macroB (or others) bat file.... when you click on execute macro you can view a black screen...

when you click normally (not deleted bat file) you can view a some text error (sorry for the text, this console window close very fast).

the bat files works OUT of GLBasic IDE....

I try using admin rights too... :-(
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: Hark0 on 2013-May-20
Im are using vmware and virtual box...  :blink:
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: Hark0 on 2013-May-21
TRIED TOO IN WINDOWS 7 64 bit.... and NOT WORK!!!

:rant:
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: MrTAToad on 2013-May-21
does the macro run (have you put in a pause statement in liberal places ?).   If it does then some pathing the (the %GLB macros) must be wrong.

If the macro doesn't actually run then you've probably come across the lovely 640K limit for some reason (not enough memory to run it!)
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: Hark0 on 2013-May-22
Ni idea about RAM...

I try using simple Hello World.... and fails...  :rant:
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: hardyx on 2013-May-22
Quote from: Hark0 on 2013-May-22
Ni idea about RAM...

I try using simple Hello World.... and fails...  :rant:
¿Do you tried calling a hello world program or a hello world .bat?
Type only: echo "Hello world" in the .bat file.

You can try to see the error redirecting the message to a file.
program.exe > c:\output.txt 2> c:\error.txt

'program.exe' is any program you are calling in the .bat file that fails.
With this, you can see the output messages and errors in text files at C: root folder.
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: mentalthink on 2013-May-22
Jordi the problem, I think it's the same like me... I do work.

Look on you are installed GLBasic (I suposse we don't say to the installer do it like Administrator), search your GLbasic and look the privilegies... I found I don't have acces whit all users admins...

Well now into GLBasic if you press any Macro, nothing the same, very quick appears and dissapears, press Edit Macro, if all goes rigth you can see the Macro in the Editor, Pres Save?¿ I did... Equal in all Macros... and then happy World comes backs  :-* :-* =D
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: MrTAToad on 2013-May-22
Ah - admin user is now required for that too...  Its a shame, but logical.
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: Hark0 on 2013-May-23
Well, I change the admin rights (in REAL windows and Virtualized).... and same situation... BAT not works!!!

:blink:
Title: Re: MACRO 's NOT work on GLB Version: 11.414
Post by: Kitty Hello on 2013-Oct-04
What error/output do you get?