X-Hax / sa_tools

Sonic Adventure Toolset
http://info.sonicretro.org/SA_Tools
100 stars 24 forks source link

2PLayer Mission Street Loading error #223

Closed Omiyaru closed 1 year ago

Omiyaru commented 2 years ago

Program: SALVL Build Date: 06/27/2022 15:39:52 OS Version: Microsoft Windows NT 10.0.22000.0 Log: ----Loading a new level: Mission Street---- System.IO.FileNotFoundException: Could not find file 'C:\Program Files (x86)\Steam\steamapps\common\Sonic Adventure 2\SA2UNREAL\stg39_MissionStreet2P\objLandTable0039.sa2blvl'. File name: 'C:\Program Files (x86)\Steam\steamapps\common\Sonic Adventure 2\SA2UNREAL\stg39_MissionStreet2P\objLandTable0039.sa2blvl' at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle) at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.File.ReadAllBytes(String path) at SAModel.LandTable.LoadFromFile(String filename) in C:\Programs\sa_tools\Libraries\SAModel\LandTable.cs:line 165 at SAModel.SALVL.MainForm.MainLevelLoadLoop() in C:\Programs\sa_tools\SALVL\Loading.cs:line 839

End-User-Person commented 1 year ago

Fixed in this commit, which also fixes #224 and #225.