OpenMW 0.31.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
Ldramakon
Posts: 1
Joined: 12 Jul 2014, 21:30

Re: OpenMW 0.31.0

Post by Ldramakon »

Crash confirmed on switching between full-screen and windowed (at full resolution) on Windows 8.1 64 bit with 0.31 RC 2
User avatar
cc9cii
Posts: 523
Joined: 28 Mar 2013, 04:01

Re: OpenMW 0.31.0

Post by cc9cii »

I'll raise a defect.
EDIT: https://bugs.openmw.org/issues/1647
Initial (wild) guess is something within Ogre d3d9 plugin.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.31.0

Post by Zini »

Okay, known issue then. Anything from the OS X people?
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

Re: OpenMW 0.31.0

Post by corristo »

@Zini

Works for me on two different Macs, needs investigation, but definitely not a blocker.
HiPhish
Posts: 323
Joined: 02 Jul 2012, 08:36

Re: OpenMW 0.31.0

Post by HiPhish »

OK, is this a valid backtrace?

Code: Select all

Current executable set to 'OpenCS.app/' (x86_64).
(lldb) target stop-hook add
Enter your stop hook command(s).  Type 'DONE' to end.
> bt
> DONE
Stop hook #1 added.
(lldb) run
Process 1994 launched: '/Volumes/OpenMW-0.31.0-Darwin/OpenMW/OpenCS.app/Contents/MacOS/OpenCS' (x86_64)
* thread #1: tid = 0x857d, 0x00007fff5fc01028 dyld`_dyld_start, stop reason = exec
  * frame #0: 0x00007fff5fc01028 dyld`_dyld_start
Loading config file: /Users/hiphish/Library/Preferences/openmw/openmw.cfg... done.
Loading config file: ./openmw.cfg... done.
2014-07-13 11:58:18.481 OpenCS[1994:d0b] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
Data dir /Users/hiphish/Library/Application Support/OpenMW/Data Files/Data Files
Adding BSA archive /Users/hiphish/Library/Application Support/OpenMW/Data Files/Data Files/Morrowind.bsa
2014-07-13 11:58:19.170 OpenCS[1994:d0b] invalid drawable
Process 1994 exited with status = 1 (0x00000001) 
(lldb) quit
`backtrace` alone is not a valid command, so I'm just guessing blindly.
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

Re: OpenMW 0.31.0

Post by corristo »

@HiPhish

sent you a PM.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW 0.31.0

Post by Zini »

Alright then. No point in waiting any longer. Tag has been applied. Start the release, please.

@raevol: Please make sure to add the Windows issue to the list of known issues.
rab
Posts: 19
Joined: 24 Sep 2012, 12:12

Re: OpenMW 0.31.0

Post by rab »

I don't get any textures at all with dx on windows 7 (64 bit os, 32bit openmw). I used to have the same problem with the 64 bit version, but 32 used to work. I did report the 64 bit problem ages ago but it was closed without a fix (https://bugs.openmw.org/issues/818).
HiPhish
Posts: 323
Joined: 02 Jul 2012, 08:36

Re: OpenMW 0.31.0

Post by HiPhish »

corristo wrote:...
I get "error: invalid thread"

Code: Select all

Current executable set to 'OpenCS.app/' (x86_64).
(lldb) run
Process 2135 launched: '/Volumes/OpenMW-0.31.0-Darwin/OpenMW/OpenCS.app/Contents/MacOS/OpenCS' (x86_64)
Loading config file: /Users/hiphish/Library/Preferences/openmw/openmw.cfg... done.
Loading config file: ./openmw.cfg... done.
2014-07-13 12:06:46.069 OpenCS[2135:d0b] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
Data dir /Users/hiphish/Library/Application Support/OpenMW/Data Files/Data Files
Adding BSA archive /Users/hiphish/Library/Application Support/OpenMW/Data Files/Data Files/Morrowind.bsa
2014-07-13 12:06:51.170 OpenCS[2135:d0b] invalid drawable
Process 2135 exited with status = 1 (0x00000001) 
(lldb) thread backtrace
error: invalid thread
(lldb) quit
Chris
Posts: 1626
Joined: 04 Sep 2011, 08:33

Re: OpenMW 0.31.0

Post by Chris »

HiPhish wrote:I get "error: invalid thread"

Code: Select all

Current executable set to 'OpenCS.app/' (x86_64).
(lldb) run
Process 2135 launched: '/Volumes/OpenMW-0.31.0-Darwin/OpenMW/OpenCS.app/Contents/MacOS/OpenCS' (x86_64)
Loading config file: /Users/hiphish/Library/Preferences/openmw/openmw.cfg... done.
Loading config file: ./openmw.cfg... done.
2014-07-13 12:06:46.069 OpenCS[2135:d0b] modalSession has been exited prematurely - check for a reentrant call to endModalSession:
Data dir /Users/hiphish/Library/Application Support/OpenMW/Data Files/Data Files
Adding BSA archive /Users/hiphish/Library/Application Support/OpenMW/Data Files/Data Files/Morrowind.bsa
2014-07-13 12:06:51.170 OpenCS[2135:d0b] invalid drawable
Process 2135 exited with status = 1 (0x00000001) 
(lldb) thread backtrace
error: invalid thread
(lldb) quit
That's because it quit instead of crashed.
Post Reply