Game Development Community

File missing error in new project.

by Brian E Charapata · in iTorque 2D · 08/25/2011 (3:20 pm) · 2 replies

Started a new project and noticed in the log that a file was missing which was causing an error.

/Applications/iTorque2D_1_4_1/MyProjects/MapSetup/projectFiles/common/gui/consoleProfiles.cs!
Missing file:

I was wondering why a file would be missing on a new project? I figured all files were created on project creation.


#1
08/26/2011 (12:48 pm)
It's due to the console being removed from the desktop runtimes. The files were removed, but someone forgot to remove the references to them. This does not affect anything other than printing the error message. It will not be an issue in 1.5 final.
#2
08/27/2011 (4:19 pm)
Ah. Thank you Michael. ;^>