Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreal Engine 5.3 Compatibility #3

Closed
Samcheck97 opened this issue Oct 17, 2023 · 3 comments
Closed

Unreal Engine 5.3 Compatibility #3

Samcheck97 opened this issue Oct 17, 2023 · 3 comments

Comments

@Samcheck97
Copy link

Samcheck97 commented Oct 17, 2023

We have currently switched our project to UE 5.3, but it seems some Unreal API has changed, now being unable to import OTIO files. It gives out this error, on some machines even crashes.

I would appreciate any help, thank you @michdolan !

image

OTIO import failed with error: MovieSceneCinematicShotSection: Failed to convert parameter 'sequence' when calling function 'MovieSceneSubSection.SetSequence' on 'MovieSceneCinematicShotSection_0'
typeerror: nativizeobject: cannot nativize 'object' as 'sequence' (ObjectProperty)
typeerror: nativizeobject: cannot nativize 'object' as 'object' (allowed Class type: 'MovieSceneSequence')

@Samcheck97
Copy link
Author

Now it just purely crashes the engine after updating timeline, without any specific details

@Samcheck97
Copy link
Author

Here is a part from log when updating timeline through OTIO which shows error for newly created sequences - this repeats for all of them, afterwards engine tries to open master sequence, which crashes.|

[2023.10.19-13.18.57:777][933]LogPackageName: Warning: TryConvertFilenameToLongPackageName was passed an ObjectPath (/Game/Cinematics/Sequences/02_26_main/shots/_02_26_C4_100/_02_26_C4_100._02_26_C4_100) rather than a PackageName or FilePath; it will be converted to the PackageName. Accepting ObjectPaths is deprecated behavior and will be removed in a future release; TryConvertFilenameToLongPackageName will fail on ObjectPaths.
[2023.10.19-13.18.57:777][933]LogPackageName: Warning: TryConvertFilenameToLongPackageName was passed an ObjectPath (/Game/Cinematics/Sequences/02_26_main/shots/_02_26_C4_100/_02_26_C4_100._02_26_C4_100) rather than a PackageName or FilePath; it will be converted to the PackageName. Accepting ObjectPaths is deprecated behavior and will be removed in a future release; TryConvertFilenameToLongPackageName will fail on ObjectPaths.
[2023.10.19-13.18.57:778][933]LogEditorAssetSubsystem: Error: FindAssetData failed: The AssetData '/Game/Cinematics/Sequences/02_26_main/shots/_02_26_C4_100/_02_26_C4_100._02_26_C4_100' could not be found in the Asset Registry.

@jminor
Copy link
Member

jminor commented Oct 20, 2023

@Samcheck97 did you find a solution to this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants