First time wine-user with some problems!

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fadedblue
Level 1
Level 1
Posts: 7
Joined: Thu Apr 23, 2009 1:08 am

First time wine-user with some problems!

Post by fadedblue »

Hello!

Okay, I've never used Wine before so I apologize upfront for being such a noob :) but I'd appreciate some help if you can offer it!

I work on a MacBook Pro and recently downloaded Darwine for a Windows application I need to install for a part-time job. The program is Tunnelier and from what I can see online, others have been able to use it successful in Wine but when I try to open the application in Darwine, it won't even install. Instead it shows this error in the log:

Code: Select all

‡fi†Äfixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
Missing '-installDir' parameter.

This program will install Bitvise Tunnelier 4.28
on the machine it is being run on.

Tunnelier is an SSH2 client for Windows 98/Me/NT/2000/XP/2003.
For more information, please visit www.Tunnelier.com.

If this program is run without command line options, installation
will be performed in interactive mode. If run with command line
options, installation will be performed in unattended mode.

Usage (unattended mode only):
 TunnelierInstaller -installDir=directory
                    [-acceptEULA] [-force] [-noRollback]
                    [-installForMeOnly] [-noDesktopIcon]

And then it cancels the process. So...any idea what kind of problem I'm having here and how I can work around it to install the program? Thank you SO much in advance for your help!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

First time wine-user with some problems!

Post by austin987 »

On Thu, Apr 23, 2009 at 1:13 AM, fadedblue <[email protected]> wrote:
Hello!

Okay, I've never used Wine before so I apologize upfront for being such a noob :) but I'd appreciate some help if you can offer it!

I work on a MacBook Pro and recently downloaded Darwine for a Windows application I need to install for a part-time job. The program is Tunnelier and from what I can see online, others have been able to use it successful in Wine but when I try to open the application in Darwine, it won't even install. Instead it shows this error in the log:


Code:
‡  †Ä   fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
Missing '-installDir' parameter.

This program will install Bitvise Tunnelier 4.28
on the machine it is being run on.

Tunnelier is an SSH2 client for Windows 98/Me/NT/2000/XP/2003.
For more information, please visit www.Tunnelier.com.

If this program is run without command line options, installation
will be performed in interactive mode. If run with command line
options, installation will be performed in unattended mode.

Usage (unattended mode only):
 TunnelierInstaller -installDir=directory
                   [-acceptEULA] [-force] [-noRollback]
                   [-installForMeOnly] [-noDesktopIcon]





And then it cancels the process. So...any idea what kind of problem I'm having here and how I can work around it to install the program? Thank you SO much in advance for your help!





Any reason you can't use builtin SSH?

--
-Austin
fadedblue
Level 1
Level 1
Posts: 7
Joined: Thu Apr 23, 2009 1:08 am

Post by fadedblue »

Hmm...I'm not sure how built in SSH works but I figured I need to use this program because the company I'm working with sent me a Tunnelier specific file (.tlp) that had all the info that allows me to access their remote files...I think they probably want to keep this info encrypted, therefore the need for Tunnelier. I installed the app on my husband's PC and it ran perfectly but I haven't been able to open this same file on my Mac with mac-based clients. So I figure trying to install it on Wine is the next best thing.

So I guess I'm back to where I started!
fadedblue
Level 1
Level 1
Posts: 7
Joined: Thu Apr 23, 2009 1:08 am

Post by fadedblue »

Okay, so I uninstalled Darwine -- I had v 1.0.1 and installed 1.1.19 in its place. I tried running the installation for Tunnelier again and got a completely different error. Help?

err:process:__wine_kernel_init boot event wait timed out
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\Users\\____\\Desktop\\Tunnelier-Inst.exe" failed, status c0000005
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

First time wine-user with some problems!

Post by austin987 »

On Thu, Apr 23, 2009 at 4:19 PM, fadedblue <[email protected]> wrote:
Okay, so I uninstalled Darwine -- I had v 1.0.1 and installed 1.1.19 in its place. I tried running the installation for Tunnelier again and got a completely different error. Help?

err:process:__wine_kernel_init boot event wait timed out
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\Users\\____\\Desktop\\Tunnelier-Inst.exe" failed, status c0000005





Looks like a Darwine bug, works fine for me in Ubuntu.

There's a solution on the forums somewhere, but my searching skills
are apparently bad right now...

--
-Austin
James McKenzie

First time wine-user with some problems!

Post by James McKenzie »

Austin English wrote:
On Thu, Apr 23, 2009 at 4:19 PM, fadedblue <[email protected]> wrote:
Okay, so I uninstalled Darwine -- I had v 1.0.1 and installed 1.1.19 in its place. I tried running the installation for Tunnelier again and got a completely different error. Help?

