Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I have this error

A topic by nievesowu created Jan 30, 2024 Views: 701 Replies: 5
Viewing posts 1 to 6
(+1)

Celeste 64 v.1.0.0

Error Log (1/29/2024 8:03:26 PM)

Call Stack:

System.DllNotFoundException: Dll was not found.

   at Foster.Framework.Platform.FosterStartup(FosterDesc)

   at Foster.Framework.App.Run(String, Int32, Int32, Boolean )

   at Foster.Framework.App.Run[T](String, Int32, Int32, Boolean )

   at Celeste64.Program.Main(String[]) in C:\Users\thenb\Projects\Celeste64_Dev\Source\Program.cs:line 23

Game Output:

Celeste 64 v.1.0.0

Foster: v0.1.13

Platform: Microsoft Windows 10.0.19045 (X64)

Framework: .NET 8.0.0

Developer

Did you unzip all the game files in a folder?

Yes but I still get that error

Same error here. Tried redownloading and unzipping the game -- I wonder if somehow Windows Defender (on Windows 10) even when off is somehow tampering with it on Win10? Running as admin didn't fix it for me, but I saw that it worked for someone else.

Developer

When you unzip the contents of the directory, what is there?

Celeste64.exe

Celeste64.pdb

FosterPlatform.dll

fmod.dll

fmodstudio.dll

fsbank.dll

Content (folder)

and the ErrorLog (txt)


here's my error:

Celeste 64 v.1.0.1
Error Log (1/31/2024 8:57:22 PM)
Call Stack:
System.DllNotFoundException: Dll was not found.
   at Foster.Framework.Platform.FosterStartup(FosterDesc)
   at Foster.Framework.App.Run(String, Int32, Int32, Boolean )
   at Foster.Framework.App.Run[T](String, Int32, Int32, Boolean )
   at Celeste64.Program.Main(String[]) in /home/noel/Projects/Celeste64/Source/Program.cs:line 23
Game Output:
Celeste 64 v.1.0.1
Foster: v0.1.14
Platform: Microsoft Windows 10.0.22621 (X64)
Framework: .NET 8.0.1

(the exact same as OP's error but for some reason it has noel's directory listed in the error for me...?)

(I am on Windows 11 64 bit, since I bet this is a W11 exclusive issue)