Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debug stops at some point and it doesn't do anything. Help

Status
Not open for further replies.

esmet

Programmer
Jul 25, 2011
16
0
0
Module Load: ntdll.dll. No Debug Info. Base Address: $7C900000. Process xxx.exe (2088)
Module Load: KERNEL32.dll. No Debug Info. Base Address: $7C800000. Process xxx.exe (2088)
Module Load: borlndmm.dll. No Debug Info. Base Address: $21280000. Process xxx.exe (2088)
...
Module Load: cc3260mt.dll. No Debug Info. Base Address: $32600000. Process xxx.exe (2088)
Module Load: IMM32.dll. No Debug Info. Base Address: $76360000. Process xxx.exe (2088)

Debug Output:
[Galileo:warnig] Threads not enabled, but Mutex is Locked()!

Process xxx.exe (2088)
Debug Output:
[0,2011.07.29 12:57.37] ,ProcessAttach:

Process xxx.exe (2088)
Module Load: OLEPRO32.DLL. No Debug Info. Base Address: $5F260000. Process xxx.exe (2088)
Debug Output: ## INFO [GSCMEDIAPLAYER.DLL] ------- Full User Name: EMIL\newaccount Process xxx.exe (2088)
Debug Output:
## INFO [GSCMEDIAPLAYER.DLL] ------- Domain: EMIL

Process xxx.exe (2088)
Debug Output:
## INFO [GSCMEDIAPLAYER.DLL] NetGetAnyDCName: RPC interface is unknown

Process xxx.exe (2088)
Module Load: SAMLIB.dll. No Debug Info. Base Address: $71BA0000. Process xxx.exe (2088)
Debug Output:
## INFO [GSCMEDIAPLAYER.DLL] ------- QueryCurrentUser successfull: newaccount on server EMIL

Process xxx.exe (2088)
Module Load: MSCTF.dll. No Debug Info. Base Address: $746D0000. Process xxx.exe (2088)
Module Load: SETUPAPI.dll. No Debug Info. Base Address: $77910000. Process xxx.exe (2088)
Debug Output:
## INFO [GSCMEDIAPLAYER.DLL] ------- User :<newaccount> Profile : <> UserPath: <C:\Documents and Settings\newaccount\Dane aplikacji\GeViScope> AppDataPath: <C:\Documents and Settings\All Users\Dane aplikacji\GeViScope>

Process xxx.exe (2088)
Module Load: msctfime.ime. No Debug Info. Base Address: $75180000. Process xxx.exe (2088)
^
|and at that point it stops doing anything and i have no idea what's the problem. It doesn't turn off but it does nothing.
I need help with that.
esmet
 
Embarcadero RAD 2010 Professional.
 
Please help! i've got really big program and really a lot of headers please, any advice will be appriciate.
 
What are you using to get this debug info? Do you have CodeGuard enabled?


James P. Cottingham
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
I didn't had codeguard enabled, but I did turn it on and it doesn't changed anything.
 
Now it went somewhere and it turned out that there's CG Error :
Two different CRTLDLLs are loaded. CG might report false errors.

C:\...
C:\...
 
I've tried to delete one of the dlls and it was screaming that it can go further because it needs whether cc32100mt.dll or cc3260mt.dll. Can anybody tell me what might be the problem and how to solve it?? Please Ineed help.
 
You might want to post this at C++Builder Developer's Journal if you don't get a response from here.
It almost sounds like a corrupt DLL. I've been using 2010 Enterprise for a while now without any problems. Is your RAD fully updated?


James P. Cottingham
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top