GAME NO SHOWING UP

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
rubensalbukrk
Newbie
Newbie
Posts: 1
Joined: Sun Jun 16, 2024 12:14 am

GAME NO SHOWING UP

Post by rubensalbukrk »

Hello, everything could run perfectly without opening the game through ZClient, but if I open it through ZClient, all processes open, however, nothing is displayed on the screen... what could it be?

Code: Select all

 wine ZClient.exe 
002c:fixme:winediag:loader_init wine-staging 9.10 is a testing version containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org.
0024:fixme:file:NtLockFile I/O completion on lock not implemented yet
0024:fixme:msg:ChangeWindowMessageFilter 233 00000001
0024:fixme:msg:ChangeWindowMessageFilter 4a 00000001
0024:fixme:msg:ChangeWindowMessageFilter 49 00000001
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01ac:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
01ac:err:winediag:wined3d_dll_init Using the Vulkan renderer.
01ac:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
01ac:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
wine: Unhandled stack overflow at address 7BD29E4A (thread 01ac), starting debugger...
008c:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
008c:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
008c:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
0270:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
0270:err:winediag:wined3d_dll_init Using the Vulkan renderer.
02a0:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
02a0:err:winediag:wined3d_dll_init Using the Vulkan renderer.
wine: Unhandled page fault on execute access to 0000000000000000 at address 0000000000000000 (thread 0270), starting debugger...
DrunkenJack
Level 2
Level 2
Posts: 17
Joined: Tue Nov 30, 2021 11:49 am

Re: GAME NO SHOWING UP

Post by DrunkenJack »

It's sad that something isn't working here. However it could be a better advice to not run such malware or open up potential backdoors on your computer. Wine doesn't stop malicious software from running.
Look elsewhere for what you're trying.
User avatar
JoseskVolpe
Level 4
Level 4
Posts: 124
Joined: Sat Sep 04, 2021 9:35 pm

Re: GAME NO SHOWING UP

Post by JoseskVolpe »

Looks like to be a issue with VKD3D. ¿Does it works on Proton? It has some patches on this component that improves compatibility.
User avatar
JoseskVolpe
Level 4
Level 4
Posts: 124
Joined: Sat Sep 04, 2021 9:35 pm

Re: GAME NO SHOWING UP

Post by JoseskVolpe »

DrunkenJack wrote: Mon Jun 17, 2024 11:26 am It's sad that something isn't working here. However it could be a better advice to not run such malware or open up potential backdoors on your computer. Wine doesn't stop malicious software from running.
Look elsewhere for what you're trying.
Yeah. If still needed, i recommend using Firejail to sandbox it (and Wayland to improve security against keyloggers and spywares, although you can start a new X11 virtual display with firejail). Be cautious with the profile configuration.
Locked