Log Begone

Log Begone

31M Downloads

[BUG] Logs on worker thread seems not be filtered.

FelixAgairu opened this issue ยท 0 comments

commented

ALL INFO MUST BE FILLED IN OR THE ISSUE WILL BE CLOSED AS INVALID

Minecraft Info:
Minecraft Version: 1.21.1
Modloader version: 0.16.10
Mod version: 1.0.3

Describe the bug
CONGIF FILE:

"regex": [
    ".*STDERR.*",
    ".*Missing textures in model.*"
    ]

LOG OUT PUT:
Log line like these, gone:

[Render thread/INFO]: [STDERR]: java.nio.file.NoSuchFileException: C:\Users\aikel\AppData\Roaming\.minecraft\pointblank
[Render thread/INFO]: [STDERR]: 	at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
[Render thread/INFO]: [STDERR]: 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
[Render thread/INFO]: [STDERR]: 	at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
[Render thread/INFO]: [STDERR]: 	at java.base/sun.nio.fs.WindowsDirectoryStream.<init>(WindowsDirectoryStream.java:86)
[Render thread/INFO]: [STDERR]: 	at java.base/sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(WindowsFileSystemProvider.java:541)
[Render thread/INFO]: [STDERR]: 	at java.base/java.nio.file.Files.newDirectoryStream(Files.java:481)
[Render thread/INFO]: [STDERR]: 	at knot//com.vicmatskiv.pointblank.registry.ExtensionRegistry.scanExtensions(ExtensionRegistry.java:426)
[Render thread/INFO]: [STDERR]: 	at knot//com.vicmatskiv.pointblank.registry.ExtensionRegistry.discoverExtensions(ExtensionRegistry.java:263)
[Render thread/INFO]: [STDERR]: 	at knot//com.vicmatskiv.pointblank.PointBlankInitializer.init(PointBlankInitializer.java:37)
[Render thread/INFO]: [STDERR]: 	at knot//com.vicmatskiv.pointblank.PointBlankMod.onInitialize(PointBlankMod.java:9)
[Render thread/INFO]: [STDERR]: 	at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
[Render thread/INFO]: [STDERR]: 	at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
[Render thread/INFO]: [STDERR]: 	at knot//net.minecraft.class_310.<init>(class_310.java:477)
[Render thread/INFO]: [STDERR]: 	at knot//net.minecraft.client.main.Main.main(Main.java:239)
[Render thread/INFO]: [STDERR]: 	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
[Render thread/INFO]: [STDERR]: 	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
[Render thread/INFO]: [STDERR]: 	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

But, ton like these still there:

[Worker-Main-3/WARN]: Missing textures in model mcwterraformersmc:willow_log_bridge_stair#connection=double,facing=south:
    minecraft:textures/atlas/blocks.png:terrestria:block/willow_log
    minecraft:textures/atlas/blocks.png:terrestria:block/willow_planks
[Worker-Main-3/WARN]: Missing textures in model mcwterraformersmc:rainbow_eucalyptus_plank_window2#facing=north,windowstate=open_right:
    minecraft:textures/atlas/blocks.png:terrestria:block/rainbow_eucalyptus_planks
[Worker-Main-3/WARN]: Missing textures in model mcwterraformersmc:stripped_cypress_pane_window#facing=south,part=middle,windowstate=open_right:
    minecraft:textures/atlas/blocks.png:terrestria:block/stripped_cypress_log
[Worker-Main-3/WARN]: Missing textures in model mcwterraformersmc:hemlock_curtain_rod#facing=east:
    minecraft:textures/atlas/blocks.png:terrestria:block/stripped_hemlock_log
[Worker-Main-3/WARN]: Missing textures in model mcwterraformersmc:scorched_modern_desk#connection=middle,facing=north:
    minecraft:textures/atlas/blocks.png:cinderscapes:block/scorched_stem
[Worker-Main-3/WARN]: Missing textures in model mcwterraformersmc:fir_pane_window#facing=west,part=middle,windowstate=closed:
    minecraft:textures/atlas/blocks.png:traverse:block/fir_log
[Worker-Main-3/WARN]: Missing textures in model mcwterraformersmc:stripped_willow_lower_bookshelf_drawer#connection=right,facing=south:
    minecraft:textures/atlas/blocks.png:terrestria:block/stripped_willow_log
    minecraft:textures/atlas/blocks.png:terrestria:block/willow_log

To Reproduce
Steps to reproduce the behavior:

  1. Get some mods has own worker, might C2ME, REI or EMI I thiks.
  2. Make changes in Log-Begone's config file.
  3. add like what above.
  4. Start the client.
  5. Read the log file.

Screenshots