OpenMW 0.25.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

Re: OpenMW 0.25.0

Post by lgromanowski »

raevol wrote:Yea, we discussed that last time, doesn't work on ours. Someone always comes along behind me and fixes it, could that person please share what they do?
It's me :) I've always switch to "html mode" editor and insert iframe tag from media page with correct link.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.25.0

Post by raevol »

Ok thanks lgro, I'll give that a try next time.
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.25.0

Post by psi29a »

lgromanowski wrote:
raevol wrote:Yea, we discussed that last time, doesn't work on ours. Someone always comes along behind me and fixes it, could that person please share what they do?
It's me :) I've always switch to "html mode" editor and insert iframe tag from media page with correct link.
Why is that even necessary? Shouldn't we fix that to allow just setting the URL in? I have two blogs I manage that do that. Doesn't our WP have the jetpack plugin?
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

Re: OpenMW 0.25.0

Post by lgromanowski »

BrotherBrick wrote:
lgromanowski wrote:
raevol wrote:Yea, we discussed that last time, doesn't work on ours. Someone always comes along behind me and fixes it, could that person please share what they do?
It's me :) I've always switch to "html mode" editor and insert iframe tag from media page with correct link.
Why is that even necessary? Shouldn't we fix that to allow just setting the URL in? I have two blogs I manage that do that. Doesn't our WP have the jetpack plugin?
Our WP doesn't have jetpack plugin installed. Actually I tried to fix this, but WP always puts youtube links, ie. http://youtu.be/fTKQaXibMTA with invalid HTML attributes (frameborder="0" allowfullscreen), so that's why I always had to put iframe (with style="border:none;") manually in non-visual editor.

// EDIT: Another thing - WP always use HTTP protocol in generated iframe even if YT url has HTTPS.
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: OpenMW 0.25.0

Post by sirherrbatka »

Did anybody noticed that running OpenMW 64 bits linux tarball fails because of assertation failure?

Why we are realesing buggy software?
Why we are realesing software compiled without -DNDEBUG?
Why nobody tests tarballs?
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.25.0

Post by Zini »

Why we are realesing buggy software?
Why nobody tests tarballs?
Not enough man power to properly test everything, I guess.
Why we are realesing software compiled without -DNDEBUG?
Because that is a good idea. We are using assert only in places where error recovery is not possible. Okay, it is also used in a few inappropriate places. But the fix here is to replace them with exceptions, not getting rid of asserts for the release.
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.25.0

Post by psi29a »

If the assert has anything to do with Ogre, then yeah... known issue with Ogre. Could you give the exact assert?
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.25.0

Post by Zini »

Right. Dependencies are a separate case. But since we use what is installed instead of shipping our own copies most of the time, we have no control over how they are build.
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: OpenMW 0.25.0

Post by sirherrbatka »

Code: Select all

Loading config file: /home/marek/.config/openmw/openmw.cfg... done.
Loading config file: ./openmw.cfg... done.
Using default (English) font encoding.
Data dir /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/
Data dir /home/marek/.wine/dosdevices/c:/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files
Adding BSA archive /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/Morrowind.bsa
Adding BSA archive /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/Tribunal.bsa
Adding BSA archive /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/Bloodmoon.bsa
Adding BSA archive /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/PC_Data.bsa
Removing outdated shader: "/home/marek/.cache/openmw/openmw_shadowcaster_fragment_46082713231544158"
Removing outdated shader: "/home/marek/.cache/openmw/openmw_shadowcaster_fragment_3005401705981720471"
Removing outdated shader: "/home/marek/.cache/openmw/openmw_shadowcaster_vertex_46082713231544158"
Removing outdated shader: "/home/marek/.cache/openmw/openmw_shadowcaster_vertex_3005401705981720471"
Loading ESM /home/marek/.wine/dosdevices/c:/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/Morrowind.esm
openmw.x86_64: /home/kfg/openmw/apps/openmw/mwworld/esmstore.cpp:103: void MWWorld::ESMStore::load(ESM::ESMReader&): Assertion `dialogue->mId == id' failed.
/home/marek/Pobrane/openmw-0.25.0-Linux-64Bit/openmw: line 33:  8404 Przerwane               ./openmw.${ARCH} "$@"
openmw.x86_64: /home/kfg/openmw/apps/openmw/mwworld/esmstore.cpp:103: void MWWorld::ESMStore::load(ESM::ESMReader&): Assertion `dialogue->mId == id' failed.

Also, why kfg? Is this tarball actually working for anyone?
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

Re: OpenMW 0.25.0

Post by lgromanowski »

sirherrbatka wrote:

Code: Select all

Loading config file: /home/marek/.config/openmw/openmw.cfg... done.
Loading config file: ./openmw.cfg... done.
Using default (English) font encoding.
Data dir /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/
Data dir /home/marek/.wine/dosdevices/c:/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files
Adding BSA archive /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/Morrowind.bsa
Adding BSA archive /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/Tribunal.bsa
Adding BSA archive /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/Bloodmoon.bsa
Adding BSA archive /home/marek/.wine/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/PC_Data.bsa
Removing outdated shader: "/home/marek/.cache/openmw/openmw_shadowcaster_fragment_46082713231544158"
Removing outdated shader: "/home/marek/.cache/openmw/openmw_shadowcaster_fragment_3005401705981720471"
Removing outdated shader: "/home/marek/.cache/openmw/openmw_shadowcaster_vertex_46082713231544158"
Removing outdated shader: "/home/marek/.cache/openmw/openmw_shadowcaster_vertex_3005401705981720471"
Loading ESM /home/marek/.wine/dosdevices/c:/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files/Morrowind.esm
openmw.x86_64: /home/kfg/openmw/apps/openmw/mwworld/esmstore.cpp:103: void MWWorld::ESMStore::load(ESM::ESMReader&): Assertion `dialogue->mId == id' failed.
/home/marek/Pobrane/openmw-0.25.0-Linux-64Bit/openmw: line 33:  8404 Przerwane               ./openmw.${ARCH} "$@"
openmw.x86_64: /home/kfg/openmw/apps/openmw/mwworld/esmstore.cpp:103: void MWWorld::ESMStore::load(ESM::ESMReader&): Assertion `dialogue->mId == id' failed.

Also, why kfg? Is this tarball actually working for anyone?
http://bugs.openmw.org/issues/597
Post Reply