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
Game Started Wednesday, April 15, 2020 5:14:48 PM | |
[0.5573851]: [log] Keybind version mismatch, resetting keybinds | |
[0.5573851]: [log] Logging player activity to /home/skeh/.config/unity3d/Wolfire Games/Receiver2/player_action.log | |
[0.5573851]: [log] Logging application log output to /home/skeh/.config/unity3d/Wolfire Games/Receiver2/application.log | |
[0.5573851]: [log] Successfully retreived user stats | |
[11.29207]: [warn] Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak | |
[11.29207]: | |
[11.29207]: [warn] To Debug, enable the define: TLA_DEBUG_STACK_LEAK in ThreadsafeLinearAllocator.cpp. This will output the callstacks of the leaked allocations | |
[11.29207]: | |
[13.30825]: [warn] Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak |
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
Mono path[0] = '/home/skeh/.local/share/Steam/steamapps/common/Receiver 2/Receiver2_Data/Managed' | |
Mono config path = '/home/skeh/.local/share/Steam/steamapps/common/Receiver 2/Receiver2_Data/MonoBleedingEdge/etc' | |
Preloaded 'libcimgui.so' | |
Preloaded 'libfmod.so' | |
Preloaded 'libfmodL.so' | |
Preloaded 'libfmodstudio.so' | |
Preloaded 'libfmodstudioL.so' | |
Preloaded 'libsteam_api.so' | |
Preloaded 'ScreenSelector.so' | |
Preloaded 'libresonanceaudio.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
EDIT: found the other logs! Latest crash occured due to shots by a turret rather than the player, so its definitly projectile -> environemnt related | |
Player.log: https://gist.github.com/Skehmatics/03dc2f58a1188735f46e0eaf99f80432 | |
application.log: https://gist.github.com/Skehmatics/5a8bd18b01a1be55c974243ccaf698a3 | |
ERROR: ld.so: object '/home/skeh/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. | |
>>> Adding process 38876 for game ID 1129310 | |
>>> Adding process 38880 for game ID 1129310 | |
[New LWP 36847] | |
[New LWP 36857] | |
[New LWP 36858] |
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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:3eed34258c1f3b0777e8d2e60f5d491793b4035a] |
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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:3eed34258c1f3b0777e8d2e60f5d491793b4035a] |
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
To Action From | |
-- ------ ---- | |
192.168.0.0/24 ALLOW Anywhere | |
Anywhere ALLOW 192.168.0.0/24 | |
Anywhere on tun0 ALLOW Anywhere | |
Anywhere (v6) on tun0 ALLOW Anywhere (v6) | |
1194/udp ALLOW OUT Anywhere | |
Anywhere ALLOW OUT Anywhere on tun0 | |
192.168.0.0/24 ALLOW OUT Anywhere |
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
### Keybase proof | |
I hereby claim: | |
* I am skehmatics on github. | |
* I am skehmatics (https://keybase.io/skehmatics) on keybase. | |
* I have a public key whose fingerprint is 3EED 3425 8C1F 3B07 77E8 D2E6 0F5D 4917 93B4 035A | |
To claim this, I am signing this object: |
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
; generated_rule Cava | |
( if | |
( begin | |
( is ( window_name ) "cava" ) | |
) | |
( begin | |
( pin ) | |
( undecorate ) | |
( skip_pager ) | |
( skip_tasklist ) |
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
#!/bin/bash | |
# export DBUS_SESSION_BUS_ADDRESS environment variable because cron hates me | |
PID=$(pgrep -u USER gnome-session-b) | |
export DBUS_SESSION_BUS_ADDRESS=$(grep -z DBUS_SESSION_BUS_ADDRESS /proc/$PID/environ|cut -d= -f2-) | |
/usr/bin/gsettings set org.gnome.shell.extensions.user-theme name 'Flat-Plat' | |
/usr/bin/gsettings set org.gnome.desktop.interface gtk-theme 'Flat-Plat' | |
/usr/bin/gsettings set org.gnome.desktop.background picture-uri 'file://WALLPAPER-PATH' | |
/usr/bin/gsettings --schemadir ~/.local/share/gnome-shell/extensions/drop-down-terminal@gs-extensions.zzrough.org set org.zzrough.gs-extensions.drop-down-terminal background-color 'rgb(69,90,100)' |