http://bugs.winehq.org/show_bug.cgi?id=30995
Bug #: 30995 Summary: Bug in msvcp90 in God and King Civ5 Extension Product: Wine Version: 1.4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: msvcp AssignedTo: wine-bugs@winehq.org ReportedBy: eddy_b_de_c@msn.com Classification: Unclassified
Created attachment 40685 --> http://bugs.winehq.org/attachment.cgi?id=40685 Reporting Backtrace of the Game Error
System Ubuntu 10.04 LTS All Update and Wine 1.4-0 Ubuntu1-ppa1 Civ 5 Basic on Steam Work's Fine, No Problem Find !
Extension Game Civ 5 God and King (loading from steam) hang after loading a savegame with an error message joined! A description was posted too in wineHQ and seem's i'm not alone with this trouble!
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21465!
It seem like a extension game bug, but i'm not sure !
Thank's
http://bugs.winehq.org/show_bug.cgi?id=30995
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |minor
--- Comment #1 from Austin English austinenglish@gmail.com 2012-06-24 14:08:36 CDT --- Could you please attach a +msvcp90,+tid trace?
FWIW, winetricks vcrun2008 should work around this.
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #2 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-24 17:51:05 CDT --- I can join later the savegame if needed !
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #3 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-24 18:31:54 CDT --- Created attachment 40690 --> http://bugs.winehq.org/attachment.cgi?id=40690 msvcp90.dll from Wine windows\system32
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #4 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-24 18:40:23 CDT --- Joined the msvcp90.dll
No tid trace, just the backtrace of wine
Winetricks and vcrun2008 installed
Game works fine before update God and King Extension and i could play with the extension from antic period to 1880 without trouble and suddenly this message and it close the game !
Thank's
http://bugs.winehq.org/show_bug.cgi?id=30995
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #5 from Dan Kegel dank@kegel.com 2012-06-24 19:11:38 CDT --- Please don't attach dlls.
Austin was asking you to run the game after doing something like export WINEPREFIX=+msvcp90,+tid in the same terminal window, and attach the resulting log.
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #6 from Dan Kegel dank@kegel.com 2012-06-24 19:12:46 CDT --- The content of attachment 40690 has been deleted by Dan Kegel dank@kegel.com who provided the following reason:
attaching wine placeholder dlls not useful
The token used to delete this attachment was generated at 2012-06-24 19:12:00 CDT.
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #7 from Austin English austinenglish@gmail.com 2012-06-24 21:09:35 CDT --- (In reply to comment #5)
Please don't attach dlls.
Austin was asking you to run the game after doing something like export WINEPREFIX=+msvcp90,+tid in the same terminal window, and attach the resulting log.
Make that WINEDEBUG=+msvcp90,+tid ;)
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #8 from Dan Kegel dank@kegel.com 2012-06-24 21:12:09 CDT --- That's me, random line noise generator...
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #9 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-25 00:13:28 CDT --- Created attachment 40698 --> http://bugs.winehq.org/attachment.cgi?id=40698 Here log file from winetricks command line "WINEDEBUG=+msvcp90,+tid" ;
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #10 from Dan Kegel dank@kegel.com 2012-06-25 00:18:47 CDT --- That log file was missing something.
See http://wiki.winehq.org/FAQ#get_log for better instructions.
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #11 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-25 01:10:46 CDT --- Created attachment 40700 --> http://bugs.winehq.org/attachment.cgi?id=40700 Civ5 Log after winedebug
Thank's for explanation and the link, because i was a little lost with this debbuging! Sorry for spelling mistake if it is, I'm french and my english is a little rusty!
command line for this log is :
winedebug=+msvcp90,+tid;env WINEPREFIX="/home/papusone/.wine" wine C:\windows\command\start.exe steam://rungameid/8930 &> /tmp/civ5.log
Have a good night !
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #12 from Dan Kegel dank@kegel.com 2012-06-25 01:15:17 CDT --- That command has two problems: winedebug should be WINEDEBUG, and it has to be in the environment. So:
env WINEDEBUG=+msvcp90,+tid WINEPREFIX="/home/papusone/.wine" wine C:\windows\command\start.exe steam://rungameid/8930 &> /tmp/civ5.log
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #13 from Dan Kegel dank@kegel.com 2012-06-25 01:16:37 CDT --- or more simply
WINEDEBUG=+msvcp90,+tid wine start.exe steam://rungameid/8930 &> /tmp/civ5.log
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #14 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-26 09:21:36 CDT --- Created attachment 40723 --> http://bugs.winehq.org/attachment.cgi?id=40723 Civ5 Log with a paste of command line
Hello !
Here Join the new Civ5.log made by a paste of your command line
WINEDEBUG=+msvcp90,+tid wine start.exe steam://rungameid/8930 &> /tmp/civ5.log
in a term on home prompt : may be it's have to run in .wine repertory ? if yes, i'll make it again !
Thank's a lot for your kindness and your patience !
http://bugs.winehq.org/show_bug.cgi?id=30995
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #15 from Piotr Caban piotr.caban@gmail.com 2012-06-26 09:51:52 CDT --- There's something wrong with attached log. There are no msvcp related calls in it. You should have created the log file while using wine's msvcp90.dll, not one installed with winetricks.
http://bugs.winehq.org/show_bug.cgi?id=30995
peshane peshane@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |peshane@free.fr
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #16 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-26 14:51:47 CDT --- Re Hello
I receive your last message !
How can i do that ! in winecfg, must i added msvcp90 in dll files in native and integrated ? or what can i do exactly, because i've just added by winetricks vcrun2008 ! msvcp90 is related in backtrace, but i'm not a specialist and don't no exactelly what can i do !
must i uninstalled winetricks?
Thank's
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #17 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-26 14:55:26 CDT --- Or must i uninstall vcrun2008, because i installed it after my first message and msvcp90 is in vcrun2008 !
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #18 from Austin English austinenglish@gmail.com 2012-06-26 15:12:01 CDT --- (In reply to comment #16)
Re Hello
I receive your last message !
How can i do that ! in winecfg, must i added msvcp90 in dll files in native and integrated ? or what can i do exactly, because i've just added by winetricks vcrun2008 ! msvcp90 is related in backtrace, but i'm not a specialist and don't no exactelly what can i do !
must i uninstalled winetricks?
Thank's
You'd want to set it to 'builtin', not native.
Please use the forum for questions like this..
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #19 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-26 16:17:57 CDT --- Created attachment 40738 --> http://bugs.winehq.org/attachment.cgi?id=40738 Civ5 Log after WINEDEBUG before any Modification
Re Hello !
I came back the game after the 1st error and before making ask modification with winetricks
I effectively can read two trace in the log with msvcp90 ! Hope is good for you now !
Thank's for your patience !
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #20 from Piotr Caban piotr.caban@gmail.com 2012-06-27 04:57:00 CDT --- (In reply to comment #19)
I effectively can read two trace in the log with msvcp90 ! Hope is good for you now !
There's still something wrong with the log. There are traces of dll being loaded, but not used. While collecting the logs you should keep using the game until it crashes/reports an error.
Is the game working (loading saved game) when vcrun2008 is installed? Did you install any other vcrunXXX with winetricks?
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #21 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-06-27 12:56:55 CDT --- Hello !
In reply to comment#20,
the game was launch without vcrun2008 in the first time and use defaults setting of Wine 1.4. After you asked me to install vcrun2008, i do it with winetricks and only vcrun2008! But result of the game is identical with same Error Backtrace ! I didn't install other things with winetricks!
When i made WINEDEBUG, i test until the game crached et give me the same error message (Backtrace) and click quit on error dialog box and it close automatically the game, but not close Wine and i do close it manually!
Just for information, if you see in the first description of the trouble, i've placed a link to WineHQ where other people have the same probleme than me with different version of Wine (1.57 and 1.56) and with aproximatively the same Error message !
So I think,can be an Game Error and Not a Wine Error, I don't No !
I remain at your disposal for any information and thank's again for your attendance !
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #22 from Eddy Brown de Colstoun eddy_b_de_c@msn.com 2012-07-04 05:58:10 CDT --- An other bug tracking was created for the same problem at :
http://bugs.winehq.org/show_bug.cgi?id=31113
and you can also continue to see the list of people who have the same trouble at :
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21465
http://bugs.winehq.org/show_bug.cgi?id=30995
Cristina Botta crisbotta@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |crisbotta@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=30995
--- Comment #23 from Dan Kegel dank@kegel.com 2012-07-04 11:27:15 CDT --- The key part of your log is:
Unhandled exception: page fault on read access to 0x00000114 in 32-bit code Backtrace: =>0 ?_Myptr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAEPADXZ() in msvcp90
This seems a lot like bug 26892 but for msvcp90.
http://bugs.winehq.org/show_bug.cgi?id=30995
Evan Goers megatog615@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |megatog615@gmail.com
--- Comment #24 from Evan Goers megatog615@gmail.com 2012-07-04 14:54:06 CDT --- I get more or less the same log when I use those WINEDEBUG options. Also, should bug 31113 be marked as a duplicate? When I made it, the link to this bug was not yet on the Appdb so I didn't get a chance to see it.
I am using Wine 1.5.5, by the way. This bug shows 1.4.
http://bugs.winehq.org/show_bug.cgi?id=30995
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #25 from Dan Kegel dank@kegel.com 2012-07-04 16:16:46 CDT --- bug 31113 is cleaner, let's make that one the main bug.
*** This bug has been marked as a duplicate of bug 31113 ***
http://bugs.winehq.org/show_bug.cgi?id=30995
George geoaraujo@ymail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |geoaraujo@ymail.com
http://bugs.winehq.org/show_bug.cgi?id=30995
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #26 from Jerome Leclanche adys.wh@gmail.com 2012-07-19 07:43:50 CDT --- Closing