[b87] CSS breaking things for my players?

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
User avatar
Jshock
Dragon
Posts: 311
Joined: Sat Jan 26, 2008 8:55 pm
Location: West Warwick, RI
Contact:

[b87] CSS breaking things for my players?

Post by Jshock »

I'm trying to implement some CSS in a character sheet frame; the frame works for me as a GM (and for me if I start another instance and log into my server as a player), but if another player logs on to my server and tries to load the sheet, something breaks on their end. One of them passed me an error message, can anyone make heads or tails of it?

Code: Select all

java.util.ConcurrentModificationException
 at java.util.LinkedHashMap$LinkedHashIterator.nextNode(Unknown Source)
 at java.util.LinkedHashMap$LinkedKeyIterator.next(Unknown Source)
 at java.util.Collections$3.nextElement(Unknown Source)
 at net.rptools.maptool.client.ui.htmlframe.HTMLPane.setText(HTMLPane.java:167)
 at net.rptools.maptool.client.ui.htmlframe.HTMLPanel$2.run(HTMLPanel.java:91)
 at java.awt.event.InvocationEvent.dispatch(Unknown Source)
 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
 at java.awt.EventQueue.access$400(Unknown Source)
 at java.awt.EventQueue$3.run(Unknown Source)
 at java.awt.EventQueue$3.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
 at net.rptools.maptool.client.swing.MapToolEventQueue.dispatchEvent(MapToolEventQueue.java:38)
 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.run(Unknown Source)

User avatar
wolph42
Winter Wolph
Posts: 9999
Joined: Fri Mar 20, 2009 5:40 am
Location: Netherlands
Contact:

Re: [b87] CSS breaking things for my players?

Post by wolph42 »

No club, it might help though to get the full log. He needs to turn on macro logging and clear the log file first and try again, then return the log file. See debugging in my dig for more info.

Post Reply

Return to “MapTool”