problem running an application that needs a hasp

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
running_aim
Newbie
Newbie
Posts: 2
Joined: Mon Jul 16, 2012 9:23 am

problem running an application that needs a hasp

Post by running_aim »

I have a program shared off a windows server, that requires the use of an sql server and a hasp in order to run. The hasp is located on the server and all computers connected over the network can use the application. I execute the application through wine but i get the following errors:

err:winedevice:ServiceMain driver L"hardlock" failed to load
err:winedevice:ServiceMain driver L"Haspnt" failed to load
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
fixme:wave:AudioUnit_SetVolume independent left/right volume not implemented (1.000000, 1.000000)
err:winedevice:ServiceMain driver L"hardlock" failed to load
err:winedevice:ServiceMain driver L"Haspnt" failed to load
err:winecfg:open_mountmgr failed to open mount manager err 2

can anyone help me?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

This bit of your log looks like a problem:

err:winedevice:ServiceMain driver L"hardlock" failed to load
err:winedevice:ServiceMain driver L"Haspnt" failed to load

but who knows, maybe it continues after not finding a local dongle
and looks on the network.

What app is this?
running_aim
Newbie
Newbie
Posts: 2
Joined: Mon Jul 16, 2012 9:23 am

Post by running_aim »

i thought so too. The application is a law program, which stores its data on an sql server and has a hasp protection. Through window machines i can access the sql and just run the application from the network. However when i try through wine that is the error i get.
Locked