http://bugs.winehq.org/show_bug.cgi?id=11749
Summary: PlayOnline doesn't launch anymore Product: Wine Version: 0.9.56. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: loacoon@hotmail.com
Created an attachment (id=11005) --> (http://bugs.winehq.org/attachment.cgi?id=11005) Console log of the bug
Since Wine 0.9.56, PlayOnline doesn't launch. The screen remains black and the app freezes. I'm attaching a console log.
http://bugs.winehq.org/show_bug.cgi?id=11749
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.playonline.com/ff | |11us/index.shtml
--- Comment #1 from Austin English austinenglish@gmail.com 2008-02-27 14:07:09 --- Are you saying that it worked in wine 0.9.55? If so, please run a regression test: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #2 from Loacoon loacoon@hotmail.com 2008-02-28 02:34:04 --- Yes it worked in 0.9.55. I'll do the test ASAP.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #3 from Loacoon loacoon@hotmail.com 2008-02-28 05:45:16 --- I don't understand. During the regression test, it worked everytime. But no matter what I do, it doesn't work using Wine 0.9.56 tarball release.
http://bugs.winehq.org/show_bug.cgi?id=11749
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|PlayOnline doesn't launch |Sony PlayOnline doesn't |anymore |launch anymore
--- Comment #4 from Lei Zhang thestig@google.com 2008-02-28 12:32:42 --- Is your install of Wine 0.9.56 from your distro's binary package?
Either you're doing something wrong, or there's some problem with your distro's package, such that your compiled copy works, but your distro's copy does not.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #5 from Loacoon loacoon@hotmail.com 2008-03-02 12:18:23 --- I'm sorry, I think I did a mistake during the regression test. I'll do a new one ASAP.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #6 from Loacoon loacoon@hotmail.com 2008-03-03 16:11:05 --- I've finally done a good regression test. Here is the commit :
48275308ee5ac682beed99d039a2d03a8a31fc3e is first bad commit commit 48275308ee5ac682beed99d039a2d03a8a31fc3e Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Mon Feb 18 21:13:13 2008 +0100
wined3d: Add a GL specific RealizePalette which also updates the drawable.
:040000 040000 59772feb914bc9349b6880ec512a01bf0d82b8e8 1855b45537706902b2c51c2f0031eb1fdb37d756 M dlls
http://bugs.winehq.org/show_bug.cgi?id=11749
Loacoon loacoon@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmx.net
http://bugs.winehq.org/show_bug.cgi?id=11749
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #7 from Loacoon loacoon@hotmail.com 2008-03-13 07:45:34 --- Not fixed in 0.9.57.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #8 from Timo-Heikki Mäkelä imaxfun@gmail.com 2008-03-13 07:59:03 --- Component should be changed to directx-d3d on basis of the bisection result.
http://bugs.winehq.org/show_bug.cgi?id=11749
Loacoon loacoon@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d
--- Comment #9 from Loacoon loacoon@hotmail.com 2008-03-13 08:00:17 --- Done.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #10 from Loacoon loacoon@hotmail.com 2008-03-22 17:18:39 --- Still happening in wine 0.9.58 with news errors.
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 62 err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 63 err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64 err:seh:setup_exception stack overflow 8 bytes in thread 0024 eip 7e065c51 esp 7b3ddff8 stack 0x7b3de000-0x7b4ee000
The first 3 messages are repeated a few times before the last error (the same as before) freezes PoL.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #11 from Loacoon loacoon@hotmail.com 2008-04-01 15:04:28 --- Any chances for this bug/regression to be fixed quickly?
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #12 from Loacoon loacoon@hotmail.com 2008-04-07 09:46:59 --- Still happening in 0.9.59.
http://bugs.winehq.org/show_bug.cgi?id=11749
Chrisn Winehq@cnormington.plus.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Winehq@cnormington.plus.com
--- Comment #13 from Chrisn Winehq@cnormington.plus.com 2008-04-12 10:42:59 --- I think I'm having the same sort of problem, except I get when get to enter a password. Tracked it down to the same patch thats causing you trouble.
After further investigation managed to get passed it. dlls\wined3d\surface.c in function IWineD3DSurfaceImpl_RealizePalette (line 3583 wine 0.9.59) right near the end at line 3616 if(This->resource.usage & WINED3DUSAGE_RENDERTARGET) IWineD3DSurface_LoadLocation(iface, SFLAG_INDRAWABLE, NULL);
changing them to //if(This->resource.usage & WINED3DUSAGE_RENDERTARGET) // IWineD3DSurface_LoadLocation(iface, SFLAG_INDRAWABLE, NULL);
rebuilding then running got me past it. It might work here. Currently I don't know how to make a patch.
Hope this helps
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #14 from Austin English austinenglish@gmail.com 2008-04-12 21:47:40 --- Created an attachment (id=12111) --> (http://bugs.winehq.org/attachment.cgi?id=12111) Patch from comment 13
Here you go.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #15 from Loacoon loacoon@hotmail.com 2008-05-04 06:03:36 --- The bug is still happening is wine 0.9.61. If the reporter of the patch which caused the bug continues to ignore this regression, maybe I should add Alexandre Julliard to the CC List, and see what he thinks about it... :/
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #16 from Loacoon loacoon@hotmail.com 2008-05-06 12:41:29 --- Since we have no answer from the patch reporter, and don't know why he can't/don't want to fix this regression. And since 1.0 is really close to release. I'm adding Alexandre Julliard to the CC List to see what he thinks about this regression.
I'd like to be told if, for a reason or another, this regression can't be fixed or not.
http://bugs.winehq.org/show_bug.cgi?id=11749
Loacoon loacoon@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
http://bugs.winehq.org/show_bug.cgi?id=11749
Jumper ned_fed@tiscali.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #17 from Jumper ned_fed@tiscali.it 2008-05-12 12:48:40 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #18 from Fredrick Lockert fredricklockert@gmail.com 2008-06-09 14:16:16 --- Created an attachment (id=13848) --> (http://bugs.winehq.org/attachment.cgi?id=13848) Terminal Output
This bug is still active in v1.0-rc4, see log for details.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #19 from terry lava hackablecrap@hotmail.com 2008-06-14 13:47:31 --- Created an attachment (id=14023) --> (http://bugs.winehq.org/attachment.cgi?id=14023) pol.exe terminal output
the last 4 lines happened when i clicked around the blank pol window that comes up when i run it.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #20 from terry lava hackablecrap@hotmail.com 2008-06-14 13:49:36 --- (From update of attachment 14023) from pol.exe version 1.10.00c, wine 1.0-rc5, running on gentoo amd64, 2.6.25.4
http://bugs.winehq.org/show_bug.cgi?id=11749
terry lava hackablecrap@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hackablecrap@hotmail.com
--- Comment #21 from terry lava hackablecrap@hotmail.com 2008-06-16 00:23:40 --- I get the same bug as Frederick Lockert in RC5 if I update POL to the newest version (1.18.10a)in vbox first.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #22 from Fredrick Lockert fredricklockert@gmail.com 2008-10-08 06:12:09 --- Since no one has said anything yet, this problem is solved by adding a native dxdiagn.dll
The problem is probably caused by the builtin dxdiagn, (kinda logical though).
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #23 from Loacoon loacoon@hotmail.com 2008-10-08 07:40:50 --- No it's not. I'm using a native dxdiagn.dll for a while now, before this bug appeared actually, so I can say for sure that it doesn't resolve the problem ;).
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #24 from Fredrick Lockert fredricklockert@gmail.com 2008-10-08 10:11:02 --- I see, that's strange though, because PlayOnline works just fine after adding a native dxdiagn.dll ... at least it doesn't have the startup problem, only a few glitches.
Other people has it working, including me.. Check the FFXI AppDB http://appdb.winehq.org/objectManager.php?sClass=version&iId=2739
It might be a system specific problem you have though..
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #25 from Loacoon loacoon@hotmail.com 2008-10-08 10:37:11 --- I didn't try for a while so, maybe it works now. But I just wanted to say that dxdiagn.dll never was the problem, not here anyways. In fact, POL needed a native dxdiagn.dll way before this bug appeared. If I remember well, I'm even saying that in the last test I made of POL in appdb.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #26 from Fredrick Lockert fredricklockert@gmail.com 2008-10-08 11:22:38 --- Sure, no problem.
You should check if it works, with a new version of Wine though. The "original" bug might have been fixed. Probably sometime between 1.1.X - 1.1.4
You should try mate, maybe you'll get it working.
And yes, it looks like you mentioned it, somewhere around August 11th 2007.
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #27 from Loacoon loacoon@hotmail.com 2008-10-08 11:25:13 --- I'll try that ASAP, I'll let you know if it works ;).
http://bugs.winehq.org/show_bug.cgi?id=11749
--- Comment #28 from Austin English austinenglish@gmail.com 2009-04-17 12:08:44 --- Is this still an issue in current (1.1.19 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=11749
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED
--- Comment #29 from Austin English austinenglish@gmail.com 2009-10-29 15:29:22 --- Abandoned. If this is still an issue in current (1.1.32 or newer) wine, and you can provide the needed information, feel free to reopen.
http://bugs.winehq.org/show_bug.cgi?id=11749
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #30 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-29 23:37:17 --- Closing