Inochi2D / inochi2d

Inochi2D reference implementation aimed at rendering 2D puppets that can be animated in real-time (using eg. facial capture).
BSD 2-Clause "Simplified" License
1.25k stars 47 forks source link

Linux issue #44

Closed TwinkyBellCYaGirl2 closed 1 year ago

TwinkyBellCYaGirl2 commented 1 year ago

Hello @LunaTheFoxgirl , I love how everything is going with inochi 2D! But there’s a minor issue- the package Idc2 failed to open. Do you know how to fix this?

Kind regards,

Twinky image

LunaTheFoxgirl commented 1 year ago

The LDC2 you have on your system is too old to compile Inochi Creator. You'll need to install a newer version of LDC2

grillo-delmal commented 1 year ago

Just wanted to add: The project currently provides stable releases for aarch64 through flathub: https://flathub.org/apps/com.inochi2d.inochi-creator

TwinkyBellCYaGirl2 commented 1 year ago

I got the app from flathub like you said but it keeps closing as soon as I to the command flatpak run com.inochi2d.inochi-creator. Is it because of the old version of LCD2?

LunaTheFoxgirl commented 1 year ago

I got the app from flathub like you said but it keeps closing as soon as I to the command flatpak run com.inochi2d.inochi-creator. Is it because of the old version of LCD2?

Seeing as it's an ARM device you're using (Raspberry Pi?) you may need to force the device to pretend it supports more graphics card features than it actually does. I'm not sure how you do this with flatpak though, some Mesa env vars that need to be set.

TwinkyBellCYaGirl2 commented 1 year ago

The arm device is debian i think

LunaTheFoxgirl commented 1 year ago

The arm device is debian i think

Wait are you using WSL to run it? Inochi2D will not run under Windows Subsystem for Linux. We don't have arm windows builds at the moment, though.

TwinkyBellCYaGirl2 commented 1 year ago

No, I have chrome os build for arm linux, im redoing my steps to make sure i didnt type something else.

LunaTheFoxgirl commented 1 year ago

Ah, we do not currently support Chrome OS, and I don't think their graphics drivers are made to support Inochi2D either. This may change in the future, but for now I don't think you'll be able to run it without replacing chrome os with a full linux install with appropriate drivers.