Advertisement
Guest User

Untitled

a guest
Nov 9th, 2022
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. com.thoughtworks.xstream.converters.ConversionException: No converter available
  2. ---- Debugging information ----
  3. message : No converter available
  4. type : java.util.EnumMap
  5. converter : com.thoughtworks.xstream.converters.enums.EnumMapConverter
  6. message[1] : Could not initialize class com.thoughtworks.xstream.converters.enums.EnumMapConverter$Reflections
  7. converter[1] : com.thoughtworks.xstream.converters.reflection.SerializableConverter
  8. message[2] : Unable to make private void java.util.EnumMap.readObject(java.io.ObjectInputStream) throws java.io.IOException,java.lang.ClassNotFoundException accessible: module java.base does not "opens java.util" to unnamed module @42a48628
  9. converter[2] : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
  10. message[3] : Unable to make field transient java.util.Set java.util.AbstractMap.keySet accessible: module java.base does not "opens java.util" to unnamed module @42a48628
  11. class : forge.deck.Deck
  12. required-type : forge.deck.Deck
  13. converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
  14. path : /forge.gauntlet.GauntletData/userDeck/parts
  15. line number : 29
  16. class[1] : forge.gamemodes.gauntlet.GauntletData
  17. required-type[1] : forge.gamemodes.gauntlet.GauntletData
  18. version : 1.6.53
  19. -------------------------------
  20. at com.thoughtworks.xstream.core.DefaultConverterLookup.lookupConverterForType(DefaultConverterLookup.java:88)
  21. at com.thoughtworks.xstream.XStream$1.lookupConverterForType(XStream.java:478)
  22. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:58)
  23. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:499)
  24. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:425)
  25. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:277)
  26. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74)
  27. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72)
  28. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68)
  29. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:499)
  30. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:425)
  31. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:277)
  32. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74)
  33. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72)
  34. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68)
  35. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:52)
  36. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:136)
  37. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  38. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1421)
  39. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1399)
  40. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1284)
  41. at forge.gamemodes.gauntlet.GauntletIO.loadGauntlet(GauntletIO.java:119)
  42. at forge.screens.home.gauntlet.CSubmenuGauntletContests.updateData(CSubmenuGauntletContests.java:72)
  43. at forge.screens.home.gauntlet.CSubmenuGauntletContests.initialize(CSubmenuGauntletContests.java:62)
  44. at forge.view.FView.initialize(FView.java:160)
  45. at forge.control.FControl$3.run(FControl.java:266)
  46. at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
  47. at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
  48. at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
  49. at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
  50. at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
  51. at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
  52. at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
  53. at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
  54. at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
  55. at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
  56. at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
  57. at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
  58. at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement