Search found 264 matches

by molul
Mon Jun 18, 2018 6:51 am
Forum: General
Topic: Could LÖVE run on a Raspberry Pi 2B WITH x11?
Replies: 17
Views: 13136

Re: Could LÖVE run on a Raspberry Pi 2B WITH x11?

I did -_-U Thanks! Gosh, I need some sleep.
by molul
Mon Jun 18, 2018 5:49 am
Forum: General
Topic: Could LÖVE run on a Raspberry Pi 2B WITH x11?
Replies: 17
Views: 13136

Re: Could LÖVE run on a Raspberry Pi 2B WITH x11?

Thanks, it's worth a try :) I don't know where to add the -g parameter, so I'l have to wait for someone who knows to shed some light. [EDIT] Hmmm. I tried starting from scratch, this time copying dependencies one by one (yesterday, at some point, I just copied a lot of libraries to the love executab...
by molul
Sun Jun 17, 2018 9:10 am
Forum: Support and Development
Topic: 11.1 app randomly crashes when looping an OGG file
Replies: 21
Views: 18351

Re: 11.1 app randomly crashes when looping an OGG file

I think it also happened when I tried mp3 (I switched back to ogg, because the looping event had a much more annoying beep sound). The bitrate is 192kbps. I'll test today with mp3 to make sure. Thanks! EDIT I keep getting random crashes when music loops. I'm using a mono 16bit ogg file now (it was 3...
by molul
Thu Jun 14, 2018 3:12 pm
Forum: General
Topic: Could LÖVE run on a Raspberry Pi 2B WITH x11?
Replies: 17
Views: 13136

Re: Could LÖVE run on a Raspberry Pi 2B WITH x11?

I just tried a minute ago. Segmentation fault again -_-

On the Raspberry, however, I can see the Mysterious Mysteries demo better (not smooth at all, but without GLES I couldn't see the clouds and the duck, just white shapes over blue background).

Is there anything else I could try?
by molul
Thu Jun 14, 2018 2:58 pm
Forum: General
Topic: Could LÖVE run on a Raspberry Pi 2B WITH x11?
Replies: 17
Views: 13136

Re: Could LÖVE run on a Raspberry Pi 2B WITH x11?

Thanks, MachineCode. I think I'll have to go for GLES, if I want the LÖVE build to work on the RK3066. EDIT: Well the Pi arrived today, got LÖVE built, copied the binaries and dependencies to the Rockchip board... and got a Segmentation fault when trying to run LÖVE from there. I'm not giving up yet...
by molul
Thu Jun 14, 2018 6:18 am
Forum: Support and Development
Topic: Löve 11.1: love.filesystem.createDirectory( ) doesn't seem to work
Replies: 6
Views: 4880

Re: Löve 11.1: love.filesystem.createDirectory( ) doesn't seem to work

Oh sorry, I edited my post above before reading your reply. I understand now. Thanks! :)
by molul
Thu Jun 14, 2018 6:11 am
Forum: Support and Development
Topic: Löve 11.1: love.filesystem.createDirectory( ) doesn't seem to work
Replies: 6
Views: 4880

Re: Löve 11.1: love.filesystem.createDirectory( ) doesn't seem to work

Thanks for the info :) However, I can't seem to make it work either. I added this line to my conf.lua: t.identity = love.filesystem.getAppdataDirectory( ) .. "/myproject" Then on love.load I have this: print (love.filesystem.getIdentity( )) -- <. to see the path is right local dataDir = lo...
by molul
Wed Jun 13, 2018 6:51 pm
Forum: Support and Development
Topic: Löve 11.1: love.filesystem.createDirectory( ) doesn't seem to work
Replies: 6
Views: 4880

Re: Löve 11.1: love.filesystem.createDirectory( ) doesn't seem to work

Oh, I didn't know it would try to create it on the directory set by love.filesystem.setIdentity. I want to create it on the main.lua path.

However, love.filesystem.getInfo does check if the directory exists on the main.lua path. Not sure if it makes sense.
by molul
Wed Jun 13, 2018 8:53 am
Forum: Support and Development
Topic: Löve 11.1: love.filesystem.createDirectory( ) doesn't seem to work
Replies: 6
Views: 4880

Löve 11.1: love.filesystem.createDirectory( ) doesn't seem to work

I put these lines anywhere (for instance, in love.load() ):

local success = love.filesystem.createDirectory( "qwe" )
print ("CREATED? " .. ( success and "yes" or "no") )

And I always get "no".

Is there any parameter I'm missing?
by molul
Wed Jun 13, 2018 6:06 am
Forum: Support and Development
Topic: 11.1 app randomly crashes when looping an OGG file
Replies: 21
Views: 18351

11.1 app randomly crashes when looping an OGG file

It has taken me a long time to catch this bug. I was having random crashes, and this morning, that home was silent, I noticed two consecutive crashes happening right when the ogg file I use for background music finished. Also, before that, I noticed that sometimes the looping randomly starts with an...