Difference between revisions of "Troubleshooting"
From TACWiki
(New page: This page contains some common problems and solutions that people may run into when starting to use/develop for Astropolis.) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This page contains some common problems and solutions that people may run into when starting to use/develop for Astropolis. | This page contains some common problems and solutions that people may run into when starting to use/develop for Astropolis. | ||
+ | |||
+ | ==Common Problems for Developers== | ||
+ | |||
+ | ===Build Errors=== | ||
+ | |||
+ | ====Project Util==== | ||
+ | '''Example Error:''' | ||
+ | Error 1 The command "copy /Y "C:\Users\Arthas\Documents\Astropolis\Game\Util\SVNRes.resx" "C:\Users\Arthas\Documents\Astropolis\Game\Util\libs\temp.resx" | ||
+ | "SubWCRev.exe" "C:\Users\Arthas\Documents\Astropolis\Game\\" "C:\Users\Arthas\Documents\Astropolis\Game\Util\SVNRes.resx" "C:\Users\Arthas\Documents\Astropolis\Game\Util\SVNRes.resx" | ||
+ | " exited with code 9009. | ||
+ | |||
+ | '''Solution''' | ||
+ | Ensure that the SubWCRev.exe program (which should be installed alongside the TortoiseSVN clien) is included in your Path Environment Variable. |
Latest revision as of 15:35, 29 August 2009
This page contains some common problems and solutions that people may run into when starting to use/develop for Astropolis.
Common Problems for Developers
Build Errors
Project Util
Example Error: Error 1 The command "copy /Y "C:\Users\Arthas\Documents\Astropolis\Game\Util\SVNRes.resx" "C:\Users\Arthas\Documents\Astropolis\Game\Util\libs\temp.resx" "SubWCRev.exe" "C:\Users\Arthas\Documents\Astropolis\Game\\" "C:\Users\Arthas\Documents\Astropolis\Game\Util\SVNRes.resx" "C:\Users\Arthas\Documents\Astropolis\Game\Util\SVNRes.resx" " exited with code 9009.
Solution Ensure that the SubWCRev.exe program (which should be installed alongside the TortoiseSVN clien) is included in your Path Environment Variable.