Page 5 of 10

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 15:19
by johndh
Ah yes, the good ol' diamond with an exclamation point. Here's my hastily-made replacement, if anyone wants it.

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 16:01
by psi29a
Super, I'll give it a spin in a bit! If it works out, I'll add it directly to the openmw-template for immediate 0.3.0 release.

I'll add as well as 'developer'. :)

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 16:10
by psi29a
Just tried it, but it still complains about missing meshes/marker_error.nif
Failed to load 'meshes/sky_night_01.nif': Resource 'meshes/sky_night_01.nif' not found, using marker_error.nif instead
Failed to start new game: Resource 'meshes/marker_error.nif' not found
I believe this is hardcoded somewhere... could you port that as NIF for the time being?

Scrawl: what is the status with NIF replacements? :)

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 18:10
by scrawl
Just tried it, but it still complains about missing meshes/marker_error.nif
Should work as of commit 48f53e23bfaba pushed today.

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 18:44
by psi29a
Thanks! :D

However... I got this!

Code: Select all

Failed to load 'meshes/sky_night_01.nif': Resource 'meshes/sky_night_01.nif' not found, using marker_error.osgt instead


*** Fatal Error ***
Address not mapped to object (signal 11)
Address: 0x80

Generating /home/bcurtis/.config/openmw/crash.log and killing process 18680, please wait... warning: the debug information found in "/lib64/ld-2.21.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch).

40	../sysdeps/unix/sysv/linux/waitpid.c: No such file or directory.
Killed
I'm going to assume that just because I'm missing a few NIFs that openmw shouldn't crash hard like that.

BTW: It does work just fine if I test against another NIF that has to do with the Body or another NPC or plant. So thank you! :D

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 18:54
by scrawl
That is missing a backtrace to say for sure why it's crashing, but I've had a guess. Pull and try again please.

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 18:57
by psi29a
Here is the crash log:
crash.log
(32.74 KiB) Downloaded 176 times
Will try again with pull / build.

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 19:02
by psi29a

Code: Select all

Loading cell 9, 9
Failed to load 'meshes/sky_night_01.nif': Resource 'meshes/sky_night_01.nif' not found, using marker_error.osgt instead
Quitting peacefully.
Worked great with latest pull, thanks again scrawl! :)

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 19:02
by johndh
psi29a wrote:could you port that as NIF for the time being?
I've spent some time trying to get the Blender nif plugin working (with headaches due to misleading/outdated docs), and I think I've just about got it, but it seems your progress might make mine a bit irrelevant. :P If I know what NIF version I need, then I should be all set to start exporting NIFs... or if there's a working NIF floating around that I can reverse engineer. I've been in touch with the NIFtools devs so they've been helpful. No idea if animations will be available, but I'm working on finding out.

Re: OpenMW Example Suite - Active Development Notice

Posted: 25 Jan 2016, 19:07
by psi29a
There is a new OpenMW-Template, 0.3.0, that everyone can download it here:
https://bugs.openmw.org/projects/examplesuite/files

This is what we are going to base the ES on.