Missing icons and meshes on macOS (solved)

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
snap
Posts: 2
Joined: 24 Jan 2017, 22:03

Missing icons and meshes on macOS (solved)

Post by snap »

First of all, thanks for all the work on OpenMW, I really enjoy playing MW again :)

I've installed OpenMW both on my PC and MacBook, and share savegames between them. All works like a charm, but recently I'm having issues loading items on macOS. The items seem to be added by Tamriel Rebuilt, and I think the issues started after exploring Old Ebonheart. In Windows, with the same setup (same data files and ini), everything works as expected.

On macOS when I open the inventory:
Purple icons in my inventory
Purple icons in my inventory

Code: Select all

Failed to open image: Resource 'icons/tr/w/tr_w_glass_katana.dds' not found
Failed to open image: Resource 'icons/pc/m/pc_wine_01.dds' not found
Failed to open image: Resource 'icons/tr/n/tr_ing_alexandrite_mm.dds' not found
Failed to open image: Resource 'icons/tr/n/tr_ing_amber.dds' not found
Failed to open image: Resource 'icons/tr/n/tr_ing_amethyst_mm.dds' not found
Failed to open image: Resource 'icons/tr/n/tr_ing_aquamarine_mm.dds' not found
Failed to open image: Resource 'icons/tr/n/tr_ing_beetle_resin_01.dds' not found
Failed to open image: Resource 'icons/tr/n/tr_ing_pearlblack_mm.dds' not found
Failed to open image: Resource 'icons/tr/n/tr_ing_eyestar.dds' not found
Failed to open image: Resource 'icons/tr/n/tr_ing_moonstone.dds' not found
Failed to open image: Resource 'icons/tr/n/tr_ing_topaz_mm.dds' not found
Failed to open image: Resource 'icons/tr/m/tr_key_dd00.dds' not found
And when I drop an item, e.g. Glass Katana:
Huge exclamation mark when dropping an item
Huge exclamation mark when dropping an item

Code: Select all

Failed to load 'meshes/tr/w/tr_w_glass_katana.nif': Resource 'meshes/tr/w/tr_w_glass_katana.nif' not found, using marker_error.nif instead
I've registered the BSA files as documented (bottom of Morrowind.ini):

Code: Select all

[Archives]
Archive 0=Tribunal.bsa
Archive 1=Bloodmoon.bsa
Archive 2=PT_Data.bsa
Archive 3=TR_Data.bsa

[Game Files]
GameFile0=Bloodmoon.esm
GameFile1=Morrowind.esm
GameFile2=Tribunal.esm
And load these data files (bottom of openmw.cfg):

Code: Select all

content=Morrowind.esm
content=Tribunal.esm
content=Bloodmoon.esm
content=Tamriel_Data.esm
content=TR_Mainland.esm
content=TR_Preview.esp
content=TR_Travels.esp
Hope anyone can help me solve this. Thanks in advance!

OpenMW v0.41
Tamriel Rebuilt v16.12
Last edited by snap on 24 Jan 2017, 23:05, edited 1 time in total.
User avatar
sjek
Posts: 442
Joined: 22 Nov 2014, 10:51

Re: Missing icons and meshes on macOS

Post by sjek »

is the bsa's in the upper part of openmw.cfg as fallback-archives ?
openmw doesn't use morrowind.ini other than for install settings wizard in install or via launcher import ini settings.

also, not in macos myself so only those smart quotes from apple's textedit in binned thread comes to mind.
snap
Posts: 2
Joined: 24 Jan 2017, 22:03

Re: Missing icons and meshes on macOS

Post by snap »

sjek wrote:is the bsa's in the upper part of openmw.cfg as fallback-archives ?
Awesome, that worked :D

Code: Select all

fallback-archive=Morrowind.bsa
fallback-archive=Tribunal.bsa
fallback-archive=Bloodmoon.bsa
fallback-archive=PT_Data.bsa
fallback-archive=TR_Data.bsa
(added PT_Data.bsa and TR_Data.bsa)

Many thanks sjek!
Post Reply