[opensuse] Wine 5 on Tumbleweed
After the recent update of wine in Tumbleweed, I get this error when running wine: 0009:err:module:import_dll Library kernelbase.dll (which is needed by L"C:\\windows\\system32\\kernel32.dll") not found wine: could not load kernel32.dll, status c0000135 It is enough to try to run cmd.com, e.g., "wine cmd" I tried with a new $HOME/.wine directory, and it made no difference. Anyone else see this? It has been this way in wine-5.0-1117.4.x86_64 and the current wine-5.0-1122.1.x86_64 -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, Feb 03, 2020 at 01:31:54PM +0100, Roger Oberholtzer wrote:
After the recent update of wine in Tumbleweed, I get this error when running wine:
0009:err:module:import_dll Library kernelbase.dll (which is needed by L"C:\\windows\\system32\\kernel32.dll") not found wine: could not load kernel32.dll, status c0000135
It is enough to try to run cmd.com, e.g., "wine cmd"
I tried with a new $HOME/.wine directory, and it made no difference.
Anyone else see this? It has been this way in wine-5.0-1117.4.x86_64 and the current wine-5.0-1122.1.x86_64
From which source did you use the wine package? From the distro itself?
I had some transient builds that left this out. Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, Feb 3, 2020 at 1:33 PM Marcus Meissner <meissner@suse.de> wrote:
From which source did you use the wine package? From the distro itself?
The RPM says: Source RPM : wine-5.0-1122.1.src.rpm Build Date : Mon 03 Feb 2020 07:59:49 AM CET Build Host : lamb03 Vendor : obs://build.opensuse.org/Emulators Is this what you needed to know? -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Roger Oberholtzer wrote:
On Mon, Feb 3, 2020 at 1:33 PM Marcus Meissner <meissner@suse.de> wrote:
From which source did you use the wine package? From the distro itself?
The RPM says:
Source RPM : wine-5.0-1122.1.src.rpm Build Date : Mon 03 Feb 2020 07:59:49 AM CET Build Host : lamb03 Vendor : obs://build.opensuse.org/Emulators
FTR, I'm running wine-5.0-1117.4.x86_64 from official TW repo, and get the same error not finding kernel32.dll -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Peter Suetterlin wrote:
Roger Oberholtzer wrote:
On Mon, Feb 3, 2020 at 1:33 PM Marcus Meissner <meissner@suse.de> wrote:
From which source did you use the wine package? From the distro itself?
The RPM says:
Source RPM : wine-5.0-1122.1.src.rpm Build Date : Mon 03 Feb 2020 07:59:49 AM CET Build Host : lamb03 Vendor : obs://build.opensuse.org/Emulators
FTR, I'm running wine-5.0-1117.4.x86_64 from official TW repo, and get the same error not finding kernel32.dll
And I just saw that the current TW also has 1122, so I did a quick update of wine only. This time I got a dialog popping up (from rundll32.exe) that it couldn't find a handler. But then I got the prompt from cmd... puzzled.... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, Feb 03, 2020 at 01:48:15PM +0100, Roger Oberholtzer wrote:
On Mon, Feb 3, 2020 at 1:33 PM Marcus Meissner <meissner@suse.de> wrote:
From which source did you use the wine package? From the distro itself?
The RPM says:
Source RPM : wine-5.0-1122.1.src.rpm Build Date : Mon 03 Feb 2020 07:59:49 AM CET Build Host : lamb03 Vendor : obs://build.opensuse.org/Emulators
Is this what you needed to know?
Yes... Weird. I have installed it too. What exactly do you try ? Is it a specific program? Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, Feb 3, 2020 at 1:56 PM Marcus Meissner <meissner@suse.de> wrote:
The RPM says:
Source RPM : wine-5.0-1122.1.src.rpm Build Date : Mon 03 Feb 2020 07:59:49 AM CET Build Host : lamb03 Vendor : obs://build.opensuse.org/Emulators
Is this what you needed to know?
Yes... Weird. I have installed it too.
What exactly do you try ? Is it a specific program?
It's enough to do "wine cmd". As I said, I tried with my previous $HOME/.wine and without one so it made a new one. No difference. -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, Feb 3, 2020 at 1:56 PM Marcus Meissner <meissner@suse.de> wrote:
What exactly do you try ? Is it a specific program?
I see that "wine64 cmd" works. I have these things installed: wine-5.0-1122.1.x86_64 wine-gecko-2.47.1-57.1.noarch wine-32bit-5.0-1117.4.x86_64 wine-mono-4.9.2-9.1.noarch winetricks-20191224-20.2.x86_64 I did not install wine-32bit. It was installed way back when as a part of wine. When I updated wine just now, wine-32bit was not updated. As you can see. When I updated wine-32bit to wine-32bit-5.0-1122.1.x86_64, then the wine command started working again. I suspect the thing to do is make sure one is running the 1122 version of both packages. Any real difference between wine64 and wine? I suspect that either will run the software I need to run. Just curious. -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, Feb 03, 2020 at 02:22:43PM +0100, Roger Oberholtzer wrote:
On Mon, Feb 3, 2020 at 1:56 PM Marcus Meissner <meissner@suse.de> wrote:
What exactly do you try ? Is it a specific program?
I see that "wine64 cmd" works. I have these things installed:
wine-5.0-1122.1.x86_64 wine-gecko-2.47.1-57.1.noarch wine-32bit-5.0-1117.4.x86_64 wine-mono-4.9.2-9.1.noarch winetricks-20191224-20.2.x86_64
I did not install wine-32bit. It was installed way back when as a part of wine. When I updated wine just now, wine-32bit was not updated. As you can see. When I updated wine-32bit to wine-32bit-5.0-1122.1.x86_64, then the wine command started working again.
I suspect the thing to do is make sure one is running the 1122 version of both packages.
Any real difference between wine64 and wine? I suspect that either will run the software I need to run. Just curious.
Yes, the wine-32bit had a bug where it was lacking files temporary. Usually they only need to have the same -version- (5.0) to be in sync. Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Marcus Meissner
-
Peter Suetterlin
-
Roger Oberholtzer