Page 11 of 23

Re: 0.6.0 Update

Posted: Mon Oct 05, 2009 10:32 pm
by athanazio
Great graphic !! send me a bigger one !!
and I will use the November 5th as a date also :)

too bad the presentation will be in portuguese :P
but u guys are the source of everything that I will say :)
LOL

Re: 0.6.0 Update

Posted: Wed Oct 07, 2009 2:39 pm
by SiENcE
Please add an option in "game.conf" to disable or enable Sound intialization and usage!

I have lots of pc's without a soundcard, or no drivers installed. Love does not run on such machines. It gives an "SDLMixer: Unable to open audio!" message in stdout.txt.

thanks

Re: 0.6.0 Update

Posted: Wed Oct 07, 2009 2:41 pm
by bartbes
In my unstoppable brainstorm started by me being ill, I thought you should be able to do a love.filesystem.setIdentity thing in conf.lua too, so.. if this is not implemented, add it to your todo list.

Re: 0.6.0 Update

Posted: Wed Oct 07, 2009 3:25 pm
by Robin
SiENcE wrote:Please add an option in "game.conf" to disable or enable Sound intialization and usage!

I have lots of pc's without a soundcard, or no drivers installed. Love does not run on such machines. It gives an "SDLMixer: Unable to open audio!" message in stdout.txt.

thanks
Wouldn't setting t.sound=false in conf.lua do the trick? (It might be something else...)

EDIT:
bartbes: swine flu?

EDIT (by bartbes :joker:):
I hope it wasn't... thought I did make out with that swine... (just kidding, hey this is robin's quote anyway)

EDIT:
Damn you, bartbes! :P

Re: 0.6.0 Update

Posted: Wed Oct 07, 2009 3:33 pm
by bartbes
SiENcE wrote:Please add an option in "game.conf" to disable or enable Sound intialization and usage!
Oh, right, forgot to respond, not only will setting sound to nil work, if there is such an error love.audio.null should kick in and give you the wonderful sound of silence.

Re: 0.6.0 Update

Posted: Wed Oct 07, 2009 6:04 pm
by rude
Whoops, look like I didn't see your post in time, athanazio. :death:

Re: 0.6.0 Update

Posted: Sun Oct 18, 2009 8:55 am
by kalle2990
I'm running on Windows Vista Service Pack 2, and each time I close the LÖVE window the program stops responding and I have to click "End Program". I also noticed the same thing happening when I'm trying to print stuff using print(), are these stuff connected to each other?

Re: 0.6.0 Update

Posted: Thu Oct 22, 2009 3:03 am
by Simtex
Should we be posting issues/bugs we are having with 0.6 builds, or should we wait until the final release since it's still a work in process?

Re: 0.6.0 Update

Posted: Thu Oct 22, 2009 8:19 am
by bartbes
Isn''t it better to release a build with as few bugs as possible? So if you encounter bugs, report them.

Re: 0.6.0 Update

Posted: Thu Oct 22, 2009 1:41 pm
by kalle2990
Did you see my bug, or is it already known?
I'm running on Windows Vista Service Pack 2, and each time I close the LÖVE window the program stops responding and I have to click "End Program". I also noticed the same thing happening when I'm trying to print stuff using print(), are these stuff connected to each other?