Devil Daggers

Questions about Wine on macOS.
Locked
Adge
Level 1
Level 1
Posts: 8
Joined: Sat Oct 24, 2015 8:31 am

Devil Daggers

Post by Adge »

I bought Devil Daggers on steam but it doesn't run on my Windows machine. Surely...
So I downloaded a "non-steam" version in order to port it to OS X because porting Steam is always a pain.

As far as I know the game uses OpenGl so I thought there shouldn't be a problem running it but well, there is:

Code: Select all

fixme:ver:GetCurrentPackageId (0x33f324 0x0): stub
fixme:ver:GetCurrentPackageId (0x33fc50 0x0): stub
fixme:system:SetProcessDPIAware stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f104,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x33edbc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x33f104,0x00000000), stub!
fixme:coreaudio:get_channel_mask Unknown speaker configuration: 64
fixme:coreaudio:get_channel_mask Unknown speaker configuration: 64
fixme:coreaudio:get_channel_mask Unknown speaker configuration: 64

Code: Select all

WineskinX11: main(): argc=12
Waiting for startup parameters via Mach IPC.
WineskinX11: do_start_x11_server(): argc=12
Attempting to use pixel depth of 24
[1637627.670] WineskinX11 starting:
[1637627.670] X.Org X Server 1.13.0
[1637627.670] Build Date: 20120921
[1637627.670] _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
[1637627.671] Initializing built-in extension Generic Event Extension
[1637627.671] Initializing built-in extension SHAPE
[1637627.671] Initializing built-in extension MIT-SHM
[1637627.671] Initializing built-in extension XInputExtension
[1637627.671] Initializing built-in extension XTEST
[1637627.671] Initializing built-in extension BIG-REQUESTS
[1637627.671] Initializing built-in extension SYNC
[1637627.671] Initializing built-in extension XKEYBOARD
[1637627.671] Initializing built-in extension XC-MISC
[1637627.671] Initializing built-in extension XINERAMA
[1637627.671] Initializing built-in extension PseudoramiX
[1637627.672] Initializing built-in extension XFIXES
[1637627.672] Initializing built-in extension RENDER
[1637627.672] Initializing built-in extension RANDR
[1637627.672] Initializing built-in extension DAMAGE
[1637627.672] Initializing built-in extension MIT-SCREEN-SAVER
[1637627.672] Initializing built-in extension DOUBLE-BUFFER
[1637627.672] Initializing built-in extension RECORD
[1637627.672] Initializing built-in extension X-Resource
[1637627.672] Initializing built-in extension XVideo
[1637627.672] Initializing built-in extension XVideo-MotionCompensation
[1637627.672] Initializing built-in extension GLX
[1637627.672] x: 0, y: 0, w: 1440, h: 877
[1637627.686] (II) GLX: Initialized Core OpenGL GL provider for screen 0
[1637627.827] noPseudoramiXExtension=0, pseudoramiXNumScreens=1
Engine Used: WS9Wine1.9.2
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: MacBookPro10,1
      Processor Name: Intel Core i7
      Processor Speed: 2,3 GHz
      Number of Processors: 1
      Total Number of Cores: 4
      L2 Cache (per Core): 256 KB
      L3 Cache: 6 MB
      Memory: 16 GB
      Boot ROM Version: MBP101.00EE.B0A
      SMC Version (system): 2.3f36

Graphics/Displays:

    Intel HD Graphics 4000:

      Chipset Model: Intel HD Graphics 4000
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1024 MB
      Vendor: Intel (0x8086)
      Device ID: 0x0166
      Revision ID: 0x0009
      gMux Version: 3.2.19 [3.2.8]

    NVIDIA GeForce GT 650M:

      Chipset Model: NVIDIA GeForce GT 650M
      Type: GPU
      Bus: PCIe
      PCIe Lane Width: x8
      VRAM (Total): 1024 MB
      Vendor: NVIDIA (0x10de)
      Device ID: 0x0fd5
      Revision ID: 0x00a2
      ROM Revision: 3688
      gMux Version: 3.2.19 [3.2.8]
      Displays:
        Color LCD:
          Display Type: Retina LCD
          Resolution: 2880 x 1800 Retina
          Retina: Yes
          Pixel Depth: 32-Bit Color (ARGB8888)
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Built-In: Yes
There is a Linux user in Devil Daggers Steam forum who said the Linux version works perfectly. So I don't know how to fix this. Currently there are no Winetricks installed as I wouldn't know which to install because the log doesn't even say that it's missing dlls.

On startup a white window is opened which gets closed immediately and then I get the log. If I use Mac Driver instead of X11 the window is black.

Anyone know's how to fix this?
quantumdot
Newbie
Newbie
Posts: 4
Joined: Thu Apr 14, 2016 9:24 pm

Re: Devil Daggers

Post by quantumdot »

Looking at the traceback it looks like it might need winetricks for dsound and maybe a display driver, but as I'm fairly new to Wine I'm not sure. Also unfortunately you're using Wineskin so anyone more knowledgeable is probably just going to tell you to use their forums :/
Locked