Page 1 of 2
updated to 9.2 console window not showing
Posted: Wed Mar 25, 2015 11:07 pm
by zell2002
as title says, i updated to 9.2 and my console window won't appear anymore - running windows 7
is there a new setting in the conf file ?
I couldnt find anything - after having a google
anyone else experiencing this ?
Re: updated to 9.2 console window not showing
Posted: Wed Mar 25, 2015 11:26 pm
by s-ol
zell2002 wrote:as title says, i updated to 9.2 and my console window won't appear anymore - running windows 7
is there a new setting in the conf file ?
I couldnt find anything - after having a google
anyone else experiencing this ?
Did you enabled it? in conf.lua.
Re: updated to 9.2 console window not showing
Posted: Wed Mar 25, 2015 11:31 pm
by zell2002
always
Code: Select all
function love.conf(t)
t.console = true
do we have to use the conf file in a different way or something ?
Re: updated to 9.2 console window not showing
Posted: Wed Mar 25, 2015 11:37 pm
by slime
If the program LÖVE is launched from has an existing console window, 0.9.2 will use that console window for print output rather than creating a new one.
Re: updated to 9.2 console window not showing
Posted: Thu Mar 26, 2015 2:11 pm
by zell2002
oh... why ?
I use sublime, and for some reason love isnt printing to its console and now i dont get love's consoles.
how can i get love2ds console back ? is this how its going to be going forward?
Re: updated to 9.2 console window not showing
Posted: Thu Mar 26, 2015 6:56 pm
by bartbes
This is completely sublime text's fault, and the only way around it that I know is turning of output buffering in your program.
Re: updated to 9.2 console window not showing
Posted: Fri Mar 27, 2015 9:37 am
by zell2002
its weird, ive never had this issue before with sublime, its only since moving to 9.2 (ive not changed any sublime settings or my conf file - i use the same one basically in each project)
ive tried previously with io.stdout:setvbuf("no") in main.lua and inside conf
but it's still not appearing...
im using windows 8 (dont know if that means anything) - i will try on my win7 machine later see if its the same on there
*edit
its definitely something within sublime Vs 9.2, as running it outside (dragging the folder on top of love.exe) brings up the console
Re: updated to 9.2 console window not showing
Posted: Fri Mar 27, 2015 10:25 am
by s-ol
zell2002 wrote:its weird, ive never had this issue before with sublime, its only since moving to 9.2 (ive not changed any sublime settings or my conf file - i use the same one basically in each project)
ive tried previously with io.stdout:setvbuf("no") in main.lua and inside conf
but it's still not appearing...
im using windows 8 (dont know if that means anything) - i will try on my win7 machine later see if its the same on there
*edit
its definitely something within sublime Vs 9.2, as running it outside (dragging the folder on top of love.exe) brings up the console
It's not supposed to open a new console window when run in ST, instead the output should appear inside the ST "log" window.
Re: updated to 9.2 console window not showing
Posted: Sat Mar 28, 2015 9:59 am
by zell2002
weird.. sublime's console doenst stay open for me when I run love, when I do open it, it has no prints
i'm getting the same behaviour on both win7 and 8
this has only begun happening when updating to love 9.2 so strange :S
i dont get what would be causing it, ive tried both x86 and 64bit versions
just re-installed 9.1 to a diff folder, ran same project
with and without :
io.stdout:setvbuf("no")
and the console showed up both times
i am using st2 perhaps i should upgrade to 3.. but i dont understand why that would be the issue here ?
anyone else have issues with 9.2 + ST2 ?
Re: updated to 9.2 console window not showing
Posted: Thu Jul 09, 2015 12:38 am
by rod_sn
Yup.. Same here... I want to enable console in 9.2 and i can't. Weird thing.. But i also can enable it in 9.1... Hope this gets fixe in the next update.