Rhino 4.0 CAD installs but fails on licence check

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nikkkko
Level 2
Level 2
Posts: 16
Joined: Wed Sep 23, 2009 12:32 pm

Rhino 4.0 CAD installs but fails on licence check

Post by nikkkko »

Hi,

We use Rhino for CAD and I check from time to time if it will install under Wine and today it installed fine, (1.1.43). However, running the app fails when trying to check our licence. Here's the output:

$ wine /home/nick/.wine/dosdevices/c:/"Program Files"/"Rhinoceros 4.0"/System/Rhino4.exe
fixme:reg:GetNativeSystemInfo (0x32f65c) using GetSystemInfo()
fixme:win:EnumDisplayDevicesW ((null),0,0x32f8c0,0x00000000), stub!
fixme:shdocvw:PersistStreamInit_Load (0x1a82f0)->(0x32ddd8)
fixme:shdocvw:OleControl_FreezeEvents (0x1a82f0)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x1a82f0)->(0)
err:ole:marshal_object object doesn't expose interface {00000126-0000-0000-c000-000000000046}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002

I get a polite dialogue box informing me of this event, click OK and the app closes.

In the Rhino system directory there is a separate app, RmaLicenceValication.exe and when I run this separately, I get no output from terminal but a dialogue box which says:

"Command line parameter missing. The first parameter must be the full path to a license key."

This is an install from CD with a valid license and any help would be very welcome.

Nick
Teo
Newbie
Newbie
Posts: 1
Joined: Tue Sep 17, 2013 1:31 am

Re: Rhino 4.0 CAD installs but fails on licence check

Post by Teo »

Hi,
same issue for me too!
Mine is an install from CD with a valid license bought directly from McNeel's authorized reseller.

Wine version 1.6
Ubuntu 13.04 32bit

Any help would be apreciated
Thank in advance

Teo
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Rhino 4.0 CAD installs but fails on licence check

Post by dimesio »

There's a bug for the trial installer crashing; not sure if it's related to what you're seeing. http://bugs.winehq.org/show_bug.cgi?id=17823

That bug mentions a workaround:
You have to set a volume/fs serial for "c:" which has at least 2 digits (using
winecfg).
Try that.
Locked