PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Starcraft again



Celebi
31.08.04, 22:00
Also, ich wollte jetzt mal Starcraft von CD installieren (wine /media/cdrom/install.exe), da bekam ich folgende Fehlermeldung:



Programmstart-Menü konnte nicht gefunden werden.


In der Konsole:.



fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.


Wine Version: 20040615
OS: Debian testing 3.1

config (drives):



[Drive C]
"Path" = "/windows"
"Type" = "hd"
"Label" = "/windows"
"Filesystem" = "win95"

[Drive D]
"Path" = "/media/cdrom"
"Type" = "cdrom"
"Label"="/media/cdrom"
"Device" = "/dev/hdc"
"Filesystem" = "win95"

[Drive E]
"Path" = "/media/usbstick"
"Type" = "hd"
"Label" = "/media/usbstick"
"Filesystem" = "win95"

[Drive X]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[Drive Y]
"Path" = "%HOME%"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

[Drive Z]
"Path" = "/"
"Type" = "hd"
"Label" = "Root"
"Filesystem" = "win95"

[wine]
"Windows" = "C:\\"
"System" = "C:\\Windows"
"Temp" = "C:\\Temp"
"Path" = "C:\\Windows;C:\\Windows\\System;C:\\Temp;C:\\Temp\ \test;Y:\\"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"


Was mach ich falsch?

urban_zombie
01.09.04, 08:54
schon probiert vorher mit der konsole in das verzeichnis(/media/cdrom/..)
zu wechseln und dann wine install.exe auszuführen?!?

das müßte eigentlich wunderbar funktionieren...

analyzer
01.09.04, 08:57
Sicher, dass /windows dein Laufwerk C ist? Probier mal, das auf /windows/C zu ändern. :)

Celebi
01.09.04, 13:13
@analizer: 100% ist das meine c patition. Ich hab mich lange genug mit der fstab rumgeärgert um das zu wissen...

Und ich habs auch schon mit wechseln und ausführen probiert, und ratet mal, was dann kam?
(genau derselbe Fehler den ich oben gepostet habe)

analyzer
01.09.04, 15:27
Hab nur gedacht, dass es falsch sein könnte, weil SuSE die Windows Laufwerke normalerweise immer in /windows/<Buchstabe> mountet. ;) Hab wohl irgendwie das Debian überlesen. :D

Du kannst mal versuchen, ein fake Windows zu verwenden:

mkdir -p ~/.wine/fake_windows
und dann in der wine config bei C das schreiben:

[Drive C]
"Path" = "fake_windows"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

Celebi
01.09.04, 15:45
Eh ja, soweit so schön. Und nun?
Der Fehler bleibt und somit bleibt auch die installation ins fake windows aus.
Wie mach ich schon wieder n Fake win mit wine?

analyzer
01.09.04, 16:02
k, Dann kannste das fake_win wieder weg machen. Ich dachte nur, er hat evtl. keine Schreibrechte auf den Startmenü Ordner oder so. Ist das da oben deine ganze Wine Config? Die sieht nämlich sehr kurz aus. :confused:

Celebi
01.09.04, 16:29
Buhuhu, warum ist lesen so schwer?
Oben stand config(drives).
Ok, ich druck mal die ganze config ab:



WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;; If you think it is necessary to show others your complete config for a
;; bug report, filter out empty lines and comments with
;; grep -v "^;" ~/.wine/config | grep '.'
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;

[Drive C]
"Path" = "fake_windows"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

[Drive D]
"Path" = "/windows"
"Type" = "hd"
"Label" = "/windows"
"Filesystem" = "win95"

[Drive E]
"Path" = "/media/cdrom"
"Type" = "cdrom"
"Label" = "/media/cdrom"
"Device" = "/dev/hdc"
"Filesystem" = "win95"

[Drive F]
"Path" = "/media/usbstick"
"Type" = "hd"
"Label" = "/media/usbstick"
"Filesystem" = "win95"

[Drive X]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[Drive Y]
"Path" = "%HOME%"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

[Drive Z]
"Path" = "/"
"Type" = "hd"
"Label" = "Root"
"Filesystem" = "win95"

[wine]
"Windows" = "C:\\"
"System" = "C:\\Windows"
"Temp" = "C:\\Temp"
"Path" = "C:\\Windows;C:\\Windows\\System;C:\\Temp;C:\\Temp\ \test;Y:\\"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"

#

[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,w in20,win30,win31)
"Windows" = "win98"
; DOS version to imitate
;"DOS" = "6.22"

; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.

