-
Notifications
You must be signed in to change notification settings - Fork 263
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
Applying change on a macro from another map throws a null pointer exception #513
Comments
Missing an important point. This would only happen if you are editing a macro on a token. Also, please include the relevant part of the exception. |
Merudo
added a commit
to Merudo/maptool
that referenced
this issue
Jul 29, 2019
Fixed issue caused by two functions related to macro edit window that were looking for token only on current map. However, token macro edit window remains open even if the token is no longer on the current map. This fix make the two functions look for the token across all maps.
Merudo
added a commit
to Merudo/maptool
that referenced
this issue
Jul 31, 2019
Fixed issue caused by two functions related to macro edit window that were looking for token only on current map. However, token macro edit window remains open even if the token is no longer on the current map. This fix make the two functions look for the token across all maps.
Merudo
added a commit
to Merudo/maptool
that referenced
this issue
Aug 1, 2019
Fixed issue caused by two functions related to macro edit window that were looking for token only on current map. However, token macro edit window remains open even if the token is no longer on the current map. This fix make the two functions look for the token across all maps.
Merudo
added a commit
to Merudo/maptool
that referenced
this issue
Aug 1, 2019
Fixed issue caused by two functions related to macro edit window that were looking for token only on current map. However, token macro edit window remains open even if the token is no longer on the current map. This fix make the two functions look for the token across all maps.
Merudo
added a commit
to Merudo/maptool
that referenced
this issue
Aug 4, 2019
Fixed issue caused by two functions related to macro edit window that were looking for token only on current map. However, token macro edit window remains open even if the token is no longer on the current map. This fix make the two functions look for the token across all maps.
Merudo
added a commit
to Merudo/maptool
that referenced
this issue
Aug 5, 2019
Fixed issue caused by two functions related to macro edit window that were looking for token only on current map. However, token macro edit window remains open even if the token is no longer on the current map. This fix make the two functions look for the token across all maps.
Merudo
added a commit
to Merudo/maptool
that referenced
this issue
Aug 5, 2019
Fixed issue caused by two functions related to macro edit window that were looking for token only on current map. However, token macro edit window remains open even if the token is no longer on the current map. This fix make the two functions look for the token across all maps.
Phergus
added a commit
that referenced
this issue
Aug 6, 2019
Fix #513 Null Pointer Exception on apply change to token macro when token is on a different map
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Applying changes to a token macro from another map throw a null pointer exception. The error originates from save() in MacroButtonProperties, called by MacroButtonDialog. Full error message.
A similar error occurs if the token is deleted when the edit macro window is open.
To Reproduce
Expected behavior
Changes are applied with no null pointer exception.
MapTool Info
Desktop (please complete the following information):
Additional context
Regardless of the error, all changes appear to be saved.
The text was updated successfully, but these errors were encountered: