ubiqvisuals

Login Form




Ubiq Visuals Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Source Project is not being Made(Soruce Code C++) (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Source Project is not being Made(Soruce Code C++)
#699
Source Project is not being Made(Soruce Code C++) 1 Year, 11 Months ago  
Hello,

I am using:

1. T3D Pro Beta-3
2. Visual Studio 2008 Professional

Here is the output on the source when the project is made:

Welcome to projectGenerator 0.9
(c) GarageGames.Com, Inc.


CWD = G:TorqueTorque 3D 2009 Beta 3ToolsprojectGenerator
- Loading Smarty...
- Loading config file

Warning: require(G:/Torque/Torque 3D 2009 Beta 3/My Projects/A2DKitTest/buildFiles/config/project.conf): failed to open stream: No such file or directory in G:TorqueTorque 3D 2009 Beta 3ToolsprojectGeneratorprojectGenerator.php on line 64

Fatal error: require(): Failed opening required 'G:/Torque/Torque 3D 2009 Beta 3/My Projects/A2DKitTest/buildFiles/config/project.conf' (include_path='.;C:php5pear') in G:TorqueTorque 3D 2009 Beta 3ToolsprojectGeneratorprojectGenerator.php on line 64

It sucks to pay out $299, and this does this.
 
Logged Logged  
  The administrator has disabled public write access.
#700
lornem ()
Ubiq Visuals
User Offline Click here to see the profile of this user
Gender: Male lorneswork.com Location: Vancouver
Re:Source Project is not being Made(Soruce Code C++) 1 Year, 11 Months ago  
Hi Harrison,

Thanks for your purchase, and I'm sorry you've had trouble with the install. I'll see if I can help you sort it out.

I want to start by ensuring that we're on the same page. Have you read and followed all the instructions in the installguide.txt (provided in the same folder as the 3DAAK installer exe)? Specifically, I'd like to double-check that you're:
1. starting with a clean install of the T3D 1.1-Beta3 SDK (installer named: Torque-3D-2009_Pro_1.1_Beta_3-Win.exe)
2. using the 3DAAK-1.0-T3D-1.1-Beta3-Windows-Install.exe installer
and
3. selecting the correct path to your clean T3D 1.1-Beta3 SDK when the 3DAAK install wizard prompts you for it

If that's all been double-checked, and the problem persists, then I'd be curious to see what the other Torque Toolbox logs say. The Torque Toolbox generates 3 logs (shown on separate tabs in the Project Creation Progress window). For me (working properly) they appear as follows:

(... is where I've cut them for brevity)

Template files:
Code:


compile.bat
project.conf
project.mac.conf
projectCode.conf
webDeploy.conf
webDeploy.mac.conf
...
protypes.h
prcpucfg.h
prtypes.h
resource.h


Reformatting files:
Code:


reformat: game/Empty.torsion
reformat: source/torqueConfig.h
reformat: project.conf
reformat: project.360.conf
reformat: project.mac.conf
...
renamed from C:/Torque/Torque 3D 2009 Pro 1.1 Beta 3/My Projects/3DAAKTest/game/IE Empty Plugin.dll ...
to C:/Torque/Torque 3D 2009 Pro 1.1 Beta 3/My Projects/3DAAKTest/game/IE 3DAAKTest Plugin.dll
renamed from C:/Torque/Torque 3D 2009 Pro 1.1 Beta 3/My Projects/3DAAKTest/game/Empty.torsion ...
to C:/Torque/Torque 3D 2009 Pro 1.1 Beta 3/My Projects/3DAAKTest/game/3DAAKTest.torsion


And Source Project (the one you provided):
Code:


Welcome to projectGenerator 0.9
(c) GarageGames.Com, Inc.


   CWD = C:TorqueTorque 3D 2009 Pro 1.1 Beta 3ToolsprojectGenerator
   - Loading Smarty...
   - Loading config file C:TorqueTorque 3D 2009 Pro 1.1 Beta 3My Projects3DAAKTestbuildFilesconfigproject.conf
   - Setting platform to: win32
   - begin project: lmng={73D9048F-55AA-4EF6-BF33-3A811DC47FCE}
      - end project lmng
   - begin project: lpng={63D63B58-3DB8-4844-9648-C5AA04B4C1BC}
      - end project lpng
   - begin project: lungif={5C9BE928-8510-451E-B866-5C2ECF3E592F}
      - end project lungif
...

   - Writing solution file: buildFiles/VisualStudio 2005/3DAAKTest.sln - success 
   - Writing solution file: buildFiles/VisualStudio 2008/3DAAKTest.sln - success 
   - Writing solution file: buildFiles/VisualStudio 2010/3DAAKTest.sln
 - success
 


Could you provide me with the output from the other 2 logs? I suspect (from the error message you see) that project.conf is not being copied (or does not exist to begin with in the template folder), and the first log (Template Files) may shed some light on that.

Thanks,
Lorne
 
Logged Logged  
  The administrator has disabled public write access.
#701
Re:Source Project is not being Made(Soruce Code C++) 1 Year, 11 Months ago  
Yes am using the beta 3 source, I can see the source files from the kit.

But here is the output
Tempate:
camera.cs
datablockExec.cs
dust.cs
player.cs
triggers.cs
...
aiPlayer.cs
game.cs
player.cs
scriptExec.cs
thumb.png

Reformatting files:
reformat: game/Empty.torsion
reformat: source/torqueConfig.h
reformat: project.conf
reformat: project.360.conf
reformat: project.mac.conf
renamed from C:/Torque/Torque 3D 2009 Beta 3/My Projects/testProject/game/Empty.exe ...
to C:/Torque/Torque 3D 2009 Beta 3/My Projects/testProject/game/testProject.exe
renamed from C:/Torque/Torque 3D 2009 Beta 3/My Projects/testProject/game/Empty.dll ...
to C:/Torque/Torque 3D 2009 Beta 3/My Projects/testProject/game/testProject.dll
renamed from C:/Torque/Torque 3D 2009 Beta 3/My Projects/testProject/game/NP Empty Plugin.dll ...
to C:/Torque/Torque 3D 2009 Beta 3/My Projects/testProject/game/NP testProject Plugin.dll
renamed from C:/Torque/Torque 3D 2009 Beta 3/My Projects/testProject/game/IE Empty Plugin.dll ...
to C:/Torque/Torque 3D 2009 Beta 3/My Projects/testProject/game/IE testProject Plugin.dll
 
Logged Logged  
 
Last Edit: 2011/05/30 20:22 By admin. Reason: Snipped log output for brevity
  The administrator has disabled public write access.
#702
Re:Source Project is not being Made(Soruce Code C++) 1 Year, 11 Months ago  
I got this fixed..I had download beta 3 and not 1.1 beta 3...sorry.
 
Logged Logged  
  The administrator has disabled public write access.
#703
lornem ()
Ubiq Visuals
User Offline Click here to see the profile of this user
Gender: Male lorneswork.com Location: Vancouver
Re:Source Project is not being Made(Soruce Code C++) 1 Year, 11 Months ago  
Hi Harrison,

Ah, that's an easy mistake to make. I'm glad to hear you have it working now though, and I hope you enjoy using the kit :)

Just let us know if you have any further problems or questions.

Lorne
 
Logged Logged  
  The administrator has disabled public write access.
Go to top