KellanM / OpenAI-Api-Unreal

Integration for the OpenAI Api in Unreal Engine
MIT License
649 stars 143 forks source link

Package project not opening #38

Closed amanchauhan2432 closed 1 year ago

amanchauhan2432 commented 1 year ago

I package the project and it packaged successfully but when I try to open the .exe file then this error is coming. Do I need to include plugin file during package or anything else. Please any solution

Package

amanchauhan2432 commented 1 year ago

@KellanM Please help me with that

KellanM commented 1 year ago

I was able to repro this locally. Currently investigating. I'll let you know once I have a solution.

vcen commented 1 year ago

I had the same problem.

Assertion failed: CastResult [File:D:\build++UE5\Sync\Engine\Source\Runtime\CoreUObject\Public\UObject\Field.h] [Line: 962] CastFieldChecked failed with 0x0000015a98a46300

amanchauhan2432 commented 1 year ago

I just converted my blueprint project to cpp and it's working