CptPingu
CptPingu

Reputation: 43

gDebugger not working

I downloaded the last version of gDebugger (currently 5.8.1). But I can't make it works. I try to run the provided examples, but nothing happen. I try to load the teapot example, but when I run it (F5), I just see a command line prompt which disappear immediately. (I also try to make the same actions as "Timothy Smith" described in http://devgurus.amd.com/thread/158943 in its first post, but the result was the same)

I'm on Win7 64 bits, with a GTX 470.

Edit: This is the error I get in the log:

[20:10:36]   [2495245290]   [ERROR]   [4448]   [gaAPIToSpyConnector::initialize]   [src\gaAPIToSpyConnector.cpp]   [217]   [Assertion failure (rcAPISocket)]
##   [20:10:36]   [2495245327]   [ERROR]   [4448]   [gaLaunchDebuggedProcess]   [src\gaGRApiFunctions.cpp]   [388]   [Assertion failure (rcAPIConnection)]
##   [20:10:36]   [2495821910]   [ERROR]   [4448]   [osPipeSocket::close]   [src\win32\osPipeSocket.cpp]   [124]   [Cannot close pipe (pipe type: osPipeSocketServer)]
##   [20:10:36]   [2495822046]   [ERROR]   [4448]   [osPipeSocket::close]   [src\win32\osPipeSocket.cpp]   [137]   [Cannot close pipe (pipe type: osPipeSocketServer)]
##   [20:10:36]   [2495822236]   [ERROR]   [4448]   [osPipeSocketServer::open]   [src\win32\osPipeSocketServer.cpp]   [76]   [Assertion failure (_incomingPipe != ((HANDLE)(LONG_PTR)-1))]
##   [20:10:36]   [2495822377]   [ERROR]   [4448]   [osPipeSocketServer::open]   [src\win32\osPipeSocketServer.cpp]   [97]   [Assertion failure (_outgoingPipe != ((HANDLE)(LONG_PTR)-1))]
##   [20:10:36]   [2495822453]   [ERROR]   [4448]   [gaAPIToSpyConnector::initialize]   [src\gaAPIToSpyConnector.cpp]   [217]   [Assertion failure (rcAPISocket)]
##   [20:10:36]   [2495822520]   [ERROR]   [4448]   [gaLaunchDebuggedProcess]   [src\gaGRApiFunctions.cpp]   [388]   [Assertion failure (rcAPIConnection)]

Upvotes: 1

Views: 2367

Answers (1)

Stephan van den Heuvel
Stephan van den Heuvel

Reputation: 2138

gDebugger is now an AMD product and all the new versions are available on their developer site. Current version is 6.2.

Edit: The tool is now called CodeXL and available here

Upvotes: 3

Related Questions