CardboardKeep / WardenBugs

2 stars 2 forks source link

Wii U: IOException when loading saves #204

Closed Talsidor closed 8 years ago

Talsidor commented 8 years ago

This was to be expected, saving and loading works completely differently on the Wii U, just need to opt it out of this functionality

I/O: IOException: Win32 IO returned 1. Path: /vol/content/Data/Saves/ I/O: at System.IO.Directory.CreateDirectoriesInternal (System.String path) [0x00000] in :0 I/O: at System.IO.Directory.CreateDirectory (System.String path) [0x00000] in :0 I/O: at GameSave.ReadAllSaves () [0x00000] in :0 I/O: at MainMenuManager.Start () [0x00000] in :0

Talsidor commented 8 years ago

I've modularized the save system to be per platform, Wii U specific implementation is forthcoming, but for now errors are no longer thrown