client randomly crashing

riff
Member
 
Posts: 35
Joined: Mon Oct 20, 2014 20:59
IRC: riff
In-game: riff

client randomly crashing

by riff » Mon Jan 18, 2016 19:20

I have a server on my desktop which doesn't crash(unless for obvious reasons) but when I connect to the server using the client and localhost:30000 it connects then crashes randomly however this only happens when there are other players on the server. The players are usually close to me and there is nothing usefull in debug.
when I connect to my server using any other computer this doesn't happen.

debug:
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
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: PNG warning: iCCP: Not recognizing known sRGB profile that has been edited
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: PNG warning: iCCP: Not recognizing known sRGB profile that has been edited
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: PNG warning: iCCP: Not recognizing known sRGB profile that has been edited
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: PNG warning: iCCP: Not recognizing known sRGB profile that has been edited
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: PNG warning: iCCP: Not recognizing known sRGB profile that has been edited
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: PNG warning: iCCP: profile 'ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: PNG warning: iCCP: profile 'ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: PNG warning: iCCP: profile 'ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: PNG warning: iCCP: profile 'ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
2016-01-18 18:09:41: ERROR[Main]: generateImage(): Could not load image "default_fence.png" while building texture
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: Could not open file of texture: character.png
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: Could not open file of texture: character.png
2016-01-18 18:09:41: WARNING[Main]: Irrlicht: Could not open file of texture: character.png


I think the fence error is to do with inventory icons not showing up in my inventory(those which don't show up are all nodes),
This person had the same thing with the icons: https://forum.minetest.net/viewtopic.php?f=6&t=1759

I have had both errors on a repository install(0.4.11) and 2 run in place 0.4.13-dev compiled versions.
My operating system is fedora 21.

Startup script:
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
#! /bin/bash

DATE=$(/bin/date +%F)
PATH="/home/rowan/minetest"

tar czf "/home/rowan/minetest/mtest-backup/anarchia-$(/bin/date +%F).tar.gz" /home/rowan/minetest/worlds/anarchia/
 
tar czf "/home/rowan/minetest/minetest-backup/mesocool-$(/bin/date +%F).tar.gz" /home/rowan/minetest/worlds/mesocool/

tar czf "/home/rowan/minetest/minetest-backup/bananacheese-$(/bin/date +%F).tar.gz" /home/rowan/minetest/worlds/bananacheese/

if [ -f "/home/rowan/minetest/util/minetestmapper.py" ] ; then
   /home/rowan/minetest/util/minetestmapper.py -i /home/rowan/minetest/worlds/bananacheese/ -o /home/rowan/pics/bananacheese/bananacheese-$(/bin/date +%F).png &

fi

while true; do
   /home/rowan/minetest/bin/minetest --server --world /home/rowan/minetest/worlds/bananacheese --port 30000
   sleep 20
done


Edit: Just checked and the "Could not open file of texture: character.png" error happens when there are no other players and the client doesn't crash.
I used to be registered as nextmissinglink but I kinda want to start fresh.
 

Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 9 guests

cron