xbox-winfsp icon indicating copy to clipboard operation
xbox-winfsp copied to clipboard

Brings native support for Xbox filesystems (FATX, STFS & GDFX/XGD/XDVDFS) to Windows.

Results 10 xbox-winfsp issues
Sort by recently updated
recently updated
newest added

This commit avoids the collision between OG Xbox's Cache X and 360's Cache 0 by checking the type beforehand. Note that the magic is guaranteed to exist on the OG...

Chihiro images are flat fatx partitions in 2 sizes, 512M and 1GB, neither work.

Unhandled Exception: System.TypeInitializationException: The type initializer fo r 'Fsp.Interop.Api' threw an exception. ---> System.TypeLoadException: incorrect dll version (need 1.6, have 2.0) at Fsp.Interop.Api.CheckVersion() at Fsp.Interop.Api..cctor() --- End of inner exception...

When I try to mount [this x360 disc](http://redump.org/disc/58095/), nothing happens. The cmd window opens and then... nothing. I'm not sure why or what's going on. I tried enabling the debug...

Mention that third party file explorers such as 7zipfm can be used if they are able to be ran as admin

I only have 1 example (so far/yet), but the language listed as Unused10 [here ](https://github.com/emoose/xbox-winfsp/blob/a6accfbd1fb9fa84b9f4a869d0769b72f2e4a039/Utility.cs#L243) is actually Russian in this one example: ``` DisplayName[English] = LEGO® Pirates of the Caribbean...

**The problem:** Calling INSTALL.BAT from a folder containing a space gives an error. **The solution:** Changing line 3 in INSTALL.BAT from: `%~dp0xbox-winfsp.exe -s` to `"%~dp0xbox-winfsp.exe" -s` The program itself seems...

Hi! I'm wondering if the tool can be invoked from the command line instead of right-click? If so; how (and consider adding it to the readme/manual)? If not: consider this...

Hey there, was just wondering if there's any way you could add package creation support. I know it's not a small request, but we're currently working on a tool for...