Error message with V1.10

Thoughts, Help, Feature Requests, Bug Reports, Developing code for...

Moderators: dorpond, trevor, Azhrei

Forum rules
PLEASE don't post images of your entire desktop, attach entire campaign files when only a single file is needed, or generally act in some other anti-social behavior. :)
Post Reply
Vilusonline
Kobold
Posts: 5
Joined: Wed Oct 13, 2021 8:24 pm

Error message with V1.10

Post by Vilusonline »

Hello,

Anybody got this error message when Opening or closing Maptool?



java.lang.IllegalAccessError: class net.rptools.maptool.server.proto.HandshakeMsg tried to access private field com.google.protobuf.AbstractMessage.memoizedSize (net.rptools.maptool.server.proto.HandshakeMsg and com.google.protobuf.AbstractMessage are in unnamed module of loader 'app')
at net.rptools.maptool.server.proto.HandshakeMsg.getSerializedSize(HandshakeMsg.java:504)
at com.google.protobuf.AbstractMessageLite.toByteArray(AbstractMessageLite.java:62)
at net.rptools.maptool.server.ClientHandshake.sendMessage(ClientHandshake.java:104)
at net.rptools.maptool.server.ClientHandshake.startHandshake(ClientHandshake.java:97)
at net.rptools.maptool.client.MapToolConnection.start(MapToolConnection.java:76)
at net.rptools.maptool.client.MapTool.createConnection(MapTool.java:1221)
at net.rptools.maptool.client.MapTool.startPersonalServer(MapTool.java:1188)
at net.rptools.maptool.client.MapTool.initialize(MapTool.java:695)
at net.rptools.maptool.client.MapTool.lambda$main$10(MapTool.java:1783)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at net.rptools.maptool.client.swing.MapToolEventQueue.dispatchEvent(MapToolEventQueue.java:54)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)

taustinoc
Dragon
Posts: 515
Joined: Mon Aug 03, 2015 6:30 pm

Re: Error message with V1.10

Post by taustinoc »

That seems to happen if you install 1.10.0 over an existing install. It happened to me. I uninstalled all previous versions, rebooted, and reinstalled, and that solved it.

Vilusonline
Kobold
Posts: 5
Joined: Wed Oct 13, 2021 8:24 pm

Re: Error message with V1.10

Post by Vilusonline »

Thx, i will look into that.

Vilusonline
Kobold
Posts: 5
Joined: Wed Oct 13, 2021 8:24 pm

Re: Error message with V1.10

Post by Vilusonline »

It fix the crash when opening. Unfortunately, still crash on exit and does not close...

taustinoc
Dragon
Posts: 515
Joined: Mon Aug 03, 2015 6:30 pm

Re: Error message with V1.10

Post by taustinoc »

You might want to join the Discord channel for MapTool. It gets a lot more traffic than here, including the devs.

Did you uninstall *all* previous versions? And reboot before reinstalling.

(Lots of people - including me - have gotten the errors after installing over an older version. This is the first I've heard that uninstall/reinstall doesn't fix it.)

Vilusonline
Kobold
Posts: 5
Joined: Wed Oct 13, 2021 8:24 pm

Re: Error message with V1.10

Post by Vilusonline »

Hello taustinoc,

And thx for the reply.

Discord is like a different world for me but i will try.

I did uninstall all old versions. I had like 5 in there😄

But i did not reboot before re installing. I will try that.

I notice after uninstalling the folder .maptool and .maptool-rptool is stil there in user. Could this be my problem?

Vilusonline
Kobold
Posts: 5
Joined: Wed Oct 13, 2021 8:24 pm

Re: Error message with V1.10

Post by Vilusonline »

same thing after you advice... Only when i close!

java.lang.NullPointerException: Cannot invoke "net.rptools.maptool.client.MapToolConnection.isAlive()" because "net.rptools.maptool.client.MapTool.conn" is null
at net.rptools.maptool.client.MapTool.disconnect(MapTool.java:1268)
at net.rptools.maptool.client.ui.MapToolFrame.close(MapToolFrame.java:1933)
at net.rptools.maptool.client.ui.MapToolFrame.closingMaintenance(MapToolFrame.java:1928)
at net.rptools.maptool.client.ui.MapToolFrame.windowClosing(MapToolFrame.java:1895)
at java.desktop/java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
at java.desktop/java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
at java.desktop/java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
at java.desktop/java.awt.Window.processWindowEvent(Unknown Source)
at java.desktop/javax.swing.JFrame.processWindowEvent(Unknown Source)
at java.desktop/java.awt.Window.processEvent(Unknown Source)
at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at net.rptools.maptool.client.swing.MapToolEventQueue.dispatchEvent(MapToolEventQueue.java:54)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)

Post Reply

Return to “MapTool”