PDA

View Full Version : lua player windows help



AvengedSevenfold Fan
September 28th, 2006, 02:01
every time i try to run lua player for windows, it just comes up with a black screen for a second, then it closes. can somebody help me out?

bronxbomber92
September 28th, 2006, 02:30
your probably missing screen.flip() at the end of your main loop ;)

edit- and you may be missing screen.waitVblankStart() also

LMelior
September 28th, 2006, 02:40
If it only shows up for a second...are you sure you have an infinite loop in your code?

jman420
September 28th, 2006, 08:55
I think he means the Lua player app, not the code he's making...

yaustar
September 28th, 2006, 14:39
You have an error in the code and you haven't got "pause" at the end of the cmd/bat file.

Apoklepz
September 28th, 2006, 17:25
There you go...took the words out of my keyboard...meh. It's that pause thingie alright

AvengedSevenfold Fan
September 29th, 2006, 21:57
im talking about the application, not my code. windows lua player 14

yaustar
September 29th, 2006, 22:15
You have an error in the code and you haven't got "pause" at the end of the cmd/bat file._

AvengedSevenfold Fan
September 29th, 2006, 22:21
how do i run code in the app?

yaustar
September 29th, 2006, 23:05
Oh.. now I get it. You are just double clicking on the luaplayer.exe right?

You have to create a batch to run you script with Luaplayer. There is an example that comes with Luaplayer (test.cmd). Look at that file in notepad to see what I mean.