Wine not working after system upgrade (9.0 to 10.0), cannot re-install

5 réponses [Dernière contribution]
cosmicgrape
Hors ligne
A rejoint: 12/21/2017

Here's what happens when I run a wine command after my system upgrade:

My command: wine-stable 'some-program.exe'

it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
0020:err:ntdll:RtlpWaitForCriticalSection section 0x7bee54e0 "loader.c: loader_section" wait timed out in thread 0020, blocked by 0022, retrying (60 sec)
Could not find Wine Gecko. HTML rendering will be disabled.
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
003e:err:module:__wine_process_init L"C:\\windows\\syswow64\\rundll32.exe" not supported on this system
wine: configuration in L"/home/user/.wine" has been updated.
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
0042:err:module:__wine_process_init L"Z:\\home\\user\\some-program\\some-program.exe" not supported on this system

When I do 'apt-get install wine32' I get the following error:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
wine32:i386 : Depends: libwine:i386 (= 5.0-3ubuntu1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I have tried manually compiling wine to no avail, no workarounds seem to work.
Before the upgrade this worked fine. Any idea how to fix this?

amenex
Hors ligne
A rejoint: 01/03/2015

Alas, wine is no longer in the Trisquel repository.
You'll probably have to find an application from that repository that will do your necessary processing.
A while back I faced a similar situation and turned to the Grace plotting program, which has turned out
to be just as good insofar as publication quality is concerned ... after the usual learning-curve delay.

Ark74

I am a member!

I am a translator!

Hors ligne
A rejoint: 07/15/2009

hello cosmicgrape,

I'm not sure about the position to keep wine around, it's been a while since I checked.

What I can say is that the issue you have is because of the reason that nabia no longer supports 32bits packages, where wine even the 64bits version required some shared libraries with 32 bits.
Resulting in a dependency error.

I'll ask around on the next dev meeting, to have a complete view on the subject, regards. o/

Malsasa
Hors ligne
A rejoint: 12/01/2016

Thank you very much, Ark.

cosmicgrape
Hors ligne
A rejoint: 12/21/2017

Thanks I appreciate it! I definitely need to find a way to use it or a similar application.

jxself
Hors ligne
A rejoint: 09/13/2010

"...or a similar application."

It's hard to recommend anything because you've hidden the program name as 'some-program.exe'