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
Reproducible in Sample Project when selecting that is not "ProjectCore".
Perhaps also affects other callback types.
Call script D:\Projects\TheSuperHackers\GeneralsModBuilderSample\Project\Scripts\Python\OnInstallPack ...
OnInstallPack.py called ...
ERROR CALLSTACK
Traceback (most recent call last):
File "gui\gui.py", line 421, in _DoWork
File "gui\gui.py", line 309, in <lambda>
File "buildfunctions.py", line 122, in RunWithConfig
File "build\engine.py", line 295, in Run
File "build\engine.py", line 970, in __Install
File "build\engine.py", line 372, in __SendBundleEvents
File "build\engine.py", line 334, in __CallScript
File "D:\Projects\TheSuperHackers\GeneralsModBuilderSample\Project\Scripts\Python\OnInstallPack.py", line 10, in OnEvent
assert rawBuildThing != None, "_rawBuildThing kwargs not found"
AssertionError: _rawBuildThing kwargs not found
The text was updated successfully, but these errors were encountered:
Reproducible in Sample Project when selecting that is not "ProjectCore".
Perhaps also affects other callback types.
The text was updated successfully, but these errors were encountered: