.x and texture namefiles

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
r3i
Posts: 147
Joined: Wed Jun 29, 2005 10:15 am
Location: Sorrento
Contact:

.x and texture namefiles

Post by r3i »

Caricamento...
Irrlicht Engine version 0.11.0
Microsoft Windows XP Professional Service Pack 2 (Build 2600)
OpenGL Renderer
Quadro4 980 XGL/AGP/SSE2: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
Loaded texture: #DefaultFont
3.qui!
Unknown syntax while reading texture filename string in x file
Loaded texture: ./geometrie/mat/paint.jpg
Loaded texture: ./geometrie/mat/matteo2.jpg
Loaded mesh: ./geometrie/paletta.X

why that error?? Someone can help me?

SORRY FOR THE SPAM : there were an error so I've refreshed my IE window.
After it I0ve posted two threads!
Can someone repair to my mistake? Thank you and sorry
bearSoft
Posts: 165
Joined: Fri Apr 01, 2005 9:55 pm
Location: Denmark

Post by bearSoft »

Unknown syntax while reading texture filename string in x file
wouldent that mean that the file is corrupted?
If u have a texture file that does work, substitute the 'bad' one with the working one- that way u can isolate the problem.
eg
if the error reapear it is engine/cpp-file in origin
if it doens not , it is the texture file that is corrupt. That cant be fixed
Regards.
Tech: win98se| 320mb ram| abitbe6| 433mhzceleron| atiRadeon7000.64mb| soundblaster125| dx9.0b | devCPP | IRR 0.12.0 |
Electron
Posts: 874
Joined: Sun Mar 14, 2004 12:05 am
Location: Massachusetts USA

Post by Electron »

Unknown syntax while reading texture filename string in x file
That does n ot osund as though the texture is corrupt. Every program that exports .x uses sligfhtly different syntax. Try resaving the .x with dx meshview and see if that helps. If not, hand edit the .x to use the same syntax for materials as dwarf.x or earth.x which come with irrlicht
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.

Crucible of Stars
r3i
Posts: 147
Joined: Wed Jun 29, 2005 10:15 am
Location: Sorrento
Contact:

Post by r3i »

Solved: I've isolated the problem.
It's my exporter.
Thank you guys! :$ It's nice.
Post Reply