Page 1 of 2

LOVE 0.6 Don't work loging

Posted: Wed Dec 30, 2009 11:00 am
by igor
Standart output files stdout.txt and stderr.txt don't refreshing after installation. Am I missing something?

Re: LOVE 0.6 Don't work loging

Posted: Wed Dec 30, 2009 11:54 am
by bartbes
They are no longer used, there is however a new console, to be activated in the config file. (t.console)

Re: LOVE 0.6 Don't work loging

Posted: Wed Dec 30, 2009 2:29 pm
by igor
bartbes wrote:They are no longer used, there is however a new console, to be activated in the config file. (t.console)
Console is not useful at all. When game is crashing console closing too. There is no possibility to see loaded modules and etc.

Re: LOVE 0.6 Don't work loging

Posted: Wed Dec 30, 2009 2:56 pm
by bartbes
Well, the loaded modules don't print anymore, stdout.txt or not.

Re: LOVE 0.6 Don't work loging

Posted: Wed Dec 30, 2009 3:10 pm
by Robin
igor wrote:Console is not useful at all. When game is crashing console closing too.
The solution is to run LÖVE from the console.

Code: Select all

C:\>cd C:\My\game\
C:\My\game>love .
error: crash! (blablabla)
C:\My\game>

Re: LOVE 0.6 Don't work loging

Posted: Thu Dec 31, 2009 10:17 am
by igor
Let's imagine I'v reinstalled my OS and forgot install audio drivers. Try to run love-project but it didn't start and possibility to know what happened is not exist. I don't understand why this feature have been excluded from final package but after installation in home love-folder file stdout.txt is.

Re: LOVE 0.6 Don't work loging

Posted: Thu Dec 31, 2009 10:31 am
by Robin
igor wrote:Let's imagine I'v reinstalled my OS and forgot install audio drivers.
Well, I don't know, but I imagine if you forgot to install audio drivers you would have noticed sooner anyway.

Re: LOVE 0.6 Don't work loging

Posted: Thu Dec 31, 2009 11:07 am
by bartbes
That it doesnt tell you what succeeded doesnt mean it doesnt tell you what failed

Re: LOVE 0.6 Don't work loging

Posted: Thu Dec 31, 2009 2:40 pm
by rude
It has been removed because I don't want write permissions to be required for love.exe in the folder it's executed from. I guess we could add a --verbose option or something which puts a log file in %APPDATA%.

Re: LOVE 0.6 Don't work loging

Posted: Thu Dec 31, 2009 7:00 pm
by igor
rude wrote:It has been removed because I don't want write permissions to be required for love.exe in the folder it's executed from. I guess we could add a --verbose option or something which puts a log file in %APPDATA%.
Thank you. Sorry for my perseverance but I want to understand why it feature has been removed.