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?