Exe file not running.

Questions about Wine on Linux
Post Reply
Fighterhen63
Newbie
Newbie
Posts: 3
Joined: Mon Mar 04, 2024 6:08 pm

Exe file not running.

Post by Fighterhen63 »

Hello, I have been trying to run an .exe file and have run into an error where it will give me a bunch of information but won't do anything. This is the output it gives me:
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
No protocol specified

008c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
008c:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
008c:err:systray:initialize_systray Could not create tray window
0114:fixme:thread:GetThreadUILanguage : stub, returning default language.
0114:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 005CD99C, 00000000 005CD9C4
0114:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 005CD99C 00000000 005CD9C4) returning a dummy value (current locale)
0114:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 005CD99C, 015D19B0 005CD9C4
0114:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 005CD99C 015D19B0 005CD9C4) returning a dummy value (current locale)
0114:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0114:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running and that $DISPLAY is set correctly."
011c:fixme:thread:GetThreadUILanguage : stub, returning default language.
011c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 007ED9E8, 00000000 007EDA10
011c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 007ED9E8 00000000 007EDA10) returning a dummy value (current locale)
011c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 007ED9E8, 017EA680 007EDA10
011c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 007ED9E8 017EA680 007EDA10) returning a dummy value (current locale)
011c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
011c:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running and that $DISPLAY is set correctly."
011c:fixme:wtsapi:WTSRegisterSessionNotification Stub 00000000 0x00000000
011c:fixme:uxtheme:BufferedPaintInit Stub ()
011c:fixme:win:DisableProcessWindowsGhosting : stub
011c:fixme:graphics:ShutdownBlockReasonDestroy (00000000): stub
011c:fixme:graphics:ShutdownBlockReasonCreate (00000000, L"Installing"): stub
011c:fixme:graphics:ShutdownBlockReasonDestroy (00000000): stub




What is the problem? Thank you in advance!
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Exe file not running.

Post by jkfloris »

Code: Select all

008c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
008c:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
Often, this message means that something is wrong with your video card drivers.
What GPU(s) do you have?

Code: Select all

inxi -G
Fighterhen63
Newbie
Newbie
Posts: 3
Joined: Mon Mar 04, 2024 6:08 pm

Re: Exe file not running.

Post by Fighterhen63 »

I have a Intel UHD Graphics

My device is:
Acer Chromebook 511 C734 C734-C0FD 11.6" Chromebook - HD - 1366 x 768 - Intel Celeron N4500 Dual-core (2 Core) 1.10 GHz - 4 GB RAM - 32 GB Flash Memory
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Exe file not running.

Post by jkfloris »

Did you also install the 32-bit drivers?
You probably need something like the following packages:

Code: Select all

sudo apt install --install-recommends libglx-mesa0:i386 libgl1:i386 libvulkan1:i386
Ashley157
Newbie
Newbie
Posts: 1
Joined: Wed Mar 06, 2024 1:46 pm

Re: Exe file not running.

Post by Ashley157 »

Hi im having a similar problem where im trying to run a keygen.exe file but it will just not open :(
Other keygen.exe files work using the same wineskin i'm using so i'm at a loss.

Im not experienced with this type of stuff so any help would mean soooo much <3

im on Mac m1 Sonoma 14 btw
Fighterhen63
Newbie
Newbie
Posts: 3
Joined: Mon Mar 04, 2024 6:08 pm

Re: Exe file not running.

Post by Fighterhen63 »

Ashley157 wrote: Wed Mar 06, 2024 1:59 pm Hi im having a similar problem where im trying to run a keygen.exe file but it will just not open :(
Other keygen.exe files work using the same wineskin i'm using so i'm at a loss.

Im not experienced with this type of stuff so any help would mean soooo much <3

im on Mac m1 Sonoma 14 btw
After weeks I have fixed the issue, well there wasen't anything really wrong here's what you have to do:
So my laptop had it's screen size at 100% but the application actually needed a bigger interface so all I did was change the interface from 100% to 90%. This should fix it and you should see that the application or installation will appear!

Hope this helped!
Post Reply