err:process:__wine_kernel_init boot event wait timed out
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\Users\\____\\Desktop\\Tunnelier-Inst.exe" failed, status c0000005






Looks like a Darwine bug, works fine for me in Ubuntu.

There's a solution on the forums somewhere, but my searching skills
are apparently bad right now...

Austin:

The problem is that Zach Drayer's Darwine places files in /usr/local/lib
for Freetype and FontForge. They have to be removed before
Mike's/Macports/Fink's version of Darwine will run.

James McKenzie
fadedblue
Level 1
Level 1
Posts: 7
Joined: Thu Apr 23, 2009 1:08 am

Post by fadedblue »

Hi, can you explain how I exactly go about fixing that bug?
fadedblue
Level 1
Level 1
Posts: 7
Joined: Thu Apr 23, 2009 1:08 am

Post by fadedblue »

Okay, so I went to that folder and removed the files for FontForge and Freetype. This initially went well and I was actually able to get to the installation window for Tunnelier! But after I accepted the terms and continued installation a number of error windows stating 'Creating Shortcut Failed' popped up. Here's the entirety of the log...any idea now what's going wrong?

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
Installing C:\Program Files\Bitvise Tunnelier\Tunnelier.exe
Installing C:\Program Files\Bitvise Tunnelier\bvtermc.exe
Installing C:\Program Files\Bitvise Tunnelier\totermc.exe
Installing C:\Program Files\Bitvise Tunnelier\vt100.tds
Installing C:\Program Files\Bitvise Tunnelier\xterm.tds
Installing C:\Program Files\Bitvise Tunnelier\sftpc.exe
Installing C:\Program Files\Bitvise Tunnelier\stermc.exe
Installing C:\Program Files\Bitvise Tunnelier\sexec.exe
Installing C:\Program Files\Bitvise Tunnelier\log.exe
Installing C:\Program Files\Bitvise Tunnelier\glclstgs.exe
Installing C:\Program Files\Bitvise Tunnelier\sshdstgs.exe
Installing C:\Program Files\Bitvise Tunnelier\uninst.exe
Creating shortcut Bitvise Tunnelier\Tunnelier.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Proxy Settings.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Host Key Manager.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Keypair Manager.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Uninstall Tunnelier.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Registering file association for extension '.tlp'
Registering file association for extension '.wst'
Registering uninstaller
Rollback: unregistering uninstallerRollback: removing previously created file association for extension .wst
Rollback: removing previously created file association for extension .tlp
Rollback: removing previously created Bitvise Tunnelier
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\uninst.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\sshdstgs.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\glclstgs.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\log.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\sexec.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\stermc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\sftpc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\xterm.tds
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\vt100.tds
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\totermc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\bvtermc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\Tunnelier.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier
Rollback: removing previously created C:\Program Files
std::exception caught: OS_Rng: CryptAcquireContext operation failed with error 0x80090017
James McKenzie

First time wine-user with some problems!

Post by James McKenzie »

fadedblue wrote:
Okay, so I went to that folder and removed the files for FontForge and Freetype. This initially went well and I was actually able to get to the installation window for Tunnelier! But after I accepted the terms and continued installation a number of error windows stating 'Creating Shortcut Failed' popped up. Here's the entirety of the log...any idea now what's going wrong?

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
Installing C:\Program Files\Bitvise Tunnelier\Tunnelier.exe
Installing C:\Program Files\Bitvise Tunnelier\bvtermc.exe
Installing C:\Program Files\Bitvise Tunnelier\totermc.exe
Installing C:\Program Files\Bitvise Tunnelier\vt100.tds
Installing C:\Program Files\Bitvise Tunnelier\xterm.tds
Installing C:\Program Files\Bitvise Tunnelier\sftpc.exe
Installing C:\Program Files\Bitvise Tunnelier\stermc.exe
Installing C:\Program Files\Bitvise Tunnelier\sexec.exe
Installing C:\Program Files\Bitvise Tunnelier\log.exe
Installing C:\Program Files\Bitvise Tunnelier\glclstgs.exe
Installing C:\Program Files\Bitvise Tunnelier\sshdstgs.exe
Installing C:\Program Files\Bitvise Tunnelier\uninst.exe
Creating shortcut Bitvise Tunnelier\Tunnelier.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Proxy Settings.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Host Key Manager.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Keypair Manager.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Uninstall Tunnelier.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Registering file association for extension '.tlp'
Registering file association for extension '.wst'
Registering uninstaller
Rollback: unregistering uninstallerRollback: removing previously created file association for extension .wst
Rollback: removing previously created file association for extension .tlp
Rollback: removing previously created Bitvise Tunnelier
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\uninst.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\sshdstgs.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\glclstgs.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\log.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\sexec.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\stermc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\sftpc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\xterm.tds
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\vt100.tds
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\totermc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\bvtermc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\Tunnelier.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier
Rollback: removing previously created C:\Program Files
std::exception caught: OS_Rng: CryptAcquireContext operation failed with error 0x80090017
Looks like an unsupported system check method for DMCA. Wine will never
pass this type of check.

