Game Development Community

Error Message

by Pat Frank · in Torque X 2D · 12/03/2009 (6:52 pm) · 1 replies

We're getting an error message when we try to write some manual code into an XNA program and can't seem to pin down exactly what's going on. Any suggestions would be appreciated.

The command if x86 == x86 (c:\<path to schema file>\ -exportschema)

... followed by some more path info, then "exited with code 532459699".

#1
12/03/2009 (9:58 pm)
Make sure the path and the schema file are writeable.. I was getting similar problems when I added the schema file to my source control system which made the file read-only.