problem with create_make_pool_snapshot_data_function(networked_components); #114
-
I am running a debug build in VS2022 of my networked Edyn application. After updating to the latest I get an exception here:
It is trying to allocate 1437153025663 bytes. It does this on both my client and server applications. Any thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That looks like some deep UB. Are you registering networked components? Have you tried rebuilding everything? |
Beta Was this translation helpful? Give feedback.
-
I think I figured it out. The lib was built for double precision, but the application was built for single precision. |
Beta Was this translation helpful? Give feedback.
I think I figured it out. The lib was built for double precision, but the application was built for single precision.