Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Here I Stand (500th Anniversary Edition)] NullPointerException: Cannot invoke "VASSAL.chat.node.SocketHandler.writeLine(String)" because "this.sender" is null #13862

Open
uckelman opened this issue Feb 23, 2025 · 1 comment · May be fixed by #13876
Assignees
Labels
ABR From the Automatic Bug Reporter Under Investigation Issue Under Investigation

Comments

@uckelman
Copy link
Contributor

ABR
Version 3.7.15
Reporter
Error Log 7708 bytes
lost connection to a game.
Then can't rejoin. got this error

Here I Stand (500th Anniversary Edition) v3.4 3.7.15

java.lang.NullPointerException: Cannot invoke "VASSAL.chat.node.SocketHandler.writeLine(String)" because "this.sender" is null
 at VASSAL.chat.node.NodeClient.send(NodeClient.java:243)
 at VASSAL.chat.node.NodeClient.forward(NodeClient.java:315)
 at VASSAL.chat.node.NodeClient.sendToOthers(NodeClient.java:323)
 at VASSAL.chat.node.NodeClient.sendToOthers(NodeClient.java:290)
@uckelman uckelman added the ABR From the Automatic Bug Reporter label Feb 23, 2025
@riverwanderer
Copy link
Collaborator

riverwanderer commented Mar 1, 2025

Possibly a common cause at VASSAL.build.GameModule.sendAndLog(GameModule.java:1864) ?

#13862: java.lang.NullPointerException: Cannot invoke "VASSAL.chat.node.SocketHandler.writeLine(String)" because "this.sender" is null
at VASSAL.chat.node.NodeClient.send(NodeClient.java:243)
at VASSAL.chat.node.NodeClient.forward(NodeClient.java:315)
at VASSAL.chat.node.NodeClient.sendToOthers(NodeClient.java:323)
at VASSAL.chat.node.NodeClient.sendToOthers(NodeClient.java:290)
at VASSAL.chat.HybridClient.sendToOthers(HybridClient.java:85)
at VASSAL.build.GameModule.sendAndLog(GameModule.java:1864)
at VASSAL.build.module.map.Flare.mousePressed(Flare.java:634)
at java.desktop/java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:288)
at VASSAL.build.module.Map.mousePressed(Map.java:1988)

#13666: java.lang.NullPointerException: Cannot invoke "VASSAL.chat.node.SocketHandler.writeLine(String)" because "this.sender" is null
at VASSAL.chat.node.NodeClient.send(NodeClient.java:243)
at VASSAL.chat.node.NodeClient.forward(NodeClient.java:315)
at VASSAL.chat.node.NodeClient.sendToOthers(NodeClient.java:323)
at VASSAL.chat.node.NodeClient.sendToOthers(NodeClient.java:290)
at VASSAL.chat.HybridClient.sendToOthers(HybridClient.java:85)
at VASSAL.build.GameModule.sendAndLog(GameModule.java:1864)
at VASSAL.build.module.PlayerRoster.finish(PlayerRoster.java:509)
at VASSAL.build.module.WizardSupport$GameSetupPanels.finish(WizardSupport.java:948)

@riverwanderer riverwanderer linked a pull request Mar 1, 2025 that will close this issue
@riverwanderer riverwanderer self-assigned this Mar 1, 2025
@riverwanderer riverwanderer added the Under Investigation Issue Under Investigation label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ABR From the Automatic Bug Reporter Under Investigation Issue Under Investigation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants