To post new answers or open threads, you need to log in. The registration is closed now, sorry. If you are not a member, you are welcome to read the posted content without any limitations. If you have any DAEMON Tools related question, contact our support team.
I believe the error occurs because the task bar has not yet started fully when the icon is being added.
If you can delay daemon tools starting up the problem will not occur.
a simple way to automate a delay is as follows :-
In Regedit navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run find the Daemon Tools key and edit the value
"C:\Program Files\DAEMON Tools\daemon.exe" -lang 1033
changing it to "C:\Program Files\DAEMON Tools\delaydaemon.vbs"
create a new file using notepad in C:\Program Files\DAEMON Tools\ name it delaydaemon.vbs
put the following code into the delaydaemon.vbs file and save it into the C:\Program Files\DAEMON Tools folder.
do not include the dashes
---------------------------------
wscript.sleep 30000
Set objShell = CreateObject("WScript.Shell")
Dim stAppName
stAppName = "C:\Program Files\DAEMON Tools\daemon.exe -lang 1033"
Set objExec = objShell.Exec(stAppName)
---------------------------------
this will start daemon toolss 30 seconds later than normal and I find this is enough to make it work
If you dont feel comfortable playing with the registry, startup files or VBS then wait for the fix.
If you upgrade or uninstall daemontools the registry entry will automatically be overwritten and removed.
Has anyone found a fix for this hideous error yet? I am still getting it. About to look for another program as it doesn't appear that anything is being done about it.
I don't know what work is or isn't being done on this issue, but I will say that I always recommend disabling UPnP. It's horribly buggy and isn't worth the "potential benefits". Coming from someone with over a decade of experience repairing computers, take it as you will.
Hi all. Thanks for your response. I am using 4.08.
I have seen people suggest disabling UPnP, but I find that a valuable asset when running a router, so I don't wish to stop UPnP. I cannot believe that a fix or at least a delay cannot be added into the program. I will try the delay method posted above.
OK. I have followed iconhell's suggestion and created a delay in starting and it seems to have worked.
If anyone is interested. I have made it simple to create a delay by making a self extractor and regfile. I have also made undo regfiles files and a vbs.
Now, all I need to do is to stop this ridiculous delay in posting.
This ridiculous delay in posting is caused by the fact that all posts from users with less than 20 posts need to be approved by a moderator first. This is unfortunate (believe me, for us as well), but otherwise the forum would drown in spam and illegal posts.
OK. Thanks anyway. Just another 15 to go. This delay in DAEMON Tools (not in the postings) has made a difference. I have tried two restarts and it went fine.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment