Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.

Spydea

Yetkin
Katılım
11 Ocak 2024
Mesajlar
495
Makaleler
1
Çözümler
5
Beğeniler
408
Daha dün Wine ile oyun oynayabiliyorken bugün Wine hiçbir şekilde çalışmıyor. Proton ve Protonge'de çalışmıyor. Home klasöründeki. Wine klasörünü silip winecfg yazınca şöyle bir çıktı veriyor:

Kod:
wine: created the configuration directory '/home/spydea/.wine'

002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)

004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)

0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)

Can't open bumblebee display.

Can't open bumblebee display.

0054:fixme:bitmap:NtGdiCreateBitmap planes = 0

004c:fixme:bitmap:NtGdiCreateBitmap planes = 0

0054:fixme:bitmap:NtGdiCreateBitmap planes = 0

0054:fixme:bitmap:NtGdiCreateBitmap planes = 0

004c:fixme:bitmap:NtGdiCreateBitmap planes = 0

004c:fixme:bitmap:NtGdiCreateBitmap planes = 0

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.

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

wine: could not load kernel32.dll, status c0000135
 
Son düzenleme:
Çözüm
Standart Wine prefix'ini silip yenisini oluşturur musunuz? O da şöyle;

Kod:
mkdir -p ~/myapp/prefix
Kod:
export WINEPREFIX=$HOME/myapp/prefix
Kod:
export WINEARCH=win32
Kod:
export WINEPATH=$HOME/myapp
Kod:
wineboot --init
Kod:
winetricks
Standart Wine prefix'ini silip yenisini oluşturur musunuz? O da şöyle;

Kod:
mkdir -p ~/myapp/prefix
Kod:
export WINEPREFIX=$HOME/myapp/prefix
Kod:
export WINEARCH=win32
Kod:
export WINEPATH=$HOME/myapp
Kod:
wineboot --init
Kod:
winetricks
myapp kısmının ismini değiştireyim mi yoksa myapp olarak kalsın mı?