Search found 232 matches

by Luke100000
Mon Jun 12, 2017 4:41 pm
Forum: Games and Creations
Topic: Nano Space
Replies: 29
Views: 16466

Re: Nano Space

Error: main.lua:141: libcurl/libcurl.lua:21: libcurl/bin/linux64/curl: cannot open shared object file: No such file or directory If I edit the line so that it tries to load libcurl.a, I get another error (invalid ELF header) If I edit it so that it tries to load libcurl.so, I get this: "love: ...
by Luke100000
Mon Jun 12, 2017 3:36 pm
Forum: Games and Creations
Topic: Nano Space
Replies: 29
Views: 16466

Re: Nano Space

Nixola, or any other Linux user: I've uploaded the new launcher (currently only the universal download on itch.io) with the fix. I hope it works.
Also, I think I found the error that cause crashes on the first launch.
Thanks for your support!
by Luke100000
Mon Jun 12, 2017 7:52 am
Forum: Games and Creations
Topic: Nano Space
Replies: 29
Views: 16466

Re: Nano Space

I got it working (by changing libcurl/libcurl.lua line 10 to local C = ffi.load('/usr/lib/libcurl.so'), which I think should be enough to have it working on most Linux systems, but I am not sure), but now after downloading Nano Space the launcher just restarts when I try to play it. Thanks for tell...
by Luke100000
Mon Jun 12, 2017 6:00 am
Forum: Games and Creations
Topic: Nano Space
Replies: 29
Views: 16466

Re: Nano Space

Just a quick heads up: you won't find many people with 32 bit LÖVE on Linux. This is the error I'm getting anyway (on 64 bit, with 64 bit LÖVE): Error: main.lua:128: libcurl/libcurl.lua:10: libcurl/bin/mingw32/curl: cannot open shared object file: No such file or directory Yes, because libcurl does...
by Luke100000
Sun Jun 11, 2017 9:10 pm
Forum: Games and Creations
Topic: Nano Space
Replies: 29
Views: 16466

Re: Nano Space Ran Fine

I downloaded the game through your Lovum launcher and the game ran fine on Windows 10, not a single hiccup. Great job on the particle effects and you added a scoring system which encourages replays! One thing I think you could change is CAPTAIN CAPSLOCK'S text to be in all caps to fit in character....
by Luke100000
Sun Jun 11, 2017 6:08 pm
Forum: Games and Creations
Topic: Nano Space
Replies: 29
Views: 16466

Re: Nano Space

Hmm, I think I know why most people don't play my game: they are scared for creating an account. I changed it so that the player can create a "guest" account and made email optional.
by Luke100000
Sun Jun 11, 2017 4:52 pm
Forum: Games and Creations
Topic: Cactus game.
Replies: 37
Views: 34051

Re: Cactus game.

ken.athomos wrote: Sun Jun 11, 2017 3:29 pm
steVeRoll wrote: Sun Jun 11, 2017 11:42 am nooooo you ruined it
Cactus game :(
CACTUS GAME :crazy:
by Luke100000
Sat Jun 10, 2017 8:37 am
Forum: Games and Creations
Topic: Nano Space
Replies: 29
Views: 16466

Re: Nano Space

Had this error when trying it with the launcher (https://i.gyazo.com/a99fb18664f5ebdf0c39b63f7db10954.png) I will leave more feedback on the actual game tomorrow or so, but overall I am impressed, well done! Thank you! The error would say "Failed to install lovum, please make sure you have an ...
by Luke100000
Fri Jun 09, 2017 7:18 pm
Forum: Games and Creations
Topic: Nano Space
Replies: 29
Views: 16466

Re: Nano Space

I'm pretty sure I have the 64 bit version. I'm not sure how to check if a person's version is 32 or 64 bit. Is there a good reason why your game requires a 32 bit version? I thought that 64 bit could launch 32 too so I chose 32. Yes I was wrong :) I will try out the pcall solution, this should do i...
by Luke100000
Fri Jun 09, 2017 5:41 pm
Forum: Games and Creations
Topic: Nano Space
Replies: 29
Views: 16466

Re: Nano Space

I downloaded the love2d version and got this error. error.PNG Perhaps people are trying to launch it but it crashes. That's what I suspected :( Do you have a 64 bit version of love? It requires 32 bit. In the moment I do not know how to check if it's either a 32 or a 64 bit version. Windows and Mac...