James McKenzie
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

First time wine-user with some problems!

Post by austin987 »

On Wed, May 6, 2009 at 10:14 PM, James McKenzie
<[email protected]> wrote:
fadedblue wrote:
Okay, so I went to that folder and removed the files for FontForge and Freetype. This initially went well and I was actually able to get to the installation window for Tunnelier! But after I accepted the terms and continued installation a number of error windows stating 'Creating Shortcut Failed' popped up. Here's the entirety of the log...any idea now what's going wrong?

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
Installing C:\Program Files\Bitvise Tunnelier\Tunnelier.exe
Installing C:\Program Files\Bitvise Tunnelier\bvtermc.exe
Installing C:\Program Files\Bitvise Tunnelier\totermc.exe
Installing C:\Program Files\Bitvise Tunnelier\vt100.tds
Installing C:\Program Files\Bitvise Tunnelier\xterm.tds
Installing C:\Program Files\Bitvise Tunnelier\sftpc.exe
Installing C:\Program Files\Bitvise Tunnelier\stermc.exe
Installing C:\Program Files\Bitvise Tunnelier\sexec.exe
Installing C:\Program Files\Bitvise Tunnelier\log.exe
Installing C:\Program Files\Bitvise Tunnelier\glclstgs.exe
Installing C:\Program Files\Bitvise Tunnelier\sshdstgs.exe
Installing C:\Program Files\Bitvise Tunnelier\uninst.exe
Creating shortcut Bitvise Tunnelier\Tunnelier.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Proxy Settings.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Host Key Manager.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Keypair Manager.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Creating shortcut Bitvise Tunnelier\Uninstall Tunnelier.lnk
err:ole:CoGetClassObject class {00021401-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {00021401-0000-0000-c000-000000000046} could be created for context 0x1
Registering file association for extension '.tlp'
Registering file association for extension '.wst'
Registering uninstaller
Rollback: unregistering uninstallerRollback: removing previously created file association for extension .wst
Rollback: removing previously created file association for extension .tlp
Rollback: removing previously created Bitvise Tunnelier
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\uninst.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\sshdstgs.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\glclstgs.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\log.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\sexec.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\stermc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\sftpc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\xterm.tds
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\vt100.tds
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\totermc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\bvtermc.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier\Tunnelier.exe
Rollback: removing previously created C:\Program Files\Bitvise Tunnelier
Rollback: removing previously created C:\Program Files
std::exception caught: OS_Rng: CryptAcquireContext operation failed with error 0x80090017
Looks like an unsupported system check method for DMCA.  Wine will never
pass this type of check.
How did you determine that?

AFAICT, looks like a crypt32 bug. Might try using native.


--
-Austin
fadedblue
Level 1
Level 1
Posts: 7
Joined: Thu Apr 23, 2009 1:08 am

Post by fadedblue »

Thanks for digging this back out -- can you provide some explanation on how to get around this bug? My understanding of how it all works is limited but with instruction I can usually figure it out.

Not that I've run a lot of other problems, but it only comes up with this application. As far as I can tell, Wine does work on my system -- or at least it'll run the other simpler applications.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

First time wine-user with some problems!

Post by austin987 »

On Wed, May 6, 2009 at 10:59 PM, fadedblue <[email protected]> wrote:
Thanks for digging this back out -- can you provide some explanation on how to get around this bug? My understanding of how it all works is limited but with instruction I can usually figure it out.

Not that I've run a lot of other problems, but it only comes up with this application. As far as I can tell, Wine does work on my system -- or at least it'll run the other simpler applications.
Try overriding crypt32 with native.


--
-Austin
fadedblue
Level 1
Level 1
Posts: 7
Joined: Thu Apr 23, 2009 1:08 am

Post by fadedblue »

I know I probably sound really dumb, but how do I do that :oops: ?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

First time wine-user with some problems!

Post by austin987 »

On Thu, May 7, 2009 at 2:51 AM, fadedblue <[email protected]> wrote:
I know I probably sound really dumb, but how do I do that  [Embarassed] ?
Put a copy of the native dll in ~/.wine/drive_c/windows/system32

Run 'winecfg', go to Libraries, and select 'crypt32'. Click add
(should set it to native, builtin).

--
-Austin
Locked