http://bugs.winehq.org/show_bug.cgi?id=25017
Summary: Battlefield 2142 is unable to start on FreeBSD. Product: Wine Version: 1.3.6 Platform: x86-64 OS/Version: FreeBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: 6yearold@gmail.com
Created an attachment (id=31706) --> (http://bugs.winehq.org/attachment.cgi?id=31706) backtrace when running from home dir
I'm using FreeBSD 8-STABLE with wine 1.3.6 from here: http://people.freebsd.org/~ivoras/wine/ My system architecure is amd64 and video driver is nvidia 256.53. Using this script (http://people.freebsd.org/~ivoras/wine/patch-wine-nvidia.sh) i have installed 32-bit version of the same driver.
Battlefield itself installed fine, however when i run wine .wine/dosdevices/c:/Program\ Files/EA\ GAMES/Battlefield\ 2142/BF2142.exe i'm getting
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #1 from 6yearold@gmail.com 2010-11-03 10:36:42 CDT --- (In reply to comment #0)
Created an attachment (id=31706)
--> (http://bugs.winehq.org/attachment.cgi?id=31706) [details]
backtrace when running from home dir
I'm using FreeBSD 8-STABLE with wine 1.3.6 from here: http://people.freebsd.org/~ivoras/wine/ My system architecure is amd64 and video driver is nvidia 256.53. Using this script (http://people.freebsd.org/~ivoras/wine/patch-wine-nvidia.sh) i have installed 32-bit version of the same driver.
Battlefield itself installed fine, however when i run wine .wine/dosdevices/c:/Program\ Files/EA\ GAMES/Battlefield\ 2142/BF2142.exe i'm getting
Sorry, i didnt know that adding an attachment will create bug. So, Battlefield itself installed fine, however when i run wine .wine/dosdevices/c:/Program\ Files/EA\ GAMES/Battlefield\ 2142/BF2142.exe i'm getting backtrace from the first attachement.
Then i have cd' into Battlefield dir and ran wine BF2142.exe and get backtrace from second attachement.
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #2 from 6yearold@gmail.com 2010-11-03 10:38:40 CDT --- Created an attachment (id=31707) --> (http://bugs.winehq.org/attachment.cgi?id=31707) backtrace when running from game dir
http://bugs.winehq.org/show_bug.cgi?id=25017
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #31706|application/octet-stream |text/plain mime type| | Attachment #31706|1 |backtrace_homedir.txt filename| |
http://bugs.winehq.org/show_bug.cgi?id=25017
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #31707|application/octet-stream |text/plain mime type| | Attachment #31707|2 |backtrace_gamedir.txt filename| |
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-11-03 10:41:50 CDT --- Does it help if you use winetricks to install d3dx9?
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #4 from 6yearold@gmail.com 2010-11-03 12:38:47 CDT --- (In reply to comment #3)
Does it help if you use winetricks to install d3dx9?
Wow, it really helped. But it's not proper fix, right?
http://bugs.winehq.org/show_bug.cgi?id=25017
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine-bugs@winehq.org Component|-unknown |directx-d3dx9
--- Comment #5 from Austin English austinenglish@gmail.com 2010-11-03 13:25:22 CDT --- (In reply to comment #4)
(In reply to comment #3)
Does it help if you use winetricks to install d3dx9?
Wow, it really helped. But it's not proper fix, right?
No, but does help tell us where the problem is.
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #6 from Rico kgbricola@web.de 2011-10-25 05:06:19 CDT --- Could you please attach a new log with a current wine?
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #7 from 6yearold@gmail.com 2011-10-25 06:32:07 CDT --- Sure, but first i should delete directX installed by winetricks, right? How do i do this? Running winetricks list-installed showed me
corefonts d3dx9 d3dx9_26 d3dx9_28 d3dx9_31 d3dx9_35 d3dx9_36 d3dx9_39 d3dx9_42 gecko110
but i haven't found a way to delete these things.
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #8 from Austin English austinenglish@gmail.com 2011-10-26 13:07:30 CDT --- (In reply to comment #7)
Sure, but first i should delete directX installed by winetricks, right? How do i do this? Running winetricks list-installed showed me
corefonts d3dx9 d3dx9_26 d3dx9_28 d3dx9_31 d3dx9_35 d3dx9_36 d3dx9_39 d3dx9_42 gecko110
but i haven't found a way to delete these things.
winetricks alldlls=builtin
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #9 from 6yearold@gmail.com 2011-10-27 01:57:30 CDT --- Ok, now it prints fixme:system:SystemParametersInfoW Unimplemented action: 94 (SPI_GETMOUSETRAILS) fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS) wine: Call from 0x628387c6 to unimplemented function msvcp71.dll.??0?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting wine: Unimplemented function msvcp71.dll.??0?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z called at address 0x628387c6 (thread 0009), starting debugger...
and the game doesn't even start.
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #10 from Austin English austinenglish@gmail.com 2011-10-27 11:46:36 CDT --- (In reply to comment #9)
Ok, now it prints fixme:system:SystemParametersInfoW Unimplemented action: 94 (SPI_GETMOUSETRAILS) fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS) wine: Call from 0x628387c6 to unimplemented function msvcp71.dll.??0?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z, aborting wine: Unimplemented function msvcp71.dll.??0?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z called at address 0x628387c6 (thread 0009), starting debugger...
and the game doesn't even start.
That's bug 17313. Remove msvcp* from the override list in winecfg.
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #11 from 6yearold@gmail.com 2011-10-27 12:01:16 CDT --- Created attachment 37153 --> http://bugs.winehq.org/attachment.cgi?id=37153 wine 1.3.30 with builtin dx
Ok, here is wine output.
It's worth mentioning that somewhere between 1.3.6 and 1.3.10 Battlefield stopped working even with Microsoft DirectX.
http://bugs.winehq.org/show_bug.cgi?id=25017
Rico kgbricola@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #37153|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=25017
--- Comment #12 from Rico kgbricola@web.de 2012-08-10 04:40:32 CDT --- Thanks for the log, but the game needs the effect compiler.
fixme:d3dx:d3dx9_base_effect_init HLSL ascii effects not supported, yet
http://bugs.winehq.org/show_bug.cgi?id=25017
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #13 from Austin English austinenglish@gmail.com 2013-06-26 13:32:06 CDT --- (In reply to comment #12)
Thanks for the log, but the game needs the effect compiler.
fixme:d3dx:d3dx9_base_effect_init HLSL ascii effects not supported, yet
Merging 'HLSL ascii effects not supported' bugs.
*** This bug has been marked as a duplicate of bug 23356 ***
http://bugs.winehq.org/show_bug.cgi?id=25017
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Austin English austinenglish@gmail.com 2013-06-28 12:59:09 CDT --- Closing.