ich hab mit das gcf space tool runtergeladen oder wie das heißt und ich hab auch das net runtime aber immer wenn ich es starten will kommt große fehlermeldung wie kann ich das beheben.
P.S.: Neuinstalliert hab ich schon.
ich hab mit das gcf space tool runtergeladen oder wie das heißt und ich hab auch das net runtime aber immer wenn ich es starten will kommt große fehlermeldung wie kann ich das beheben.
P.S.: Neuinstalliert hab ich schon.
ah es heißt ja GCFScape sorry
Doppelpost:
das ist aber kein unbrauchbarer thread also ned closen.
Geändert von TheStargater (15.06.2008 um 12:24 Uhr) Grund: Doppelposts zusammengefügt
*[L²] einschalt*
Also, wenn ich deinen Plan verfolgen würde, wäre das jetzt der Schritt, wo du Gmod aus dem GCF extrahierst und als SourceMod spielen willst..
Wird nicht gehen...
Kauf es dir halt.
*[L²] down*
Runterladen:
http://www.microsoft.com/downloads/d...d-aab15c5e04f5
Klick here -> Bløg :D
der plan ist leider falsch ich brauche was aus css und hl2 aus den gfc sachen ja des net framework hab ich geladen aber ich bekomme dann immer eine meldung das des net... schon auf meine pc ist und die installation nicht fortgesetzt werden kann. weiß einer warum
Klick here -> Bløg :D
Du musst unter Systemsteuerung/Software das alte NetFramework erst deinstallieren. Hat bei mir auch geholfen.
Edit:
Mist, zu langsam![]()
also wenn ich des tool über den desktop icon starten will kommt so eine fehlermeldung:
Unable to execute file:
E:\GCFScape\GCFScape.exe
CreateProcessed; code 14001.
Diese Anwendung konnte nicht gestartet werden, weil die Anwendungskonfiguration nicht korrekt ist. Zur Problembehebung sollten Sie die Anwenundung neu installieren.
Wenn ich es dann direkt in dem ordner starten will wo ich es installiert hab kommt so eine fehlermeldung:
Die Anwendung konnte nicht gestartet werden, da die Side-by-Side-Kofiguration ungültig ist. Weitere Informationen finden sie im Anwendereignisprotokoll.
Das ist das Anwender... Ding:
===================================
===================================
GCFScape BY: RYAN "NEMESIS" GREGG
===================================
===================================
===========================
Program/Author Information:
===========================
---- General Program Information ----
Date : April 2nd, 2008
Author : Ryan "NEMESIS" Gregg
Title : GCFScape
Build : 1.6.7
Email address : [email protected]
Home page / Website : http://nemesis.thewavelength.net/
---- Program Construction Information ----
Written In : C++ .NET
=============
Requirements:
=============
OS
- Windows Vista
- Windows XP SP2
- Windows 2000 SP3
- Windows ME
- Windows 98
- Windows NT
- Windows Server 2003
CPU
- 90 MHz Intel Pentium Class Processor or Equivalent
RAM
- 32 MB of RAM (96 MB recommended.)
====
FAQ:
====
Q.
When I launch GCFScape I get the following error message:
"The applicationed to initialize properly (0xc0000135). Click ok
to terminate the application."
A.
GCFScape is written in C++ .NET and such as requires the .NET runtimes to
run. See the following link for more information:
http://www.microsoft.com/downloads/d...displaylang=en
Q.
When I launch GCFScape I get the following error message:
"A required .DLL file, MSCOREE.DLL, was not found."
A.
GCFScape is written in C++ .NET and such as requires the .NET runtimes to
run. See the following link for more information:
http://www.microsoft.com/downloads/d...displaylang=en
Q.
Are GCF files compressed archives?
A.
No.
Q.
What are GCF files then?
A.
GCF (Assumed to stand for Game Cache File) files can best be compared to a
virtual file system not unlike FAT or other common file systems. The virtual
file system supports meta data, file fragments, checksums and other minor
features. GCF files are the backbone of Steam's content delivery system.
Q.
Why do I have to close Steam to open a GCF file?
A.
GCFScape uses a technique called file mapping to directly access data in a
GCF file as you would data in memory. This is a useful technique because it
means GCFScape doesn't have to read tons of data into memory to read a GCF
file and it can read a GCF file without having to seek all over the place.
Because Steam opens GCF files in read/write mode and is liable to change the
contents of any GCF file at any time, GCFScape requires that you close Steam.
If Steam was open and it changed the contents of a GCF file while it was mapped,
GCFScape would become unstable and likely crash.
Q.
When I open a package I get the following error message:
"Failed to open file."
A.
GCFScape requires strict read rights to a package file to maintain stability.
Make sure the package file is not open in any other program including Steam.
As a work around you can enable Volatile Access from the Options menu. Note:
this may cause GCFScape to become unstable if Steam is updating the package you
have open.
Q.
When I open a GCF file I get the following error message:
"Invalid GCF version number (vX)."
A.
GCFScape does not know how to read the GCF file version you are attempting to
open. This could be because it is an old GCF file version that I haven't yet
added support for (due to the fact that I don't know what the format is) or a
new GCF file version that a recent Steam update produced. Either way let me know.
Q.
When I open a package I get the following error message:
"Corrupt file."
A.
GCFScape will display this error when it maps a package file to memory only to
find there is not enough data in the file for the resulting map. This may or may
not mean your file is corrupt but almost certainly means GCFScape would crash it
continued to load your package file.
Q.
When I open a package I get the following error message:
"Failed to map view of file."
A.
GCFScape will display this error when the system call MapViewOfFile()s.
This can happen on older operating systems with primitive virtual memory management.
As a work around you can disable File Mapping from the Options menu. Note: disabling
File Mapping will incur a memory and performance penalty.
Q.
When I press the Extract button, a Browse for Folder dialog appears but there is
no directory tree to allow me to select a folder.
A.
There is an unfortunate bug with the .NET framework that causes this dialog to
operate incorrectly. This is a pretty rare occurrence, but there is a workaround:
1. Close GCFScape.
2. Open the gcfscape.cfg file, located in your GCFScape directory, in notepad.
3. Set the GCFScape.ExtractDirectory argument to a folder on your hard drive such as C:\.
4. Open GCFScape and extract your file.
Q.
When I extract a file I get the following error message:
"Error writing [filename] (File contains no physical data to write)."
A.
This error occurs when you attempt to extract a file that has no physical data associated
with it. This is a file that exists in the directory tree but which Steam has not yet
downloaded. Use Steam to make sure the file is fully acquired.
Q.
How do I create a GCF file?
A.
As of yet, not enough is known about the GCF file format to programmatically create one.
There are still plenty of unknown fields that need an understanding before a GCF file can
be created. That said there is also no guarantee that creating a GCF file is all that is
needed for Steam to recognize and make use of it. Some other registration might be required
and may not be possible without hacking Steam. For these reasons I have no plans to add the
ability to create a GCF file.
Q.
How do I modify a GCF file?
A.
The purpose of the GCF file is to make it easy for Steam to update Valve's software.
When a new version of a program (say CS) is released, all Steam has to do is look in
the CS GCF file and compare versions (hashes) of each file to determine if each file
needs to be added, updated or removed. Because of this, if you were to modify a file,
Steam would interpret this as meaning that the file is out of date and redownload
the correct version of the file.
Steam does, however, provide an interface to add or overwrite a file. To add or
overwrite a file simply place it in the corresponding directory in the
Steam\SteamApps\[EMail]\[GCF File] directory on your hard drive. You might have to
create the appropriate subdirectories.
Q.
Will GCFScape be able to create or modify GCF files in the future?
A.
Not likely.
Das Tool ist nicht in meiner Systemsteuerung unter Programme deinstallieren ich hab Vista aber da is es ned aber in c ist so ein Ordner namens Microsoft Net. da ist ein ordner drin und in dem ordner 5 dateien. sonst gar nichts oder muss ich java runter machen damit es geht.
Dein Deutsch ist unmöglich und wir wissen sowieso alle, dass du das nur dazu benutzen wirst dein Gmod als Standalone zu spielen.![]()
Nein! Das stimmt nicht!
Ich will mir was von der CSS.gcf holen und der hl2.gcf holen
Wann versteht ihr das eigentlich.