http://bugs.winehq.org/show_bug.cgi?id=33153
Bug #: 33153 Summary: ARMA III Alpha crashes on launch Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: vaerraent@gmail.com Classification: Unclassified
Created attachment 43860 --> http://bugs.winehq.org/attachment.cgi?id=43860 Backtrace #1 and #2
ARMA III Alpha crashes on launch due to missing D3D11CreateDeviceAndSwapChain. However, stubbing this function in a similar way to Austin English's commit 0130eca6a0d6a2cd5d98ac3a008fcf0c224e9f7c (and either returning E_OUTOFMEMORY or S_OK) does not result in a successful launch - the first launch returned an error in a string comparison operation and further launches resulted in page faults, both seen in the attached backtrace.txt file.
http://bugs.winehq.org/show_bug.cgi?id=33153
Calum La Croix vaerraent@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vaerraent@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=33153
Calum La Croix vaerraent@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.5.25
http://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #1 from Austin English austinenglish@gmail.com 2013-03-09 17:15:24 CST ---
2 0x7bc4f124 find_dll_file+0x1a3(load_path="X:\Steam\steamapps\common\Arma 3;.;C:\windows\system32;C:\windows\system;C:\windows;X:\Steam;C:\windows\system32;C:\windows;C:\windows\system32\wbem", libname="kernel32.dll", filename="", size=0x1c7ec18, pwm=0x1c7ec1c, handle=(nil)) [/home/user/wine32/dlls/ntdll/../../../wine/dlls/ntdll/loader.c:1854] in ntdll (0x01c7ebc8)
Why are you running this from X drive?
http://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #2 from Calum La Croix vaerraent@gmail.com 2013-03-09 20:34:04 CST --- It's mapped to a partition on my SSD - calling it X in winecfg makes it easier to address the drive from within WINE.
http://bugs.winehq.org/show_bug.cgi?id=33153
Kyle0117@hotmail.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Kyle0117@hotmail.it
http://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #3 from Behem0th grantipak@gmail.com 2013-06-15 14:59:09 CDT --- Created attachment 44817 --> http://bugs.winehq.org/attachment.cgi?id=44817 Backtrace Strike Suit Zero
http://bugs.winehq.org/show_bug.cgi?id=33153
Behem0th grantipak@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |grantipak@gmail.com
--- Comment #4 from Behem0th grantipak@gmail.com 2013-06-15 15:01:00 CDT --- I have same problem with Strike Suit Zero game.
http://bugs.winehq.org/show_bug.cgi?id=33153
Behem0th grantipak@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #44817|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #5 from Behem0th grantipak@gmail.com 2013-06-15 15:04:15 CDT --- I test on 32x Archlinux, wine 1.6-rc2.
http://bugs.winehq.org/show_bug.cgi?id=33153
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #6 from joaopa jeremielapuree@yahoo.fr 2013-06-15 15:17:06 CDT --- d3d11 is not implemented in wine. Use d3d9 if you can.
http://bugs.winehq.org/show_bug.cgi?id=33153
Roger rogerx.oss@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rogerx.oss@gmail.com
--- Comment #7 from Roger rogerx.oss@gmail.com 2013-10-08 01:20:33 CDT --- ARMA 3 requires d3dx11. Bug should be marked dependent on d3dx11. (D3D11CreateDeviceAndSwapChain function)
(ARMA 3 also requires physx, albeit unrelated to this bug.)
http://bugs.winehq.org/show_bug.cgi?id=33153
Luke Bratch l_bratch@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |l_bratch@yahoo.co.uk
http://bugs.winehq.org/show_bug.cgi?id=33153
ax 34noff otaku@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |otaku@rambler.ru
--- Comment #8 from ax 34noff otaku@rambler.ru 2013-12-03 06:50:00 CST --- The same problem with Stalker CoP, so the bug must be set as "major"
http://bugs.winehq.org/show_bug.cgi?id=33153
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://www.seewithperspecti | |ve.com/ CC| |focht@gmx.net Summary|ARMA III Alpha crashes on |DirectX11 games need |launch |d3d11.dll.D3D11CreateDevice | |AndSwapChain (ARMA III | |Alpha, Strike Suit Zero, | |Stalker CoP, Perspective) Ever confirmed|0 |1
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, "Perspective 1.0" (puzzle game) also runs into this now that bug 24517 been fixed.
I'll add download here because it's a small DX11 game and easy to reproduce.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/DigiPen/Perspective
$ wine ./Perspective.exe ... fixme:win:EnumDisplayDevicesW ((null),0,0x33f4a0,0x00000000), stub! wine: Call from 0x7b83a97b to unimplemented function d3d11.dll.D3D11CreateDeviceAndSwapChain, aborting --- snip ---
$ sha1sum perspective_setup.exe 15f244103ef943f9bc1ac2b66a1cb09b4d7b1ae2 perspective_setup.exe
$ du -sh perspective_setup.exe 98M perspective_setup.exe
$ wine --version wine-1.7.12-57-gf4985e4
Regards
http://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
another small DX11 demo to test/play with:
'NVIDIA Aliens vs. Triangles Demo'
Download: http://international.download.nvidia.com/geforce-com/international/techdemos...
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/NVIDIA Corporation/NVIDIA Demos/Alien vs. Triangles/bin
$ wine ./TessManLauncher.exe ... fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x174690, format DXGI_FORMAT_R8G8B8A8_UNORM_SRGB, flags 0, mode_count 0x33f99c, desc (nil) partial stub! fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R8G8B8A8_UNORM_SRGB (0x38) in the format lookup table fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x174690, format DXGI_FORMAT_R8G8B8A8_UNORM_SRGB, flags 0, mode_count 0x33f99c, desc 0x294e318 partial stub! fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R8G8B8A8_UNORM_SRGB (0x38) in the format lookup table wine: Call from 0x7b83a97b to unimplemented function d3d11.dll.D3D11CreateDeviceAndSwapChain, aborting --- snip ---
$ sha1sum SetupAlienVsTriangles.exe 5a784fd975bcf0fe6a56a880f4e19ec752885263 SetupAlienVsTriangles.exe
$ du -sh SetupAlienVsTriangles.exe 264M SetupAlienVsTriangles.exe
$ wine --version wine-1.7.12-57-gf4985e4
Regards
https://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello folks,
another DirectX11 game: TUG (The Untitled Game)
http://store.steampowered.com/app/277930/
Reported in WineHQ user forums: https://forum.winehq.org/viewtopic.php?f=2&t=22274
$ wine --version wine-1.7.16-134-g0ff879b
Regards
https://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #12 from Roger rogerx.oss@gmail.com --- Interestingly, ARMA 3 does have a -winxp execute flag for arma3.exe to run under DirectX9, but ARMA 3 checks for DirectX ~11 upon installation?
http://bugs.winehq.org/show_bug.cgi?id=33153
Steven V. Wilson funmaker_11@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |funmaker_11@yahoo.com
--- Comment #13 from Steven V. Wilson funmaker_11@yahoo.com --- Tropico 5 which launced on the 23, 2014 also has this bug.
http://bugs.winehq.org/show_bug.cgi?id=33153
Adrian zilla@soultrap.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zilla@soultrap.net
http://bugs.winehq.org/show_bug.cgi?id=33153
Viktoria viktoria.s@freemail.hu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |viktoria.s@freemail.hu
https://bugs.winehq.org/show_bug.cgi?id=33153
John the.ideals@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |the.ideals@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=33153
hussrj@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hussrj@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=33153
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aaron.e.g.jennings@gmail.co | |m
--- Comment #14 from Anastasius Focht focht@gmx.net --- *** Bug 37455 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=33153
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winedb@bazzawill.info
--- Comment #15 from Austin English austinenglish@gmail.com --- *** Bug 37769 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #16 from Austin English austinenglish@gmail.com --- I've sent a stub: https://source.winehq.org/patches/data/108353
https://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #17 from Roger rogerx.oss@gmail.com --- Glad this popped-up. Not to clutter this specific bug or sideline development of DirectX 11, but this bug is likely the number one bug or issue when installing ARMA 3 currently.
I think I just heard within the "BOHEMIA INTERACTIVE 2014 YEAR IN REVIEW" video; http://arma3.com/news/bohemia-interactive-2014-year-in-review; At video position 6:05-6:21 minutes; Posted December 18, 2014; DayZ Creator Dean Hall, that Bohemia Interactive is planning or actively porting Arma 3 source code for compatibility for later DirectX releases, for the purpose of extending ARMA 3 for use within other operating systems.
As quoted within the video from Dean Hall, "We've also got the new render coming in, which will allow us to implement things like DirectX 11, DirectX 10, and other graphical APIs. And finally, that means we can move into, start moving into a multi-platform environment (for DayZ)..." (DayZ really details the whole ARMA 3 game, as DayZ is apparently a bundle of server/client modifications.)
DayZ Creator Dean Hall also stated he's stepping down from DayZ developing, so I'm not sure how to rationalize all of his statements. Other then this, this looks extremely promising if not imminent.
https://bugs.winehq.org/show_bug.cgi?id=33153
Adam Bolte abolte@systemsaviour.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |abolte@systemsaviour.com
--- Comment #18 from Adam Bolte abolte@systemsaviour.com --- Alien Isolation hits this too in 1.7.33:
wine: Call from 0x7b83d7b2 to unimplemented function d3d11.dll.D3D11CreateDeviceAndSwapChain, aborting
With Austin's Stub (applied to an otherwise clean git master HEAD):
fixme:d3d11:D3D11CreateDeviceAndSwapChain adapter 0x8960150, driver_type D3D_DRIVER_TYPE_UNKNOWN, swrast (nil), flags 0, feature_levels 0x33fc3c, levels 0x6, sdk_version 7, swapchain_desc 0x33fc00, swapchain 0x103d2f08, device 0x103d2f04, feature_level 0x33fc6c, immediate_context0x105c22e8 wine: Unhandled page fault on read access to 0x00000000 at address 0xa271ca (thread 0021), starting debugger...
Happy to provide more information if it is deemed useful to anyone at this early stage.
https://bugs.winehq.org/show_bug.cgi?id=33153
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |backad@mail.com
--- Comment #19 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 38377 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #20 from Austin English austinenglish@gmail.com --- *** Bug 38377 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=33153
Claudio sick_soul@yahoo.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sick_soul@yahoo.it
--- Comment #21 from Claudio sick_soul@yahoo.it --- (In reply to Austin English from comment #16)
I've sent a stub: https://source.winehq.org/patches/data/108353
This stub fixes the breakage of the Neverwinter MMO due to a recent content update.
Thanks,
Claudio
https://bugs.winehq.org/show_bug.cgi?id=33153
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl@bk.ru
--- Comment #22 from Sergey Isakov isakov-sl@bk.ru --- I confirm this patch fixes a crash for Nvidia A New Dawn demo. http://www.geforce.com/games-applications/pc-applications/a-new-dawn
https://bugs.winehq.org/show_bug.cgi?id=33153
seschwar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |seschwar@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=33153
--- Comment #23 from Béla Gyebrószki gyebro69@gmail.com --- *** Bug 38377 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=33153
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9e94232711706fa07a10221436a | |b6c5095eb708b Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #24 from Austin English austinenglish@gmail.com --- Stub was committed: http://source.winehq.org/git/wine.git/commitdiff/9e94232711706fa07a10221436a...
https://bugs.winehq.org/show_bug.cgi?id=33153
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #25 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.48.
https://bugs.winehq.org/show_bug.cgi?id=33153
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |canefranz@gmail.com
--- Comment #26 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 39175 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=33153
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eighthkeepa@gmail.com
--- Comment #27 from Anastasius Focht focht@gmx.net --- *** Bug 39572 has been marked as a duplicate of this bug. ***