This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled exception: page fault on write access to 0x00006ffffb9e0000 in 64-bit code (0x006ffffa66d873). | |
Register dump: | |
rip:00006ffffa66d873 rsp:000000000021f970 rbp:0000000000422a21 eflags:00010216 ( R- -- I -A-P- ) | |
rax:0000000000422a26 rbx:0000000000422a27 rcx:0000000000422a24 rdx:0000000000422a22 | |
rsi:0000000000000001 rdi:00006ffffb5bd5e0 r8:0000000000422a20 r9:00000000fffff90f r10:00006ffffa7d3400 | |
r11:0000000000422a25 r12:0000000000422a23 r13:0000000000000000 r14:0000000000000001 r15:000000000000000a | |
Stack dump: | |
0x0000000021f970: 00006ffffb73fde2 00006ffffb73fde0 | |
0x0000000021f980: 00000000000000e0 0000000000000008 | |
0x0000000021f990: 0000000000000000 00006ffffa670829 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Template file for 'openttd' | |
pkgname=openttd | |
version=13.0 | |
revision=1 | |
_gfxver=7.1 | |
_sfxver=1.0.3 | |
create_wrksrc=yes | |
build_wrksrc=openttd-$version | |
build_style=cmake | |
configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_DATADIR=share -DCMAKE_INSTALL_BINDIR=bin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ gdb src/fceux | |
GNU gdb (GDB) 12.1 | |
Copyright (C) 2022 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Type "show copying" and "show warranty" for details. | |
This GDB was configured as "x86_64-pc-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/login.c b/src/login.c | |
index 57219ae..bc1e904 100644 | |
--- a/src/login.c | |
+++ b/src/login.c | |
@@ -227,7 +227,16 @@ void env_init(struct passwd* pwd) | |
setenv("SHELL", pwd->pw_shell, 1); | |
setenv("USER", pwd->pw_name, 1); | |
setenv("LOGNAME", pwd->pw_name, 1); | |
- setenv("LANG", lang, 1); | |
+ /* setenv("LANG", lang, 1); */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] RetroArch 1.8.8 (Git 351fe36a6d) | |
[INFO] Redirecting save file to "/mnt/data/retroarch/saves/Vib-Ribbon (Europe) (En,Fr,De,Es,It).srm". | |
[INFO] Redirecting save state to "/mnt/data/retroarch/states/Vib-Ribbon (Europe) (En,Fr,De,Es,It).state". | |
[INFO] === Build ======================================= | |
[INFO] CPU Model Name: Intel(R) Pentium(R) CPU G2020 @ 2.90GHz | |
[INFO] Capabilities: MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE4.2 | |
[INFO] Built: Jun 7 2020 | |
[INFO] Version: 1.8.8 | |
[INFO] Git: 351fe36a6d | |
[INFO] ================================================= |