updated from ppa; crashes at startup

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Locked
User avatar
augustt
Posts: 55
Joined: 14 Dec 2012, 17:14

updated from ppa; crashes at startup

Post by augustt »

Updated openmw from ppa this morning, openmw now crashes at startup (it worked previously) running Ubuntu 12.04 64 bit. Here's the output:

Code: Select all

Loading config file: /home/anton/.config/openmw/openmw.cfg... done.
Loading config file: /etc/openmw/openmw.cfg... done.
Using default (English) font encoding.
Ignoring all but the first master file (multiple master files not yet supported).
Adding /home/anton/morrowind/Bloodmoon.bsa
Adding /home/anton/morrowind/Morrowind.bsa
Adding /home/anton/morrowind/Tribunal.bsa
Data dir /home/anton/morrowind
Loading ESM /home/anton/morrowind/Morrowind.esm

ERROR: MyGUI EXCEPTION : widget name 'GlobalMapOverlay' in layout 'openmw_map_window.layout' not found.
 in MyGUI at /build/buildd/openmw-0.20.0/libs/openengine/gui/layout.hpp (line 42)
User avatar
psi29a
Posts: 5360
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: updated from ppa; crashes at startup

Post by psi29a »

Can someone else verify this with Precise?

OpenMW works fine (as in I cannot reproduce that error) on Quantal 12.10.

Can you check that these files exist?
/usr/share/games/openmw/resources/mygui/openmw_map_window.layout
/usr/share/games/openmw/resources/mygui/openmw_map_window_skin.xml

Did you install all three packages?
openmw
openmw-data <-- this includes the openmw_map_window.layout
openmw-launcher
User avatar
augustt
Posts: 55
Joined: 14 Dec 2012, 17:14

Re: updated from ppa; crashes at startup

Post by augustt »

Packages are installed and the files are present. openmw-data and openmw-launcher are "installed manually" not sure if that's important.
User avatar
psi29a
Posts: 5360
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: updated from ppa; crashes at startup

Post by psi29a »

What does "installed manually " mean? Openmw pulls in the other two debs when installed with apt. I can validate that it works on precise with an old laptop, direct from ppa.
User avatar
augustt
Posts: 55
Joined: 14 Dec 2012, 17:14

Re: updated from ppa; crashes at startup

Post by augustt »

Apt was telling me the launcher and data files were "installed manually" which I thought may have been a sign that I had done something strange during install and forgot about it.

I purged all three packages and re-installed which apprently fixed the issue.
Locked