mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #395] Segmentation Fault when running ./epsilon.bin on Arch Linux #182
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eyeonus on GitHub (Apr 6, 2026).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/395
Describe the bug
To Reproduce
epsilon.binfrom https://yaya-cout.github.io/Upsilon-binfiles/binaries/beta/simulator/epsilon.binchmod +x ./epsilon.bin./epsilon.binExpected behavior
A window with a calculator being simulated.
Device (please complete the following information):
PC running Arch Linux
w/e version is currently being served at the above web address as of the day of this issue
see above
@eyeonus commented on GitHub (Apr 6, 2026):
coredump-epsilon.tar.gz
@Yaya-Cout commented on GitHub (Apr 7, 2026):
It seems to crash when setting the locale based on your dump.
Which locale do you use?
@eyeonus commented on GitHub (Apr 7, 2026):
That was enough for me to fix it. I use American English except for the time and date format, which I switched to C.
Or thought I did. It was some random country (Qafar) for some weird reason. Anyway, I switched it to the C locale, rebooted. and it works no issues now.