Created
March 25, 2025 13:24
-
-
Save haruki7049/53463aae884a0ff319cef9fa70dfb3fb to your computer and use it in GitHub Desktop.
Simula
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
$ ldd -r /nix/store/0rnmmwnlrfssbz6s4f96jc9mi1w1ggj5-ghc-9.6.5/lib/ghc-9.6.5/lib/x86_64-linux-ghc-9.6.5/libHSghc-prim-0.10.0-ghc9.6.5.so | grep stg_gc_unpt_r1 | |
undefined symbol: stg_gc_unpt_r1 (/nix/store/0rnmmwnlrfssbz6s4f96jc9mi1w1ggj5-ghc-9.6.5/lib/ghc-9.6.5/lib/x86_64-linux-ghc-9.6.5/libHSghc-prim-0.10.0-ghc9.6.5.so) |
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
$ ./result/bin/simula | |
Godot Engine v3.5.2.stable.custom_build - https://godotengine.org | |
Requested V-Sync mode: Disabled | |
Inconsistent value (1) for DRI_PRIME. Should be < 1 (GPU devices count). Using: 0 | |
OpenGL ES 3.0 Renderer: AMD Radeon RX 6700 XT (radeonsi, navi22, LLVM 19.1.6, DRM 3.59, 6.12.12) | |
Async. shader compilation: OFF | |
WARNING: All audio drivers failed, falling back to the dummy driver. | |
at: initialize (servers/audio_server.cpp:222) | |
libudev.so.1: cannot open shared object file: No such file or directory | |
ERROR: Can't open dynamic library: addons/godot-haskell-plugin/bin/x11/libgodot-haskell-plugin.so. Error: /nix/store/0rnmmwnlrfssbz6s4f96jc9mi1w1ggj5-ghc-9.6.5/lib/ghc-9.6.5/lib/x86_64-linux-ghc-9.6.5/libHSghc-prim-0.10.0-ghc9.6.5.so: undefined symbol: stg_gc_unpt_r1 | |
at: open_dynamic_library (drivers/unix/os_unix.cpp:418) | |
ERROR: No valid library handle, can't get symbol from GDNative object | |
at: get_symbol (modules/gdnative/gdnative.cpp:510) | |
ERROR: No nativescript_init in "res://addons/godot-haskell-plugin/bin/x11/libgodot-haskell-plugin.so" found | |
at: init_library (modules/gdnative/nativescript/nativescript.cpp:1503) | |
Project FPS: 8822 (0.11 mspf) | |
Project FPS: 8948 (0.11 mspf) | |
Project FPS: 8944 (0.11 mspf) | |
ERROR: No valid library handle, can't terminate GDNative object | |
at: terminate (modules/gdnative/gdnative.cpp:417) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment