question

Tamas Szucs avatar image
Tamas Szucs asked

PlayFabParty UE4 crash on Android

Hi there,

we are porting our UE4 based VR game to Oculus Quest, but with PlayFab Party we are having multiple issues. We managed to build and include all the necessary dependencies (openssl, curl etc), but on launch it still crashes when we try to initialize Party, at some kind of uuidstring creation method. What can be a workaround / solution to this internal error? The Windows version of the game works fine with PlayFabParty voice chat.

Thanks!

error message is below:

03-05 01:27:15.728  3812  3812 F DEBUG   : backtrace:
03-05 01:27:15.728  3812  3812 F DEBUG   :     #00 pc 0000000000263c94  /data/app/com.myapp.test-1/lib/arm64/libparty.so (_ZN19BumblelionJniHelper16CreateUUIDStringERA37_c+64)
03-05 01:27:15.728  3812  3812 F DEBUG   :     #01 pc 000000000025a390  /data/app/com.myapp.test-1/lib/arm64/libparty.so (_Z20BumblelionCreateUuidR14BumblelionUuid+100)
03-05 01:27:15.728  3812  3812 F DEBUG   :     #02 pc 00000000001f6d20  /data/app/com.myapp.test-1/lib/arm64/libparty.so (_ZN14BumblelionImpl10InitializeEPKc+128)
03-05 01:27:15.728  3812  3812 F DEBUG   :     #03 pc 00000000001f6af4  /data/app/com.myapp.test-1/lib/arm64/libparty.so (_ZN14BumblelionImpl6CreateEPKcPPS_+232)
03-05 01:27:15.728  3812  3812 F DEBUG   :     #04 pc 00000000001f59c4  /data/app/com.myapp.test-1/lib/arm64/libparty.so (PartyInitialize+128)

unrealandroid
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Ivan Cai avatar image Ivan Cai ♦ commented ·

Can you provide some reproduce steps?

1 Like 1 ·
Tamas Szucs avatar image Tamas Szucs Ivan Cai ♦ commented ·

Hi there. Sorry for the late reply, I created a simple repository containing the minimal code that crashes like in our project: https://github.com/tomfurrier/PlayFabPartyQuest
To be able to build the project for the Oculus Quest, it requires a 4.25 version of Unreal Engine built from source. You can see how we use the PlayFabParty sdk and binaries in the Plugins\PlayfabParty folder. We use the 64 bit versions. The exception we get is some kind of nullreference, a bit more verbose log: https://gist.github.com/tomfurrier/ae9ba03cba2a3e18bf5fd0b35f4ca01f

0 Likes 0 ·
Tamas Szucs avatar image
Tamas Szucs answered

Hi @Ivan Cai

is it possible to build our own version of PlayFabParty (libparty.so), or acces the source code of this internal logic to further debugging?

Thanks!

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Ayrton Olvera avatar image Ayrton Olvera commented ·

Hi @Tamas Szucs Were you able to solve this problem? I'm having the same crash for oculus quest

1 Like 1 ·
alexh avatar image
alexh answered
@Ivan Cai

This is still not resolved issue - can you please point developers into this issue, please? I've started talk with MS devs in the PR - https://github.com/PlayFab/PlayFabParty/pull/32, but still more attention is needed.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.