 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Paul Guest
|
Posted: Mon Jun 28, 2004 9:54 am Post subject: Not running on Windows 2003 Terminal Server |
|
|
Hi.
We have Delphi7 application which will not run under a Windows 2003 Terminal
Server session, it will however run on the console of the server.
After launching the application, it shows in Task Manager for a second or
two, then disappears without any messages.
Below is an extract from Dependency Walker immediatley before the
application dies. I think one of our dll's is attempting to get the user
logon name, the ip address and mac address at this time.
Could anyone help shed some light on the problem?
Thanks
Paul.
00:00:01.656: Loaded "f:windowssystem32WINSTA.DLL" at address 0x76260000
by thread 1. Successfully hooked module.
00:00:01.672: DllMain(0x76260000, DLL_PROCESS_ATTACH, 0x00000000) in
"f:windowssystem32WINSTA.DLL" called by thread 1.
00:00:01.672: DllMain(0x76260000, DLL_PROCESS_ATTACH, 0x00000000) in
"f:windowssystem32WINSTA.DLL" returned 1 (0x1) by thread 1.
00:00:01.687: LoadLibraryA("WINSTA.dll") returned 0x76260000 by thread 1.
00:00:01.687: GetProcAddress(0x76260000 [f:windowssystem32WINSTA.DLL],
"WinStationQueryInformationW") called from "f:windowssystem32USER32.DLL"
at address 0x77D2763B and returned 0x76261793 by thread 1.
00:00:01.703: LoadLibraryW("rpcrt4.dll") called from
"f:windowssystem32RPCRT4.DLL" at address 0x77C6E9AB by thread 1.
00:00:01.719: LoadLibraryW("rpcrt4.dll") returned 0x77C50000 by thread 1.
00:00:01.734: LoadLibraryW("netapi32.dll") called from
"f:windowssystem32RPCRT4.DLL" at address 0x77C6DB83 by thread 1.
00:00:01.734: LoadLibraryW("netapi32.dll") returned 0x71C40000 by thread 1.
00:00:01.750: GetProcAddress(0x71C40000 [f:windowssystem32NETAPI32.DLL],
"I_NetlogonGetTrustRid") called from "f:windowssystem32RPCRT4.DLL" at
address 0x77C6DB9B and returned 0x71C41B61 by thread 1.
|
|
| Back to top |
|
 |
Julie Guest
|
Posted: Mon Nov 01, 2004 6:39 pm Post subject: Re: Not running on Windows 2003 Terminal Server |
|
|
Hi Paul,
I don't know if this will help you or not but I have found
that the Intel865 motherboard can cause problems with delphi
applications. I have a D5 application, compiled under xp2
that will not fun on any computer with that motherboard
regardless of which win version is running.
Julie
"Paul" <pdavis (AT) fusion-systems (DOT) com> wrote:
| Quote: | Hi.
We have Delphi7 application which will not run under a Windows 2003 Terminal
Server session, it will however run on the console of the server.
After launching the application, it shows in Task Manager for a second or
two, then disappears without any messages.
Below is an extract from Dependency Walker immediatley before the
application dies. I think one of our dll's is attempting to get the user
logon name, the ip address and mac address at this time.
Could anyone help shed some light on the problem?
Thanks
Paul.
00:00:01.656: Loaded "f:windowssystem32WINSTA.DLL" at address 0x76260000
by thread 1. Successfully hooked module.
00:00:01.672: DllMain(0x76260000, DLL_PROCESS_ATTACH, 0x00000000) in
"f:windowssystem32WINSTA.DLL" called by thread 1.
00:00:01.672: DllMain(0x76260000, DLL_PROCESS_ATTACH, 0x00000000) in
"f:windowssystem32WINSTA.DLL" returned 1 (0x1) by thread 1.
00:00:01.687: LoadLibraryA("WINSTA.dll") returned 0x76260000 by thread 1.
00:00:01.687: GetProcAddress(0x76260000 [f:windowssystem32WINSTA.DLL],
"WinStationQueryInformationW") called from "f:windowssystem32USER32.DLL"
at address 0x77D2763B and returned 0x76261793 by thread 1.
00:00:01.703: LoadLibraryW("rpcrt4.dll") called from
"f:windowssystem32RPCRT4.DLL" at address 0x77C6E9AB by thread 1.
00:00:01.719: LoadLibraryW("rpcrt4.dll") returned 0x77C50000 by thread 1.
00:00:01.734: LoadLibraryW("netapi32.dll") called from
"f:windowssystem32RPCRT4.DLL" at address 0x77C6DB83 by thread 1.
00:00:01.734: LoadLibraryW("netapi32.dll") returned 0x71C40000 by thread 1.
00:00:01.750: GetProcAddress(0x71C40000 [f:windowssystem32NETAPI32.DLL],
"I_NetlogonGetTrustRid") called from "f:windowssystem32RPCRT4.DLL" at
address 0x77C6DB9B and returned 0x71C41B61 by thread 1.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|