http://bugs.winehq.org/show_bug.cgi?id=18650
Summary: FFXI - POL screen flipping potential-fix causes crash Product: Wine Version: 1.1.21 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: dereck@gmail.com
Created an attachment (id=21363) --> (http://bugs.winehq.org/attachment.cgi?id=21363) Terminal output from crash.
I installed Final Fantasy XI as per the appdb instructions and it worked as well as it could, but like every other system I installed on POL would flip upside down constantly. In the comments there is a posted solution of sorts to the fliping:
adding the following key with regedit fixes this problem: [HKEY_CURRENT_USER\Software\Wine\Direct3D] "OffscreenRenderingMode"="fbo"
If I add this key, POL crashes before it can load, terminal output attached.
Graphics card Info: 01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M] Subsystem: Toshiba America Info Systems Device ff04 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 66 (2000ns min), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 17 Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M] Region 1: I/O ports at 9000 [size=256] Region 2: Memory at c0000000 (32-bit, non-prefetchable) [size=64K] [virtual] Expansion ROM at c0020000 [disabled] [size=128K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable- Address: 00000000 Data: 0000 Kernel modules: radeonfb
http://bugs.winehq.org/show_bug.cgi?id=18650
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|FFXI - POL screen flipping |FFXI + POL crashes with |potential-fix causes crash |OffscreenRenderingMode=fbo
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2009-05-27 11:50:23 --- The trace needs debug symbols. Compiling from source should give you these.
Do you see these lines when not using fbo? err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 19 err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64 err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 70
http://bugs.winehq.org/show_bug.cgi?id=18650
--- Comment #2 from Dereck Wonnacott dereck@gmail.com 2009-05-27 11:58:46 --- Created an attachment (id=21365) --> (http://bugs.winehq.org/attachment.cgi?id=21365) Withough regkey terminal output.
in response to the previous comment here is the output without the key being set.
YES. Many many many times.
http://bugs.winehq.org/show_bug.cgi?id=18650
--- Comment #3 from Dereck Wonnacott dereck@gmail.com 2009-05-27 12:02:02 --- I should have asked in my previous comment, do I need to pass anything special to get debugging symbols when I compile?
http://bugs.winehq.org/show_bug.cgi?id=18650
--- Comment #4 from Ken Sharp kennybobs@o2.co.uk 2009-05-27 12:06:05 --- You can add CFLAGS="-g" as an environment variable, but they should be added by default.
http://bugs.winehq.org/show_bug.cgi?id=18650
James Olson j.skywave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from James Olson j.skywave@gmail.com 2009-06-12 07:10:30 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=18650
adrussel@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adrussel@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=18650
--- Comment #6 from adrussel@hotmail.com 2009-07-02 16:26:45 --- Created an attachment (id=22146) --> (http://bugs.winehq.org/attachment.cgi?id=22146) FFXI hang log
Right at the transition from POL to FFXI, wine hangs. It doesn't crash; it just freezes. I have attached the console output.
Note that I tried to use WINEDEBUG=+relay,+seh,+d3d and even just WINEDEBUG=+d3d, but this causes POL to operate so slowly that it thinks I am having network problems and does not even let me log in completely.
I am using wine 1.1.24, compiled from source with CFLAGS="-g".
If there is anything else I can provide, please let me know.
kernel: 2.6.28-13-generic
video card: 01:00.0 VGA compatible controller: ATI Technologies Inc RV630 [Radeon HD 2600XT]
http://bugs.winehq.org/show_bug.cgi?id=18650
--- Comment #7 from adrussel@hotmail.com 2009-10-08 07:14:14 --- So according to bug 18794, which is a duplicate of this bug but contains way more info, this is a problem with fglrx, not wine. The upstream bug report is located at: http://ati.cchtml.com/show_bug.cgi?id=1571
http://bugs.winehq.org/show_bug.cgi?id=18650
--- Comment #8 from Henri Verbeet hverbeet@gmail.com 2009-10-08 07:26:40 --- (In reply to comment #7)
So according to bug 18794, which is a duplicate of this bug but contains way
No, that's a different bug.
http://bugs.winehq.org/show_bug.cgi?id=18650
--- Comment #9 from adrussel@hotmail.com 2010-08-23 10:10:23 --- Well, I don't know exactly when it happened, but this bug seems to be fixed for me.
http://bugs.winehq.org/show_bug.cgi?id=18650
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Austin English austinenglish@gmail.com 2010-08-23 11:14:12 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=18650
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2010-09-03 14:04:47 CDT --- Closing bugs fixed in 1.3.2.