Doesn't load

Svenu
New member
 
Posts: 5
Joined: Sat Oct 26, 2013 20:18

Doesn't load

by Svenu » Sat Oct 26, 2013 20:54

So, I loaded this game just a few weeks ago.. First tried the minimal development tester thingie and it works fine. Mined a few blocks and crafted couple of stairs and planted a tree. Now thinking I'm gonna try the real deal, I go and create a single-player world, give it a nice name and all and then press Play. It starts loading.. Aaaand then gets stuck at the Media point. Every. Single. Time.

Now my problem might be simple, or rather, the answer might be simple, I just haven't thought of it because I know next to nothing about how games actually work.. So.. Keep that in mind.



P.S. I think the game is mocking me.. ''ERROR[main]: Something failed'' Like, really?

P.P.S. Umm.. I'm so noob(<-- do they even say that anymore) that I don't know what info you might want.. I have Windows.. Does that help?
*hides behind a bush and is ashamed of one's complete noobness*
Last edited by Svenu on Sat Oct 26, 2013 20:55, edited 1 time in total.
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Sat Oct 26, 2013 21:09

Follow the steps in this topic: https://forum.minetest.net/viewtopic.php?id=5073
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

Svenu
New member
 
Posts: 5
Joined: Sat Oct 26, 2013 20:18

by Svenu » Sat Oct 26, 2013 21:19

Uhhuh.. I think I did it..

Does this really help?

0:14:47: ACTION[main]: .__ __ __
00:14:47: ACTION[main]: _____ |__| ____ _____/ |_ ____ _______/ |_
00:14:47: ACTION[main]: / \| |/ \_/ __ \ __\/ __ \ / ___/\ __\
00:14:47: ACTION[main]: | Y Y \ | | \ ___/| | \ ___/ \___ \ | |
00:14:47: ACTION[main]: |__|_| /__|___| /\___ >__| \___ >____ > |__|
00:14:47: ACTION[main]: \/ \/ \/ \/ \/
00:14:47: ACTION[main]: World at [C:\Minetest\bin\..\worlds\Bobo]
00:14:47: ACTION[main]: Server for gameid="minetest" listening on port 30011.
creative inventory size: 176
on_newplayer
00:14:48: ACTION[ServerThread]: singleplayer joins game. List of players: singleplayer
00:14:56: ERROR[main]: Something failed
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Sat Oct 26, 2013 22:35

Is it reproducible for every world created with "minetest" subgame?

Could you paste the contents of the files "map_meta.txt", "env_meta.txt", and "players/singleplayer" from "worlds/Bobo/" ?
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

Svenu
New member
 
Posts: 5
Joined: Sat Oct 26, 2013 20:18

by Svenu » Sat Oct 26, 2013 23:16

I think I've found them..
So this is what's inside map_meta:
chunksize = 5
mg_flags = trees, caves, v6_biome_blend
mg_name = v6
mgv6_freq_beach = 0.15
mgv6_freq_desert = 0.45
mgv6_np_apple_trees = 0.000000, 1.000000, (100.000000, 100.000000, 100.000000), 342902, 3, 0.450000
mgv6_np_beach = 0.000000, 1.000000, (250.000000, 250.000000, 250.000000), 59420, 3, 0.500000
mgv6_np_biome = 0.000000, 1.000000, (250.000000, 250.000000, 250.000000), 9130, 3, 0.500000
mgv6_np_cave = 6.000000, 6.000000, (250.000000, 250.000000, 250.000000), 34329, 3, 0.500000
mgv6_np_height_select = 0.500000, 1.000000, (250.000000, 250.000000, 250.000000), 4213, 5, 0.690000
mgv6_np_humidity = 0.500000, 0.500000, (500.000000, 500.000000, 500.000000), 72384, 4, 0.660000
mgv6_np_mud = 4.000000, 2.000000, (200.000000, 200.000000, 200.000000), 91013, 3, 0.550000
mgv6_np_steepness = 0.850000, 0.500000, (125.000000, 125.000000, 125.000000), -932, 5, 0.700000
mgv6_np_terrain_base = -4.000000, 20.000000, (250.000000, 250.000000, 250.000000), 82341, 5, 0.600000
mgv6_np_terrain_higher = 20.000000, 16.000000, (500.000000, 500.000000, 500.000000), 85039, 5, 0.600000
mgv6_np_trees = 0.000000, 1.000000, (125.000000, 125.000000, 125.000000), 2, 4, 0.660000
seed = 6960115952802075866
water_level = 1
[end_of_params]


env_meta:
game_time = 998
time_of_day = 4988
EnvArgsEnd


and singleplayer:
hp = 20
name = singleplayer
pitch = 0
position = (90,25,-60)
version = 1
yaw = 0
PlayerArgsEnd
List main 32
Width 0
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
EndInventoryList
List craft 9
Width 3
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Empty
EndInventoryList
List craftpreview 1
Width 0
Empty
EndInventoryList
List craftresult 1
Width 0
Empty
EndInventoryList
EndInventory


I can't understand how anybody can make any sense of that.. It's all way over my head..
 

Svenu
New member
 
Posts: 5
Joined: Sat Oct 26, 2013 20:18

by Svenu » Tue Nov 05, 2013 14:08

Anyone?
 

User avatar
Topywo
Member
 
Posts: 1718
Joined: Fri May 18, 2012 20:27

by Topywo » Tue Nov 05, 2013 14:18

Svenu wrote:Anyone?


I don't know the problem. I suggest you try one of these 0.4.7 unstable builds. If one fails you, try another.

Fess: https://forum.minetest.net/viewtopic.php?id=6745
Blockmen: https://forum.minetest.net/viewtopic.php?id=6727
sfan5: https://forum.minetest.net/viewtopic.php?id=1523
 

Svenu
New member
 
Posts: 5
Joined: Sat Oct 26, 2013 20:18

by Svenu » Sat Nov 09, 2013 23:20

I got one of them to work. Thank you!
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 9 guests

cron