Re: Wine benötigt wine32, ist dass normal?
Philipp Ludwig <[email protected]>
| Newsgroups | gmane.linux.debian.user.german |
|---|---|
| Message-ID | <[email protected]> |
Achso, noch etwas:
WINEARCH=win32 ist im Allgemeinen nicht notwendig, um ein
32bit-Windows Programm mit Wine auszuführen.
Der WINEPREFIX kann ruhig 64bit sein. Das Programm wird dann
wie unter Windows als WoW64 (windows on windows) ausgeführt.
Beste Grüße
On 10/9/25 7:07 PM, Siegfrid Brandstätter wrote:
> Am 08.10.25 um 07:17 schrieb Philipp Ludwig:
>> Guten Tag,
>>
>> Am 2025-10-07 22:54, schrieb Siegfrid Brandstätter:
>>> Braucht man dies echt noch dazu?
>>
>> Ja - bei allen Windows-Programmen, die noch 32-bit sind.
>> Erklärung: Wine übersetzt "nur" die Windows-Systemaufrufe nach
>> Linux-Systemaufrufen. Daher benötigt man zur Ausführung von
>> Windows-Programmen dementsprechend die 32-bit Kompatibilitätsebene
>> von Debian.
>> Ist ein ziemlich großer Download, aber dann läuft es.
>
> Leider nicht hier, ich hab das 32-bit Zeugs installiert, ohne
> Fehlermeldungen.
>
> Aber wenn ich winecfg aufrufe erhalte ich: $ winecfg
> wine: could not load kernel32.dll, status c0000135
>
> Danach habe ich gefunden das dies helfen sollte:
>
> tester1@debian:~$ mkdir -p ~/myapp/prefix
> tester1@debian:~$ export WINEPREFIX=$HOME/myapp/prefix
> tester1@debian:~$ export WINEARCH=win32
> tester1@debian:~$ export WINEPATH=$HOME/myapp
>
> tester1@debian:~$ 0148:err:rpc:I_RpcReceive we got fault packet with
> status 0x1c010003
>
> tester1@debian:~$ mv ~/.config/fontconfig ~/.config/fontconfig_
> tester1@debian:~$ export WINEPATH=$HOME/myapp
> tester1@debian:~$ wineboot --init
> tester1@debian:~$ 0148:err:rpc:I_RpcReceive we got fault packet with
> status 0x1c010003
>
>
> tester1@debian:~$ wineboot --init
> 004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
> 0x80004002
> 004c:err:ole:CoMarshalInterface Failed to marshal the interface
> {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
> 004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002
> 0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
> 0x80004002
> 0054:err:ole:CoMarshalInterface Failed to marshal the interface
> {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
> 0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002
> 0054:err:ole:start_rpcss Failed to open RpcSs service
> 002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
> 002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
> 00f8:err:setupapi:do_file_copyW Unsupported style(s) 0x10
> 002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
> 00f8:err:setupapi:do_file_copyW Unsupported style(s) 0x10
> tester1@debian:~$ 004c:err:ole:start_rpcss Failed to start RpcSs service
> 0150:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
>
>
>
> --
>
> Beste Grüße
> Sigi
>