![]() |
some notes - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: some notes (/thread-474.html) |
RE: some notes - NiLSPACE - 06-19-2012 i'm so sorry for the late reply ![]() i get an error when i try to use the Privile_run.cmd RE: some notes - NiLSPACE - 06-19-2012 i added pause at the end becouse otherwise i could not see the error :S RE: some notes - xoft - 06-19-2012 Did you install the MS Standalone Profiler? Or do you have a 64-bit system? Or did you rename your Program Files to something else? The errors report that the MS Standalone Profiler wasn't found at the specified path. Try to have a look around if you can find it yourself: The default installation path is "c:\program files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools" On 64-bit systems, it could also be "c:\program files (x86)\Microsoft Visual Studio 9.0\Team Tools\Performance Tools" In any case, there should be a "vsperfcmd.exe" in that location. If you find it, modify the profile_run.cmd script (using notepad or any other text editor; right-clicking the file should present an "Edit" command) where it says Code: set pt="C:\Program Files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools" Then try to run the script again. RE: some notes - NiLSPACE - 06-19-2012 i have a 64-bit system but i installed the MS Standalone Profiler 64-bit version oh it was installed in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Team Tools\Performance Tools but now the error is: Quote:Copyright © Microsoft Corp. All rights reserved. RE: some notes - xoft - 06-19-2012 Well, it says it needs to run as admin, so you either need to run it as an administrator, or disable UAC (temporarily) on your system. Sorry I can't be of more help here, I'm on XP, UAC-less and happy ![]() I think that if you create a shortcut to the script, you can set the shortcut's properties to run it as administrator. Not sure, though. RE: some notes - NiLSPACE - 06-19-2012 what is UAC?? :S RE: some notes - xoft - 06-19-2012 http://lmgtfy.com/?q=uac You seem to know enough to edit script files, but you don't know what UAC is? RE: some notes - NiLSPACE - 06-19-2012 nope xD RE: some notes - xoft - 06-22-2012 Any progress here? Did you manage to turn off UAC and run the profile server? RE: some notes - NiLSPACE - 06-22-2012 nope ![]() |