Page 13 of 31

Re: OpenMW 0.42.0

Posted: 22 Apr 2017, 00:36
by TechNoirMK
>0.42 isn't even released yet but 1/7 of 0.43 is done
wew

Re: OpenMW 0.42.0

Posted: 22 Apr 2017, 01:43
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

Re: OpenMW 0.42.0

Posted: 24 Apr 2017, 03:56
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/

Re: OpenMW 0.42.0

Posted: 24 Apr 2017, 08:01
by psi29a
This website has been in my list of tabs now for a year... ;)

Re: OpenMW 0.42.0

Posted: 25 Apr 2017, 00:15
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.

Re: OpenMW 0.42.0

Posted: 25 Apr 2017, 00:48
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?

Re: OpenMW 0.42.0

Posted: 25 Apr 2017, 11:32
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.

Re: OpenMW 0.42.0

Posted: 26 Apr 2017, 23:50
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)

Re: OpenMW 0.42.0

Posted: 27 Apr 2017, 01:47
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.

Re: OpenMW 0.42.0

Posted: 28 Apr 2017, 08:16
by raevol
Thanks MiroslavR!