reznok / GMCAbilitySystem

An Unreal Engine plugin that adds an ability system to the General Movement Component plugin
MIT License
28 stars 13 forks source link

Demo Crashes when Using Listen Server and 2 Players #20

Closed Nasuru closed 4 months ago

Nasuru commented 4 months ago

Hi, was trying it out with the demo in the discord and it works fine and nice with a single player, but when 2 players with listen server it crashes when loading up. I put it into debug and the exception is in SyncCore.h on Line 195 where Index is -1 causing the exception. I didn't change anything after downloading the demo. I attached logs to help.

GMCAbilitySystem_Demo.log

reznok commented 4 months ago

Did you modify the GMCCore.build.cs and add the StructUtils and GMCAbilitySystemTypesInclude modules?

Nasuru commented 4 months ago

I was not reading carefully haha, that worked. Thanks!