Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create catgirl-engine #3323

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

lexi-the-cute
Copy link

No description provided.

@lexi-the-cute
Copy link
Author

im not sure what url should be used for this repo, but for the auto-update feature of the appimage itself, i use gh-releases-zsync|lexi-the-cute|catgirl-engine|latest|$APPIMAGE_FILENAME.zsync where $APPIMAGE_FILENAME is set at build time in the build script https://github.com/lexi-the-cute/catgirl-engine/blob/main/.github/workflows/build-linux-gnu-x86_64-appimage.yml

@lexi-the-cute
Copy link
Author

the auto update to automatically match the latest version works now since i stopped marking the builds as pre-releases and just rely on the semver format alone to demonstrate that the game engine is still in active development

@lexi-the-cute
Copy link
Author

maybe replacing it with this url would work to automatically grab the latest file? https://github.com/lexi-the-cute/catgirl-engine/releases/latest/download/catgirl-engine-x86_64.AppImage

@lexi-the-cute
Copy link
Author

lexi-the-cute commented Mar 30, 2024

it appears the build fails due to a missing library. never seen this error before. will have to look into it

ERROR catgirl_engine::setup > Caught panic: "Library libxkbcommon-x11.so could not be loaded."

i believe libxkbcommon-x11-dev is the only package missing from

packages: sudo imagemagick libasound2-dev pulseaudio-utils alsa-utils alsa-oss libjack0 desktop-file-utils xmlstarlet xsel xterm xvfb icewm x11-utils x11-apps netpbm xdotool libgl1-mesa-dri libgl1-mesa-dev mesa-utils libosmesa6 libsdl1.2-dev libsdl2-2.0-0 fonts-wqy-microhei libfile-mimeinfo-perl
. i haven't ran the unit test itself yet, but am testing on a VPS i happened to be running ubuntu on

@lexi-the-cute
Copy link
Author

bumping this to ask for inclusion

@probonopd
Copy link
Member

Thanks @lexi-the-cute.

Is this how the main screen is supposed to look?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants