Can't compile Torque 2D, Failed to write the updated manifest to the resource of file "../../../Torque2D.exe"
by BorbHoic · in Torque 2D Beginner · 08/22/2015 (1:04 pm) · 3 replies
Trying to compile it using VS2010, getting this error: general error c101008d: Failed to write the updated manifest to the resource of file "../../../Torque2D.exe". @>F5AA =5 <>65B ?>;CG8BL 4>ABC? : D09;C, B0: :0: MB>B D09; 70=OB 4@C38< ?@>F5AA><.
Torque2D.exe appears but doesn't run. Well, it does, but does nothing, no window appears and it's only visible in process explorer.
Torque2D.exe appears but doesn't run. Well, it does, but does nothing, no window appears and it's only visible in process explorer.
#2
When I try to run Torque2D from VS, it throws a lot of complains about "Cannot find or open the PDB file" for every dll it uses. It ends with this:
--------------------------------------------------------------------------------
Math Initialization:
Installing Standard C extensions
Installing Assembly extensions
Installing FPU extensions
Installing MMX extensions
Installing SSE extensions
--------------------------------------------------------------------------------
Input Initialization:
'Torque2D.exe': Loaded 'C:\Windows\System32\XInput9_1_0.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\setupapi.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\devobj.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\dinput8.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\hid.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\winmm.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\wintrust.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\crypt32.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\msasn1.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\ntmarta.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\Wldap32.dll', Cannot find or open the PDB file
DirectInput enabled.
'Torque2D.exe': Unloaded 'C:\Windows\System32\dinput8.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\hid.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\winmm.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\XInput9_1_0.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\setupapi.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\devobj.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\cfgmgr32.dll'
The thread 'Win32 Thread' (0x1fd4) has exited with code 0 (0x0).
The program '[2708] Torque2D.exe: Native' has exited with code 0 (0x0).
If I just run Torque2D.exe, it will appear in the task manager doing nothing and taking 25% of CPU.
08/23/2015 (3:26 am)
All these, and maybe disabling readonly flag for a folder and everything inside helped, not sure after what step. Now I have another problem.When I try to run Torque2D from VS, it throws a lot of complains about "Cannot find or open the PDB file" for every dll it uses. It ends with this:
--------------------------------------------------------------------------------
Math Initialization:
Installing Standard C extensions
Installing Assembly extensions
Installing FPU extensions
Installing MMX extensions
Installing SSE extensions
--------------------------------------------------------------------------------
Input Initialization:
'Torque2D.exe': Loaded 'C:\Windows\System32\XInput9_1_0.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\setupapi.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\devobj.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\dinput8.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\hid.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\winmm.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\wintrust.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\crypt32.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\msasn1.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\ntmarta.dll', Cannot find or open the PDB file
'Torque2D.exe': Loaded 'C:\Windows\System32\Wldap32.dll', Cannot find or open the PDB file
DirectInput enabled.
'Torque2D.exe': Unloaded 'C:\Windows\System32\dinput8.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\hid.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\winmm.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\XInput9_1_0.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\setupapi.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\devobj.dll'
'Torque2D.exe': Unloaded 'C:\Windows\System32\cfgmgr32.dll'
The thread 'Win32 Thread' (0x1fd4) has exited with code 0 (0x0).
The program '[2708] Torque2D.exe: Native' has exited with code 0 (0x0).
If I just run Torque2D.exe, it will appear in the task manager doing nothing and taking 25% of CPU.
#3
08/23/2015 (6:59 am)
Unicode in folder path, moved it to C: and it worked.
Associate Simon Love
- Clean and Rebuild solution from scratch.
- Disable antivirus (which might be trying to scan the .exe as it is created)
- Run Visual Studio as Administrator.
Let us know if any of these solutions work!