Search found 4 matches

by Bannana97
Tue Feb 07, 2012 03:43
Forum: Feature Discussion
Topic: Okay... Seriously. We need sound.
Replies: 7
Views: 2194

Okay... Seriously. We need sound.

A good game needs sound.

Why not just put a few days into working on music/sound, rather than fixing bugs?
by Bannana97
Sun Jan 15, 2012 23:42
Forum: Problems
Topic: Minetest Crashing: Invalid file handle. Error is 3.
Replies: 3
Views: 1953

Okay, I figured this out. The crashing is because of my own added-on codes, sorry. It's a cURL issue.

Now, about that error....
Invalid file handler. Error is 3.
This error is minor. It means a file is missing, not necessarily saying it has to exist. Just ignore it.
by Bannana97
Sun Jan 15, 2012 23:14
Forum: Problems
Topic: Weird bug with framerate
Replies: 4
Views: 1388

Go to the defaultsettings.cpp file. There should be a setting similar to:

Code: Select all

    settings->setDefault("fps_max", "##");
Replace ## with your max FPS, such as 60.
by Bannana97
Sun Jan 15, 2012 09:52
Forum: Problems
Topic: Minetest Crashing: Invalid file handle. Error is 3.
Replies: 3
Views: 1953

Minetest Crashing: Invalid file handle. Error is 3.

I get the following error message when Minetest crashes at the Creating client stage.

Invalid file handle. Error is 3.

At this time, Minetest crashes and does not respond.