
this mod + censoredasm-5.18 makes duplicate log entries in 1.12.2
Texbio opened this issue ยท 4 comments
vanillaicecreamfix-1.0.1, censoredasm-5.18, mixinbooter-9.1 create duplicate log entries in 1.12.2 forge 14.23.5.2859.
Was not able to upload files so here is some of the log output.
[12:47:07] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
[12:47:07] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
[12:47:07] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:47:07] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:47:07] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 48296500 nanos
[12:47:07] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 48296500 nanos
[12:47:08] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized.
[12:47:08] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized.
[12:47:08] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
[12:47:08] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
[12:47:09] [Client thread/INFO] [FML]: Max texture size: 16384
[12:47:09] [Client thread/INFO] [FML]: Max texture size: 16384
[12:47:10] [Client thread/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas
[12:47:10] [Client thread/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas
[12:47:10] [Client thread/INFO] [LoliASM]: Clearing and Trimming multipartModels, original size: 31 entries
[12:47:10] [Client thread/INFO] [LoliASM]: Clearing and Trimming multipartModels, original size: 31 entries
[12:47:10] [Client thread/INFO] [LoliASM]: Clearing and Trimming multipartDefinitions, original size: 649 entries
[12:47:10] [Client thread/INFO] [LoliASM]: Clearing and Trimming multipartDefinitions, original size: 649 entries
[12:47:10] [Client thread/INFO] [LoliASM]: Clearing and Trimming multipartVariantMap, original size: 0 entries
[12:47:10] [Client thread/INFO] [LoliASM]: Clearing and Trimming multipartVariantMap, original size: 0 entries
[12:47:10] [Client thread/INFO] [LoliASM]: Clearing and Trimming blockDefinitions, original size: 407 entries
[12:47:10] [Client thread/INFO] [LoliASM]: Clearing and Trimming blockDefinitions, original size: 407 entries
[12:47:11] [Client thread/INFO] [FML]: Applying holder lookups
[12:47:11] [Client thread/INFO] [FML]: Applying holder lookups
[12:47:11] [Client thread/INFO] [FML]: Holder lookups applied
[12:47:11] [Client thread/INFO] [FML]: Holder lookups applied
[12:47:11] [Client thread/WARN] [LoliASM]: Clearing LoliVertexDataPool
[12:47:11] [Client thread/WARN] [LoliASM]: Clearing LoliVertexDataPool
[12:47:11] [Client thread/INFO] [FML]: Injecting itemstacks
[12:47:11] [Client thread/INFO] [FML]: Injecting itemstacks
[12:47:11] [Client thread/INFO] [FML]: Itemstack injection complete
[12:47:11] [Client thread/INFO] [FML]: Itemstack injection complete
[12:47:11] [Client thread/INFO] [LoliASM]: Trimming simple registries
[12:47:11] [Client thread/INFO] [LoliASM]: Trimming simple registries
[12:47:11] [Client thread/INFO] [LoliASM]: Cleaning up LaunchClassLoader
[12:47:11] [Client thread/INFO] [LoliASM]: Cleaning up LaunchClassLoader
[12:47:11] [Client thread/INFO] [LoliASM]: 1294703 total strings processed. 71132 unique strings in LoliStringPool, 1223571 strings deduplicated altogether during game load.
[12:47:11] [Client thread/INFO] [LoliASM]: 1294703 total strings processed. 71132 unique strings in LoliStringPool, 1223571 strings deduplicated altogether during game load.
[12:47:11] [Client thread/INFO] [LoliASM]: Took 8.153 ms to canonicalize Java's FilePermission caches.
[12:47:11] [Client thread/INFO] [LoliASM]: Took 8.153 ms to canonicalize Java's FilePermission caches.
[12:47:11] [Client thread/INFO] [LoliASM]: 26619 total quads processed. 12638 unique vertex data array in LoliVertexDataPool, 13981 vertex data arrays deduplicated altogether during game load.
[12:47:11] [Client thread/INFO] [LoliASM]: 26619 total quads processed. 12638 unique vertex data array in LoliVertexDataPool, 13981 vertex data arrays deduplicated altogether during game load.
[12:47:11] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 7 mods
[12:47:11] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 7 mods
[12:47:11] [Client thread/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded
[12:47:11] [Client thread/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded
[12:47:15] [Client thread/INFO] [minecraft/Minecraft]: Stopping!
[12:47:15] [Client thread/INFO] [minecraft/Minecraft]: Stopping!
[12:47:15] [Client thread/INFO] [minecraft/SoundManager]: SoundSystem shutting down...
[12:47:15] [Client thread/INFO] [minecraft/SoundManager]: SoundSystem shutting down...
[12:47:15] [Client thread/WARN] [minecraft/SoundManager]: Author: Paul Lamb, www.paulscode.com
[12:47:15] [Client thread/WARN] [minecraft/SoundManager]: Author: Paul Lamb, www.paulscode.com
Process exited with code 0.
as a temporary fix for those who have this issue, in .minecraft/config/loliasm.cfg
you can change B:rewriteLoggingWithDeobfuscatedNames=true
to false
to fix this issue, would be nice if there was a fix from vanillaicecreamfix.