Skip to content

Instantly share code, notes, and snippets.

View mjevans's full-sized avatar
🇺🇸
Seeking Employment

Michael J. Evans mjevans

🇺🇸
Seeking Employment
View GitHub Profile
@mjevans
mjevans / debug
Created June 19, 2024 02:03
2024-06-18 plugins.twitch: incorrect discontinuity tags lead to warnings being spammed #6015
streamlink -l debug -o /dev/null twitch.tv/diredwarf 480p
[session][debug] Loading plugin: twitch
[cli][debug] OS: Linux-6.9.3-arch1-1-x86_64-with-glibc2.39
[cli][debug] Python: 3.12.3
[cli][debug] OpenSSL: OpenSSL 3.3.1 4 Jun 2024
[cli][debug] Streamlink: 6.8.1
[cli][debug] Dependencies:
[cli][debug] certifi: 2024.6.2
[cli][debug] isodate: 0.6.1
[cli][debug] lxml: 5.2.2
@mjevans
mjevans / fml-client-withoutCustomPlayerModels.log
Created August 29, 2023 02:19
fml-client-withoutCustomPlayerModels.log - 69781 lines total.
This file has been truncated, but you can view the full file.
[17:44:35] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[17:44:35] [main/INFO] [FML/]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[17:44:35] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 17.0.8, running on Linux:amd64:6.4.11-arch2-1, installed at /usr/lib/jvm/zulu-17
[17:44:35] [main/DEBUG] [FML/]: Java classpath at launch is /usr/share/PrismLauncher/NewLaunch.jar:/home/USERNAME/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw-natives-linux/3.3.2/lwjgl-glfw-natives-linux-3.3.2.jar:/home/USERNAME/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw/3.3.2/lwjgl-glfw-3.3.2.jar:/home/USERNAME/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc-natives-linux/3.3.2/lwjgl-jemalloc-natives-linux-3.3.2.jar:/home/USERNAME/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc/3.3.2/lwjgl-jemalloc-3.3.2.jar:/home/USERNAME/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-natives-linux/3.3.2/lwjgl-natives-linux-3.3.2.jar:/
@mjevans
mjevans / fml-client.log
Created August 23, 2023 07:46
Ugg, 8MB log file in 30 seconds of in world game time? - GTNH 2.3.7 items on fire render issue
This file has been truncated, but you can view the full file.
[21:09:07] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[21:09:07] [main/INFO] [FML/]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[21:09:07] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 17.0.8, running on Linux:amd64:6.4.10-arch1-1, installed at /usr/lib/jvm/zulu-17
[21:09:07] [main/DEBUG] [FML/]: Java classpath at launch is /usr/share/PrismLauncher/NewLaunch.jar:/home/CENSOR/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw-natives-linux/3.3.2/lwjgl-glfw-natives-linux-3.3.2.jar:/home/CENSOR/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw/3.3.2/lwjgl-glfw-3.3.2.jar:/home/CENSOR/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc-natives-linux/3.3.2/lwjgl-jemalloc-natives-linux-3.3.2.jar:/home/CENSOR/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc/3.3.2/lwjgl-jemalloc-3.3.2.jar:/home/CENSOR/.local/share/PrismLauncher/libraries/org/lwjgl/lwjgl-natives-linux/3.3.2/lwjgl-natives-linux-3.3.2.jar:/home/CENSO
[20:47:27] [Client thread/ERROR] [hydroenergy]: [HydroEnergy] Couldn't compile shader: 0:16(10): error: `gl_FragColor' redeclared
...
[20:58:01] [Client thread/INFO] [STDERR]: [codechicken.nei.NEIClientUtils:reportErrorBuffered:460]: Error while rendering: 1xtile.mobSpawner@90
[20:58:01] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:763]: java.lang.IllegalStateException: Modelview matrix stack too deep
[20:58:01] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:763]: at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:291)
[20:58:01] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:763]: at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:255)
[20:58:01] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:763]: at codechicken.nei.guihook.GuiContainerManager.drawItem(GuiContainerManager.java:251)
[20:58:01] [Client thread/INFO] [STD
@mjevans
mjevans / Java-Mods-etc.txt
Created September 5, 2022 07:57
AE2 Extreme lag, reproduction attempt, lower lag. Applied-Energistics-2/issues/6532
Invocation in Shell Script
"${JAVA}" \
-Xms${MEM}M -Xmx${MEM}M \
-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true \
-Dfml.readTimeout=180 -Dfml.queryResult=confirm \
-Xlog:gc*:logs/gc.log:time,uptime:filecount=5,filesize=1M \
-Dlog4j2.formatMsgNoLookups=true \
@"$(ls -1 libraries/net/minecraftforge/forge/*/unix_args.txt | tail -n1)" \
@mjevans
mjevans / log
Created July 27, 2015 01:41
More Terraria.bin.x86_64 Beta crashes, at the time the system had other clients rendering under kwin (including video playback) with a Radeon 285, latest /stable/ binary driver etc...
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
Stacktrace:
at <unknown> <0xffffffff>
at (wrapper managed-to-native) object.wrapper_native_0x7ff91353ddf0 (Microsoft.Xna.Framework.Graphics.OpenGLDevice/GLenum,int,int,int,Microsoft.Xna.Framework.Graphics.OpenGLDevice/GLenum,intptr) <0xffffffff>
at (wrapper delegate-invoke) <Module>.invoke_void__this___OpenGLDevice/GLenum_int_int_int_OpenGLDevice/GLenum_intptr (Microsoft.Xna.Framework.Graphics.OpenGLDevice/GLenum,int,int,int,Microsoft.Xna.Framework.Graphics.OpenGLDevice/GLenum,intptr) <0xffffffff>
at Microsoft.Xna.Framework.Graphics.OpenGLDevice.DrawUserIndexedPrimitives (Microsoft.Xna.Framework.Graphics.PrimitiveType,intptr,int,int,intptr,int,Microsoft.Xna.Framework.Graphics.IndexElementSize,int) <0x00115>
at Microsoft.Xna.Framework.Graphics.GraphicsDevice.DoSpriteDraw (Microsoft.Xna.Framework.Graphics.PrimitiveType,int,int,System.Runtime.InteropServices.GCHandle,int) <0x00111>
at Microsoft.Xna.Framework.Graphics.FastBat
@mjevans
mjevans / gist:ee929957555d2b93e4c6
Created July 24, 2015 01:40
Steam Linux Terraria open Beta - Xna GL crash with radeon driver
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tonga PRO [Radeon R9 285]
Radeon Catalyst driver 15.5-1
Game update: AppID 105600 "Terraria", ProcID 16702, IP 0.0.0.0:0
ERROR: ld.so: object '/home/user/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/user/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/user/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/user/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/user/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: l
@mjevans
mjevans / gist:7649d188401e44f62de5
Created July 24, 2015 01:20
System information for my main desktop
Processor Information:
Vendor: GenuineIntel
CPU Family: 0x6
CPU Model: 0x3c
CPU Stepping: 0x3
CPU Type: 0x0
Speed: 3800 Mhz
8 logical processors
4 physical processors
HyperThreading: Supported
@mjevans
mjevans / gist:7063271
Created October 20, 2013 00:24
Steam wrongly depending on both NetworkManager existing and also having a managed connection which is up.
I am able to successfully run other hardware accelerated 3D applications, such as Minecraft, etc.
Following directions here: https://wiki.archlinux.org/index.php/steam#Using_native_runtime
I have tested both 'steam' and steam using the native runtime arguments. I have installed and configured NetworkManager to ignore all local Ethernet interfaces (they are managed via other means).
Linux hostname 3.11.5-1-ARCH #1 SMP PREEMPT Mon Oct 14 08:31:43 CEST 2013 x86_64 GNU/Linux
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barts PRO [Radeon HD 6850]