Game Development Community

Patch problem and missing files!

by Daniel Brown · in Torque Game Engine · 05/18/2004 (2:30 am) · 8 replies

Hey all,

Well i have just patched my torque with the click n pick patch, after spending about an hour trying to figure out how the hell to patch a patch, it seems to have done something at least, though now when i try and start it up i get an error saying it cant find the specified profile 'GuiDialogProfile'? Does anyone know where this stray profile has wandered off too? or if its a bug in the click n pick patch?

thanks for any help!

#1
05/18/2004 (3:21 am)
Patch is rather old compared to HEAD, i suggest you do it manually?
#2
05/18/2004 (3:38 am)
What do you mean? Apply the patch manually? I dont have the code to put in though.
#3
05/18/2004 (4:10 am)
Just download HEAD from CVS and compile?
#4
05/18/2004 (4:52 am)
O is click and pick in the head then?
#5
05/18/2004 (10:50 am)
I don't really know what these guys are talking about. :)

The patch file is just plain text and fairly easy to read, so Westy's point is you can apply it manually.

Anyway, GuiDialogProfile should be in HEAD somewhere; I would do a find in files for it.
#6
05/18/2004 (1:32 pm)
Hmm i did a search but couldnt find guidialogprofile anywhere?

seems to be non existant!

it seems some of the scripts are calling GuiDialogProfile, where abouts is it in all of your torque HEAD's?
#7
05/18/2004 (8:34 pm)
Or it could be that the profile doesn't exist anymore. It's not going to break the engine - it'll just use a default one, GuiDefaultProfile. So it's probably a non-issue if everything looks right.
#8
05/18/2004 (11:03 pm)
Thats good :) i'll just delete all the calls for it then