[DllOverrides]
; some dlls you may want to change
"oleaut32" = "builtin, native"
"ole32" = "builtin, native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
; you can specify applications too
; this one will apply for all notepad.exe
;"*notepad.exe" = "native, builtin"
; this one will apply only for a particular file
;"C:\\windows\\regedit.exe" = "native, builtin"
; default for all other dlls
"*" = "builtin, native"

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Use XRandR extension if present
"UseXRandR" = "Y"
; Use the take focus protocol
"UseTakeFocus" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "Y"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"
;
; Use the Render extension to render client side fonts (default "Y")
;;"ClientSideWithRender" = "Y"
; Fallback on X core requests to render client side fonts (default "Y")
;;"ClientSideWithCore" = "Y"
; Set both of the previous two to "N" in order to force X11 server side fonts
;
; Anti-alias fonts if using the Render extension (default "Y")
;;"ClientSideAntiAliasWithRender" = "Y"
; Anti-alias fonts if using core requests fallback (default "Y")
;;"ClientSideAntiAliasWithCore" = "Y"
;

"Desktop" = "N"

[fonts]
;Read the Fonts topic in the Wine User Guide before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"

;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"

; the TrueType font dirs you want to make accessible to wine

[FontDirs]
;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
;"dir2" = "/usr/share/fonts/truetype"
;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
;"dir4" = "/usr/share/fonts/TT"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" = "/dev/parport2"

