Skip to content

Instantly share code, notes, and snippets.

@QORTEC
QORTEC / README.md
Created November 23, 2022 06:40
Onboarding Serpent on Solus

This Gist contains the package.yml files to build moss, moss-container, and boulder on Solus OS via solbuild.

For more information visit the Serpent OS onboarding repo, or read about Solus OS packageing.

@QORTEC
QORTEC / SolBuild Pakages.md
Last active September 8, 2023 02:44
Solbuild: packages not available the repositories

This is a gist repository contains solbuild package.yml files for packages that unavailable in the official Solus repositories at time of writing.

Note: This repository is unofficial and I give no support, nor do I promise to ever updates

@QORTEC
QORTEC / SolBuild Brother.md
Last active October 16, 2020 18:16
SolBuild Brother Printers: HL-2270DW, HL-3170CDW, and others

Notes:

Brother tends to embed additional files into cupswrapper${printer_model}

  • sed is a simple way to extract and cleanup said files
    • 0,/${string}/d removes the line with ${string} and all previous lines
    • /${string}/,$d removes the line with ${string} and all following lines

Sources:

@QORTEC
QORTEC / fml-client-latest.log
Last active September 14, 2015 18:13
Mapwriter Error on stop: Thermal Dynamics
[13:45:27] [Client thread/INFO] [MapWriter/]: Mw.close: closing...
[13:45:27] [Client thread/INFO] [MapWriter/]: waiting for 205 tasks to finish...
[13:45:27] [pool-10-thread-1/ERROR] [FML/]: A TileEntity type cofh.thermaldynamics.duct.fluid.TileFluidDuct has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NullPointerException
at cofh.thermaldynamics.duct.attachments.ConnectionBase.writeToNBT(ConnectionBase.java:63) ~[ConnectionBase.class:?]
at cofh.thermaldynamics.duct.attachments.servo.ServoBase.writeToNBT(ServoBase.java:53) ~[ServoBase.class:?]
at cofh.thermaldynamics.block.TileTDBase.func_145841_b([LP|ASM] TileTDBase.java:716) ~[TileTDBase.class:?]
at cofh.thermaldynamics.duct.fluid.TileFluidDuct.func_145841_b(TileFluidDuct.java:384) ~[TileFluidDuct.class:?]
at mapwriter.region.MwChunk.writeChunkToNBT(MwChunk.java:366) [MwChunk.class:?]
at mapwriter.region.MwChunk.write(MwChunk.java:399) [MwChunk.class:?]
@QORTEC
QORTEC / gist:1b8974938ea5335ae265
Last active August 29, 2015 14:26
fml-client-latest.log
** Error Open Invetory **
Couldn't render entity
java.lang.NullPointerException
at chbachman.api.item.UpgradeLogic.getArmourTexture(UpgradeLogic.java:154) ~[UpgradeLogic.class:?]
at chbachman.armour.items.armour.ItemModularArmour.getArmorTexture(ItemModularArmour.java:89) ~[ItemModularArmour.class:?]
at net.minecraftforge.client.ForgeHooksClient.getArmorTexture(ForgeHooksClient.java:80) ~[ForgeHooksClient.class:?]
at net.minecraft.client.renderer.entity.RenderBiped.getArmorResource(RenderBiped.java:380) ~[bnw.class:?]
at net.minecraft.client.renderer.entity.RenderPlayer.func_77032_a(RenderPlayer.java:67) ~[bop.class:?]
at net.minecraft.client.renderer.entity.RenderPlayer.func_77032_a(RenderPlayer.java:491) ~[bop.class:?]
at net.minecraft.client.renderer.entity.RendererLivingEntity.func_76986_a(RendererLivingEntity.java:157) [boh.class:?]
FML-Client-Latest.log
[14:20:14] [Client thread/DEBUG] [FML/Forge]: Sorting recipies
[14:20:14] [Client thread/INFO] [FML/Forge]: Unknown recipe class! jds.bibliocraft.BiblioSpecialRecipes Modder please refer to net.minecraftforge.oredict.RecipeSorter
[14:20:14] [Client thread/DEBUG] [FML/Forge]: Parent Found: 87 - net.minecraft.item.crafting.ShapedRecipes
[14:20:14] [Client thread/INFO] [FML/Forge]: Unknown recipe class! mrtjp.projectred.core.ShapelessOreNBTRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[14:20:14] [Client thread/DEBUG] [FML/Forge]: Parent Found: 62 - net.minecraftforge.oredict.ShapelessOreRecipe
[14:20:14] [Client thread/INFO] [FML/Forge]: Unknown recipe class! mrtjp.projectred.fabrication.FabricationRecipes$$anon$1 Modder please refer to net.minecraftforge.oredict.RecipeSorter
[14:20:14] [Client thread/INFO] [FML/Forge]: Unknown recipe class! mrtjp.projectred.fabrication.FabricationRecipes$$anon$3 Modder please refer to net.minecraftforge.oredict.Rec
@QORTEC
QORTEC / crash-server.txt
Created July 25, 2015 10:44
Server Crash Report - Mekanism
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 25/07/15 6:39 AM
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at mekanism.common.content.transporter.StackSearcher.<init>(StackSearcher.java:27)
at mekanism.common.tile.TileEntityLogisticalSorter.onUpdate(TileEntityLogisticalSorter.java:101)
at mekanism.common.tile.TileEntityBasicBlock.func_145845_h(TileEntityBasicBlock.java:73)
java.lang.IndexOutOfBoundsException
at java.io.RandomAccessFile.readBytes(Native Method)
at java.io.RandomAccessFile.read(RandomAccessFile.java:377)
at javax.imageio.stream.FileImageInputStream.read(FileImageInputStream.java:117)
at com.sun.imageio.plugins.common.SubImageInputStream.read(SubImageInputStream.java:61)
at com.sun.imageio.plugins.common.InputStreamAdapter.read(InputStreamAdapter.java:47)
at java.io.SequenceInputStream.read(SequenceInputStream.java:207)
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:238)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
@QORTEC
QORTEC / fml-server-latest.log
Created July 23, 2015 13:05
fml-server-latest.log error
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1329)
at net.minecraft.world.chunk.Chunk.func_76612_a(Chunk.java:781)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:479)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:41)
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
@QORTEC
QORTEC / fml-client-latest.log
Created July 23, 2015 11:05
fml-client-latest.log error
[06:57:26] [Client thread/INFO] [inventorytweaks/]: logisticspipes.gui.GuiCraftingPipe
[06:57:26] [Client thread/INFO] [inventorytweaks/]: logisticspipes.utils.gui.DummyContainer
[06:58:04] [Netty Client IO #8/ERROR] [FML/]: NetworkDispatcher exception
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_45]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[?:1.8.0_45]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:1.8.0_45]
at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:1.8.0_45]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_45]
at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]