Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Raox

Pages: [1]
1
Bugs / Transition Error after 2 or 3 Transitions with Autosaving
« on: October 12, 2016, 10:16:51 pm »
I haven't played for a small while, and loading any of my saves then transitioning around 2 or 3 times will cause a transition error. The game is still fairly playable by this as manual saves will suffice and autosaves on transition can be disabled, but it's relatively annoying.

Code: [Select]
Game Version: 1.0.1.10
Error: System.Exception: Failed to save game 'autosave'. Exception: System.IO.IOException: Cannot create a file when that file already exists.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalMove(String sourceDirName, String destDirName, Boolean checkHost)
   at bhm.ac9(String A_0, Boolean A_1, Boolean A_2) ---> System.IO.IOException: Cannot create a file when that file already exists.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalMove(String sourceDirName, String destDirName, Boolean checkHost)
   at bhm.ac9(String A_0, Boolean A_1, Boolean A_2)
   --- End of inner exception stack trace ---
   at cj2.LogAndThrow[T](Exception innerException, LogSeverity severity, String message, Object[] messageArgs)
   at bhm.ac9(String A_0, Boolean A_1, Boolean A_2)
   at n5.c0(amb A_0)
   at aa7.g(amb A_0)
   at beb.c0(amb A_0)
   at aa7.g(amb A_0)

Pages: [1]