[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
;"write" = "0x779,0x379,0x280-0x2a0"

[Debug]
;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"RelayInclude" = "user32.CreateWindowA"
;"RelayFromExclude" = "user32;x11drv"
;"RelayFromInclude" = "sol.exe"
;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"SpyExclude" = "WM_SIZE;WM_TIMER;"

[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Where to find the global registries
;"GlobalRegistryDir" = "/etc";
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
;; this has *nothing* to do with the windows version Wine returns:
;; set the "Windows" value in the [Version] section if you want that.
"WineLook" = "Win98"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files

[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"

[WinMM]
; Uncomment the "Drivers" line matching your sound setting.

"Drivers" = "wineoss.drv" ; default for most common configurations
;"Drivers" = "winearts.drv" ; for KDE
;"Drivers" = "winealsa.drv" ; for ALSA users
;"Drivers" = "winejack.drv" ; for Jack sound server
;"Drivers" = "winenas.drv" ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = "" ; to disable sound
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[dsound]
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
;"HELmargin" = "5"
;; HEL only: Number of waveOut fragments ahead to queue to driver.
;"HELqueue" = "5"
;; Max number of fragments to prebuffer
;"SndQueueMax" = "28"
;; Min number of fragments to prebuffer
;"SndQueueMin" = "12"
;; Forces emulation mode (using wave api)
;"HardwareAcceleration" = "Emulation"
;; Sets default playback device (0 - number of devices - 1)
;"DefaultPlayback" = "0" ; use first device (/dev/dsp)
;"DefaultPlayback" = "1" ; use second device (/dev/dsp1)
;"DefaultPlayback" = "2" ; use third device (/dev/dsp2)
;; Sets default capture device (0 - number of devices - 1)
;"DefaultCapture" = "0" ; use first device (/dev/dsp)
;"DefaultCapture" = "1" ; use second device (/dev/dsp1)
;"DefaultCapture" = "2" ; use third device (/dev/dsp2)

[Network]
;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs
;; from the Unix host name. You'll need to set ComputerName in
;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\ComputerName\ComputerName, too.
;"UseDnsComputerName" = "N"

#########################################
# Application dependent sections follow #
#########################################

[AppDefaults\\iexplore.exe\\DllOverrides]
"shell" = "native, builtin"
"shell32" = "native, builtin"
"shfolder" = "native, builtin"
"shlwapi" = "native, builtin"
"comctl32" = "native, builtin"
"commctrl" = "native, builtin"

[AppDefaults\\notes.exe\\DllOverrides]
"shlwapi" = "native"
"msvcrt" = "native"
"crtdll" = "native"
"ole32" = "builtin"
"oleaut32" = "builtin"
"olepro32" = "builtin"

[AppDefaults\\nlnotes.exe\\DllOverrides]
"shlwapi" = "native"
"msvcrt" = "native"
"crtdll" = "native"
"ole32" = "builtin"
"oleaut32" = "builtin"
"olepro32" = "builtin"
"netbios" = "builtin"

[AppDefaults\\nhldaemn.exe\\DllOverrides]
"shlwapi" = "native"
"msvcrt" = "native"
"crtdll" = "native"
"ole32" = "builtin"
"oleaut32" = "builtin"
"olepro32" = "builtin"

[AppDefaults\\_INS5576._MP\\x11drv]
; Lotus Notes R5 installer
; I'm quite not sure this will run on some other machine than mine, but it
; can't hurt
"Managed" = "N"
"Desktop" = "N"

[AppDefaults\\nlnotes.exe\\x11drv]
"Desktop" = "800x600"

[AppDefaults\\explorer.exe\\x11drv]
"Desktop" = "800x600"

#

Celebi
03.09.04, 11:33
Jungs, kann mir mal einer helfen?

Strangerli
04.09.04, 17:46
Bei holarse (http://comrad.linuxsys.de/?content=/emulationen/wine/spiele/starcraft) findest du eine Hilfe wie man Starcraft installiert. Du kommst mit der Installation zu einem Punkt, bei der die Fehlermeldung nicht weggeklickt werden soll, sondern man noch etwas nachhelfen muß (siehe Link)

Abr du kannst auch eine Windowsinstallation in dein fake_windows rüberziehen und von dort aufrufen. So läufts bei mir.

Celebi
05.09.04, 18:14
Lies es doch mal durch. Ich komm nirgendwo hin. Installation startet gar nicht.
Es kommt gleich von Anfang an ne Fehlermeldung. Ich kann keinen Key eingeben, nichts.

Celebi
13.09.04, 00:42
So, mittlerweile hab ichs geschafft, Starcraft zu installieren. Doch ich kann weder den Patch einspielen noch Broodwar installieren.

Mit dem Patch krieg ich folgende Meldung:



Blizzard PrePatch v2.62 compiled on Mar 27 2003
This program patches Starcraft Retail and Spawned versions

Log created at 1:40 am on 09/13/2004

Registry error loading key 'Starcraft\InstallPath'
File not found


RESULT: Prepatch failed


Und bei der Broodwar installation:



Für StarCraft: Brood War muss vor der Installation von Brood War die Vollversion von StarCraft installiert worden sein.


Aber was nun?

dot
15.09.04, 23:10
Hallo,

ich hab exakt das selbe Problem wie oben beschrieben (mit dem Programmstart-Menü), kannst du mich erleuchten? ;)

Grüße

Flo

dot
16.09.04, 12:04
Hallo,

hab rausgefunden, wie es geht, einfach folgende Zeilen in deine system.reg und user.reg in deinem wine config dir einbauen:
[Microsoft\\Windows\\CurrentVersion\\Explorer\\Shel l Folders] 1001283996
"Programs"="1,1,C:\\WINDOWS\\Start Menu\\Programs"

Grüße

Flo

The_User
22.12.04, 08:33
Hihu,

wurde das Problem von Celebi gelöst?

Installieren & Spielen geht bei mir wunderbar, doch leider kann ich das Spiel nicht Updaten ( 1.11b patch ) Ich bekomme die gleiche Fehlermeldung wie Celebi. Leider gibt mir Google zwar 1000 anleitungen zum installieren von sc, aber nicht zum patchen / updaten :-)

!Update != B-Net == Schlecht :-)

--------------------------------------
Update:

Nun läuft alles Perfect !
Einfach in der system.reg den InstallPath angeben und alles funzt :D
Danke nochmal Euch allen!

"InstallPath"="Dein Path\\StarCraft"

linux_trottel
30.01.05, 17:53
Der Tipp von dot funzt nicht :(

Habe auch schon die Start Menu Verzeichnisse angelegt, die user.reg und system.reg angepasst, immer kommt die Fehlermeldung: Programmstart-Menü nicht gefunden.....

Vielleicht kann mir wer aufs Pferd helfen?? Wäre echt super!!!

Hier noch ein paar Infos:

Mandrake 10.1 official

Wine 20040813

Starcraft (echt original gekauft seinerzeit :D)

user.reg:
WINE REGISTRY Version 2
;; All keys relative to \\User\\icy

[Control Panel\\Colors] 1106342952

[Control Panel\\International] 1106342951
"iCalendarType"="1"
"iCountry"="49"
"iCurrDigits"="2"
"iCurrency"="3"
"iDate"="1"
"iDigits"="2"
"iLDate"="1"
"iLZero"="1"
"iMeasure"="0"
"iNegCurr"="8"
"iTime"="1"
"iTimePrefix"="0"
"iTLZero"="1"
"Locale"="00000407"
"Numshape"="1"
"s1159"=""
"s2359"=""
"sCountry"="Germany"
"sCurrency"="\x20ac"
"sDate"="."
"sDecimal"=","
"sLanguage"="German (Germany)"
"sList"=";"
"sLongDate"="dddd, d. MMMM yyyy"
"sNativeDigits"="0123456789"
"sShortDate"="dd.MM.yyyy"
"sThousand"="."
"sTime"=":"

[Environment] 1106342951
"Desktop"="c:\\windows\\Desktop"
"Favorites"="c:\\windows\\Favorites"
"Fonts"="c:\\windows\\Fonts"
"PATH"="c:\\windows;c:\\windows\\system"
"Programs"="c:\\windows\\Start Menu\\programs"
"Start Menu"="c:\\windows\\Start Menu"
"StartUp"="c:\\windows\\Start Menu\\programs\\StartUp"
"TEMP"="f:\\"
"TMP"="f:\\"
"USERPROFILE"="c:\\windows\\Profiles\\Administrator"
"windir"="c:\\windows"
"winsysdir"="c:\\windows\\system"

[Microsoft\\Windows\\CurrentVersion\\Explorer\\Shel l Folders] 1001283996
"Programs"="1,1,c:\\windows\\Start Menu\\programs"

[Software\\FlashFXP] 1106493135
"dkey"="95F6"
"objects"="38375"

[Software\\GlobalSCAPE\\CuteFTP 4.0] 1106343020
"Queue"=hex:ff,ff,01,00,06,00,43,51,75,65,75,65,00,00,00, 00,00,00,00,00

[Software\\GlobalSCAPE\\CuteFTP 4.0\\Browser Integration] 1106342974
"IntegrationEnableBrowserMonitor"=dword:00000000

[Software\\GlobalSCAPE\\CuteFTP 4.0\\CuteFTP] 1106343028
"AutoUpdate"=dword:00000000
"FirstTime"=dword:00000000
"HTMLEditor"="C:\\Program Files\\GlobalSCAPE\\CuteFTP\\CuteHTML\\CuteHTML.ex e"
"SMSizes"="1,264,760,164,605,1,"
"StartUp"=dword:000000c8
"TES"=dword:00000000
"TSUninstaller"=dword:00000000

[Software\\GlobalSCAPE\\CuteFTP 4.0\\CuteFTP-v1-Summary] 1106343022

[Software\\GlobalSCAPE\\CuteFTP 4.0\\Shell Integration] 1106343028

[Software\\GlobalSCAPE\\CuteFTP 4.0\\Sounds] 1106342976

[Software\\GlobalSCAPE\\CuteFTP 4.0\\Tip] 1106343026
"FilePos"=dword:0000005e
"StartUp"=dword:00000001
"TimeStamp"="Wed Feb 14 09:45:58 2001"

[Software\\GlobalSCAPE\\CuteHTML\\1.X] 1106342963
"CSPath"="C:\\Program Files\\GlobalSCAPE\\CuteFTP"
"JSPath"="C:\\Program Files\\GlobalSCAPE\\CuteFTP"

[Software\\Microsoft\\Windows\\CurrentVersion\\Expl orer\\Shell Folders] 1106342976
"AppData"="c:\\windows\\Application Data"
"Cache"="c:\\windows\\Temporary Internet Files"
"Cookies"="c:\\windows\\Cookies"
"Desktop"="c:\\windows\\Desktop"
"History"="c:\\windows\\History"
"Personal"="c:\\My Documents"
"Start Menu"="c:\\windows\\Start Menu"

[Software\\Microsoft\\Windows\\CurrentVersion\\Expl orer\\User Shell Folders] 1106342963



system.reg:
WINE REGISTRY Version 2
;; All keys relative to \\Machine

[Microsoft\\Windows\\CurrentVersion\\Explorer\\Shel l Folders] 1001283996
"Programs"="1,1,c:\\windows\\Start Menu\\programs"

[Software\\Blizzard Entertainment\\Archives] 1107105879
"DiabloCD"="D:\\"
"DiabloInstall"="C:\\Program Files\\Diablo\\"

[Software\\Blizzard Entertainment\\Diablo] 1107106043
"Gamma Correction"=dword:00000064
"Intro"=dword:00000000
"Music Volume"=dword:00000000
"Sound Volume"=dword:00000000

[Software\\Blizzard Entertainment\\Video Player] 1107105887
"Benchmark"=dword:00000005
"Mode"=dword:00000202
"Version"=dword:00000003

[Software\\Classes\\*\\shellex\\ContextMenuHandlers \\CuteFTP] 1106342962
@="{8f7261d0-d2b9-11d2-9909-00605205b24c}"

[Software\\Classes\\.FlashFXP_PI] 1106493116
@="FlashFXP_PI"

[Software\\Classes\\.fqf] 1106492993
@="FlashFXP.Document"

[Software\\Classes\\.mcr] 1106343022
@="CuteFTP.Script"

[Software\\Classes\\.que] 1106343022
@="CuteFTP.Queue"

[Software\\Classes\\Applications\\FlashFXP.exe\\she ll\\open\\command] 1106493116
@="C:\\PROG~FBU\\FlashFXP\\FlashFXP.exe %1"

[Software\\Classes\\CLSID\\{8f7261d0-d2b9-11d2-9909-00605205b24c}] 1106342962
@="CuteFTP Shell Extension"

[Software\\Classes\\CLSID\\{8f7261d0-d2b9-11d2-9909-00605205b24c}\\InProcServer32] 1106342962
@="C:\\Program Files\\GlobalSCAPE\\CuteFTP\\CuteShell.dll"
"ThreadingModel"="Apartment"

[Software\\Classes\\CuteFTP.Queue] 1106343022
@="CuteFTP.Queue"

[Software\\Classes\\CuteFTP.Queue\\DefaultIcon] 1106343022
@="C:\\Program Files\\GlobalSCAPE\\CuteFTP\\cutftp32.exe,0"

[Software\\Classes\\CuteFTP.Queue\\shell\\open\\com mand] 1106343022
@="C:\\Program Files\\GlobalSCAPE\\CuteFTP\\cutftp32.exe QueueFile=%1"

[Software\\Classes\\CuteFTP.Script] 1106343022
@="CuteFTP.Script"

[Software\\Classes\\CuteFTP.Script\\DefaultIcon] 1106343022
@="C:\\Program Files\\GlobalSCAPE\\CuteFTP\\cutftp32.exe,0"

[Software\\Classes\\CuteFTP.Script\\shell\\open\\co mmand] 1106343022
@="C:\\Program Files\\GlobalSCAPE\\CuteFTP\\cutftp32.exe Macro=%1"

[Software\\Classes\\Directory\\shellex\\ContextMenu Handlers\\CuteFTP] 1106342962
@="{8f7261d0-d2b9-11d2-9909-00605205b24c}"

[Software\\Classes\\Drive\\shellex\\ContextMenuHand lers\\CuteFTP] 1106342962
@="{8f7261d0-d2b9-11d2-9909-00605205b24c}"

[Software\\Classes\\FlashFXP.Document] 1106492993
@="FlashFXP Document"

[Software\\Classes\\FlashFXP.Document\\shell\\open\ \command] 1106493116
@="C:\\PROG~FBU\\FlashFXP\\FlashFXP.exe %1"

[Software\\Classes\\FlashFXP_PI] 1106493116
@="FlashFXP Parent Folder Icon"

[Software\\Classes\\FlashFXP_PI\\DefaultIcon] 1106493116
@="C:\\Program Files\\FlashFXP\\FlashFXP.exe,1"
"CRC"="000095E7"

[Software\\Classes\\ftp\\shell\\open\\ddeexec\\Topi c] 1106343020
@="WWW_OpenURL"

[Software\\Classes\\ram\\CFK40] 1106343941
@="41f1746c,5"

[Software\\GlobalSCAPE Inc.\\CuteFTP] 1106342962
"AdvertisingURL"="http://www.globalscape.com/company/advertising.html"
"BuyURL"="http://www.globalscape.com/purchase/whyregister.shtml"
"CareerOpportunitiesURL"="http://www.cuteftp.com/careers/index.shtml"
"CmdLine"="C:\\Program Files\\GlobalSCAPE\\CuteFTP\\Cutftp32.exe"
"DiscussionURL"="http://www.globalscape.com/Discussion"
"ManRegisterURL"="http://www.globalscape.com/products/man-register.html"
"OnlineKnowledgeBaseURL"="http://www.cuteftp.com/cgi-bin/kbase.cgi"
"RegisterLostKeyURL"="http://www.globalscape.com/products/cuteftp/lostkey.html"
"Shell Integration"="1"
"WhyRegisterURL"="http://www.globalscape.com/purchase/whyregister.shtml"

[Software\\GlobalSCAPE Inc.\\CuteFTP\\prs] 1106342962
"ftplocpatch"="ftp://ftp.cuteftp.com/update/cuteftp"

[Software\\Microsoft\\AudioCompressionManager\\Driv erCache\\msacm32.dll] 1106342975
"aFormatTagCache"=hex:01,00,00,00,10,00,00,00
"cFilterTags"=dword:00000000
"cFormatTags"=dword:00000001
"fdwSupport"=dword:00000002

[Software\\Microsoft\\Windows\\CurrentVersion\\App Paths] 1106492993
@=""

[Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\FlashFXP.exe] 1106493116
@="C:\\PROG~FBU\\FlashFXP\\FlashFXP.exe"
"Path"="C:\\PROG~FBU\\FlashFXP\\"

[Software\\Microsoft\\Windows\\CurrentVersion\\Font s] 1066124368
@=""
"A.D. MONO (TrueType)"="a_d_mono.ttf"
"ActionIs (TrueType)"="actionis.ttf"
"Adventure Normal (TrueType)"="Adventure.ttf"
"Babelfish (TrueType)"="babelfish.ttf"
"Bazaronite (TrueType)"="bazaroni.ttf"
"Beta Dance (TrueType)"="betadance.ttf"
"Betsy Flanagan (TrueType)"="betsy.ttf"
"Binary (TrueType)"="binary.ttf"
"Bitstream Vera Sans Bold (TrueType)"="VeraBd.ttf"
"Bitstream Vera Sans Bold Oblique (TrueType)"="VeraBI.ttf"
"Bitstream Vera Sans Mono Bold (TrueType)"="VeraMoBd.ttf"
"Bitstream Vera Sans Mono Bold Oblique (TrueType)"="VeraMoBI.ttf"
"Bitstream Vera Sans Mono Oblique (TrueType)"="VeraMoIt.ttf"
"Bitstream Vera Sans Mono Roman (TrueType)"="VeraMono.ttf"
"Bitstream Vera Sans Oblique (TrueType)"="VeraIt.ttf"
"Bitstream Vera Sans Roman (TrueType)"="Vera.ttf"
"Bitstream Vera Serif Bold (TrueType)"="VeraSeBd.ttf"
"Bitstream Vera Serif Roman (TrueType)"="VeraSe.ttf"
"Blue Highway Bold (TrueType)"="Bluehigb.ttf"
"Blue Highway (TrueType)"="Bluehigh.ttf"
"Blue Highway Condensed (TrueType)"="Bluehigc.ttf"
"Brand New (TrueType)"="brandnew.ttf"
"Captain Podd (TrueType)"="CaptainPodd.ttf"
"Creature (TrueType)"="creature.ttf"
"Davis (TrueType)"="davis.ttf"
"Densmore (TrueType)"="densmore.ttf"
"der D?monschriftkegel (TrueType)"="demon.ttf"
"Die Nasty SuperBold (TrueType)"="dienasty.ttf"
"DirtyBaker'sDozen (TrueType)"="dirtydoz.ttf"
"Distortia (TrueType)"="distortia.ttf"
"Edgewater (TrueType)"="edgewater.ttf"
"Electroharmonix (TrueType)"="electroh.ttf"
"Eli 5.0b 1 (TrueType)"="eli5.0-.ttf"
"Embargo (TrueType)"="embargo2.ttf"
"Fadgod (TrueType)"="fadgod.ttf"
"Failed Attempt (TrueType)"="failed.ttf"
"FakeReceipt (TrueType)"="fakerece.ttf"
"Flubber (TrueType)"="flubber.ttf"
"Font in a Red Suit (The Christmas Font) (TrueType)"="fontrstc.ttf"
"Fudd (TrueType)"="fudd.ttf"
"Golden Girdle Normal (TrueType)"="goldengi.ttf"
"HydrogenWhiskey (TrueType)"="hydrogen.ttf"
"Ikarus Regular (TrueType)"="ikarrg.ttf"
"Ikarus Turbulence (TrueType)"="ikart.ttf"
"Ikarus Vulture (TrueType)"="ikarv.ttf"
"Independence Normal (TrueType)"="independ.ttf"
"Indigo Joker (TrueType)"="indigo.ttf"
"Larabiefont (TrueType)"="larabief.ttf"
"Luxi Mono (TrueType)"="luximr.ttf"
"Luxi Mono Bold (TrueType)"="luximb.ttf"
"Luxi Mono Bold Oblique (TrueType)"="luximbi.ttf"
"Luxi Mono Oblique (TrueType)"="luximri.ttf"
"Luxi Sans (TrueType)"="luxisr.ttf"
"Luxi Sans Bold (TrueType)"="luxisb.ttf"
"Luxi Sans Bold Oblique (TrueType)"="luxisbi.ttf"
"Luxi Sans Oblique (TrueType)"="luxisri.ttf"
"Luxi Serif (TrueType)"="luxirr.ttf"
"Luxi Serif Bold (TrueType)"="luxirb.ttf"
"Luxi Serif Bold Oblique (TrueType)"="luxirbi.ttf"
"Luxi Serif Oblique (TrueType)"="luxirri.ttf"
"malayalam (TrueType)"="malayalam.ttf"
"mdk_teams Normal (TrueType)"="mdk_teams.otf"
"Raghindi (TrueType)"="raghu.ttf"

[Software\\Microsoft\\Windows\\CurrentVersion\\Shel l Extensions\\Approved] 1106342962
"{8f7261d0-d2b9-11d2-9909-00605205b24c}"="CuteFTP Shell Extension"

[Software\\Microsoft\\Windows\\CurrentVersion\\Unin stall\\Battle.net] 1107105879
"DisplayName"="Battle.net"
"UninstallString"="c:\\windows\\bnetunin.exe"

[Software\\Microsoft\\Windows\\CurrentVersion\\Unin stall\\CuteFTP] 1106342963
"DisplayName"="CuteFTP"
"UninstallString"="C:\\PROG~FBU\\GLOB~GY2\\CuteFTP\\UNWISE32.EXE C:\\PROG~FBU\\GLOB~GY2\\CuteFTP\\INSTALL.LOG"

[Software\\Microsoft\\Windows\\CurrentVersion\\Unin stall\\Diablo] 1107105879
"DisplayName"="Diablo"
"UninstallString"="c:\\windows\\diabunin.exe"

[Software\\Microsoft\\Windows\\CurrentVersion\\Unin stall\\FlashFXP] 1106492993
"DisplayName"="FlashFXP"
"UninstallString"="C:\\PROG~FBU\\FlashFXP\\UNWISE.EXE C:\\PROG~FBU\\FlashFXP\\INSTALL.LOG"

[Software\\Wine\\Drives] 1106342951

[Software\\Wine\\Wine\\Fonts\\External Fonts] 1107105883
"A.D. MONO (TrueType)"="a_d_mono.ttf"
"ActionIs (TrueType)"="actionis.ttf"
"Adventure Normal (TrueType)"="Adventure.ttf"
"Babelfish (TrueType)"="babelfish.ttf"
"Bazaronite (TrueType)"="bazaroni.ttf"
"Beta Dance (TrueType)"="betadance.ttf"
"Betsy Flanagan (TrueType)"="betsy.ttf"
"Binary (TrueType)"="binary.ttf"
"Bitstream Vera Sans Bold (TrueType)"="VeraBd.ttf"
"Bitstream Vera Sans Bold Oblique (TrueType)"="VeraBI.ttf"
"Bitstream Vera Sans Mono Bold (TrueType)"="VeraMoBd.ttf"
"Bitstream Vera Sans Mono Bold Oblique (TrueType)"="VeraMoBI.ttf"
"Bitstream Vera Sans Mono Oblique (TrueType)"="VeraMoIt.ttf"
"Bitstream Vera Sans Mono Roman (TrueType)"="VeraMono.ttf"
"Bitstream Vera Sans Oblique (TrueType)"="VeraIt.ttf"
"Bitstream Vera Sans Roman (TrueType)"="Vera.ttf"
"Bitstream Vera Serif Bold (TrueType)"="VeraSeBd.ttf"
"Bitstream Vera Serif Roman (TrueType)"="VeraSe.ttf"
"Blue Highway Bold (TrueType)"="Bluehigb.ttf"
"Blue Highway (TrueType)"="Bluehigh.ttf"
"Blue Highway Condensed (TrueType)"="Bluehigc.ttf"
"Brand New (TrueType)"="brandnew.ttf"
"Captain Podd (TrueType)"="CaptainPodd.ttf"
"Creature (TrueType)"="creature.ttf"
"Davis (TrueType)"="davis.ttf"
"Densmore (TrueType)"="densmore.ttf"
"der D?monschriftkegel (TrueType)"="demon.ttf"
"Die Nasty SuperBold (TrueType)"="dienasty.ttf"
"DirtyBaker'sDozen (TrueType)"="dirtydoz.ttf"
"Distortia (TrueType)"="distortia.ttf"
"Edgewater (TrueType)"="edgewater.ttf"
"Electroharmonix (TrueType)"="electroh.ttf"
"Eli 5.0b 1 (TrueType)"="eli5.0-.ttf"
"Embargo (TrueType)"="embargo2.ttf"
"Fadgod (TrueType)"="fadgod.ttf"
"Failed Attempt (TrueType)"="failed.ttf"
"FakeReceipt (TrueType)"="fakerece.ttf"
"Flubber (TrueType)"="flubber.ttf"
"Font in a Red Suit (The Christmas Font) (TrueType)"="fontrstc.ttf"
"Fudd (TrueType)"="fudd.ttf"
"Golden Girdle Normal (TrueType)"="goldengi.ttf"
"HydrogenWhiskey (TrueType)"="hydrogen.ttf"
"Ikarus Regular (TrueType)"="ikarrg.ttf"
"Ikarus Turbulence (TrueType)"="ikart.ttf"
"Ikarus Vulture (TrueType)"="ikarv.ttf"
"Independence Normal (TrueType)"="independ.ttf"
"Indigo Joker (TrueType)"="indigo.ttf"
"Larabiefont (TrueType)"="larabief.ttf"
"Luxi Mono (TrueType)"="luximr.ttf"
"Luxi Mono Bold (TrueType)"="luximb.ttf"
"Luxi Mono Bold Oblique (TrueType)"="luximbi.ttf"
"Luxi Mono Oblique (TrueType)"="luximri.ttf"
"Luxi Sans (TrueType)"="luxisr.ttf"
"Luxi Sans Bold (TrueType)"="luxisb.ttf"
"Luxi Sans Bold Oblique (TrueType)"="luxisbi.ttf"
"Luxi Sans Oblique (TrueType)"="luxisri.ttf"
"Luxi Serif (TrueType)"="luxirr.ttf"
"Luxi Serif Bold (TrueType)"="luxirb.ttf"
"Luxi Serif Bold Oblique (TrueType)"="luxirbi.ttf"
"Luxi Serif Oblique (TrueType)"="luxirri.ttf"
"malayalam (TrueType)"="malayalam.ttf"
"mdk_teams Normal (TrueType)"="mdk_teams.otf"
"Raghindi (TrueType)"="raghu.ttf"

[System\\CurrentControlSet\\Control\\Nls\\Codepage] 1066124368
"37"=""
"ACP"="1252"
"MACCP"="10000"
"OEMCP"="850"

[System\\CurrentControlSet\\Control\\Print\\Environ ments\\Windows 4.0\\Drivers\\PS Driver] 1066124368
"Configuration File"="wineps16"
"Data File"="<datafile?>"
"Datatype"="RAW"
"Dependent Files"=str(7):""
"Driver"="wineps16"
"Help File"="<helpfile?>"
"Help Files"=""
"Monitor"="<monitor name?>"
"Version"=dword:00000400

[System\\CurrentControlSet\\HardwareProfiles\\Curre nt] 1106342951


Hat wer eine Idee??

Gruß
LT

linux_trottel
02.02.05, 20:19
Hab cedega installiert...

Anschließend nur

cedega /mnt/cdrom/install.exe

eingegeben...

und schon funzt alles....

Ruebezahl
11.03.05, 13:35
Nun, ich hab StarCraft jetzt mit dem Tipp von dot installiert bekommen (danke nochmal, hab mich echt totgegoogled, um mal irgendwas dazu zu finden) ... leider kann ich StarCraft jetzt nicht starten. Er findet die CD nicht. Hab in der System.reg nachgeschaut, da ist der CD-Rom-Path mit z:\\mnt\dvd angegeben ... also wenn z: meine Linux-Platte wäre ist das korrekt. Was mache ich falsch?

Edit
Um genau zu sein erhalte ich folgende Fehlermeldung, und zwar auch, wenn ich BroodWar installieren will:

DATEIFEHLER
StarCraft kann eine benötigte Datei nicht lesen. Möglicherweise liegt Ihre StarCraft-CD nicht im Laufwerk. etc. pp ...

MattesKr
11.08.06, 11:41
dieses Problem hatte ich anfangs auch
habe dann aber ein Wintool gefunden der mir den Pfad in die regestry schreibt



http://broodwar.ingame.de/articles/article.php?intID=1673&intTemplate=3&intSite=6
Patchprobleme und ihre Lösungen:
Es erscheint die Meldung

Registry error loading key 'Starcraft\InstallPath'


StarCraft kann "sich" nicht finden.

Bei jedem Patch tritt dieses Problem wieder zu Tage: Wenn der Eintrag in der Registry fehlt, in dem das StarCraft-Verzeichnis angegeben ist, dann kann das Patch nicht funktionieren, weil es StarCraft nicht findex.

Wer nicht von Hand in der Registrierung herumfummeln möchte, kann ein kleines Tool aus unserer Filebase nutzen, das ursprünglich eine Ergänzung zum SCXE-Installer war.

» SC Directory Fix (221 kB)
http://www.ingame.de/filebase/index.php?action=file&fid=2113&cid=8


damit hat es wunderbar geklappt :)