EinstokFair

Results 18 comments of EinstokFair

It is possible to choose theme via command line argument at command line. But I don't know which name to try. I am unable to get into "options" menu, because...

This too looks like https://github.com/singularity/singularity/issues/304 I propose to close this as a duplicate. distribution maintainers are aware about how to write package metadata, no about specific settings of numpy or...

mine dmesg contain lines [3451059.629531] singularity[2537533]: segfault at 55b0b0e28 ip 00007f60538c645f sp 00007ffcdbb6b688 error 4 in libX11.so.6.4.0[7f6053891000+8c000] [3451059.629549] Code: 00 00 00 00 31 f6 eb be e8 ce b6...

I also rebuilt pygame with -O0 -ggdb3 as was [advised](https://github.com/singularity/singularity/issues/310#issuecomment-909899775) for debugging. Moreover, I done full system rebuild (emerge -e singularity). Didn't helped me either.

/* This function can fill an SDL event from pygame event */ static int [pgEvent_FillUserEvent](https://github.com/pygame/pygame/blob/740896a2cb2d32df1f8a177345576b20ce1d9b43/src_c/event.c#L832-L845)(pgEventObject *e, SDL_Event *event) { Py_INCREF(e->dict); [/* in valgrind log */](https://gist.github.com/EinstokFair/3c6d421c613d32044788f20a1bcb0590#file-gistfile1-txt-L6328) ... return 0; } The...

I am [asking](https://github.com/singularity/singularity/discussions/313) developers of singularity to write an overview on how the game use timers (for what purposes and in which places).

similar error - https://github.com/colobot/colobot/issues/1220 «the 4th parameter crash is what do on crash (0 = stop, 1 = right-left, 2 = left-right, 3 = left, 4 = right, 5 =...

flag(RedFlag); in LeggedSniffer doesn't respect the given color, and always set BlueFlag.