Crash on PIE Close with Two Pawns and Player Component

Hi,

I have two player pawns in my scene. One is an Explorer Pawn used only for overview and it should not interact with the AI. The second is the main player pawn, which interacts with the AI and has the Player Component from this plugin attached. Everything works fine during PIE, but when I close PIE, Unreal crashes. I discovered that if I also add the Player Component to the Explorer Pawn, the crash no longer happens. However, that creates another problem because I get two chatboxes on top of each other, since both pawns now have the component, and only the main player pawn should interact with the AI. Why does the crash happen when only one pawn has the Player Component? Is the plugin expecting all player pawns to have it? What would be the correct way to set this up so only one pawn interacts with the AI and the project does not crash when closing PIE?

Thanks.

just to add some more detail after further testing.

During my investigation I noticed an interesting pattern. If I start the experience with the pawn that has the Player Component attached, everything behaves normally. I can then switch to the Explorer Pawn (which does not have the component), switch back to the main pawn, talk to the AI, and close PIE without any crash.

However, if I start the experience with the Explorer Pawn first (the one without the Player Component), then switch to the main pawn that has the component, interact with the AI, and close PIE, Unreal crashes.

Hello,

Could you please share the logs?

Hi, Thanks for your reply. Here’s the log for when we have two pawns, explorer pawn and FPS pawn. we have the player component on FPS but not on explorer. we start the game as explorer, swap the pawn to FPS and talk to Ai and close PIE, and the crash happens:

cef3.log (711 Bytes)

CBWest.log (6.0 MB)

Can you please share the Convai plugin version you are using ?

I believe its 3.6.0 from the FAB library.

Please check under the plugins tab.

It is 4.0.0-beta.10

I got it from Fab marketplace.

Is there any update on this?

also we noticed that our plugin version is 4.0.0 beta 11

The issue is identified and will be fixed in the upcoming version of the plugin.

1 Like

Great! thank you. is there an ETA for this?

At the moment, we’re not able to share an ETA. Please keep an eye on our updates for any announcements.

What is the most stable version of the plugin to be used with UE 5.7?