Die Foren-SW läuft ohne erkennbare Probleme. Sollte doch etwas nicht funktionieren, bitte gerne hier jederzeit melden und wir kümmern uns zeitnah darum. Danke!
Power on funktioniert nicht
Power on funktioniert nicht
Hallöle Leutz,
hab´es endlich geschafft auf meinem SuSE Linux 8.2 Host VMware 4.0 zu installieren und vmware-config.pl ohne Fehlermeldungen zu durchlaufen. Auch den Hinweis mit dem Speicherzugriffsfehler habe ich befolgt, dann habe ich eine Virtuelle Maschine nach den Anleitungen auf Macmewes Homepage für Win ME eingerichtet. Soweit so gut. Wenn ich jetzt auf den power on Button klicke passiert nur leider gar nichts. Hat irgendwer ne Ahnung woran das liegen könnte, und wie ich das beseitige? Wenn ja bitte Idiotensicher, bin newbie
Gruß Gina
hab´es endlich geschafft auf meinem SuSE Linux 8.2 Host VMware 4.0 zu installieren und vmware-config.pl ohne Fehlermeldungen zu durchlaufen. Auch den Hinweis mit dem Speicherzugriffsfehler habe ich befolgt, dann habe ich eine Virtuelle Maschine nach den Anleitungen auf Macmewes Homepage für Win ME eingerichtet. Soweit so gut. Wenn ich jetzt auf den power on Button klicke passiert nur leider gar nichts. Hat irgendwer ne Ahnung woran das liegen könnte, und wie ich das beseitige? Wenn ja bitte Idiotensicher, bin newbie
Gruß Gina
Hoppla,
nein, Du mußt Dein System nicht neu installieren.
Poste mal bitte die Konfiguration Deines Bootloaders. Ich denke, daß wird in Deinem Falle entweder GRUB oder LILO sein.
Für LILO reicht ein "cat /etc/lilo.conf".
Für GRUB "cat /boot/grub/menu.lst"
Ich würde Dir der Einfachheit empfehlen, über YaST2 den Bootloader zu überprüfen, weil wenn es LILO ist, dann ist es für mich einfacher, Dir zu helfen.
Konvertiere den Bootloader erstmal mit YaST2 von GRUB (Standard) zu LILO und dann schicke das Ergebnis "cat /etc/lilo.conf", wenn Du Deinen Rechner durchgestartet hast. Anschliessend bastele ich Dir den entsprechenden Eintrag und poste diesen hierher.
Das nimmst Du dann bitte in Deine "/etc/lilo.conf" auf und machst dann ein "/sbin/lilo" samt Neustart.
Du hast dann zusätzlich einen weiteren Eintrag im Bootmenü. Mit /meinem/ Eintrag bootest Du dann bitte mal und startest VMWare und dann mal gucken.
Wenn das dann klappt, kannst Du LILO mit YaST2 wieder zu GRUB konvertieren, weil GRUB wesentlich leistungsfähiger ist.
Aber so ist es einfacher - also für mich.
nein, Du mußt Dein System nicht neu installieren.
Poste mal bitte die Konfiguration Deines Bootloaders. Ich denke, daß wird in Deinem Falle entweder GRUB oder LILO sein.
Für LILO reicht ein "cat /etc/lilo.conf".
Für GRUB "cat /boot/grub/menu.lst"
Ich würde Dir der Einfachheit empfehlen, über YaST2 den Bootloader zu überprüfen, weil wenn es LILO ist, dann ist es für mich einfacher, Dir zu helfen.
Konvertiere den Bootloader erstmal mit YaST2 von GRUB (Standard) zu LILO und dann schicke das Ergebnis "cat /etc/lilo.conf", wenn Du Deinen Rechner durchgestartet hast. Anschliessend bastele ich Dir den entsprechenden Eintrag und poste diesen hierher.
Das nimmst Du dann bitte in Deine "/etc/lilo.conf" auf und machst dann ein "/sbin/lilo" samt Neustart.
Du hast dann zusätzlich einen weiteren Eintrag im Bootmenü. Mit /meinem/ Eintrag bootest Du dann bitte mal und startest VMWare und dann mal gucken.
Wenn das dann klappt, kannst Du LILO mit YaST2 wieder zu GRUB konvertieren, weil GRUB wesentlich leistungsfähiger ist.
Aber so ist es einfacher - also für mich.
Vielen Dank für die Hilfe, bin halt echt noch Newbie, auch bei Linux.
Hier das ergebniss:
default = linux
message = /boot/message
prompt
timeout = 80
boot = /dev/hda
image = /boot/vmlinuz
label = linux
append = "splash=silent showopts"
initrd = /boot/initrd
optional
root = /dev/hda2
vga = 0x31a
image = /boot/vmlinuz.shipped
label = failsafe
append = "showopts ide=nodma apm=off acpi=off nosmp noapic maxcpus=0 3"
initrd = /boot/initrd.shipped
optional
root = /dev/hda2
vga = normal
linux:~ #
Ich hoffe, es ist das Richtige
Gruß Gina
Hier das ergebniss:
default = linux
message = /boot/message
prompt
timeout = 80
boot = /dev/hda
image = /boot/vmlinuz
label = linux
append = "splash=silent showopts"
initrd = /boot/initrd
optional
root = /dev/hda2
vga = 0x31a
image = /boot/vmlinuz.shipped
label = failsafe
append = "showopts ide=nodma apm=off acpi=off nosmp noapic maxcpus=0 3"
initrd = /boot/initrd.shipped
optional
root = /dev/hda2
vga = normal
linux:~ #
Ich hoffe, es ist das Richtige
Gruß Gina
Hallo,
füge mal folgenden Passus in de /etc/lilo.conf ein.
image = /boot/vmlinuz
label = vmware
append = "acpi=on"
initrd = /boot/initrd
optional
root = /dev/hda2
vga = normal
Und mache dann ein "/sbin/lilo".
Du solltest dann eine neue Boot-Auswahl namens "vmware" erhalten.
Probiere es mal damit.
Ansonsten sieht es vernünftig aus.
füge mal folgenden Passus in de /etc/lilo.conf ein.
image = /boot/vmlinuz
label = vmware
append = "acpi=on"
initrd = /boot/initrd
optional
root = /dev/hda2
vga = normal
Und mache dann ein "/sbin/lilo".
Du solltest dann eine neue Boot-Auswahl namens "vmware" erhalten.
Probiere es mal damit.
Ansonsten sieht es vernünftig aus.
Hab ich gemacht:
image = /boot/vmlinuz
label = linux
append = "splash=silent showopts"
initrd = /boot/initrd
optional
root = /dev/hda2
vga = 0x31a
image = /boot/vmlinuz.shipped
label = failsafe
append = "showopts ide=nodma apm=off acpi=off nosmp noapic maxcpus=0 3"
initrd = /boot/initrd.shipped
optional
root = /dev/hda2
vga = normal
image = /boot/vmlinuz
label = vmware
append = "acpi=on"
initrd /boot/initrd
optional
root = /dev/hda2
vga = normal
linux:~ #
Ist das so richtig?
Dann kam:
Warning: LBA32 addressing assumed
Added linux *
Added failsafe
Value expected for 'initrd' at or above line 29 in file '/etc/lilo.conf'
Dann hab ich neu gestartet und ich hatte Linux und Failsafe als Bootalternative.
Ach, jetzt startet VMware nicht mehr, ich bekomme nen speichrzugriffsfehler, liegt das an Lilo?
Sorry das ich so viele Probleme mache
Gina
image = /boot/vmlinuz
label = linux
append = "splash=silent showopts"
initrd = /boot/initrd
optional
root = /dev/hda2
vga = 0x31a
image = /boot/vmlinuz.shipped
label = failsafe
append = "showopts ide=nodma apm=off acpi=off nosmp noapic maxcpus=0 3"
initrd = /boot/initrd.shipped
optional
root = /dev/hda2
vga = normal
image = /boot/vmlinuz
label = vmware
append = "acpi=on"
initrd /boot/initrd
optional
root = /dev/hda2
vga = normal
linux:~ #
Ist das so richtig?
Dann kam:
Warning: LBA32 addressing assumed
Added linux *
Added failsafe
Value expected for 'initrd' at or above line 29 in file '/etc/lilo.conf'
Dann hab ich neu gestartet und ich hatte Linux und Failsafe als Bootalternative.
Ach, jetzt startet VMware nicht mehr, ich bekomme nen speichrzugriffsfehler, liegt das an Lilo?
Sorry das ich so viele Probleme mache
Gina
Hmpf,
vielleicht sollte ich doch von Fernwartung derlei Art die Finger lassen.
a) Schreibe die /etc/lilo.conf" zurück
b) "/sbin/lilo" - Neustart
oder
c) Lasse von YaST2 eine neue Bootconfig vorschlagen.
Sorry ... dann muß ich wohl passen.
Die vmware-config.pl mußt Du wohl sicherheitshalber wiederjholen.
vielleicht sollte ich doch von Fernwartung derlei Art die Finger lassen.
a) Schreibe die /etc/lilo.conf" zurück
b) "/sbin/lilo" - Neustart
oder
c) Lasse von YaST2 eine neue Bootconfig vorschlagen.
Sorry ... dann muß ich wohl passen.
Die vmware-config.pl mußt Du wohl sicherheitshalber wiederjholen.
Hab ich auch gemacht, mach ja alles was du sagst, jetzt kommt immer noch das:
hiob@linux:~> vmware &
[1] 4990
hiob@linux:~> Found a previous instance of lock file
/tmp/vmware-hiob-2426.log.WRITELOCK. It will be removed automatically.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtktypeutils.c: line 357 (gtk_type_new): assertion `node
!= NULL' failed.
Gtk-WARNING **: invalid cast from (NULL) pointer to `(unknown)'
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
/usr/bin/vmware: line 185: 4998 Speicherzugriffsfehler "$binary" "$@"
Ich verstehe nur noch Bahnhof!
Gruß Gina
hiob@linux:~> vmware &
[1] 4990
hiob@linux:~> Found a previous instance of lock file
/tmp/vmware-hiob-2426.log.WRITELOCK. It will be removed automatically.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtktypeutils.c: line 357 (gtk_type_new): assertion `node
!= NULL' failed.
Gtk-WARNING **: invalid cast from (NULL) pointer to `(unknown)'
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
/usr/bin/vmware: line 185: 4998 Speicherzugriffsfehler "$binary" "$@"
Ich verstehe nur noch Bahnhof!
Gruß Gina
Hallo,
>Hab ich auch gemacht, mach ja alles was du sagst, [...]
lieber nicht, trotzdem danke für das Kompliment
Ok, was nun sprach Zeus ...
Von hier aus betrachtet würde ich folgendes probieren.
a) VMware und alles, was dazu gehört deinstallieren.
b) /home/<username>/.vmware - Verzeichnis löschen
c) in YaST2 einstellen (Sysconfig-Editor), daß /tmp bei jedem Hochfahren gelöscht wird.
Rechner neustarten.
Nach dem Reboot dann mit STRG+ALT+F1 auf die Konsole wechseln.
Einloggen als root und dann mit "init 1" in den Single-Usermode wechseln.
Ggfs nochmals root-Passwort eintippen (bei Aufforderung).
So dann in das Verzeichnis /usr/src/linux wechseln und dann
make cloneconfig
make dep clean
eintippen.
Dann einen weiteren Reboot durchführen via STRG+ALT+ENTF.
Nach dem Neustart dann VMWare 4 re-installieren.
vmware-config.pl laufen lassen.
Was passiert dann?
>Hab ich auch gemacht, mach ja alles was du sagst, [...]
lieber nicht, trotzdem danke für das Kompliment
Ok, was nun sprach Zeus ...
Von hier aus betrachtet würde ich folgendes probieren.
a) VMware und alles, was dazu gehört deinstallieren.
b) /home/<username>/.vmware - Verzeichnis löschen
c) in YaST2 einstellen (Sysconfig-Editor), daß /tmp bei jedem Hochfahren gelöscht wird.
Rechner neustarten.
Nach dem Reboot dann mit STRG+ALT+F1 auf die Konsole wechseln.
Einloggen als root und dann mit "init 1" in den Single-Usermode wechseln.
Ggfs nochmals root-Passwort eintippen (bei Aufforderung).
So dann in das Verzeichnis /usr/src/linux wechseln und dann
make cloneconfig
make dep clean
eintippen.
Dann einen weiteren Reboot durchführen via STRG+ALT+ENTF.
Nach dem Neustart dann VMWare 4 re-installieren.
vmware-config.pl laufen lassen.
Was passiert dann?
Hallöle, hab ich auch gemacht, auch wenn ich ehrlich sagen muß, ich verstehe net was ich da mache. Das Ergebniss:
[1] 4500
hiob@linux:~> Found a previous instance of lock file
/tmp/vmware-hiob-4213.log.WRITELOCK. It will be removed automatically.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtktypeutils.c: line 357 (gtk_type_new): assertion `node
!= NULL' failed.
Gtk-WARNING **: invalid cast from (NULL) pointer to `(unknown)'
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
/usr/bin/vmware: line 185: 4510 Speicherzugriffsfehler "$binary" "$@"
Sag mal, kann ich bei der vmware-config.pl was falsch machen?
Gruß Gina
[1] 4500
hiob@linux:~> Found a previous instance of lock file
/tmp/vmware-hiob-4213.log.WRITELOCK. It will be removed automatically.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gdk-WARNING **: Pixmap has more than 31 characters per color
Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val !=
NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gdk-CRITICAL **: file gdkpixmap.c: line 822 (gdk_pixmap_unref): assertion
`pixmap != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1427 (gtk_widget_show): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
Gtk-CRITICAL **: file gtktypeutils.c: line 357 (gtk_type_new): assertion `node
!= NULL' failed.
Gtk-WARNING **: invalid cast from (NULL) pointer to `(unknown)'
Gtk-CRITICAL **: file gtkwidget.c: line 4870 (gtk_widget_ref): assertion
`widget != NULL' failed.
/usr/bin/vmware: line 185: 4510 Speicherzugriffsfehler "$binary" "$@"
Sag mal, kann ich bei der vmware-config.pl was falsch machen?
Gruß Gina
Hallo,
Du hast meinen Rat zumindest nicht ganz befolgt ...
>hiob@linux:~> Found a previous instance of lock file
>/tmp/vmware-hiob-4213.log.WRITELOCK. It will be removed automatically.
Ich hatte ja dazu geraten via YaST2 es so einzustellen, daß /tmp beim Hochfahren des Rechners automatisch gelöscht wird.
Ich habe hier in der Firma kein Linux, weswegen ich nicht aufgeben will, aber vielleicht kann sich ja noch jemand anders diesbezüglich melden?
Sascha? Saaaaasssccchhhaaaa
Du hast meinen Rat zumindest nicht ganz befolgt ...
>hiob@linux:~> Found a previous instance of lock file
>/tmp/vmware-hiob-4213.log.WRITELOCK. It will be removed automatically.
Ich hatte ja dazu geraten via YaST2 es so einzustellen, daß /tmp beim Hochfahren des Rechners automatisch gelöscht wird.
Ich habe hier in der Firma kein Linux, weswegen ich nicht aufgeben will, aber vielleicht kann sich ja noch jemand anders diesbezüglich melden?
Sascha? Saaaaasssccchhhaaaa
Doch ehrlich, hab ich gemacht, klappt auch. Das war mein Fehler, ich hab das noch mal aufgerufen, weil ich vergessen hab rauszukopieren was beim ersten mal raus kam. Wenn ich neustarte kommt die Meldung found previous... net.
Mittlerweile startet mein system ganz anders als früher, da waren die ganzen Aufrufe ganz klein, jetzt sind die Buchstaben riesig und ein Flobbybootmodus hab ich neuerdings auch???? Bin wohl zu blöd für Linux
vielleicht sollte ich die Flossen davon lassen, schnief
Dennoch danke gelle, gruß gina
Mittlerweile startet mein system ganz anders als früher, da waren die ganzen Aufrufe ganz klein, jetzt sind die Buchstaben riesig und ein Flobbybootmodus hab ich neuerdings auch???? Bin wohl zu blöd für Linux
vielleicht sollte ich die Flossen davon lassen, schnief
Dennoch danke gelle, gruß gina
Hallo,
na das freut mich doch ...
Was das "andere" Booten angeht:
Moderne Linuxe nutzen einen sog. Splash-Screen um das Booten schöner zu machen. Durch das Ummodeln mit dem Bootloader wurde diese Eigenschfat jedoch deaktiviert. Das ist jedoch nicht weiter schlimm. Ist eben nur was für's Auge.
Wenn Du jedoch darauf bestehst, so würde Dir folgendes weiterhelfen:
Öffne in YaST2 die Bootloader-Konfiguration und ändere den Bootloader in GRUB um. Lasse danach eine neue Konfiguration vorschlagen.
Aktiviere diese mit übernehmen oder so (aus dem Kopf heraus) und dann sollte das alte Boot-Dingens wieder da sein.
na das freut mich doch ...
Was das "andere" Booten angeht:
Moderne Linuxe nutzen einen sog. Splash-Screen um das Booten schöner zu machen. Durch das Ummodeln mit dem Bootloader wurde diese Eigenschfat jedoch deaktiviert. Das ist jedoch nicht weiter schlimm. Ist eben nur was für's Auge.
Wenn Du jedoch darauf bestehst, so würde Dir folgendes weiterhelfen:
Öffne in YaST2 die Bootloader-Konfiguration und ändere den Bootloader in GRUB um. Lasse danach eine neue Konfiguration vorschlagen.
Aktiviere diese mit übernehmen oder so (aus dem Kopf heraus) und dann sollte das alte Boot-Dingens wieder da sein.
Das hab ich mir gedacht, grins, ab und an klappt das auch bei mir. Das hat aber nix geändert, nee ist mir auch egal, wenn denn VMware endlich laufen tät, aber irgendwie klappt bei mir mit Linux wohl nie irgendwas auf Anhieb. Das ist net das erste Problem, vorher hab ich Gernot Hillier in den Wahnsinn getrieben, schnief tschuldigung...
Gruß Gina
Gruß Gina
Hallöle, einen Fehler hab ich jetzt rausgefunden: Man darf auf keinem fall das gesammte Entwicklungspack installieren, sondern nur die Kernel-Source. Ich glaube da gibts sonst Probleme mit Samba. Jetzt lief die vmware-config.pl wieder und VMware läßt sich starten, obe der Rest jetzt auch funktioniert hab ich noch net probiert, ich meld mich dann aber.
Gruß Gina
:wink: :wink: :wink:
Gruß Gina
:wink: :wink: :wink:
Ich habe das selbe Problem "unable to open kernel device "\\.\vmx86: Das System kann die angegebene Datei nicht finden. Did you reboot after installing VMware Workstation? Failed to initialize Monitor device." und zusätzlich kann ich VMware Workstation nicht deinstallieren weil es nicht in der Systemsteuerung/Software auftaucht. Ich benutze Windows XP Home und habe eine Testversion von VMware Workstation 5 mit einem Testversion Key (falls das eine Rolle spielt). Eine Neuinstallation ist ebenfalls nicht möglich, da das Setup-Programm die vorhandene Installation erkennt und die Installation beendet. Bitte helft mir. Danke schonmal im Vorraus.
GreeZzZz
ChriZzZz
GreeZzZz
ChriZzZz
Hallo,
guck mal hier, ggf. hilfts:
http://www.vmware.com/community/thread. ... tstart=180
http://www.vmware.com/community/thread. ... eadID=2047 (Post von Continuum)
guck mal hier, ggf. hilfts:
http://www.vmware.com/community/thread. ... tstart=180
http://www.vmware.com/community/thread. ... eadID=2047 (Post von Continuum)
Zurück zu „VMware Workstation und VMware Workstation Pro“
Wer ist online?
Mitglieder in diesem Forum: 0 Mitglieder und 2 Gäste