Slim Browser: Windows handle issue

I installed Slim Browser on my Windows 7 64 bit. Every time I try to open it, I get this nessage "Invalid Windows Handle returned from CreateNewSite". What do I do?
 
A "Handle" is a software pointer used to access a "resource", ... things like a tcp socket or a file descriptor created by opening(filename).

bottom line is ::
  • look for an update to the program
  • uninstall, download another version from elsewhere and reinstall
 
Back