Skip to main content

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

When you say "run on a Chromebook", is this a Chromebook running Linux, or a Chromebook running ChromeOS? I suspect the latter.

Looks like there's a few problems here, your GLIBC is maybe too old, and looks like maybe libva can't identify your driver. I think probably this just isn't going to work in ChromeOS.

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

OK, just to be explicit, you're actually booting Linux, right? Not using like a chroot environment on ChromeOS? 

If so, it sounds like your distro is old. GLIBC 2.36 is the current glibc in debian, so youd have to be on debian 11 or older, or maybe Ubuntu 20.04 or something. Is that right?

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.

(1 edit) (+1)

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!

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