Skip to content

Instantly share code, notes, and snippets.

@mchubby
mchubby / Hades.log
Created October 22, 2020 21:00
Hades.log Legendary crash
date time [thread name/id ] file:line v |
2020-10-22 22:56:31 [MainThread ] log.cpp:279 INFO| Opened log file Hades.log
2020-10-22 22:56:31 [MainThread ] program.cpp:1333 DBG| Previous stack guard size was 0 bytes
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: /c=.. /DirectLoadShell=true
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -AUTH_LOGIN=unused
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -AUTH_PASSWORD=
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -AUTH_TYPE=exchangecode
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -epicapp=Min
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -epicenv=Prod
2020-10-22 22:56:31 [MainThread ] optionset.cpp:157 INFO| argument: -EpicPortal
@mchubby
mchubby / gist:ce8b06612f944e4d5f96efbcc9cfb6ab
Created October 24, 2021 17:01
mpv.conf auto-deinterlacing depending on input
[deinterlace]
profile-cond=p["video-frame-info/tff"]
profile-restore=copy
# vf=yadif=mode=1:deint=1
deinterlace=yes
# osd-msg1="Interlaced: ${video-frame-info/interlaced}\nTFF: ${video-frame-info/tff}"
@mchubby
mchubby / _disable.cmd
Created January 5, 2022 12:44
Firefox win32 component disabling (batch file)
@echo off
goto :main
:rn
del %1-
ren %1 %1-
goto :eof
:main
call :rn Accessible.tlb