UE2 - UT2kX Problem with loading a map on another computer.

  • 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.

Turbo K

Turbo K
Feb 8, 2010
105
0
0
California
When I finished a map and loaded it onto the other computer, it didn't work.
An error screen popped up saying that I had requested something unusual and that it was a 'Visual C++ Error'. Does anyone know anything about this?
 

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
Did you actually rebuild geometry and paths before trying to load the map in the game? Geometry is important because brush changes invalidate the level geometry. Paths are important because that actually creates the list of PlayerStarts, and without that the game can't create your player controller (the thing that manages all input controls and provides the spectator view camera). The later is likely to cause this kind of crash.
 

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
If you didn't use just stock content, make sure the other computer has all required packages. Check the other computer's log file to find out why the map doesn't load there.