OpenMW 0.42.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
TechNoirMK
Posts: 84
Joined: 19 Aug 2015, 15:58

Re: OpenMW 0.42.0

Post by TechNoirMK »

>0.42 isn't even released yet but 1/7 of 0.43 is done
wew
c083d4
Posts: 8
Joined: 17 Apr 2017, 03:01

Re: OpenMW 0.42.0

Post by c083d4 »

Imported game settings and tried to run the game, got a lot of "no S3TC texture compression support installed" errors and Morrowind menu is all pink

Code: Select all

Error loading textures/tx_menubook_quests_idle.dds: no S3TC texture compression support installed
Error loading textures\bc\bc_shoe_com_01.dds: no S3TC texture compression support installed
Error loading textures\bc\bc_shirt_com_01_male.dds: no S3TC texture compression support installed
Error loading textures\bc\bc_pant_com_01.dds: no S3TC texture compression support installed
Error loading textures\bh\bh_ds_de_m_head06.dds: no S3TC texture compression support installed
Error loading textures\bh\bh_ds_de_m_hair00.dds: no S3TC texture compression support installed
Error loading textures\bh\bh_ds_de_m_hairpin00.dds: no S3TC texture compression support installed
Error loading textures\fp2m.dds: no S3TC texture compression support installed
Error loading textures\bb\bb_skinm_de.dds: no S3TC texture compression support installed
Error loading icons\k\stealth_sneak.dds: no S3TC texture compression support installed
Error loading textures\scroll.dds: no S3TC texture compression support installed
Error loading textures\tx_menubook_take_idle.dds: no S3TC texture compression support installed
Error loading icons\k\stealth_handtohand.dds: no S3TC texture compression support installed
Error loading icons\tx_goldicon.dds: no S3TC texture compression support installed
Error loading textures\bm_player_hit_01.dds: no S3TC texture compression support installed
Error loading textures\menu_morrowind.dds: no S3TC texture compression support installed
Playing Music/Special/morrowind title.mp3
Failed to open video: Resource 'video/mw_logo.bik' not found
Edit: fixed by installing libtxc-dxtn-s2tc0 and all the other libtxc packages in MX Linux 16
commodore256
Posts: 28
Joined: 17 Sep 2015, 05:16

Re: OpenMW 0.42.0

Post by commodore256 »

^ Oh god S3TC. So many linux distros are so worried about the patents on S3TC. I'm so glad that drama is ending in October.

http://www.patentcountdown.org/
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.42.0

Post by psi29a »

This website has been in my list of tabs now for a year... ;)
User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

Re: OpenMW 0.42.0

Post by Greendogo »

TechNoirMK wrote:>0.42 isn't even released yet but 1/7 of 0.43 is done
wew
Not technically correct. Most issues get added during the months the release is being produced. In all likelihood another 60 or so "issues" will be added as they are found.
MrDowntempo
Posts: 11
Joined: 16 Aug 2016, 22:54

Re: OpenMW 0.42.0

Post by MrDowntempo »

Greendogo wrote:
TechNoirMK wrote:>0.42 isn't even released yet but 1/7 of 0.43 is done
wew
Not technically correct. Most issues get added during the months the release is being produced. In all likelihood another 60 or so "issues" will be added as they are found.
Will the .43 fixes that are already completed make their way into .42 before it is released, or are they already separate branches?
User avatar
Capostrophic
Posts: 794
Joined: 22 Feb 2016, 20:32

Re: OpenMW 0.42.0

Post by Capostrophic »

MrDowntempo wrote: Will the .43 fixes that are already completed make their way into .42 before it is released, or are they already separate branches?
No. Some prominent regression fixes get backported, but their amount is usually ridiculously low.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.42.0

Post by raevol »

Sorry I have been a little absent lately, been doing a lot of work for school.

Where are we with the release? I see a few issues have been brought up with the RCs, but all seem to have been resolved on the user's end? Correct me if I am wrong?

And I am still waiting for help on some items from the changelog:
Sorry, but I am not technical enough to understand this one:
Bug #3580: Crash: Error ElementBufferObject::remove BufferData<0> out of range

I don't understand Morrowind scripting enough to decipher this one:
Bug #3671: Incorrect local variable value after picking up bittercup

Is this right for #3727?
- Interpreter context now properly handles Activate actions in the middle of script execution

Can I get some help with these?
Bug #3822: Custom added creatures are not animated
Bug #1956: Relevant pull request: https://github.com/OpenMW/openmw/pull/1173 (thanks Capostrophic for pointing me to this)

Are we including these?
Feature #3675: ess-Importer: convert mark location
Feature #3693: ess-Importer: convert last known exterior cell
Task #3092: const version of ContainerStoreIterator
Task #3795: /deps folder not in .gitignore
(thanks Loriel on #3816)
User avatar
MiroslavR
Posts: 156
Joined: 12 Feb 2014, 17:45

Re: OpenMW 0.42.0

Post by MiroslavR »

Is this right for #3727?
- Interpreter context now properly handles Activate actions in the middle of script execution
Script execution would not continue properly when an Activate instruction resulted in a take action.
Bug #3822: Custom added creatures are not animated
Using forward slashes in an actor's model path would cause incorrect (unanimated) model to be loaded. (At least that's what I think was causing the reported bug - reporter never bothered to provide feedback.)
Bug #1956: Relevant pull request: https://github.com/OpenMW/openmw/pull/1173 (thanks Capostrophic for pointing me to this)
Saved references linking to non-existent editor references are now dropped while loading the game.
Are we including these?
Feature #3675: ess-Importer: convert mark location
Feature #3693: ess-Importer: convert last known exterior cell
Sure, I don't see why not.
Task #3092: const version of ContainerStoreIterator
Task #3795: /deps folder not in .gitignore
I don't think we should include these, though.


The rest I can't help you with, sorry.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.42.0

Post by raevol »

Thanks MiroslavR!
Post Reply