xsun2001 / Applied-Energistics-2-Unofficial

Unofficial AE2 for 1.7.10 which is still supported,which is like the extraterrestrial technology.
Other
28 stars 13 forks source link

Many WARNs, How to fix them? #15

Closed IAmNotGEM closed 6 years ago

IAmNotGEM commented 6 years ago

[23:25:07] [Server thread/INFO]: Starting AE2 CSV Export [23:25:07] [AE2 CSV Export/INFO]: Cache is enabled. Checking for new mod configurations. [23:25:07] [AE2 CSV Export/INFO]: New mod configuration was found. Commencing exporting. [23:25:07] [AE2 CSV Export/INFO]: Item Exporting ( started ) [23:25:07] [AE2 CSV Export/WARN]: Exception in thread "AE2 CSV Export" [23:25:07] [AE2 CSV Export/WARN]: java.lang.NoSuchMethodError: net.minecraft.item.Item.func_77640_w()Lnet/minecraft/creativetab/CreativeTabs; [23:25:07] [AE2 CSV Export/WARN]: at appeng.services.export.MinecraftItemCSVExporter$ItemRowExtractFunction.apply(MinecraftItemCSVExporter.java:229) [23:25:07] [AE2 CSV Export/WARN]: at appeng.services.export.MinecraftItemCSVExporter$ItemRowExtractFunction.apply(MinecraftItemCSVExporter.java:185) [23:25:07] [AE2 CSV Export/WARN]: at com.google.common.collect.Lists$TransformingRandomAccessList$1.transform(Lists.java:582) [23:25:07] [AE2 CSV Export/WARN]: at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) [23:25:07] [AE2 CSV Export/WARN]: at com.google.common.base.Joiner$2.appendTo(Joiner.java:253) [23:25:07] [AE2 CSV Export/WARN]: at com.google.common.base.Joiner.appendTo(Joiner.java:152) [23:25:07] [AE2 CSV Export/WARN]: at com.google.common.base.Joiner.join(Joiner.java:193) [23:25:07] [AE2 CSV Export/WARN]: at com.google.common.base.Joiner.join(Joiner.java:183) [23:25:07] [AE2 CSV Export/WARN]: at appeng.services.export.MinecraftItemCSVExporter.export(MinecraftItemCSVExporter.java:90) [23:25:07] [AE2 CSV Export/WARN]: at appeng.services.export.ExportProcess.run(ExportProcess.java:123) [23:25:07] [AE2 CSV Export/WARN]: at java.lang.Thread.run(Thread.java:748)

xsun2001 commented 6 years ago

I'm sorry to keep you waiting SO long. But I cannot reproduce this issue in my own environment. Please confirm your forge version and AE2 version again. I will close this issue and reopen it when it can be reproduced.

ThiagoSolfo commented 1 year ago

I know it's been a while but this might help other people still playing on 1.7.10.

This error only happens on dedicated servers; In single player works normally.

The "Facades.cfg" file is always empty and and the "items.csv" file generation fails.

Maybe something on MinecraftItemCSVExporter.java is wrong?

[AE2 CSV Export/INFO] [AE2:C]: Item Exporting ( started )

Exception in thread "AE2 CSV Export" [AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoSuchMethodError: net.minecraft.item.Item.func_77640_w()Lnet/minecraft/creativetab/CreativeTabs;

[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at appeng.services.export.MinecraftItemCSVExporter$ItemRowExtractFunction.apply(MinecraftItemCSVExporter.java:237)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at appeng.services.export.MinecraftItemCSVExporter$ItemRowExtractFunction.apply(MinecraftItemCSVExporter.java:193)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at com.google.common.collect.Lists$TransformingRandomAccessList$1.transform(Lists.java:582)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at com.google.common.base.Joiner$2.appendTo(Joiner.java:253)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at com.google.common.base.Joiner.appendTo(Joiner.java:152)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at com.google.common.base.Joiner.join(Joiner.java:193)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at com.google.common.base.Joiner.join(Joiner.java:183)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at appeng.services.export.MinecraftItemCSVExporter.export(MinecraftItemCSVExporter.java:99)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at appeng.services.export.ExportProcess.run(ExportProcess.java:126)
[AE2 CSV Export/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:         at java.lang.Thread.run(Unknown Source)

"Facades.cfg" empty and "items.csv" absent. image

looks like i won't be able to cover the ground with thaumcraft's greatwood planks facade :(

Files

@xsun2001 is it now possible to reproduce? I spent 6 hours running 11 total tests on my modpack until I came to this conclusion