Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

smithaustin

7
Posts
1
Following
A member registered Feb 01, 2024

Recent community posts

Thank you, that did it!

I'm having this same issue on the Linux partition on my Chromebook. Did you ever find a solution?

(1 edit)

Well, I found out that if I reinstall the Linux partition it now uses Debian 12, so it's (slightly) working now. Thank you for the help!

That's right, I'm actually booting Linux, not a chroot environment. Looks like it is Debian 11.  I guess I will try to update glibc.

In other words, I think I'm running the same setup as the OP

I'm running it in the Linux partition on my Chromebook

I'm also trying to get this to run on a Chromebook, but when I try to run Celeste64 (which is an executable) I get the following errors:

System.DllNotFoundException: Unable to load shared library 'FosterPlatform' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
/home/smithaustindaniel/Celeste64/FosterPlatform.so: cannot open shared object file: No such file or directory
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/smithaustindaniel/Celeste64/libFosterPlatform.so)
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./libFosterPlatform.so)
/home/smithaustindaniel/Celeste64/FosterPlatform: cannot open shared object file: No such file or directory
/home/smithaustindaniel/Celeste64/libFosterPlatform: cannot open shared object file: No such file or directory
   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
smithaustindaniel:~/Celeste64$ [2518:0201/015835.804320:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.portal.Error.NotFound: Requested setting not found
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)

Any idea what I'm doing wrong?