SimEthereal Questions

Seems like maybe you left out the beginning of the log where all of the classes were registered.

Oops!! Sorry i forgot to set <Logger name="com.jme3.network" level="TRACE"/>

I enabled trace and output is toooo huge to put here,
I searched for Quatd and it is already registered

13:22:00,360 INFO  [SerializerRegistrationsMessage] Registering:Registration[-83 = com.simsilica.mathd.Quatd, serializer=null]
13:22:00,362 DEBUG [Serializer] Registered class[-83]:class com.simsilica.mathd.Quatd to:com.jme3.network.serializing.serializers.FieldSerializer@1ebc64cb
13:22:00,363 DEBUG [SerializerRegistrationsMessage]    result:SerializerRegistration[-83, class com.simsilica.mathd.Quatd, com.jme3.network.serializing.serializers.FieldSerializer@1ebc64cb]

I did not find Vec3d in there. It is not registered for sure.
If you want i can also upload trace log to somewhere for downloading.

I can’t look at the code right now because I’m in the middle of a windows disk repair on that machine. So you will have to find where it’s missing.

Perhaps the older code didn’t use Vec3d.

Okay, I will take a look.
Thanks.

Is there someplace I can learn about the <Configuration> element for the xml file?

Cant seem to find the breakdown on the slf4j site for some reason.

There is some mentions of the <Configuration> element here,
https://www.slf4j.org/extensions.html

but nothing explaining the content for this specific use you have.

Edit: This is log4j xml. Just figured it out after reading the gradle file on the simethereal site. My gradle.build was from bootmonkey and built by hand afterwards so didnt see that.

In other words. Never Mind…

1 Like

For posterity.
https://logging.apache.org/log4j/2.x/manual/configuration.html

1 Like

Added this fix to sim-eth-basic since it had the same problem.

See message,

PR is here.

1 Like

Applied.