i don’t use this projet for game. i use it for recording cinematic, so i don’t need to build it.
Please help me. i just want to run it again.
Thanks in advance.
Hey there @Tinder-Red! So the error is telling us that a shared pointer is failing a check to verify it is valid. This could come from lots of areas, so we’re going to need the full callstack and see what is calling to that IsValid. It’s possible an object being referenced is corrupted, but to narrow down what we will need to get editor symbols installed and check the entire context.
This video can show you how to install the editor symbols, (and also has some helpful tips otherwise). Once you have editor symbols installed, crash again and let me see the full crash context, it may give us more insight.
I also noticed some non-fatal errors that are very likely unrelated having to do with “CrazyIvy” for example:
[2024.10.15-16.09.55:532][ 0]LogClass: Error: StructProperty FTriangle::A is not initialized properly. Module:CrazyIvy File:Public/SMeshData.h
Hey there @Tinder-Red! Apologies this looks like it went under the radar! The error stack is unfortunately not going to give too much information since it’s coming from a low level area in the core engine. Lots of engine functionality stems from it, so short of running a source build of the engine and debugging with that, it will be hard to ascertain what could be causing it.
My first recommendation is to back the project up and let’s try some generalized fixes.
Delete the Saved and Intermediate folders inside the project folder. These will regenerate when you launch the project.
Change the starting level in the DefaultEngine.ini to your project’s starter level (or another level depending on if you built off the starter level) Example:
If those fail, I would verify the engine itself inside of the Epic Games Launcher so that if a file may have been corrupted in the installation itself, this could catch it and fix it.
thank you for your help.
I delete the Saved and Intermediate: Not working
My starting level in the DefaultEngine.ini is good.
I verify the engine, but not working.