Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Okey, not to sound really dumb, but I'm super new to comprehending game files. Can you explain to me what Step 4 entails? Like, I went into the file folder and unzipped the programs within my file, like, program(?) and I can open the game once, but once I close it and try to open it again I get this error report:

6/18/2020 9:58:51 PM
Microsoft.Xna.Framework.Content.ContentLoadException: Error loading "Monocle\MonocleDefault". File not found. ---> System.IO.FileNotFoundException: Error loading "Content\Monocle\MonocleDefault.xnb". File not found.
   at Microsoft.Xna.Framework.TitleContainer.OpenStream(String name)
   at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName)
   --- End of inner exception stack trace ---
   at Microsoft.Xna.Framework.Content.ContentManager.OpenStream(String assetName)
   at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T](String assetName, Action`1 recordDisposableObject)
   at Microsoft.Xna.Framework.Content.ContentManager.Load[T](String assetName)
   at Monocle.Draw.Initialize(GraphicsDevice graphicsDevice)
   at Monocle.Engine.LoadContent()
   at Celeste.Celeste.LoadContent()
   at Microsoft.Xna.Framework.Game.Initialize()
   at Monocle.Engine.Initialize()
   at Celeste.Celeste.Initialize()
   at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
   at Monocle.Engine.RunWithLogging()


I haven't saved all of my error reports bc I uninstalled and reinstalled it a few times, but I've gotten similar(?) reports about four times

(2 edits)

Step 4 means that inside your game folder, you should have a folder named "Content" and a application named "Celeste.exe"
If you have this, then your folder structure is correct. 

For the other part of your problem i am to no help, sorry.


Edit: Found this by looking around https://itch.io/t/828532/cant-lauch

"if u look it seems like it cant find a monocle or something, i had 3 different folders with celeste stuff in each, stuff like the application, error log and whatever fmod is in one, then i had two different files called backups and content. because it said file not found i tried making its job easier and basically just chucked all the Celeste stuff on my computer in one folder and it works fine, the application opens and it had  my previous save.

i dont know if what i did actually fixed it or if it just fixed itself, but it worked for me."


REALLY DUMB SUGGESTION: Try downloading the game again, unpack it - > try it, if it doesnt work download a new copy of the game and unpack that one aswell. Now cop all the files you unpacked the second time into the folder with the game that doesn't work, pray.


I honestly don't think this will work, but it's worth a shot. 

Thanks! I'll certainly try it