XaiJu
JakubW
JakubW

patreon


About UE5.

Unfortunately, I have bad news. I was unable to run the project on the UE5 version. I tried disabling PowerIK, PhysicXVehicles plugins, and even copying files to another project. Unfortunately, every time I run any blueprint, the program crashes. I have one more idea, but I doubt it will work :(

Comments

I've been on UE5 EA1 and EA2 for a while. PowerIK will no longer work with UE5 P1/P2/R1, but even removing any PowerIK functionality will cause a crash. My extensive research working from UE5 source is that it has something todo with ALS_AnimBP.uasset >> this is causing the crash. I see a way to fix it by removing all contents in ALS_AnimBP.uasset in UE5 EA1/EA2, then copy-and-pasting it into UE5 R1. Then if one looks at the blueprint, lots of nodes have their inputs "duplicated" or "confused" - you have to refresh all the nodes and reconnect them and save. Unfortunately if anything in the entire blueprint is not properly refreshed you will have to start over when reloading, as the file will now crash UE5...

Dan Krusi

Here are the .uasset that are crashing UE5, if you rename them to .uassetx or remove them, UE5 is loading e:\IWALS (Version 2.2) 4.26\Content\AdvancedLocomotionV4\Blueprints\AnimNotifys\Execute.uasset e:\IWALS (Version 2.2) 4.26\Content\AdvancedLocomotionV4\Blueprints\CharacterLogic\ALS_AnimMan_CharacterBP.uasset e:\IWALS (Version 2.2) 4.26\Content\AdvancedLocomotionV4\Blueprints\CharacterLogic\ALS_Base_CharacterBP.uasset e:\IWALS (Version 2.2) 4.26\Content\AdvancedLocomotionV4\Blueprints\Climbing_System\Component\BP_DynamicClimbingComponent_v2.uasset e:\IWALS (Version 2.2) 4.26\Content\AdvancedLocomotionV4\Blueprints\Components\BP_Balance_And_Ladder_Movement.uasset e:\IWALS (Version 2.2) 4.26\Content\AdvancedLocomotionV4\Blueprints\Components\BP_Cover_System.uasset e:\IWALS (Version 2.2) 4.26\Content\AdvancedLocomotionV4\Blueprints\Human_AI_Logic\ALS_BaseAI_CharacterBP.uasset e:\IWALS (Version 2.2) 4.26\Content\AdvancedLocomotionV4\Blueprints\Human_AI_Logic\ALS_Human_AI_CharacterBP.uasset e:\IWALS (Version 2.2) 4.26\Content\Game\Blueprints\BP_I_Button.uasset

Nicolas Choukroun


More Creators