You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the path and checking the file, the error seems to happen here
auto frameDeveloperTools = cast<CControlContainer>(FindControl(root, "FrameDeveloperTools"));
frameDeveloperTools.Show();
for (uint i = 0; i < frameDeveloperTools.Childs.Length; i++) {
frameDeveloperTools.Childs[i].Show();
}
The plugin shipped with OP seems to be outdated compared to the version in this repository, since the latter checks if the variable is null beforehand
Just in case, I decided to also check the versions shipped with TM2020 and Turbo. TM2020 is up-to-date, while the version shipped with Turbo seems to be more outdated than MP4's
Ideally, the plugin shipped with Openplanet for Turbo and MP4 should be updated, if it's compatible.
Additional information
MP4 Openplanet version: 1.27.2
Turbo Openplanet version: 1.27.2
The text was updated successfully, but these errors were encountered:
Issue
When opening the editor on MP4, I got a null pointer access error
Explanation
When following the path and checking the file, the error seems to happen here
The plugin shipped with OP seems to be outdated compared to the version in this repository, since the latter checks if the variable is null beforehand
editordeveloper/Main.as
Lines 43 to 46 in 84dd045
Just in case, I decided to also check the versions shipped with TM2020 and Turbo. TM2020 is up-to-date, while the version shipped with Turbo seems to be more outdated than MP4's
Ideally, the plugin shipped with Openplanet for Turbo and MP4 should be updated, if it's compatible.
Additional information
The text was updated successfully, but these errors were encountered: