Page 1 of 1

Texture Problem

PostPosted: Sun Nov 02, 2014 03:38
by yohanes828
Irrlicht log: Could not open file of texture: character.png
my texture is red
My first debug:

-------------
Separator
-------------

Irrlicht log: Irrlicht Engine version 1.8.1
Irrlicht log: Enterprise Edition (Build 9200)
Irrlicht log: Using renderer: OpenGL 1.1.0
Irrlicht log: GDI Generic: Microsoft Corporation
Irrlicht log: OpenGL driver version is not 1.2 or better.
Irrlicht log: Failed to load OpenGL's multitexture extension, proceeding without.
Irrlicht log: Warning: OpenGL device only has one texture unit. Disabling multitexturing.
Irrlicht log: GLSL not available.
Irrlicht log: Resizing window (800 600)
10:33:59: ACTION[main]: .__ __ __
10:33:59: ACTION[main]: _____ |__| ____ _____/ |_ ____ _______/ |_
10:33:59: ACTION[main]: / \| |/ \_/ __ \ __\/ __ \ / ___/\ __\
10:33:59: ACTION[main]: | Y Y \ | | \ ___/| | \ ___/ \___ \ | |
10:33:59: ACTION[main]: |__|_| /__|___| /\___ >__| \___ >____ > |__|
10:33:59: ACTION[main]: \/ \/ \/ \/ \/
10:33:59: ACTION[main]: World at [C:\Users\U S E R\Desktop\minetest-0.4.10-64bit\bin\..\worlds\testing]
10:33:59: ACTION[main]: Server for gameid="minetest" listening on 0.0.0.0:63186.
Irrlicht log: PNG warning: Interlace handling should be turned on when using png_read_image
10:34:12: ACTION[ServerThread]: singleplayer [127.0.0.1] joins game.
10:34:12: ACTION[ServerThread]: singleplayer joins game. List of players: singleplayer
Irrlicht log: Could not open file of texture:
Irrlicht log: Could not open file of texture:
Irrlicht log: Could not open file of texture:
Irrlicht log: Could not open file of texture:
Font size: 8 17
Irrlicht log: Could not open file of texture: character.png

Re: Texture Problem

PostPosted: Sun Nov 02, 2014 07:54
by Krock
yohanes828 wrote:Irrlicht log: Could not open file of texture: character.png

"character.png" is missing in your (sub)game.
If you are using minetest_game, you need this image. Save it to games\minetest_game\mods\default\models\character.png

Re: Texture Problem

PostPosted: Sun Nov 02, 2014 09:34
by Calinou
Krock wrote:
yohanes828 wrote:Irrlicht log: Could not open file of texture: character.png

"character.png" is missing in your (sub)game.
If you are using minetest_game, you need this image. Save it to games\minetest_game\mods\default\models\character.png


This is probably a benign error, due to references to a texture in the .x file. Remove the reference.