Hey everyone
I add new lootbox but error
![]()
Hey everyone
I add new lootbox but error
![]()
Last edited by asd4129; 29-01-17 at 12:38 PM.
else if(m_Item.itemID == 301138) this
...
https://www.google.com/search?q=too+...rs+in+constant
Specifically:
Bad Request
working but lootbox is not spawn
PhysX Warning (warning): 'PxScene::addActor(): Dynamic actor with zero moment of inertia added to scene; defaulting inertia to (1,1,1). Call PxRigidBodyExt::updateMassAndInertia() to set mass properties from geometry with a specific density.' at file ..\..\PhysX\src\NpScene.cpp, line 871
Disable physics
This is not the problem
Server join and crash
This is the problemPhysX Warning (warning): 'PxScene::addActor(): Dynamic actor with zero moment of inertia added to scene; defaulting inertia to (1,1,1). Call PxRigidBodyExt::updateMassAndInertia() to set mass properties from geometry with a specific density.' at file ..\..\PhysX\src\NpScene.cpp, line 871
Do you want a box that can be opened in the map?
That, I will not.
The PhysX error is a red herring, and a warning at most. Your issue is you're surrounding all of the loot boxes with single quotes. You need to use double quotes for strings, and just plain ol' integers for everything else.
Beyond that - if you're getting crashes, you need attach a debugger to the process in question or find the dump file from when the server segmentation faulted. It will show you the exact line of the error.
You can use the "Debug" category at the top of your Visual Studio instance and attach to the process in question.
Last edited by asd4129; 13-01-17 at 04:04 PM.
As I said before, the warning is unrelated. You will need to do the steps I listed above. Plus, you didn't make the changes I mentioned.