Torchmodders

Modding => Modding Discussions => Topic started by: doudley on April 09, 2017, 06:41:00 am


Title: Attention needed: Linux incompatibility with texture assets in class mods
Post by: doudley on April 09, 2017, 06:41:00 am
Hey guys! Anyone have encountered this particular error?
Code: [Select]
terminate called after throwing an instance of 'Ogre::ItemIdentityException'
  what():  OGRE EXCEPTION(5:ItemIdentityException): Cannot determine pixel format in DDSCodec::convertPixelFormat at /builddir/Torchlight2/ogre170/OgreMain/src/OgreDDSCodec.cpp (line 429)
Can anyone give a solution on how I could make a mod compatible with Linux OS?
Title: Re: Attention needed: Linux incompatibility with texture assets in class mods
Post by: Phanjam on April 09, 2017, 06:47:28 am
Wow, I'm afraid that is very far above my head :( .  The only suggestion I can think of is to try the different .dds compressions until one works?
Title: Re: Attention needed: Linux incompatibility with texture assets in class mods
Post by: doudley on April 09, 2017, 06:58:08 am
Wow, I'm afraid that is very far above my head :( .  The only suggestion I can think of is to try the different .dds compressions until one works?
Yeeeesh~ The error doesn't say which file...  :'(

I'll try converting them my own, how hard could that be...Viz' mod pack has like what...its just 371 dds files in total! :o