Game fails to load - stuck at loading interior

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Locked
bakemono
Posts: 1
Joined: 28 Sep 2013, 20:14

Game fails to load - stuck at loading interior

Post by bakemono »

Hey guys,

I'm trying to play on my asus netbook 1015px with an atom n570 cpu/gpu so it may be a bit of a long shot. It's been suggested in IRC it may not be compatible.

my OS is crunchbang linux

Posting up my logs here on the chance i've done something wrong, or it's a bug somewhere which can be fixed.

i've installed morrowind with wine, and entered the correct path to my wine game files in the omwlauncher.
I run the omwlauncher, and have selected the morrowind.esm data file, then i click the play, it begins loading the data files like normal, then once it gets past loading interiors, the game window closes, no error. I can see the terminal window is still running, with the information of the cell, so it seems like it's just the graphics which are failing to load.

here is my terminal output:
http://pastebin.com/gVvue6AV

launcherOgre.log
http://pastebin.com/fjj0X2L5

MyGUI.log
http://pastebin.com/bj2z32af

Ogre.log
http://pastebin.com/xu2KYfLk

I can post any other info if required, appreciate any help, would like to get a few more games running on this laptop :)
cheers!
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: Game fails to load - stuck at loading interior

Post by Zini »

Let's see your user openmw.cfg file, just to make sure.

But this line from the OGRE log:
02:57:14: OGRE EXCEPTION(7:InternalErrorException): Cannot allocate a Hardware query. This video card doesn't support it, sorry. in GLHardwareOcclusionQuery::GLHardwareOcclusionQuery at /tmp/buildd/libogre-static-
does not look good.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: Game fails to load - stuck at loading interior

Post by scrawl »

You could try to disable shaders, put this in your ~/.config/openmw/settings.cfg file (if it doesn't exist, create it):

Code: Select all

[Terrain]
shader = false
[Objects]
shaders = false
It should be possible to get this working - Ogre requires minimum of GL 1.2.1
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Game fails to load - stuck at loading interior

Post by psi29a »

Can we test for this? Automatically back off with big warning about card support?
Locked