Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
72 stars 8 forks source link

Fails to transfer some files from Midnight Club 3 Dub #35

Closed GXTX closed 11 months ago

GXTX commented 11 months ago

image

GetLastError() is giving ERROR_INVALID_NAME or 0x7B but I can't find where this is being set?

Had the server print out some info on the files... ftp->parameters / ftp->path / get_win_path(ftp->path)

450 abc loadscreen_career_tournament_SDCompound.xbck / /F/MC3DU/flash / F:\MC3DU\flash
226 abc bg_arcade.xbck                               / /F/MC3DU/flash / F:\MC3DU\flash

XBMC successfully transfers these files

Ryzee119 commented 11 months ago

Doesnt FATX have a 42 character filename limit? Careful with XBMC, it can silently truncate these long filenames

GXTX commented 11 months ago

Makes sense!