Ok... yea.. noob... but.

DrB
Member
 
Posts: 13
Joined: Mon Oct 01, 2012 19:19

Ok... yea.. noob... but.

by DrB » Fri Oct 05, 2012 03:59

ok solved on where all the textures and mods go on both windows and linux. (ugh,3 seperate systems)
but now i said ok, keep it simple... installed Simple-Mod (installed ok), then decided to push into the mods folder TNT-mod. That's when all hell breaks loose, server fires up (pipeworks still has texture issues, never killed the server yet) lets me connect then shuts down on the actual server (in the basement) my desktop here just draws a grey screen on my client.

in SSH on the server i see this.
(only started after loading the tnt mod into what was/is the simple mod)

23:40:56: ACTION[main]: Server for gameid="minetest" listening on port 30000.
creative inventory size: 439
23:40:56: ACTION[ServerThread]: [CraftGuide] craft_guide_size: 219
23:41:06: ACTION[ServerThread]: DrB joins game. List of players: DrB
23:41:11: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error running function on_activate: ...ckross/.minetest/mods/minetest/builtin_item/init.lua:69: attempt to perform arithmetic on local 'dtime_s' (a nil value)
23:41:11: ERROR[main]: stack traceback:

In thread b775d6e0:
/build/buildd/minetestc55-0.4.3/src/main.cpp:1741: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b775d6e0:
#0 int main(int, char**)
(Leftover data: #1 Dedicated server branch)
(Leftover data: #2 virtual void ServerMap::save(ModifiedState))
(Leftover data: #3 virtual void ServerMap::saveBlock(MapBlock*))
Aborted

maybe running the server from SCREEN is bad? not enough memory allocated?
eh, maybe trash/purge everything and try dwarves? LOL
 

DrB
Member
 
Posts: 13
Joined: Mon Oct 01, 2012 19:19

by DrB » Fri Oct 05, 2012 04:08

nope not screen
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Fri Oct 05, 2012 12:19

This means that a lua script did not do something right in a function: they did not give a value to it.

This should be reported to the mod that caused it.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Fri Oct 05, 2012 13:01

The mod "builtin_item" needs a later version than 0.4.3
 

DrB
Member
 
Posts: 13
Joined: Mon Oct 01, 2012 19:19

by DrB » Fri Oct 05, 2012 16:22

i'm running the latest

minetest --info
12:20:25: INFO[main]: Using system-wide paths (NOT RUN_IN_PLACE)
12:20:25: INFO[main]: logfile = /home/drblackross/.minetest/debug.txt
12:20:25: INFO[main]: path_share = /usr/share/minetest
12:20:25: INFO[main]: path_user = /home/drblackross/.minetest
12:20:25: INFO[main]: minetest with SER_FMT_VER_HIGHEST=25, VER=0.4.3 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=0 USE_SOUND=1 STATIC_SHAREDIR=/usr/share/minetest
Irrlicht Engine version 1.7.2
Linux 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64
Creating X window...
Visual chosen: : 39
Using renderer: OpenGL 3.3.0
GeForce 8500 GT/PCIe/SSE2: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
GLSL version: 3.3
12:20:25: INFO[main]: text_height=18
12:20:25: INFO[main]: Searching worlds...
12:20:25: INFO[main]: In /home/drblackross/.minetest/worlds:
12:20:25: INFO[main]: test
12:20:25: INFO[main]: 1 found.
12:20:25: INFO[main]: Waiting for other menus
12:20:25: INFO[main]: Waited for other menus
12:20:25: INFO[main]: Created main menu
Loaded texture: /usr/share/minetest/textures/base/pack/menubg.png
Loaded texture: /usr/share/minetest/textures/base/pack/menulogo.png
12:20:25: INFO[main]: locale has been set to:en_US.UTF-8
12:20:25: INFO[main]: locale has been set to:en_US.UTF-8
12:20:25: INFO[main]: locale has been set to:C
12:20:25: INFO[main]: locale has been set to:en_US.UTF-8
12:20:25: INFO[main]: locale has been set to:C
12:20:25: INFO[main]: locale has been set to:en_US.UTF-8
12:20:25: INFO[main]: locale has been set to:C
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Fri Oct 05, 2012 17:16

DrB wrote:i'm running the latest

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest --info
12:20:25: INFO[main]: Using system-wide paths (NOT RUN_IN_PLACE)
12:20:25: INFO[main]: logfile    = /home/drblackross/.minetest/debug.txt
12:20:25: INFO[main]: path_share = /usr/share/minetest
12:20:25: INFO[main]: path_user  = /home/drblackross/.minetest
12:20:25: INFO[main]: minetest with SER_FMT_VER_HIGHEST=25, VER=0.4.3 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=0 USE_SOUND=1 STATIC_SHAREDIR=/usr/share/minetest
Irrlicht Engine version 1.7.2
Linux 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64
Creating X window...
Visual chosen: : 39
Using renderer: OpenGL 3.3.0
GeForce 8500 GT/PCIe/SSE2: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
GLSL version: 3.3
12:20:25: INFO[main]: text_height=18
12:20:25: INFO[main]: Searching worlds...
12:20:25: INFO[main]:   In /home/drblackross/.minetest/worlds:
12:20:25: INFO[main]: test
12:20:25: INFO[main]: 1 found.
12:20:25: INFO[main]: Waiting for other menus
12:20:25: INFO[main]: Waited for other menus
12:20:25: INFO[main]: Created main menu
Loaded texture: /usr/share/minetest/textures/base/pack/menubg.png
Loaded texture: /usr/share/minetest/textures/base/pack/menulogo.png
12:20:25: INFO[main]: locale has been set to:en_US.UTF-8
12:20:25: INFO[main]: locale has been set to:en_US.UTF-8
12:20:25: INFO[main]: locale has been set to:C
12:20:25: INFO[main]: locale has been set to:en_US.UTF-8
12:20:25: INFO[main]: locale has been set to:C
12:20:25: INFO[main]: locale has been set to:en_US.UTF-8
12:20:25: INFO[main]: locale has been set to:C

If you would have the latest dev version there wouldnt be a error. Remember: 0.4.3 is not the latest.
Last edited by PilzAdam on Fri Oct 05, 2012 17:16, edited 1 time in total.
 

DrB
Member
 
Posts: 13
Joined: Mon Oct 01, 2012 19:19

by DrB » Fri Oct 05, 2012 19:08

oh yea its linux, duh
 

DrB
Member
 
Posts: 13
Joined: Mon Oct 01, 2012 19:19

by DrB » Fri Oct 05, 2012 19:18

hmmm ok, both the server and i have the bleeding edge installed (mine 64bit server is 32bit)
mods installed in the right area. still a pipe works issue.. its working though.

thanks

15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for ""
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_1.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_10.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_11.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_2.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_3.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_4.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_5.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_6.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_7.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_8.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "clock_face_9.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "default_lava_animated.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "default_lava_source_animated.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "default_torch_animated.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "default_torch_on_ceiling_animated.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "default_torch_on_floor_animated.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "default_water_animated.png" because image is large
15:13:19: INFO[main]: TextureSource::buildMainAtlas(): Not adding "locked_sign_sign_wall_lock.png" because image is large
15:13:19: ERROR[main]: TextureSource::buildMainAtlas(): Atlas is full, not adding more textures.
15:13:19: VERBOSE[main]: Updating node aliases
15:13:19: VERBOSE[main]: Updating node textures
15:13:19: INFO[main]: CNodeDefManager::updateTextures(): Updating textures in node definitions
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): Loading path "/usr/share/minetest/textures/base/pack/unknown_block.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_intake_top.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_intake_top.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_intake_top.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_intake_sides.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_intake_sides.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_intake_sides.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_outlet_top.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_outlet_top.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_outlet_top.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_outlet_sides.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_outlet_sides.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_outlet_sides.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_fittings.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_fittings.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_fittings.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_back.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_back.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_back.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_0.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_0.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_0.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_1.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_1.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_1.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_2.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_2.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_2.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_3.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_3.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_3.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_4.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_4.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_4.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_5.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_5.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_5.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_6.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_6.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_6.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_7.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_7.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_7.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_8.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_8.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_8.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_9.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_9.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_9.png"
15:13:19: INFO[main]: SourceImageCache::getOrLoad(): No path found for "pipeworks_storage_tank_front_10.png"
15:13:19: ERROR[main]: generate_image(): Could not load image "pipeworks_storage_tank_front_10.png" while building texture
15:13:19: ERROR[main]: generate_image(): Creating a dummy image for "pipeworks_storage_tank_front_10.png"
15:13:19: VERBOSE[main]: Updating item textures and meshes
15:13:19: INFO[main]: ItemDefManager::updateTexturesAndMeshes(): Updating textures and meshes in item definitions
15:13:27: INFO[main]: SourceImageCache::getOrLoad(): Loading path "/usr/share/minetest/textures/base/pack/unknown_item.png"
 

DrB
Member
 
Posts: 13
Joined: Mon Oct 01, 2012 19:19

by DrB » Fri Oct 05, 2012 20:50

nevermind it just did it again... time to purge and reinstall.

16:12:45: ACTION[ServerThread]: DrB digs default:clay at (-262,0,-14)
node_dig
16:12:50: ACTION[ServerThread]: DrB digs default:desert_sand at (-279,4,-11)
16:13:19: ACTION[ServerThread]: player DrB crafts tnt:tnt
16:13:49: ACTION[ServerThread]: player DrB crafts tnt:tnt
16:13:50: ACTION[ServerThread]: player DrB crafts tnt:tnt
16:13:50: ACTION[ServerThread]: player DrB crafts tnt:tnt
16:13:56: ACTION[ServerThread]: player DrB crafts tnt:tnt
16:13:56: ACTION[ServerThread]: player DrB crafts tnt:tnt
16:14:14: ACTION[ServerThread]: DrB places node tnt:tnt at (-299,5,-22)

mods
/mods
16:27:18: ERROR[ServerThread]: ERROR: An unhandled exception occurred: std::bad_alloc

In thread b62ffb70:
/build/buildd/minetestc55-201209101650/src/server.cpp:152: virtual void* ServerThread::Thread(): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b5afeb70:
#0 virtual void* EmergeThread::Thread()
#1 MapBlock* ServerMap::loadBlock(v3s16)
#2 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool)
(Leftover data: #3 void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
DEBUG STACK FOR THREAD b62ffb70:
#0 virtual void* ServerThread::Thread()
(Leftover data: #1 void Server::AsyncRunStep())
(Leftover data: #2 virtual void ServerEnvironment::step(float))
(Leftover data: #3 void ItemStack::deSerialize(std::istream&, IItemDefManager*))
(Leftover data: #4 void BlockEmergeQueue::addBlock(irr::u16, v3s16, irr::u8))
DEBUG STACK FOR THREAD b770a6e0:
#0 int main(int, char**)
#1 Dedicated server branch
#2 void dedicated_server_loop(Server&, bool&)
(Leftover data: #3 void Server::step(float))
Aborted
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 4 guests

cron