Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

infinanova

3
Posts
1
Following
A member registered Jul 28, 2017

Recent community posts

I am not using the itch app. In the folder (after I ran the EXE and it crashed with the error mentioned before), I have db2.dat, ICSharpCode.SharpZipLib.dll, logo.png, notes.txt, tmp.dat, and Updater.exe.

I tried it. The small page seemed to stay open for a slight bit longer, but it nevertheless crashed, with the same error. Does it have something to do with my system? I'm running Windows 10.

I get the following error when I try to run the game. It gets to the small page with the Launch button, but then it crashes and the command line opens up and says this:

Unhandled 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.__Error.WinIOError()
   at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
   at System.IO.File.Move(String sourceFileName, String destFileName)
   at LauncherUpdater.Program.Main(String[] args)