MACRO 's NOT work on GLB Version: 11.414

Previous topic - Next topic

Hark0

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:
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

MrTAToad

Odd - the batch files run fine here.

Hark0

Quote from: MrTAToad on 2013-May-19
Odd - the batch files run fine here.

Not in my Windows... why? :o
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

mentalthink

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...

Hark0

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... :-(
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Hark0

Im are using vmware and virtual box...  :blink:
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Hark0

TRIED TOO IN WINDOWS 7 64 bit.... and NOT WORK!!!

:rant:
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

MrTAToad

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!)

Hark0

Ni idea about RAM...

I try using simple Hello World.... and fails...  :rant:
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

hardyx

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.

mentalthink

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

MrTAToad

Ah - admin user is now required for that too...  Its a shame, but logical.

Hark0

Well, I change the admin rights (in REAL windows and Virtualized).... and same situation... BAT not works!!!

:blink:
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Kitty Hello

What error/output do you get?