Skip to content

Instantly share code, notes, and snippets.

View JustSimplyKyle's full-sized avatar

SimplyKyle! JustSimplyKyle

View GitHub Profile
[package]
name = "substring-mutual-letters"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[package]
name = "substring-mutual-letters"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[package]
name = "cbztoepub"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argh = "0.1.12"
color-eyre = "0.6.2"
@JustSimplyKyle
JustSimplyKyle / arch.pacmanity
Last active May 31, 2023 08:24
arch: List of installed packages
acpi
acpi_call
acpica
acpid
adobe-source-han-sans-otc-fonts
adobe-source-han-sans-tw-fonts
adobe-source-han-serif-otc-fonts
adobe-source-sans-fonts
adobe-source-serif-fonts
adriconf
pkgname=RPMLauncher
pkgver=1.0.0.505
pkgrel=1
epoch=
pkgdesc="smth"
license=('GPL')
makedepends=('ninja' 'cmake' 'clang')
arch=('x86_64')
checkdepends=()
optdepends=()
[18:02:15] [main/INFO]: Loading for game Minecraft 1.17.1
[18:02:15] [main/WARN]: Warnings were found!
- Mod 'Fabric Rendering Fluids (v1)' (fabric-rendering-fluids-v1) recommends any version of mod fabric-textures-v0, which is missing!
- You must install any version of fabric-textures-v0.
[18:02:15] [main/INFO]: [FabricLoader] Loading 8 mods:
- fabric-api-base@0.3.0+a02b446313
- fabric-rendering-data-attachment-v1@0.1.5+a02b446313
- fabric-rendering-fluids-v1@0.1.13+a02b446313
- fabric-resource-loader-v0@0.4.7+b7ab612113
- fabricloader@0.11.6
@JustSimplyKyle
JustSimplyKyle / Arch linux installation.md
Last active October 21, 2021 11:18
very cursed arch install

Arch linux installation guide for notUltimateKyle

Partition

  1. lsblk
  2. gdisk /dev/vda//run gdisk on vda
    1. efi partition create
      1. n //new partition
      2. default //just press enter
      3. default //just press enter
[00:55:16] [Render thread/INFO]: OpenGL debug message: id=8, source=SHADER COMPILER, type=ERROR, severity=HIGH, message='0:285(1): error: #extension directive is not allowed in the middle of a shader'
[00:55:16] [Render thread/WARN]: Shader compilation log for composite.vsh: 0:285(1): error: #extension directive is not allowed in the middle of a shader
[00:55:16] [Render thread/ERROR]: Couldn't load NewWorldRenderingPipeline, falling back to vanilla shaders.
java.lang.RuntimeException: Shader compilation failed!
at net.coderbot.iris.postprocess.CompositeRenderer.createProgram(CompositeRenderer.java:213) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.postprocess.CompositeRenderer.<init>(CompositeRenderer.java:81) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline.<init>(NewWorldRenderingPipeline.java:196) ~[iris-mc1.17-1.1.2-pre+rev.dcc1352.jar:?]
at net.coderbot.iris.Iris.createPipeline(Iris.java:423) ~[iris-mc1.17-1.1.2-pre+rev.d
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 8/21/21, 1:32 PM
Description: Rendering entity in world
java.lang.IllegalStateException: GbufferPrograms in weird state, tried to call beginEntities when entities = true, blockEntities = false
at net.coderbot.iris.layer.GbufferPrograms.beginEntities(GbufferPrograms.java:27)
at net.minecraft.class_4668.method_23516(class_4668.java:36)
at net.coderbot.iris.layer.OuterWrappedRenderLayer.method_23516(OuterWrappedRenderLayer.java:25)