I was attempting to install Hamachi 1.0.3 via Wine (1.1.17) and got the following error message: wine: Call from 0x7b82fcc0 to unimplemented function setupapi.dll.SetupDiDeleteDeviceInfo, aborting wine: Unimplemented function setupapi.dll.SetupDiDeleteDeviceInfo called at address 0x7b82fcc0 (thread 002a), starting debugger... wine: Call from 0x7b82fcc0 to unimplemented function setupapi.dll.SetupDiDeleteDeviceInfo, aborting Doing a search I found the documentation on the setupapi.dll for Wine and saw the associated function, SetupDiDeleteDeviceInfo, was a "stub" and not yet implemented. The reason for wanting to try Hamachi (Windows) is that this way I could share the hamachi config files that I have on my XP partition so that I wouldn't need multiple Hamachi IDs for the same computer. I have Hamachi installed and running decently on the OSX partition already, but would like to tie into the same ID as well has have the GUI which would continually refresh my peers' status. Not a big deal, but something I was interested in trying. Is there any knowledge of the status of development on setupapi.dll? I am not sure how to go about inquiring about things at this level as I am new to Wine. But I would be interested in knowing about them and helping to work them out. Thanks to all the extra effort many have already put into Wine. iveand
Hi. I too have had reasons to run hamachi via wine. Correct me if wrong, developers, but I think that hamachi certainly does not work under wine. Let's see. Hamachi creates a new network device and adds the associated device driver to it. Currently neither of these options (AFAIK, correct me if wrong) is available on Wine. Also, I *think* there would be problems with the way Linux (don't know about MacOSX) handles networks and wine handles them. In fact, I've stumbled across this network problem before. Either way it isn't *that* bad to have multiple IDs. I myself have one for each PC, and that makes 5 of them. However, there is a free and open-source alternative to hamachi called wippien. I personally didn't succed using it, but I thought I'd let you know. Good luck! Jorl
Why not use native linux hamachi? This is what I see in archlinux community repository: Code: community/hamachi 0.9.9.9_20-5 [installed] zero-configuration virtual private networking tool And I already tried it with friend to play Half-Life. It just works...