http://bugs.winehq.org/show_bug.cgi?id=14139
Summary: Governor of poker crashes Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: shdocvw AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
Hi, i saw someone was trying to get this app running here http://ubuntuforums.org/showthread.php?t=838840
So i gave it a try as well. I got the same crash as that guy. The following workaround makes the game start and run nicely: Put following in the registry: REGEDIT4
[HKEY_CLASSES_ROOT\CLSID{56FDF344-FD6D-11d0-958A-006097C9A090}] @="Task Bar Communication"
[HKEY_CLASSES_ROOT\CLSID{56FDF344-FD6D-11d0-958A-006097C9A090}\InProcServer32] @="C:\Windows\System32\SHDOCVW.DLL" "ThreadingModel"="Apartment"
Then run with native shdocvw (and shlwapi).
Apparently ITaskBarList implementation is completely missing from shdocvw, causing the crash above.
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-27 07:15:05 --- Created an attachment (id=14389) --> (http://bugs.winehq.org/attachment.cgi?id=14389) crash log
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-27 07:17:26 --- BTW, i cannot post reply to this guy in ubuntu-forum, so maybe someone who is member could point him to this workaround to get the game running for now ;)
http://bugs.winehq.org/show_bug.cgi?id=14139
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.fenomen- | |games.com/dfiles/GovernorofP | |oker_dwn.exe
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #3 from Austin English austinenglish@gmail.com 2008-06-27 10:57:33 --- (In reply to comment #2)
BTW, i cannot post reply to this guy in ubuntu-forum, so maybe someone who is member could point him to this workaround to get the game running for now ;)
Done.
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-08-05 14:51:01 --- Created an attachment (id=15297) --> (http://bugs.winehq.org/attachment.cgi?id=15297) patch
This patch makes the game start fine for me. it's first time i played a bit with this interface stuff in shdocvw, so if someone could review it, and point me to improvements that would be great
http://bugs.winehq.org/show_bug.cgi?id=14139
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #5 from Austin English austinenglish@gmail.com 2008-08-05 17:32:57 --- You forgot to add your name to the copyright on those files ;-)
Seems the indentation is messed up here: strmif.idl \ + taskbarlist.idl \
http://bugs.winehq.org/show_bug.cgi?id=14139
Fernando Escobar fherescobar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fherescobar@gmail.com
--- Comment #6 from Fernando Escobar fherescobar@gmail.com 2008-08-08 00:38:24 --- Hi, i'm kind of new in linux, i know some things, but I really don't know how to "apply" that patch, and i would really like to learn. Any help is very appreciated.
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #7 from Austin English austinenglish@gmail.com 2008-08-09 16:51:37 --- (In reply to comment #6)
Hi, i'm kind of new in linux, i know some things, but I really don't know how to "apply" that patch, and i would really like to learn. Any help is very appreciated.
http://wiki.winehq.org/Patching
http://bugs.winehq.org/show_bug.cgi?id=14139
Yuri yuri@rawbw.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |yuri@rawbw.com
--- Comment #8 from Yuri yuri@rawbw.com 2008-08-09 21:03:38 --- *** Bug 14805 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #9 from Steve mcqustd@bellsouth.net 2008-08-25 23:53:57 --- (In reply to comment #7)
(In reply to comment #6)
Hi, i'm kind of new in linux, i know some things, but I really don't know how to "apply" that patch, and i would really like to learn. Any help is very appreciated.
I too am trying to get this program to work. I am using Ubuntu 8.10 and installed Wine through the Add/Remove. I have searched through the file system and could not fine a ~/wine-git folder.
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #10 from Austin English austinenglish@gmail.com 2008-08-26 11:43:32 --- (In reply to comment #9)
(In reply to comment #7)
(In reply to comment #6)
Hi, i'm kind of new in linux, i know some things, but I really don't know how to "apply" that patch, and i would really like to learn. Any help is very appreciated.
I too am trying to get this program to work. I am using Ubuntu 8.10 and installed Wine through the Add/Remove. I have searched through the file system and could not fine a ~/wine-git folder.
You have to download the source code. See: http://wiki.winehq.org/GitWine
http://bugs.winehq.org/show_bug.cgi?id=14139
Steve mcqustd@bellsouth.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mcqustd@bellsouth.net
--- Comment #11 from Steve mcqustd@bellsouth.net 2008-08-26 18:08:08 --- (In reply to comment #10)
(In reply to comment #9)
(In reply to comment #7)
(In reply to comment #6)
Hi, i'm kind of new in linux, i know some things, but I really don't know how to "apply" that patch, and i would really like to learn. Any help is very appreciated.
I too am trying to get this program to work. I am using Ubuntu 8.10 and installed Wine through the Add/Remove. I have searched through the file system and could not fine a ~/wine-git folder.
You have to download the source code. See: http://wiki.winehq.org/GitWine
Thanks for the quick reply. I removed the Wine that I had installed and installed from source with git. I tried to apply the patch according to the link posted above and got the following error message.
######################################### ~/wine$ patch -pl < task.txt patch: **** strip count l is not a number #########################################
I have tried the command with no switches and tried reading the --help command but do not know enough to actually know what exactly it is I am trying to do. I have written some script files before but I am not exactly a programmer so please forgive me for all of the questions.
Again thanks for the help.
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #12 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-08-27 13:35:46 --- @Steve: it's "patch -p1 < task.txt" , not "patch -pl < task.txt" (so replace the letter "l" with the number "1")
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #13 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-09-28 05:47:19 --- Created an attachment (id=16324) --> (http://bugs.winehq.org/attachment.cgi?id=16324) patch against current git
This is rediffed and adjusted patch against current git. There still might be thins in the wrong place. If anyone knows how to improve the patch, i'd be happy
http://bugs.winehq.org/show_bug.cgi?id=14139
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |DjSpiker@Yandex.ru
--- Comment #14 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-09-28 05:52:10 --- *** Bug 15365 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=14139
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Stefan.Leichter@camLine.com
--- Comment #15 from Lei Zhang thestig@google.com 2008-11-26 16:24:49 --- *** Bug 16201 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=14139
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
--- Comment #16 from Austin English austinenglish@gmail.com 2009-01-20 02:39:22 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=14139
Andrea Ratto andrearatto_liste@yahoo.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrearatto_liste@yahoo.it
http://bugs.winehq.org/show_bug.cgi?id=14139
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #17 from Dan Kegel dank@kegel.com 2009-02-10 16:06:09 --- Was that patch ever submitted?
http://bugs.winehq.org/show_bug.cgi?id=14139
--- Comment #18 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-02-10 16:40:00 --- (In reply to comment #17)
Was that patch ever submitted?
No, only the header. I asked for comment/review in this bug but got never any, so i never submiited. If anyone wants to pick this up go ahead.
http://bugs.winehq.org/show_bug.cgi?id=14139
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #19 from Vincent Povirk madewokherd@gmail.com 2009-02-27 12:22:29 --- Are you sure this belongs in shdocvw? MSDN claims it's in shell32, and it doesn't match shdocvw's normal function.
http://bugs.winehq.org/show_bug.cgi?id=14139
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #20 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-03-26 04:51:11 --- this is fixed by http://source.winehq.org/git/wine.git/?a=commit;h=8e12ad4faeb9274a6a038638ee...
http://bugs.winehq.org/show_bug.cgi?id=14139
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org 2009-03-27 13:51:54 --- Closing bugs fixed in 1.1.18.
https://bugs.winehq.org/show_bug.cgi?id=14139
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.0.0 Summary|Governor of poker crashes |Multiple games and | |applications crash due to | |missing Shell | |'ITaskbarList' | |implementation (Fenomen | |games, Futuremark 3DMark | |2008 Vantage) CC| |focht@gmx.net URL|http://www.fenomen-games.co |https://web.archive.org/web |m/dfiles/GovernorofPoker_dw |/20210303100557/https://dow |n.exe |nload.gamestar.de/public/37 | |700/37765/3d-mark-vantage_3 | |d19503.exe Fixed by SHA1| |8e12ad4faeb9274a6a038638eed | |261f3cfae63f6