Dual Boot: Internet Explorer 6 unter Wine

Uwe

Well-Known Member
Hallo,

Auf meinem Rechner ist Win98 und FreeBSD installiert.
Die Festplate C:\ von Win98 entspricht /win/system
Das System wird als read only gemountet.

Nun habe ich wine installiert und konfiguriert.
Wenn ich versuche den Internet Explorer zu starten:

Code:
cd /win/system/Programme/Internet\ Explorer/
wine IEXPLORE.EXE

kommt die Fehlermeldung

Code:
fixme:ntdll:NtQueryVolumeInformationFile device info not properly supported on this platform
fixme:cdrom:CDROM_GetInterfaceInfo not implemented for BSD
fixme:file:get_default_drive_device auto detection of DOS devices not supported on this platform
fixme:shell:StopWatchMode () stub!
fixme:shell:IsOS (0x00000012) stub
fixme:seh:EXC_RtlRaiseException call to unimplemented function shdocvw.dll.IEWinMain
fixme:shell:MLGetUILanguage () stub
fixme:ntdll:NtQueryVolumeInformationFile device info not properly supported on this platform
err:shell:SHGetFolderPathW Failed to create directory 'L"C:\\windows\\History"'.
fixme:imm:ImmDisableIME (-1): stub
err:shell:SHGetFolderPathW Failed to create directory 'L"C:\\windows\\Application Data"'.
Klar kann der das nicht kreieren (read only), muss er auch nicht, ist ja da.

Dannach hat die CPU eine Auslastung von 100%, aber es passiert nichts. Nach schließen des Terminals ist die hohe Auslastung weg.

Dann versuche ich, /win/system als root writable zu mounten und analog den Internet Explorer zu starten, es kommt der Fehler

Code:
fixme:ntdll:NtQueryVolumeInformationFile device info not properly supported on this platform
fixme:cdrom:CDROM_GetInterfaceInfo not implemented for BSD
fixme:file:get_default_drive_device auto detection of DOS devices not supported on this platform
fixme:shell:StopWatchMode () stub!
fixme:shell:IsOS (0x00000012) stub
fixme:seh:EXC_RtlRaiseException call to unimplemented function shdocvw.dll.IEWinMain
fixme:shell:MLGetUILanguage () stub
fixme:ntdll:NtQueryVolumeInformationFile device info not properly supported on this platform
fixme:imm:ImmDisableIME (-1): stub

Analoges problem wie obene (nix passiert, hohe Auslastung).

Irgendjemand eine Idee????
 
Zurück
Oben