mczero80

Results 28 comments of mczero80

Thank you very much! Point 1 and 3 where the most interesting features for me to add. 2. It just didn't open a command line when I tried starting cmd.exe...

Hi, yes I think that works

`cat /etc/*-release` : `DISTRIB_ID="Arch" DISTRIB_RELEASE="rolling" DISTRIB_DESCRIPTION="Arch Linux" NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" LOGO=archlinux-logo `

Ok I found the problem. When gameimage downloads the linux.flatimage file, the download is broken for some reason. The sha256 hash is incorrect then. When I download it manually and...

Yes, it happened on a clean build directory since the last month or so. Always cleaned the build directory afterwards. Don't have any other download problems here. Maybe it can...

A friend of mine has the same problem. We can only workaround it by having the cached files in the build/cache/ folder. Which means, I can never delete my gameimage...

What I sometimes do: ``` game.flatimage fim-bind add rw /somewhere /host game.flatimage fim-exec bash cp -r /opt/gameimage-games /host/ exit ``` Replace /somewhere with a folder that exists on your machine....