Memory error when using Data Objects

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

damaestrio

New Member
Aug 30, 2001
25
0
0
41
www.planetunreal.com
I'm trying to implement a function to save data to the server periodically during gameplay. The function works fine offline, and stores the data correctly, but when I attempt to shut down the server, I get this error:

UT2003.exe - Application Error

The instruction at "0x10903b8c" referenced memory at "0x06ff55c4". The memory could not be "written".

Click on OK to terminate the program.

Any suggestions on how to solve this?

-Maestro