[GH-ISSUE #3625] hedgewars crashes without access to liblua #2277

Closed
opened 2026-05-05 08:58:07 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @jose1711 on GitHub (Sep 7, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3625

hedgewars.profile causes game engine to crash with

The game engine died unexpectedly! (exit code 127)

This has been identified as an issue where hwengine needs access to lua interpreter which is blacklisted in the profile. The following line added to the profile fixed the condition on Arch Linux:

noblacklist /usr/lib/liblua*
Originally created by @jose1711 on GitHub (Sep 7, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3625 `hedgewars.profile` causes game engine to crash with ``` The game engine died unexpectedly! (exit code 127) ``` This has been identified as an issue where `hwengine` needs access to lua interpreter which is blacklisted in the profile. The following line added to the profile fixed the condition on Arch Linux: ``` noblacklist /usr/lib/liblua* ```
Author
Owner

@rusty-snake commented on GitHub (Sep 7, 2020):

Thanks for reporting.

<!-- gh-comment-id:688489399 --> @rusty-snake commented on GitHub (Sep 7, 2020): Thanks for reporting.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2277
No description provided.