openmw compiled but doesn`t run

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Locked
Hill
Posts: 2
Joined: 18 Jun 2012, 14:33

openmw compiled but doesn`t run

Post by Hill »

I just compiled "OpenMW version 0.15.0", but when I try to run it, I got the following error:

Code: Select all

Loading config file: /home/hill/.config/openmw/openmw.cfg... done.
Loading config file: ./openmw.cfg... done.
Using default (English) font encoding.
Adding ./data/morrowind.bsa
Data dir ./data
Loading ESM ./data/morrowind.esm
openmw: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed.
Could you, please, tell me what could couse this error? Or maybe some ways to find out where is the problem? (I prefer to think that there is no problems in source code, so... I guess I could forget to set up something in my environment...)

PS: I`ve installed everything (as far as I remember) according to http://openmw.org/wiki/index.php?title= ... ment_Setup
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: openmw compiled but doesn`t run

Post by scrawl »

Hard to say anything without a gdb backtrace.

gdb ./openmw
run --debug
( wait until it crashes )
type 'bt' and press enter until it shows the whole backtrace, then paste it here
Hill
Posts: 2
Joined: 18 Jun 2012, 14:33

Re: openmw compiled but doesn`t run

Post by Hill »

hmm... seems to me there was a problem with mygui version or with some broken links.
Anyway, when I reinstalled all needed packages - openmw started normally :)

Sorry for dumb question.
Locked