The ‘Array index out of bounds’ means it’s trying to pull from something that doesn’t exist. Did you remove an files before upgrading the project to 5.3? Also, if you had any plugins enabled or added to your project that were from earlier UE versions, that can also cause it. I’d start with the plugins.
Still no luck unfortunately, keep getting the same error
I have disabled all plugins that the engine allows me to
(Otherwise I get this message when I try to launch my project:
“The game module ‘ProjectEther’ could not be loaded. There may be an operating system error, the module may not be properly set up, or a plugin which has been included into the build has not been turned on.” )
The currently enabled plugins are included in the .txt file attached. I have checked these plugins against the Lyra sample project
The error of “The game module ‘ProjectEther’ could not be loaded. There may be an operating system error, the module may not be properly set up, or a plugin which has been included into the build has not been turned on.” is saying that if you have a plugin included in the build which is not turned on(Or is not on the same version as the project) this can cause errors.
@BoBeepy I’d check to ensure you have the 5.3 version of all of those plugins installed/enabled and see if it continues. If one of them(or more) are still on an older version, that could definitely be the cause of the error.
Hm, that’s still the error that would pop up for this type of thing too. Have you tried moving everything over to a new project entirely and see if still errors?