lua-users home
lua-l archive

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


2011/11/21 Xavier Wang <weasley.wx@gmail.com>:
> I tried it out on Windows with love 0.7.2, but it exited quietly, the
> exit code is 0...

I tested it on love.exe under Wine, and it works if one has vcrun2008
installed via winetricks.

But I do stll have a computer with a legal copy of XP on it, and it is as
you say there too.

In fact, this minimal Löve "game":

~~~~ hello/main.lua
print "hello"
~~~~

when run by "love hello" in a command shell under XP also fails to
print "hello" in the shell.

Dirk