Doom 2016 No start

Questions about Wine on Linux
Locked
shag00
Level 2
Level 2
Posts: 47
Joined: Mon Sep 11, 2017 11:04 pm

Doom 2016 No start

Post by shag00 »

Further to this thread viewtopic.php?f=8&t=30432. I can install the game but it won't start, the cursor changes to a rotating circle for about 30 seconds then stops, no window is created.

So if I understand the above post the only thing added to the prefix is vcrun2015?

I have used a 64 bit prefix and set Wine as Windows 7. Are there any other settings you are using?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Doom 2016 No start

Post by Bob Wya »

@shag00,

What's the output from:

Code: Select all

glxinfo | egrep '^[[:alpha:]]'
on your system??

Thanks
Bob
shag00
Level 2
Level 2
Posts: 47
Joined: Mon Sep 11, 2017 11:04 pm

Re: Doom 2016 No start

Post by shag00 »

@ Bob Wya

Code: Select all

angel@angelpc:~$ glxinfo | egrep '^[[:alpha:]]'
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX version: 1.4
GLX extensions:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 1050/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 384.111
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5.0 NVIDIA 384.111
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 384.111
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Doom 2016 No start

Post by Bob Wya »

@ shag00

Your graphics card + driver should be OK then...

Can you post a full terminal log, e.g.:

Code: Select all

wine start 'C:\Program Files (x86)\Steam\Steam.exe' -applaunch 379720 -no-cef-sandbox &>~/wine_steam_doom_log.txt
Presuming you are using the Steam version of the game...

I just tested the Steam version of the game with Wine (Development) release 3.5 (Geforce GTX 970M + 390.48 drivers)...
It should work out-of-the-box with the Nvidia drivers and either the OpenGL or Vulkan renderers - once the vcrun2015 library is installed.

Bob
shag00
Level 2
Level 2
Posts: 47
Joined: Mon Sep 11, 2017 11:04 pm

Re: Doom 2016 No start

Post by shag00 »

Bob,

I entered this code to reflect where the exe is:

Code: Select all

WINEPREFIX=/media/Windisk/wine/test2 wine start 'C:\Program Files (x86)\Doom\DOOMx64.exe' -applaunch 379720 -no-cef-sandbox &>~/wine_steam_doom_log.txt
which returned:

Code: Select all

0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
002e:fixme:heap:RtlSetHeapInformation 0x450000 0 0x33e800 4 stub
002e:fixme:ver:GetCurrentPackageId (0x32df60 (nil)): stub
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Doom 2016 No start

Post by Bob Wya »

"I entered this code to reflect where the exe is:"
What does that mean?? Doesn't make any sense to me...

Just to clarify things... Are you running the Steam version of Doom 2016 or the DVD version?

Thanks
Bob
shag00
Level 2
Level 2
Posts: 47
Joined: Mon Sep 11, 2017 11:04 pm

Re: Doom 2016 No start

Post by shag00 »

It's the cpy version
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Doom 2016 No start

Post by dimesio »

shag00 wrote:It's the cpy version
Pirated software is not supported.
Locked