| Thanks Mike. I'm still at a loss here. I did as you suggested and
depends.exe gives me some info about GPSVC.DLL and IESHIMS.DLL not
being found? I've checked for both files and they exist in system32.
The output from the program is given below but it doesn't mention
anything about GPSVC.DLL and IESHIMS.DLL? I don't know if it's
relevant but I'm using gcc 4.6.2.
--------------------------------------------------------------------------------
Starting profile on 16/06/2012 at 12:16:04
Operating System: Microsoft Windows NT/2000/XP/2003/Vista based Media
Center (64-bit), version 6.01.7601 Service Pack 1
Program Executable:
c:\users\rory\documents\sourcecode\csound\csound5.17.11\CSOUND.EXE
Program Arguments:
Starting Directory: C:\Users\Rory\Documents\SourceCode\Csound\Csound5.17.11\
Search Path: C:\Program Files\Common Files\Microsoft Shared\Windows
Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows
Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
Files\Intel\WiFi\bin\;C:\Program Files\Common
Files\Intel\WirelessCommon\;C:\Program Files\Common
Files\Lenovo;C:\Program Files (x86)\Windows
Live\Shared;C:\SWTOOLS\ReadyApps;C:\Program Files
(x86)\Intel\Services\IPT\;C:\Program Files (x86)\Symantec\VIP Access
Client\;C:\Program Files (x86)\Common
Files\Lenovo;C:\MinGW\bin;C:\Program Files
(x86)\Git\bin;C:\Users\Rory\Documents\SourceCode\Csound\csound5;C:\Program
Files\Mega-Nerd\libsndfile\bin;C:\Python27\Scripts
Options Selected:
Simulate ShellExecute by inserting any App Paths directories into
the PATH environment variable.
Log DllMain calls for process attach and process detach messages.
Log DllMain calls for all other messages, including thread attach
and thread detach.
Hook the process to gather more detailed dependency information.
Log LoadLibrary function calls.
Log GetProcAddress function calls.
Log thread information.
Use simple thread numbers instead of actual thread IDs.
Log first chance exceptions.
Log debug output messages.
Use full paths when logging file names.
Log a time stamp with each line of log.
Automatically open and profile child processes.
--------------------------------------------------------------------------------
00:00:00.000: Started
"c:\users\rory\documents\sourcecode\csound\csound5.17.11\CSOUND.EXE"
(process 0xB268) at address 0x00400000 by thread 1. Successfully
hooked module.
00:00:00.000: Loaded "c:\windows\syswow64\NTDLL.DLL" at address
0x77220000 by thread 1. Successfully hooked module.
00:00:00.078: Loaded "c:\windows\syswow64\KERNEL32.DLL" at address
0x74A90000 by thread 1. Successfully hooked module.
00:00:00.078: Loaded "c:\windows\syswow64\KERNELBASE.DLL" at address
0x765C0000 by thread 1. Successfully hooked module.
00:00:00.078: DllMain(0x765C0000, DLL_PROCESS_ATTACH, 0x00000000) in
"c:\windows\syswow64\KERNELBASE.DLL" called by thread 1.
00:00:00.078: DllMain(0x765C0000, DLL_PROCESS_ATTACH, 0x00000000) in
"c:\windows\syswow64\KERNELBASE.DLL" returned 1 (0x1) by thread 1.
00:00:00.078: DllMain(0x74A90000, DLL_PROCESS_ATTACH, 0x00000000) in
"c:\windows\syswow64\KERNEL32.DLL" called by thread 1.
00:00:00.156: DllMain(0x74A90000, DLL_PROCESS_ATTACH, 0x00000000) in
"c:\windows\syswow64\KERNEL32.DLL" returned 1 (0x1) by thread 1.
00:00:00.156: Injected "c:\users\rory\desktop\depends\DEPENDS.DLL" at
address 0x08370000 by thread 1.
00:00:00.172: DllMain(0x08370000, DLL_PROCESS_ATTACH, 0x00000000) in
"c:\users\rory\desktop\depends\DEPENDS.DLL" called by thread 1.
00:00:00.172: DllMain(0x08370000, DLL_PROCESS_ATTACH, 0x00000000) in
"c:\users\rory\desktop\depends\DEPENDS.DLL" returned 1 (0x1) by thread
1.
00:00:00.187: Loaded
"c:\users\rory\documents\sourcecode\csound\csound5.17.11\CSOUND64.DLL.5.2"
at address 0x6F1C0000 by thread 1. Successfully hooked module.
00:00:00.187: Loaded "c:\windows\syswow64\MSVCRT.DLL" at address
0x74960000 by thread 1. Successfully hooked module.
00:00:00.203: Loaded "c:\windows\syswow64\WS2_32.DLL" at address
0x763B0000 by thread 1. Successfully hooked module.
00:00:00.203: Loaded "c:\windows\syswow64\RPCRT4.DLL" at address
0x762C0000 by thread 1. Successfully hooked module.
00:00:00.203: Loaded "c:\windows\syswow64\SSPICLI.DLL" at address
0x74900000 by thread 1. Successfully hooked module.
00:00:00.203: Loaded "c:\windows\syswow64\CRYPTBASE.DLL" at address
0x748F0000 by thread 1. Successfully hooked module.
00:00:00.203: Loaded "c:\windows\syswow64\SECHOST.DLL" at address
0x76610000 by thread 1. Successfully hooked module.
00:00:00.219: Loaded "c:\windows\syswow64\NSI.DLL" at address
0x74C30000 by thread 1. Successfully hooked module.
00:00:00.219: Loaded "c:\mingw\bin\LIBGCC_S_DW2-1.DLL" at address
0x6E940000 by thread 1. Successfully hooked module.
00:00:05.101: Exited
"c:\users\rory\documents\sourcecode\csound\csound5.17.11\CSOUND.EXE"
(process 0xB268) with code -1073741701 (0xC000007B) by thread 1.
|