|
Colin Stolley wrote: Yes, that is what I mean when I said used "depends" to write the dependency to file. I have analysed that file and could see that all the DLL's are found correctly. Looked into the starter logs but nothing, if I am still logged on the node but exit the GUI program everything works fine again. That is one thing I haven't checked. The worker application were specifically designed not to use any registry and relay on environment variables since those could be passed to them easily using the *.sub files. I will have to check if any of the DLL's expects a registry setting. What would have been nice is if windows gave a better error message which DLL it was that it couldn't load.Also, keep in mind that since the condor-reuse-vmX user is created as a non-interactive user, it has no user profile or customized HKEY_CURRENT_USER registry hive (just the defaults). An application like RegMon (see http://www.sysinternals.com/ntw2k/source/regmon.shtml) might expose these dependencies. Thanks BTB |