Skip to content

Instantly share code, notes, and snippets.

@weirddan455
Created January 25, 2025 21:05
Show Gist options
  • Save weirddan455/6b522628d9c3687d0063c8fcb6bff372 to your computer and use it in GitHub Desktop.
Save weirddan455/6b522628d9c3687d0063c8fcb6bff372 to your computer and use it in GitHub Desktop.
Dosbox Staging Cmake Crash
date time |
2025-01-25 15:03:34.954 | arguments: ./dosbox
2025-01-25 15:03:34.954 | Current dir: /home/daniel/code/dosbox-staging/build/release
2025-01-25 15:03:34.954 | stderr verbosity: 0
2025-01-25 15:03:34.954 | -----------------------------------
2025-01-25 15:03:34.954 | dosbox-staging version 0.83.0-alpha ()
2025-01-25 15:03:34.954 | ---
2025-01-25 15:03:34.954 | LOG: Loguru version 2.1.0 initialised
2025-01-25 15:03:34.957 | CONFIG: Loaded primary config file '/home/daniel/.config/dosbox/dosbox-staging.conf'
2025-01-25 15:03:34.957 | LOCALE: Using internal English language messages (detected from 'LANG=en_US.UTF-8')
2025-01-25 15:03:35.008 | SDL: version 2.30.11 initialised (x11 video and pulseaudio audio)
2025-01-25 15:03:35.008 | DISPLAY: Using 1067x800 window size in windowed mode on display-0
2025-01-25 15:03:35.090 | OPENGL: Vendor: AMD
2025-01-25 15:03:35.090 | OPENGL: Version: 4.6 (Compatibility Profile) Mesa 22.3.6
2025-01-25 15:03:35.090 | OPENGL: GLSL version: 4.60
2025-01-25 15:03:35.090 | OPENGL: NPOT textures supported
2025-01-25 15:03:35.090 | RENDER: Using adaptive CRT shader based on the graphics standard of the video mode
2025-01-25 15:03:35.090 | RENDER: Shader file 'crt/hercules' not found
2025-01-25 15:03:35.090 | RENDER:
2025-01-25 15:03:35.090 | RENDER: List of available GLSL shaders
------------------------------
2025-01-25 15:03:35.090 | RENDER:
2025-01-25 15:03:35.090 | RENDER: Path './glshaders' does not exist.
2025-01-25 15:03:35.090 | RENDER:
2025-01-25 15:03:35.090 | RENDER: Path '/home/daniel/.config/dosbox/glshaders' has no shaders.
2025-01-25 15:03:35.090 | RENDER:
2025-01-25 15:03:35.090 | RENDER: The above shaders can be used exactly as listed in the 'glshader'
config setting, without the need for the resource path or .glsl extension.
Stack trace:
10 0x55597a81b141 ./dosbox(+0x103141) [0x55597a81b141]
9 0x7fccae046305 __libc_start_main + 133
8 0x7fccae04624a /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fccae04624a]
7 0x55597ab9090e ./dosbox(+0x47890e) [0x55597ab9090e]
6 0x55597a869002 ./dosbox(+0x151002) [0x55597a869002]
5 0x55597a8690d2 ./dosbox(+0x1510d2) [0x55597a8690d2]
4 0x55597ab96dbc ./dosbox(+0x47edbc) [0x55597ab96dbc]
3 0x55597ab8daa5 ./dosbox(+0x475aa5) [0x55597ab8daa5]
2 0x55597ab5811a ./dosbox(+0x44011a) [0x55597ab5811a]
1 0x55597ab98332 ./dosbox(+0x480332) [0x55597ab98332]
0 0x55597ab98c4c ./dosbox(+0x480c4c) [0x55597ab98c4c]
2025-01-25 15:03:35.090 | ABORT: RENDER: Fallback shader file 'interpolation/bilinear' not found and is mandatory
Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment