After updating the engine version, I am constantly crashing. If there is a previously opened topic or a source on the forum that I can refer to for these error codes, I would be glad if anyone who knows could share it.
Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 758] Array index out of bounds: 128988 into an array of size 1997252
Make a backup of the original project before upgrading
From what version did you upgrade, and to which version?
Do you have any additional plug-inâs, if so did you upgrade these plug-inâs too?
Assuming you do not have a C++ project, delete the following folders: DerivedDataCache, Intermediate, Saved.
If you have additional plug-inâs, disable them or move the plug-in folder out of your project. NOTICE, that once you can open the project do not save content, it will break plug-in related code.
Upgrade plug-inâs and enable them once by one to check which may or may not cause issues.
I upgraded from version 5.3.2 to version 5.4.2 and after deleting the files you suggested to delete I got the crash again. I only had the su plugin enabled.
After removing a lot of things, there really is no point. I would rather start a project from scratch. I am really tired of solving problems. The job is already hard and time-consuming. In addition, these unreal crashes are driving people crazy. Paragon files have been problematic for 3 months and no one has cared despite our feedback. The product is released but I donât think the team provides fast service behind it. It takes months for them to take action and that is not a nice thing. We have to throw away the things we canât solve.
Iâve already solved the problem with the paragon characters over a month ago. The search function in the forum is the first place you should look.
Epic doesnât have any obligation to update old assets that were released ages ago. They basically gave out the assets after the game died. There is no customer service for them.
As for upgrading from 5.3 to 5.4 the build order needs to be defined as some parts of the internals seemed to have been rewritten and are initialized in a different order.
Raven, what I mean is, even if it is old, it should be stable without uploading resources to the store. It means that you buy something without checking it, the resources are yours, and this causes many problems like this and we lose time to solve it. In other words, I do not have a constant expectation from the epic team, which is not possible anyway, but I am on the side that thinks that the resources offered for free should be checked and offered to people after they are stable.
I tried what you suggested for the project, but unfortunately I did not get any results. I am used to this situation now. If you are working on a project, you should definitely not change the engine version. My Unreal experiences are in this direction. In the new engine version, you need to open a project from scratch and upload the resources back in. When you update unconsciously, like me, all your work can be in vain, or even if it does not, it causes you a huge loss of time and anger.
Someone made a video for Paragon but I didnât understand. As far as I understand, he changed the name of one of the specified files and deleted the others, but I couldnât find a solution. I would be very happy if you could list what needs to be done step by step. The video I watched left one OrionGlobal file, changed its name and deleted the others. After the deletion, the textures of the characters were not loaded and all the characters were defining this changed file in the Mf_hitflasf and mf_orionrimlight files. However, I personally couldnât see any part that got an error on that screen on my own screen. It is obvious that I did something wrong as a step because there are people who have found a solution. If you could help me, I would be very happy by writing each step item by item.
Do the following for an optimized approach, this is a way to skip the Paragon Materialâs entirely. This can be worked out to a satisfying degree without much trouble.
Open your 5.3 project copy the meshes and skeleton via Explorer to your fresh 5.4 project - inside a root folder called Paragon or to /Characters/Paragon
For each material do the following
Migrate or copy by Explorer the textures to your project, into /ParagonFolder/CharacterName/Textures
Create new MaterialInstances, use for the Parent Material the Engine Material M_GLTF_Default
Past in the copied textures and assign the Materials to the characters.
I want to repeat it like this again. My 5.3 project is no longer there. I moved the paragon characters to a new version 5.4.2. Do I need to solve this again with the method you described?
Search your project for this file and remove from Explorer (donât start the project yet).
If you removed all these file instances open the project. If your materials are broken or do not render correctly or there is a crash you can create new materials as outlined above. To check what textures are needed open a fresh Paragon project, Right click a Material and select Show in Reference Viewer. Notice you do not necessarily need these special textures which are just black, red, green or blue colored.
If you intend to keep using the original Paragon materials, open them in a fresh 5.3 project and seek the culprit file OrionGlobalGameplayCollection and remove all the references manually prior to migrating the characters into the new 5.4 destination.
Unfortunately, my friend. Itâs crashing again. I keep writing the same things, I donât want to take your time, but I couldnât reach a conclusion.
When I delete the OrionGlobalGameplayCollection file and enter the character map again, it crashes again. In cases where it doesnât crash, the textures donât appear. But it clearly crashes once in a while and doesnât open in cases where it doesnât crash.
I forgot to mention that. Even though I deleted it completely from the project files, when adding it from the library in the epic game launcher, âoverwriteâ keeps popping up. I checked the files but couldnât find anything.
What do you think about the crash even when deleting files from the project
Delete the Intermediate and DerivedDataCash folder, check in Explorer that the Paragon folder is gone. If it still crashes is it the same error as you have posted initially?
Good, then you can proceed with adding the Paragon characters as described above. Start with one, only copy the skeleton and mesh, then create the material.