coatlessali / UltraNix

Lets you run ULTRAKILL on x86_64 Linux and MacOS natively with OpenGL.
Other
45 stars 3 forks source link

Aborted (Core dumped) #5

Closed UdontKnowMe-git closed 1 year ago

UdontKnowMe-git commented 1 year ago

I am a Deb linux user So i have Ultrakill installed and it runs as well. I tried running it on WINE and it ran very choppy. So i came across this project. I followed the install instructions correctly as well. It doesnt run using the Steam cmd so i tried running it directly using: ./ULTRAKILL.x86_64 But terminal shows me the following error: Aborted (core dumped) What is the issue why am i encountering this error and how do i fix this?

coatlessali commented 1 year ago

It is a known bug that the game will just refuse to launch sometimes, even multiple times in a row before finally launching. This becomes more frequent if you preload SDL for Wayland support. You could also try running through Steam Flatpak.

I'm looking into why this happens, as it seems wholly inconsistent.

UdontKnowMe-git commented 1 year ago

image

UdontKnowMe-git commented 1 year ago

Also i cant seem to be able to install even flatpak steam cause i tried it from both flathub and by downloading the .flatpak file and in both cases i recieve the error that my installed flatpak ver. is old. So i tried using the ppa of flatpak and it says "IP not found" for some reason so i cant install the flatpak version. Any other suggestions?

coatlessali commented 1 year ago

Upgrade to the latest version of your distro. Old versions of Flatpak are still shipped in some repos, and are barely functional.

UdontKnowMe-git commented 1 year ago

idk i seem to have the latest distro cause i use a chromebook and it doesnt show anymore updates

coatlessali commented 1 year ago

What does cat /etc/os-release say?

UdontKnowMe-git commented 1 year ago

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

coatlessali commented 1 year ago

You need to upgrade to Debian 12. Debian 11 has a very outdated version of Flatpak.

I don't support Chromebooks currently due to the finess required to make them play nicely, but let me know how it goes.

UdontKnowMe-git commented 1 year ago

how do i update it using a deb repo? I tried it with WINE and it worked. Is there something similar for updating the flatpak pkg too?

coatlessali commented 1 year ago

You will need to refer to Debian's instructions for upgrading the distro. I would recommend staying away from PPAs, as they tend to cause breakages. I don't run a Debian system myself, so I'm unsure of the exact steps to take. Previously I have confirmed the port to work correctly under Debian 12 without any sandboxing necessary.

coatlessali commented 1 year ago

Closing as wontfix, as I have no way of debugging this.