Game Development Community

Trouble compiling

by Mitovo · in Torque 3D Beginner · 01/29/2015 (9:00 am) · 2 replies

Hello,

So, I've tried working this out on my own several times, and am at a complete loss.

I'm trying to cmpile T3D, having followed the instructions on the Wiki (the correct version of DX SDK (June 2010) is installed, etc), and I can get to the compile stage, but it always kicks back the same 2 errors at the end, and no executable is created. I'm not trying to use PhysX, so that's not it.

Here's the specific error it's showing at the bottom

Error 124 error LNK1123: failure during conversion to COFF: file invalid or corrupt D:GameDevT3DMy ProjectsTestbuildFilesVisualStudio 2010projectsLINK
Error 125 error LNK1123: failure during conversion to COFF: file invalid or corrupt D:GameDevT3DMy ProjectsTestbuildFilesVisualStudio 2010projectsLINK

(There should be slashes in the paths... I don't know why the forum software is removing them?)

Now, I'm not a programmer, so I have no idea why this is happening, or where to even begin trying to figure it out. Nothing I've tried has helped.

Any ideas would be greatly appreciated.

Thanks!


#1
01/29/2015 (9:44 am)
BigDaz said he was able to fix that by installing VS2010 service pack 1: http://www.microsoft.com/en-us/download/details.aspx?id=23691
#2
01/29/2015 (11:20 am)
That worked!

Awesome!

Thank you, sir!