performous / performous

An open-source music and rhythm game.
https://performous.org
Other
489 stars 106 forks source link

performous 1.2 crashes on start #778

Closed marcoSchr closed 2 years ago

marcoSchr commented 2 years ago

Performous & operating system versions

Performous: 1.2.0-1 OS: Arch Linux

What is the problem?

Performous crashes when run

Steps to reproduce

  1. run performous

Additional context

I have rebuild the package with debug symbols and added the stack trace from gdb.

Log(s) & preferences file(s)

infolog.txt gdb.log

ooshlablu commented 2 years ago

We have had users report success in running the AppImage from the latest master build when running on Arch, even on a Steam Deck: https://nightly.link/performous/performous/workflows/build_and_release/master/Performous-latest.AppImage.zip

Lord-Kamina commented 2 years ago

Looks like the LANG issue. Make sure LANG is set to something that makes sense.

OznOg commented 2 years ago

looks like the fedora 32 bug we had on std::regex maybe the library is not uptodate on your system are you sure you have the patch for https://github.com/boostorg/locale/issues/52 on you system?

marcoSchr commented 2 years ago

I have checked the patch for locale, which fixed the issue for me. I have created a bug report for Arch Linux (https://bugs.archlinux.org/task/74992).