I have trouble getting Wine to work with any program

Questions about Wine on Linux
Locked
Nick064
Newbie
Newbie
Posts: 4
Joined: Sat Jun 04, 2022 5:41 am

I have trouble getting Wine to work with any program

Post by Nick064 »

Hello everyone.

I am coming here out of pure desperation, as i have tried pretty much everything i could to make Wine work.
I am currently on Ubuntu 22.04, and have installed Wine(6.0.3) through Ubuntu's repos

I have trouble getting any app but Wine's built-in apps to work.

I keep either getting a "0024:err:process:exec_process [PROGRAM] not supported on this system" or a "0024:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded."

I googled these issues and tried switching from 64 bit prefix to a 32 one, reinstalling Wine(2 or 3 times) through wines repos, even tried doing this on a fresh install of Ubuntu.

If anyone knows anything about these issues, any attempt to help would be greatly appreciated :D
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: I have trouble getting Wine to work with any program

Post by jkfloris »

Can you tell a little more about your system?

Code: Select all

inxi -CMGS
And the wine packages that are installed?

Code: Select all

dpkg -l | grep wine
Nick064
Newbie
Newbie
Posts: 4
Joined: Sat Jun 04, 2022 5:41 am

Re: I have trouble getting Wine to work with any program

Post by Nick064 »

First command returns :

Code: Select all

System:
  Host: Lithura Kernel: 5.15.0-25-generic x86_64 bits: 64 Desktop: GNOME 42.1
    Distro: Ubuntu 22.04 LTS (Jammy Jellyfish)
Machine:
  Type: Laptop System: Apple product: MacBookPro8,1 v: 1.0
    serial: <superuser required>
  Mobo: Apple model: Mac-94245B3640C91C81 v: MacBookPro8,1
    serial: <superuser required> UEFI: Apple v: 87.0.0.0.0 date: 06/13/2019
CPU:
  Info: dual core model: Intel Core i5-2415M bits: 64 type: MT MCP cache:
    L2: 512 KiB
  Speed (MHz): avg: 798 min/max: 800/2900 cores: 1: 798 2: 798 3: 798
    4: 798
Graphics:
  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics
    driver: i915 v: kernel
  Device-2: Apple FaceTime HD Camera type: USB driver: uvcvideo
  Display: wayland server: X.Org v: 1.22.1.1 with: Xwayland v: 22.1.1
    compositor: gnome-shell driver: gpu: i915 resolution: 1280x800~60Hz
  OpenGL: renderer: Mesa Intel HD Graphics 3000 (SNB GT2)
    v: 3.3 Mesa 22.0.1
Second one returns :

Code: Select all

ii  fonts-wine                                 6.0.3~repack-1                          all          Windows API implementation - fonts
ii  libwine:amd64                              6.0.3~repack-1                          amd64        Windows API implementation - library
ii  libwine:i386                               6.0.3~repack-1                          i386         Windows API implementation - library
ii  wine                                       6.0.3~repack-1                          all          Windows API implementation - standard suite
ii  wine32:i386                                6.0.3~repack-1                          i386         Windows API implementation - 32-bit binary loader
ii  wine64                                     6.0.3~repack-1                          amd64        Windows API implementation - 64-bit binary loader
Nick064
Newbie
Newbie
Posts: 4
Joined: Sat Jun 04, 2022 5:41 am

Re: I have trouble getting Wine to work with any program

Post by Nick064 »

Also additional update : right now im only getting 0024:err:process:exec_process PROGRAM not supported on this system, and that whether i use 32 or 64 bit wine
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: I have trouble getting Wine to work with any program

Post by jkfloris »

The two outputs look normal.
What kind of file are you trying to open?
With the file command you can see if it is a Windows file.
For example:

Code: Select all

file program.exe
 program.exe: PE32+ executable (GUI) x86-64, for MS Windows
# or
file setup.exe
 setup.exe: PE32 executable (GUI) Intel 80386, for MS Windows, InstallShield self-extracting archive
Nick064
Newbie
Newbie
Posts: 4
Joined: Sat Jun 04, 2022 5:41 am

Re: I have trouble getting Wine to work with any program

Post by Nick064 »

Alright, so i checked and did some testing with different executables this time, and turns out, the game im trying to run is seen as "data", which is weird considering i could run it with my previous installation of wine. But since other executables (i got some others just to be sure) actually work with Wine, i am fine with it.

Thanks a lot for helping and sorry for not doing enough checking
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: I have trouble getting Wine to work with any program

Post by jkfloris »

If you downloaded the exe file, it may be damaged (if that's the case file will indicate the file as "data").
If so, try downloading it again.
Locked