• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

wine funktioniert nicht

Move

Hacker
Hallo, wenn ich eine .exe Datei mit wine ausführen möchte tut sich nichts.
Habe wine über yast installiert.

Wenn ich in der konsole winecfg eingebe kommt folgendes:

Code:
Move@linux-r56z:~> winecfg
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0xf3e308, overlapped 0xf3e320): stub
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
WARNING: no socket to connect to
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0xffe8d0, overlapped 0xffe8dc): stub
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
wine: configuration in '/home/Move/.wine' has been updated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

wenn ich wine über die konsole aufrufe:

Code:
Move@linux-r56z:~> wine program
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
wine: cannot find L"C:\\windows\\system32\\program.exe"

So viel ich verstehe fehlt mir da noch was, blick da aber nicht ganz durch woher ich das bekomme und was ich denn da genau machen muss.

mfg
Move
 

Grothesk

Ultimate Guru
winbind ist installiert?
Und welches Programm soll via wine ausgeführt werden?
Und das auszuführende Programm liegt nicht zufällig auf der Windows-Partition?
 
OP
M

Move

Hacker
samba-winbind und samba-winbind-32bit hatte ich nicht installiert, installierte es jedoch gerade.

möchte gerne bluestacks.exe installieren. Wenn ich anklicke tut sich überhaupt nichts, oder öffnen mit wine auch nicht,
wine versucht nicht mal zu laden, gar nichts.

Wie meinst du denn ob ich es auf der windows partition habe? Habe es unter meinen Home Ordner unter Downloads
 

Grothesk

Ultimate Guru
Ich frage wegen der Meldung
Code:
wine: cannot find L"C:\\windows\\system32\\program.exe"
Und bitte Meldungen nicht verändern. Vermutlich stand in der originalen Meldung nicht program.exe, oder?
 
OP
M

Move

Hacker
Doch, habe nichts geändert, die originale Meldung lautet genau so und kommt immer noch
 
OP
M

Move

Hacker
Naja, eigentlich wollte ich die exe direkt ohne Konsole starten.
Mit Konsole tut sich auch komplett nichts, oder ist der Befehl falsch?


Code:
Move@linux-r56z:~/Downloads> wine BlueStacks-SplitInstaller79_native.exe
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
wine: cannot find L"unix\\home\\Move\\Downloads\\BlueStacks-SplitInstaller79_native.exe"
Move@linux-r56z:~/Downloads> Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
 
OP
M

Move

Hacker
Code:
Move@linux-r56z:~> ls -l ~/Downloads/BlueStacks-SplitInstaller79_native.exe
-rw-r--r-- 1 Move users 9206392  7. Apr 01:03 /home/Move/Downloads/BlueStacks-SplitInstaller79_native.exe
 
OP
M

Move

Hacker
Code:
Move@linux-r56z:~/Downloads> wine ./B*exe
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
wine: cannot find L"unix\\home\\Move\\Downloads\\BlueStacks-SplitInstaller79_native.exe"
Move@linux-r56z:~/Downloads> Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.


hmmm, ich selbst kann damit leider nicht viel anfangen, habe zu wenig Ahnung davon.

Grüße

Move
 

spoensche

Moderator
Teammitglied
Versuch mal
Code:
wine "BlueStacks-SplitInstaller79_native.exe"
.

Wie sieht den deine mit winecfg durchgeführte Konfiguration aus?
 
OP
M

Move

Hacker
Hallo, also:

Code:
Move@linux-r56z:~> wine "BlueStacks-SplitInstaller79_native.exe"
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
wine: cannot find L"C:\\windows\\system32\\BlueStacks-SplitInstaller79_native.exe"
Move@linux-r56z:~> Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.


Code:
Move@linux-r56z:~> winecfg
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

Habe die Standardeinstellungen gelassen und auf win xp gestellt. Habe auch schon versucht auf win7 umzustellen, das Problem bleibt leider bestehen.
 

wirrwarr

Hacker
Hi,
rufe mal
Code:
winecfg
auf und schau unter dem Tab Laufwerke ob Dein Homeverzeichnis dort gelistet ist.

Gruß wirrwarr
 
OP
M

Move

Hacker
Hallo, war einige Tage im Ausland und konnte deshalb nicht mehr Antworten.

Also unter dem Tab Laufwerke ist nur ein Laufwerk gelistet und zwar:

Buchstabe Zuordnung
C: ../drive_c


Ist das soweit richtig oder muss ich mein Homeverzeichnis hinzufügen?

Grüße

Move
 

lOtz1009

Moderator
Teammitglied
Wie wärs, wenn du einfach vorher mal in das Downloadverzeichnis wechselst oder die vollständige Pfadangabe verwendest?
wine /home/Move/Downloads/BlueStacks-SplitInstaller79_native.exe
 
OP
M

Move

Hacker
das will auch nicht funktionieren:

Code:
Move@linux-r56z:~> wine /home/Move/Downloads/BlueStacks-SplitInstaller79_native.exe
wine: cannot find '/home/Move/Downloads/BlueStacks-SplitInstaller79_native.exe'


Code:
Move@linux-r56z:~> cd /home/Move/Downloads/
Move@linux-r56z:~/Downloads> wine BlueStacks-SplitInstaller79_native.exe
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
wine: cannot find L"unix\\home\\Move\\Downloads\\BlueStacks-SplitInstaller79_native.exe"
Move@linux-r56z:~/Downloads> Fontconfig warning: "/etc/fonts/conf.d/56-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
 

whois

Ultimate Guru
Hi

Ich habe bei Google das gerade gefunden nur mal so als Lösungsansatz.

http://knud.aquarius.uberspace.de/wordpress/fehlermeldung-fonts-conf-deprecated/
 
OP
M

Move

Hacker
Hallo, auch das habe ich jetzt versucht, leider immer noch selber effekt.
Wenn ich winecfg ausführe kommt immer die selbe fehlermeldung
 
Oben