The level loads successfully (with some conditions), but when I try to open ANY blueprint (this is NOT a problem in one blueprint), the editor crashes.
Crash.7z (50.2 KB)
In the UE5.5.4 everything was good. @ClockworkOcean @Everynone, is this problem common or exclusively mine, and if first, how to fix this?
Its not a bad idea to always wait for the first hotfix, so that would be 5.6.1 now.
The .0 is really released so that everybody can find the showstoppers, like this.
Hello @ClockworkOcean! Thanks, I will wait some time, fortunately, I have a backup, but I doubt that this will solve all the problems.
Unfortunately, the issue has not been fixed, it is something deeper than just ārawā engine version.
I have no idea whatās going on in the crash.
Have you tried the standard ( but often useful ) step of looking at the size map of one of these blueprints? Iām wondering if you have an asset chain here⦠( shot in the dark ).
@ClockworkOcean what means an āasset chainā?
Itās when one asset references another, and that one does the same, andā¦
You can end up loading half the asset browser with a single blueprint.
Also, it can result in loops.
You can soon tell with āsize mapā.
Of course, such assets as player (blueprint), player controller, game mode, are tightly entangled with the references, and this cannot be changed significantly since all the game logic relies on them. So, what do I have to do with these references?
Itās only really worth doing, if the size map of your player ( or game instance / game mode / other common blueprints ) is huge. Like when you look at the map, you can see loads of other blueprints loaded in there that should not be there.
Any time you have a variable ( of a certain type ) or cast, youāre linking blueprints together. The way to separate them is basically interfaces.
It can be a lot of work, and itās something thatās good to know, but may not help your problem here at all ( I have to stress that ).
Have you also tried asking this question on somewhere like Unreal Slackers?
Unfortunately, Discord is forbidden in my country, I am not going to do the crime so I cannot ask this question there. So, you donāt know the solution?
Iām afraid I donāt. I see others with what looks like a similar problem, but no solutionā¦
I can try putting your log in there?