Page 1 of 1

Please Help

PostPosted: Sun Apr 06, 2014 03:18
by ZachyGames
help please!

Debug:
18:52:12: ERROR[main]: Client::getMesh(): Mesh not found: "uniskins_character.x"
18:52:12: ERROR[main]: GenericCAO::addToScene(): Could not load mesh uniskins_character.x
18:52:12: ERROR[main]: Client::getMesh(): Mesh not found: "uniskins_character.x"
18:52:12: ERROR[main]: GenericCAO::addToScene(): Could not load mesh uniskins_character.x
18:52:12: ERROR[main]: Client::getMesh(): Mesh not found: "uniskins_character.x"
18:52:12: ERROR[main]: GenericCAO::addToScene(): Could not load mesh uniskins_character.x
18:52:12: ERROR[main]: Client::getMesh(): Mesh not found: "uniskins_character.x"
18:52:12: ERROR[main]: GenericCAO::addToScene(): Could not load mesh uniskins_character.x
18:52:12: ERROR[main]: generateImage(): Could not load image "default_diamond.png" while building texture
18:52:12: ERROR[main]: generateImage(): Creating a dummy image for "default_diamond.png"
18:52:12: ERROR[main]: generateImage(): Could not load image "default_mese_crystal.png" while building texture
18:52:12: ERROR[main]: generateImage(): Creating a dummy image for "default_mese_crystal.png"
18:52:12: ERROR[main]: generateImage(): Could not load image "farming_string.png" while building texture
18:52:12: ERROR[main]: generateImage(): Creating a dummy image for "farming_string.png"
18:52:12: ERROR[main]: generateImage(): Could not load image "farming_wheat.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "farming_wheat.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "maptools_gold_coin.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "maptools_gold_coin.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "homedecor_shingles_asphalt_inv.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "homedecor_shingles_asphalt_inv.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "homedecor_shingles_asphalt.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "homedecor_shingles_asphalt.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "default_glass.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "default_glass.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "default_glass.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "default_glass.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "default_glass.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "default_glass.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "default_steel_ingot.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "default_steel_ingot.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "default_coal_lump.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "default_coal_lump.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "travelnet_inv.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "travelnet_inv.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "moreores_tin_ingot.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "moreores_tin_ingot.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "default_tool_diamondsword.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "default_tool_diamondsword.png"
18:52:13: ERROR[main]: generateImage(): Could not load image "farming_bread.png" while building texture
18:52:13: ERROR[main]: generateImage(): Creating a dummy image for "farming_bread.png"
18:52:36: ERROR[main]: Client::getMesh(): Mesh not found: "uniskins_character.x"
18:52:36: ERROR[main]: GenericCAO::addToScene(): Could not load mesh uniskins_character.x
18:52:57: ERROR[main]: Client::getMesh(): Mesh not found: "uniskins_character.x"
18:52:57: ERROR[main]: GenericCAO::addToScene(): Could not load mesh uniskins_character.x
18:52:57: ERROR[main]: Client::getMesh(): Mesh not found: "uniskins_character.x"
18:52:57: ERROR[main]: GenericCAO::addToScene(): Could not load mesh uniskins_character.x
18:52:57: ERROR[main]: Client::getMesh(): Mesh not found: "uniskins_character.x"
18:52:57: ERROR[main]: GenericCAO::addToScene(): Could not load mesh uniskins_character.x
18:53:31: ERROR[main]: Something failed

PostPosted: Sun Apr 06, 2014 07:46
by Krock
ZachyGames wrote:help please!

Debug:
...
18:53:31: ERROR[main]: Something failed

You know it now, something failed. [/unserious]

Try to install the uniskins mod correctly, so the "uniskins_character.x" is contain in the "models" folder of the mod. All other missing images could be a result of data loss.

PostPosted: Sun Apr 06, 2014 14:14
by ZachyGames
Krock wrote:
ZachyGames wrote:help please!

Debug:
...
18:53:31: ERROR[main]: Something failed

You know it now, something failed. [/unserious]

Try to install the uniskins mod correctly, so the "uniskins_character.x" is contain in the "models" folder of the mod. All other missing images could be a result of data loss.


(Note: Its not Uniskins mod its Skins mods minetest_skins_master) Where? I dont know what uniskin means/looks like

PostPosted: Sun Apr 06, 2014 17:04
by CraigyDavi
Looks like you are missing quite a few files. Check that there is a uniskins_character.x in the uniskins mod.

PostPosted: Sun Apr 06, 2014 19:11
by Krock
CraigyDavi wrote:Looks like you are missing quite a few files. Check that there is a uniskins_character.x in the uniskins mod.


ZachyGames wrote:
Krock wrote:Try to install the uniskins mod correctly, so the "uniskins_character.x" is contain in the "models" folder of the mod. All other missing images could be a result of data loss.


(Note: Its not Uniskins mod its Skins mods minetest_skins_master) Where? I dont know what uniskin means/looks like


Then rename minetest_skins_master to skins

PostPosted: Mon Apr 07, 2014 03:07
by ZachyGames
Krock wrote:
CraigyDavi wrote:Looks like you are missing quite a few files. Check that there is a uniskins_character.x in the uniskins mod.


ZachyGames wrote:
Krock wrote:Try to install the uniskins mod correctly, so the "uniskins_character.x" is contain in the "models" folder of the mod. All other missing images could be a result of data loss.


(Note: Its not Uniskins mod its Skins mods minetest_skins_master) Where? I dont know what uniskin means/looks like


Then rename minetest_skins_master to skins


Still not working it says unsolved name conflict "skins"