Wine failing to launch a program

Questions about Wine on Linux
Locked
awily_bard
Newbie
Newbie
Posts: 1
Joined: Sun May 08, 2022 3:17 pm

Wine failing to launch a program

Post by awily_bard »

I am attempting to play a game using wine. The game installed via a windows installer.exe successfully.

I run

Code: Select all

wine program.exe
The terminal output looks like

Code: Select all

002c:fixme:winediag:LdrInitializeThunk wine-staging 7.8 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

0100:fixme:ntdll:RtlGetCompressionWorkSpaceSize 0x0002, 0102BF40, 0102BF44: semi-stub
0100:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0100:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
0100:fixme:wbemprox:client_security_SetBlanket 62EA0810, 03C90510, 4294967295, 0, L"<COLE_DEFAULT_PRINCIPAL>", 0, 3, 00000000, 0
0100:fixme:wbemprox:client_security_Release 62EA0810
0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0058:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0058:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
0100:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {72b14a7d-704c-423e-92f8-7e6d64bcb92a}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {e8a3bf1f-a86b-4390-9c60-5390b969d22c}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {5727a00f-50be-4519-8256-f7699871fecb}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {2718d25b-5bf5-4479-8e88-babc64bdbfca}
0100:fixme:heap:GetNumaHighestNodeNumber semi-stub: 0341F824
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {72b14a7d-704c-423e-92f8-7e6d64bcb92a}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {e8a3bf1f-a86b-4390-9c60-5390b969d22c}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {5727a00f-50be-4519-8256-f7699871fecb}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
0100:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {2718d25b-5bf5-4479-8e88-babc64bdbfca}
0100:fixme:heap:GetNumaHighestNodeNumber semi-stub: 0341F910
0100:fixme:ver:GetCurrentPackageId (0341F6E4 00000000): stub
0100:fixme:file:NtLockFile I/O completion on lock not implemented yet
0100:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0100:fixme:toolhelp:Heap32ListFirst : stub
0114:fixme:ver:GetCurrentPackageId (0ED4FF20 00000000): stub
*** buffer overflow detected ***: terminated
I am running on Arch Linux

Code: Select all

             -`                    awily_bard@awily-darterpro
                  .o+`                   --------------------------
                 `ooo/                   OS: Arch Linux x86_64
                `+oooo:                  Host: Darter Pro darp6
               `+oooooo:                 Kernel: 5.17.5-zen1-1-zen
               -+oooooo+:                Uptime: 8 mins
             `/:-:++oooo+:               Packages: 1252 (pacman)
            `/++++/+++++++:              Shell: zsh 5.8.1
           `/++++++++++++++:             Resolution: 1920x1080, 1920x1080
          `/+++ooooooooooooo/`           DE: Plasma 5.24.5
         ./ooosssso++osssssso+`          WM: KWin
        .oossssso-````/ossssss+`         Theme: [Plasma], Breeze [GTK2/3]
       -osssssso.      :ssssssso.        Icons: [Plasma], breeze-dark [GTK2/3]
      :osssssss/        osssso+++.       Terminal: alacritty
     /ossssssss/        +ssssooo/-       CPU: Intel i5-10210U (8) @ 4.200GHz
   `/ossssso+/:-        -:/+osssso+-     GPU: Intel CometLake-U GT2 [UHD Graphics]
  `+sso+:-`                 `.-/+oso:    Memory: 2478MiB / 15873MiB
Any thoughts or ideas? I googled around and successfully got the above output but minus "MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0"

It still exited with a buffer overflow. I have not been able to find a solution from the googling I've done so far.
Locked