While you're here, please consider supporting GamingOnLinux on:
Patreon,
Liberapay or
PayPal Donation.
We have no adverts, no paywalls, no timed exclusive articles. Just good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!



We have no adverts, no paywalls, no timed exclusive articles. Just good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
Livestreams & Videos
Community Livestreams
- Friday Livestream with Samsai
2021-04-16 17:00:00 - Friday Flow: „Skyland: Heart of the Mountain“
2021-04-16 20:00:00
Popular this week
- Metro Exodus from 4A and Deep Silver has officially released for Linux
- Xwayland work for hardware accelerated NVIDIA support has been merged in
- Isometric city builder Nebuchadnezzar gets a huge update with freeplay maps
- Grape times ahead with the release of Wine 6.6 noting plenty of fixes
- System76 announce COSMIC, their own GNOME-based desktop environment for Pop!_OS
Contact
Latest Comments
-
Zorin OS 16 gets a Beta with 'the largest library of ap…
- Nocifer -
Metro Exodus from 4A and Deep Silver has officially rel…
- Tuxee -
Klabater drops Linux and macOS support for Crossroads I…
- CatKiller -
Stellaris: Nemesis expansion and the free 3.0 'Dick' up…
- CatKiller -
Metro Exodus from 4A and Deep Silver has officially rel…
- Liam Dawe - See more comments
Latest Forum Posts
- GParted Names and Labels
- damarrin - Linux sightings in TV, film and other media
- damarrin - A New Game Screenshots Thread
- Avehicle7887 - The Witcher 3 in Wine
- Mohandevir - "Your PC information hasn't been updated in a few months - be sur…
- denyasis
View PC info
Linux Distribution: Ubuntu 20.04 LTS
Desktop Environment: GNOME
Graphics Card: GeForce MX250
GPU Driver Version: 460.39
Have you checked for system updates?: Yes
You can note your issue below here
I am unable to run Windows "installers" using WINE (right-click "installer" file-->Open with WINE Windows Program Loader")... When I try to do so, I see an animated spinning icon for about fifteen (15) seconds, then nothing.
I did not have this problem until I accidentally installed "GOG Galaxy" for a particular game (and people actually want this garbage for Linux?)(I had downloaded the wrong "installer" and the one I did download installed "GOG Galaxy" first, before unsuccessfully attempting to install said game).
I have been working on this all day, and had no luck trying to fix it... I have completely "purged" / re-installed WINE multiple times, I have rebooted my system repeatedly, I have manually searched for files that appear to be related to WINE and then deleted them (emptying my "trash" in the process"), again whilst rebooting in between - no change.
So now I'm out of ideas... Any help would be appreciated.
Last edited by Cyba.Cowboy on 2 April 2021 at 6:27 am UTC
View PC info
I had this problem as well and in KDE you have to make EXE associations to open with WINE FIRST on the list.
Last edited by wolfyrion on 2 April 2021 at 7:39 am UTC
View PC info
It is trying to open with WINE though... I'm opening files via the respective option in the "right-click" menu (and even if I manually select WINE from the "Other Application" menu, it does the same thing).
View PC info
You could test if this is the same problem by running one of these installers with wine64 instead of wine. If that works, either add a custom desktop launcher to your ~/.local/share/applications/ (you can base it on /usr/share/applications/wine.desktop), launch your installers from the command line, or simply revert to the previous Wine release for the time being.
No idea if launching with wine64 has any downsides. I don't use Wine very often.
Is it just the file association or is Wine broken in general? Does it work if you run "wine setup.exe" from a terminal?
View PC info
Yes.
I used this command and everything immediately ran fine / as expected:
wine 'setup_horizon_zero_dawntm_complete_edition_6278995_(64bit)_(44600).exe'
When I removed said game, I also needed to do so via Terminal...
wine 'unins000.exe'
This would suggest I am wrong, and it is in fact a file association issue, right? How do I fix that?
Last edited by Cyba.Cowboy on 2 April 2021 at 10:06 pm UTC
xdg-mime query filetype setup.exe
Which should return a mimetype, you can make another query for:
xdg-mime query default application/x-ms-dos-executable
This will most likely provide a .desktop file. Said file most likely lives in either /usr/share/applications/ or ~/.local/share/applications/ . I'm guessing the most likely culprit is in your home dir.
These are just regular text files, open it and see what the Exec field is set to.
View PC info
https://bugs.winehq.org/show_bug.cgi?id=50867
https://bbs.archlinux.org/viewtopic.php?id=265206
Last edited by kokoko3k on 5 April 2021 at 5:55 am UTC
Interesting, I have never seen those commands before. Always interesting to learn something new!
View PC info
Maybe.
Their issue appears to be similar - though there are minor differences (for example, they're seeing error messages, which I am not)... Strangely, the bug is listed as being "resolved" over on the WINE Bugzilla.
Perhaps because - if my understanding of that "bug" is correct - this is actually a design flaw, due to a change in the way in which WINE now handles directory structures / file-paths (again, if my understanding is correct, WINE now uses Microsoft Windows directory structures / file-paths exclusively and does not recognize 'nix directory structures / file-paths)?