Skip to content

Instantly share code, notes, and snippets.

View caryoscelus's full-sized avatar

caryoscelus caryoscelus

View GitHub Profile
@caryoscelus
caryoscelus / shell.nix
Created September 21, 2023 12:51
run games in nixos shell.nix
{ pkgs ? import <nixpkgs> {} }:
(pkgs.buildFHSEnv {
name = "launch-env";
targetPkgs = pkgs: (with pkgs; [
udev
alsa-lib
fontconfig
libxkbcommon
libGL
@caryoscelus
caryoscelus / backtraces.txt
Created December 23, 2016 17:16
More synfig crash backtraces
#0 0x00007ffff6393f43 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#1 0x0000555555fbb0e7 in studio::CanvasTreeStore::get_value_vfunc(Gtk::TreeIter const&, int, Glib::ValueBase&) const ()
#2 0x0000555555fe3863 in studio::LayerParamTreeStore::get_value_vfunc(Gtk::TreeIter const&, int, Glib::ValueBase&) const ()
#3 0x00007ffff7a1a875 in Gtk::TreeModel_Class::get_value_vfunc_callback(_GtkTreeModel*, _GtkTreeIter*, int, _GValue*) ()
from /usr/lib/x86_64-linux-gnu/libgtkmm-3.0.so.1
#4 0x0000555555c92ee7 in synfigapp::ValueDesc Gtk::TreeRow::get_value<synfigapp::ValueDesc>(Gtk::TreeModelColumn<synfigapp::ValueDesc> const&) const ()
#5 0x0000555555c8d40c in Gtk::TreeValueProxy<synfigapp::ValueDesc>::operator synfigapp::ValueDesc() const ()
#6 0x0000555555fb9674 in studio::CanvasTreeStore::get_value_vfunc(Gtk::TreeIter const&, int, Glib::ValueBase&) const ()
#7 0x0000555555fe3863 in studio::LayerParamTreeStore::get_value_vfunc(Gtk::TreeIter const&, int, Glib::ValueBase&) const ()
#8 0x00007ffff7a1
@caryoscelus
caryoscelus / crash.txt
Last active September 28, 2016 18:23
Random Synfig Studio crash
*** Error in `synfigstudio': double free or corruption (fasttop): 0x0000000001f6f6c0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7f66f8981bcb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fa6)[0x7f66f8987fa6]
/lib/x86_64-linux-gnu/libc.so.6(+0x7779e)[0x7f66f898879e]
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0(+0x5aa59)[0x7f66f15fba59]
/usr/lib/x86_64-linux-gnu/libpixman-1.so.0(pixman_region32_union+0xb2)[0x7f66f15fcf62]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(cairo_region_union+0x27)[0x7f66fa1ac3f7]
/usr/lib/x86_64-linux-gnu/libgdk-3.so.0(+0x4f5dc)[0x7f66fb3085dc]
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0(gtk_widget_queue_draw_area+0xd2)[0x7f66fb92d502]