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

Script loading errors #3195

Open
CuriousMike56 opened this issue Nov 5, 2024 · 0 comments
Open

Script loading errors #3195

CuriousMike56 opened this issue Nov 5, 2024 · 0 comments

Comments

@CuriousMike56
Copy link
Collaborator

Various scripts (mainly those with GUI windows) are failing to load now:

road_editor.as (87, 5): Info = Compiling void TerrainEditor::drawWindow()
road_editor.as (92, 51): Error = Not a valid reference

demo_script.as (339, 1): Info = Compiling void drawDocumentWindow()
demo_script.as (343, 36): Error = Not a valid reference

example_RigEditor_alpha.as (402, 20): Error = Identifier 'GridViewer' is not a data type in global namespace

example_ogre_characterPosing(skelAnims).as (80, 5): Info = Compiling void PoseDemo::drawSetupButton()
example_ogre_characterPosing(skelAnims).as (108, 26): Error = No matching symbol 'setMaterialName'

example_ogre_terrnBatcher.as (28, 1): Info = Compiling void frameStep(float)
example_ogre_terrnBatcher.as (30, 9): Error = No matching signatures to 'ImGui::Begin(const string, void, const ImGuiWindowFlags)'
example_ogre_terrnBatcher.as (30, 9): Info = Candidates are:
example_ogre_terrnBatcher.as (30, 9): Info = bool Begin(const string&in, bool&inout, int = 0)

example_ogre_inspector.as (28, 9): Error = No matching symbol 'ImHyperlink'

example_game_shockTuning.as spams this error in console while on foot:

10:32:06: The script ended with exception; details below:
10:32:06: 	context.ExceptionLineNumber: 221
10:32:06: 	context.ExceptionString: Null pointer access
10:32:06: 	context.ExceptionFunction.Declaration: void frameStep(float)
10:32:06: 	context.ExceptionFunction.ModuleName: example_game_shockTuning.as(category:CUSTOM,unique ID:14)
10:32:06: 	context.ExceptionFunction.ScriptSectionName: example_game_shockTuning.as
10:32:06: 	context.ExceptionFunction.ObjectName: 

Other scripts may also be affected, these are the only ones I've checked so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant