polarcypto and tsi libraries, needed in Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
cdhulf
Level 1
Level 1
Posts: 8
Joined: Mon Sep 06, 2010 2:25 pm

polarcypto and tsi libraries, needed in Wine

Post by cdhulf »

Doe anyone know where I can get
PolarCrypto.dll and
TSI.dll
libraries from so that I can load them through Wine on my Mac.
I was lucky enough to get other libraries that I was missing from Winetricks but still need these last two. I get error messages that they are needed when I try to load TroopMaster 2010 application through Wine on a Mac. Thanks
cdhulf
Level 1
Level 1
Posts: 8
Joined: Mon Sep 06, 2010 2:25 pm

This is the terminal readout when I try to load Troopmaster

Post by cdhulf »

Last login: Wed Sep 8 21:04:02 on ttys000
Cindy-iMac-5:~ cindy$ cd ~/.wine/drive_c/
Cindy-iMac-5:drive_c cindy$ cd Troopmaster\ Software/TM4/
Cindy-iMac-5:TM4 cindy$ wine TroopMaster.exe
err:module:import_dll Library PolarCrypto.dll (which is needed by L"C:\\Troopmaster Software\\TM4\\TSI.dll") not found
err:module:import_dll Library TSI.dll (which is needed by L"C:\\Troopmaster Software\\TM4\\TroopMaster.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Troopmaster Software\\TM4\\TroopMaster.exe" failed, status c0000135
Cindy-iMac-5:TM4 cindy$
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

The trial version of Troop Master from
http://www.troopmaster.com/
did not seem to require that DLL. I had to do
sh winetricks vcrun6 gdiplus
to run the software; also,
sh winetricks ie6
was needed to make the pretty picture on the background of
the main window show up.

I've seen lots of references to malware using that library.
Have you perhaps been infected?
cdhulf
Level 1
Level 1
Posts: 8
Joined: Mon Sep 06, 2010 2:25 pm

Post by cdhulf »

Thank you. I will do install these libraries in Terminal in Wine tonight.
sh winetricks vcrun6 gdiplus
and
sh winetricks ie6
Well, it is good that you didn't need the polarcrypto file. I am not sure what to do about there being a chance my mac is infected. Could you recommend what I should do...Use a detection software?....search on internet for specific info for advice?....When I search do I search for polarcrypto problem on mac or windows. I am on a Mac.
Thanks again for your help.
John Drescher

polarcypto and tsi libraries, needed in Wine

Post by John Drescher »

Thank you. I will do install these libraries in Terminal in Wine tonight.
sh winetricks vcrun6 gdiplus
and
sh winetricks ie6
Well, it is good that you didn't need the polarcrypto file. I am not sure what to do about there being a chance my mac is infected. Could you recommend what I should do...Use a detection software?....search on internet for specific info for advice?....When I search do I search for polarcrypto problem on mac or windows. I am on a Mac.
Did you get the install package from a reputable source?

John
cdhulf
Level 1
Level 1
Posts: 8
Joined: Mon Sep 06, 2010 2:25 pm

Post by cdhulf »

I used directions to get Wine from David Baumgold site: http://davidbaumgold.com/tutorials/wine-mac/
using the commands:
$ echo export PATH=/opt/local/bin:/opt/local/sbin:\$PATH$'\n'export MANPATH=/opt/local/man:\$MANPATH | sudo tee -a /etc/profile
$ if [ `sysctl -n hw.cpu64bit_capable` -eq 1 ] ; then echo "+universal" | sudo tee -a /opt/local/etc/macports/variants.conf; else echo "not 64bit capable"; fi $ sudo port install wine-devel

And the Troopmaster install program was from the original software site.

I would have thought that those would have been fine.
cdhulf
Level 1
Level 1
Posts: 8
Joined: Mon Sep 06, 2010 2:25 pm

Troopmaster success

Post by cdhulf »

Just wanted to post a final note on my issues installing Troopmaster using Wine on a Mac OSX

Now have success. Troopmaster Tech Team told me that the missing Windows libraries is in the program and should have installed on installation so I

1. I reinstalled Troopmaster with Wine, through Terminal
2. Went into System Preferences into Security and selected Firewall. I then selected "Set access for specific services and applications"
3. Then went to Terminal and loaded Troopmaster.exe
4. Program started coming up with note about number of times I will be allowed in, then program is up. I can select different features although no data as I still need to get license key.

So I now have success. Good luck to others, thank you for your help with this. I almost gave up. Cindy J-H
Locked