1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. While the majority of active discourse on D20PRO has moved to our Discord Channels, this forum is still active and checked-in on regularly by our staff. However, for the very latest information, conversation and/or immediate support, please join us on Discord here: http://discord.gg/Ph38ckM
    Dismiss Notice

Issues with Light

Discussion in 'Bug Reports & Installation Support' started by KennethJordan, Mar 14, 2019.

  1. KennethJordan

    KennethJordan New Member

    Joined:
    Jun 10, 2013
    Messages:
    19
    Likes Received:
    0
    When I attempt to assign a light to a token, most of the options are 0' or 0'/0' with a few at the bottom that say 10'/20'. Even these do not show any light radius around the character. When I try to create a light using draw tools, I select and owner and a tether, but when I click OK, those assignments do not save or stay and the token has no light source. I've attached my log file. Though I assume the information below is the relevant part of that log file:

    [14 Mar 2019 03:09:04,054] INFO D20 | D20PRO version: 3.7.7
    [14 Mar 2019 03:09:04,055] INFO D20 | Java version: 1.8.0_181
    [14 Mar 2019 03:09:04,055] INFO D20 | Operating System: Windows 10 (10.0)
    [14 Mar 2019 03:09:16,229] WARN GameLogColors | No color override for: DIE. Using fallback.
    [14 Mar 2019 03:18:51,451] ERROR LightEditorWrap | java.lang.NumberFormatException: For input string: "6."
    [14 Mar 2019 03:18:52,242] ERROR LightEditorWrap | java.lang.NumberFormatException: For input string: ""
    [14 Mar 2019 03:18:53,308] ERROR LightEditorWrap | java.lang.NumberFormatException: For input string: ""
    [14 Mar 2019 03:19:46,105] ERROR LightEditorWrap | java.lang.NumberFormatException: For input string: "12."
    [14 Mar 2019 03:19:48,039] ERROR LightEditorWrap | java.lang.NumberFormatException: For input string: "12."
    [14 Mar 2019 03:20:06,479] ERROR LightEditorWrap | java.lang.NumberFormatException: For input string: ""
    [14 Mar 2019 03:20:07,689] ERROR LightEditorWrap | java.lang.NumberFormatException: For input string: ""
    [14 Mar 2019 03:20:10,224] ERROR LightEditorWrap | java.lang.NumberFormatException: For input string: ""
    [14 Mar 2019 03:20:11,313] ERROR LightEditorWrap | java.lang.NumberFormatException: For input string: ""
    [14 Mar 2019 03:22:09,195] WARN ErrCaptureStream | Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at javafx.embed.swing.JFXPanel.getInputMethodRequests(JFXPanel.java:844)
    at sun.awt.im.InputMethodAdapter.haveActiveClient(InputMethodAdapter.java:61)
    at sun.awt.windows.WInputMethod.deactivate(WInputMethod.java:340)
    at sun.awt.im.InputContext.deactivateInputMethod(InputContext.java:492)
    at sun.awt.im.InputContext.focusLost(InputContext.java:458)
    at sun.awt.im.InputContext.removeNotify(InputContext.java:627)
    at java.awt.Component.removeNotify(Component.java:7022)
    at java.awt.Container.removeNotify(Container.java:2823)
    at javax.swing.JComponent.removeNotify(JComponent.java:4758)
    at javafx.embed.swing.JFXPanel.removeNotify(JFXPanel.java:863)
    at java.awt.Container.removeNotify(Container.java:2807)
    at javax.swing.JComponent.removeNotify(JComponent.java:4758)
    at java.awt.Container.removeNotify(Container.java:2807)
    at javax.swing.JComponent.removeNotify(JComponent.java:4758)
    at java.awt.Container.removeAll(Container.java:1300)
    at com.mindgene.d20.dm.console.mapeditor.fow.Console_FogOfWar.establishContent(Console_FogOfWar.java:235)
    at com.mindgene.d20.dm.console.mapeditor.fow.Console_FogOfWar.lambda$buildContent_Initial$0(Console_FogOfWar.java:225)
    at com.sengent.jadvanced.mvc.AbstractMVC.notifyChangeListeners(Unknown Source)
    at com.mindgene.d20.dm.console.mapeditor.fow.ModeArea$TabChanger.stateChanged(ModeArea.java:105)
    at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:416)
    at javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:270)
    at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:132)
    at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:67)
    at javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:616)
    at javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:591)
    at javax.swing.plaf.basic.BasicTabbedPaneUI$Handler.mousePressed(BasicTabbedPaneUI.java:3647)
    at javax.swing.plaf.synth.SynthTabbedPaneUI$1.mousePressed(SynthTabbedPaneUI.java:312)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
    at java.awt.Component.processMouseEvent(Component.java:6536)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
    at java.awt.Component.processEvent(Component.java:6304)
    at java.awt.Container.processEvent(Container.java:2239)
    at java.awt.Component.dispatchEventImpl(Component.java:4889)
    at java.awt.Container.dispatchEventImpl(Container.java:2297)
    at java.awt.Component.dispatchEvent(Component.java:4711)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4532)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
    at java.awt.Container.dispatchEventImpl(Container.java:2283)
    at java.awt.Window.dispatchEventImpl(Window.java:2746)
    at java.awt.Component.dispatchEvent(Component.java:4711)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
    at java.awt.EventQueue$4.run(EventQueue.java:733)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
    at com.mindgene.d20.common.AbstractApp$CustomEventQueue.dispatchEvent(AbstractApp.java:845)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

    [14 Mar 2019 03:25:11,594] INFO D20 | D20PRO version: 3.7.7
    [14 Mar 2019 03:25:11,595] INFO D20 | Java version: 1.8.0_181
    [14 Mar 2019 03:25:11,595] INFO D20 | Operating System: Windows 10 (10.0)
    [14 Mar 2019 03:25:25,393] WARN GameLogColors | No color override for: DIE. Using fallback.
     

    Attached Files:

  2. Wesley Gorby

    Wesley Gorby Production/Community Manager
    Staff Member

    Joined:
    Aug 1, 2011
    Messages:
    2,443
    Likes Received:
    140
    Looks to be related to Free movement mode.

    In map Properties you can select Resize, then NW corner, then change Free to Snap.

    upload_2019-3-16_3-29-31.png

    [​IMG]

    [​IMG]
     
  3. owlbear

    owlbear Administrator
    Staff Member

    Joined:
    Sep 5, 2011
    Messages:
    636
    Likes Received:
    160
    Ack! Looks like I missed the refresh for the menus on that one. I'll add that to the list for the next push.

    Sorry for the slip up on my end!

    Also worth noting, in 3.7.8, the map defaults to "snap" mode. This will ensure you get the right light radius options on the context menu until I've got the menu update ready.
     
    Vassagorar likes this.

Share This Page