Skip to content

Instantly share code, notes, and snippets.

@JonathanILevi
JonathanILevi / bin-error
Last active October 16, 2020 01:37
GFIE
[FORMS.PP] ExceptionOccurred
Sender=Exception
Exception=Could not load library: libGLU.so.1
Stack trace:
$00000000006C11DC
TApplication.HandleException Could not load library: libGLU.so.1
Stack trace:
$00000000006C11DC
Exception at 00000000006C11DC: Exception:
Could not load library: libGLU.so.1.
@JonathanILevi
JonathanILevi / crash log
Created July 1, 2020 00:54
Mobile NixOS rebuild crashing
trace: Building with crossSystem?: aarch64-linux != aarch64-linux → we're not.
building Nix...
trace: Building with crossSystem?: aarch64-linux != aarch64-linux → we're not.
building the system configuration...
trace: Building with crossSystem?: aarch64-linux != aarch64-linux → we're not.
trace: warning: The option `services.xserver.desktopManager.xfce.extraSessionCommands' defined in `/etc/nixos/configuration.nix' has been renamed to `services.xserver.displayManager.sessionCommands'.
these derivations will be built:
/nix/store/8sihfh6d16cv5919h5ggfnh334g6l6lc-pam-environment.drv
/nix/store/00790mkw3clizrv4dy69mhawm0d4fhic-userdel.pam.drv
/nix/store/038kkv1qgfx4dsgkqwga00ich83cm6fi-chfn.pam.drv
@JonathanILevi
JonathanILevi / freezelog
Created June 26, 2020 05:11
Cura build freeze log
installing 'cura-4.6.1'
these derivations will be built:
/nix/store/csy9zi4g1na37znnycr2p0g40k87n5xw-python3.8-uvloop-0.14.0.drv
/nix/store/dl5vkg30cd1br0na3bdaam0myh2jqcr3-python3.8-uvicorn-0.11.5.drv
/nix/store/ccw9hddgz2fbg1xk9nxqhd5hnqvbx31i-python3.8-sanic-19.6.3.drv
/nix/store/8x83spvm1bk56yl52k3dkj4xzi0ka53l-python3.8-sentry-sdk-0.14.4.drv
/nix/store/q3br6wr4birwdngfzqp03y26h57n5ydg-cura-4.6.1.drv
building '/nix/store/csy9zi4g1na37znnycr2p0g40k87n5xw-python3.8-uvloop-0.14.0.drv'...
Sourcing python-recompile-bytecode-hook.sh
Sourcing python-remove-tests-dir-hook
@JonathanILevi
JonathanILevi / test.d
Created April 9, 2020 00:34
Template bug
import std;
void aFoo() {
}
void aBar() {
}
alias vsh1(string name) = (){};
template vsh1(alias foo) {
auto vsh1(Parameters!foo args) {