Closed mrfloris closed 3 years ago
Could you enable debug mode and send the full class scanner log (attach a file)
I am a bit confused, sorry. The wiki here shows debug: false
for debug mode in the example config.yml, but when i delete the asyncworldedit/ folder and let it generate a default new one, it's the apache one and says off. I change it to on, ON, and other apache values, i even tried restarting using debug: false below the lang strings, but i dont see a file being generated, nor do i see it spit out more info in the console.
debug: true
messages:
#Show debug messages (valid options: https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html)
debugLevel: on
#Show undo cleanup messages
#Valid options:
# * off - no message (only errors),
# * startup - show the message only on startup
# * [Default] on - show all undo cleanup messages
undoCleanup: on
Am I misunderstanding what you want, or am i looking in the wrong place? Sorry for being a nub
Ah, progress, I got more this time. awe-debug.log
Thx, the error is related to reflection. Most likely I have it fixed now but to test I need to know the version of java that you are using.
% java --version
openjdk 16.0.1 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-16.0.1+9 (build 16.0.1+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-16.0.1+9 (build 16.0.1+9, mixed mode, sharing)
Fixed in latest version.