Error installing dotnet30

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Cruator
Newbie
Newbie
Posts: 4
Joined: Tue May 01, 2012 4:54 am

Error installing dotnet30

Post by Cruator »

Hello,

I would like to install the dotnet30 using winetricks, but the terminal tell me the error 65. I have targeted the error :

Code: Select all

fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00002dbb,(nil),0x0006,0x00000000,0x33ccf8,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00002dbb,(nil),0x0006,0x00000000,0x1ef4a8,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:sfc:SFC_3 0
err:ole:create_server class {000c101c-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {000c101c-0000-0000-c000-000000000046} could be created for context 0x4
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0x131c6d8,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0x1a4e6d8,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Failed to load the runtime. (Exception from HRESULT: 0x80131700)
I really need your help, I have the last version of Wine, the 1.5.3, and I've tried on the 1.4 and the 1.3.4.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error installing dotnet30

Post by dimesio »

Cruator wrote: I would like to install the dotnet30 using winetricks, but the terminal tell me the error 65. I have targeted the error :
Try a clean wineprefix. If it still doesn't work, report the problem to http://winetricks.org.
Cruator
Newbie
Newbie
Posts: 4
Joined: Tue May 01, 2012 4:54 am

Post by Cruator »

Thanks, but I have already tried with clean installation ...

Before, I had the error 67, but installing the msi2, the error had changed to 65 !
-> http://code.google.com/p/winetricks/issues/detail?id=72

So my error is the error 67, which is supposed to be fixed in the version 1.3.8.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

As I said, report problems with winetricks to winetricks.org.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Error installing dotnet30

Post by jjmckenzie »

On Tue, May 1, 2012 at 5:51 AM, Cruator <[email protected]> wrote:
Thanks, but I have already tried with clean installation ...

Before, I had the error 67, but installing the msi2, the error had changed to 65 !
-> http://code.google.com/p/winetricks/issues/detail?id=72

So my error is the error 67, which is supposed to be fixed in the version 1.3.8.
Make sure that you are using the latest version of winetricks.
http://wiki.winehq.org/winetricks has more information. Do not rely
on your Linux distribution to have the latest version.

James
Cruator
Newbie
Newbie
Posts: 4
Joined: Tue May 01, 2012 4:54 am

Post by Cruator »

I've done it, thanks.

But I think winetricks isn't the reason of the error, I think it is Wine.
New log with the error 67 :

Code: Select all

fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000000,(nil),0x0001,0x00000000,0x880c4c,0x880af4): stub
err:eventlog:ReportEventW L"System.ComponentModel.Win32Exception: Acc\00e8s refus\00e9\r\n   at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)\r\n   at System.Diagnostics.Process.get_MainModule()\r\n   at System.ServiceModel.Install.MsiStyleLogWriter.CreateWriter()\r\n   at System.S"...
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Error installing dotnet30

Post by jjmckenzie »

On Tue, May 1, 2012 at 6:49 AM, Cruator <[email protected]> wrote:
I've done it, thanks.

But I think winetricks isn't the reason of the error, I think it is Wine.
New log with the error 67 :
Do what dimesio said, report this through the Winetricks bug tracker.

James
Cruator
Newbie
Newbie
Posts: 4
Joined: Tue May 01, 2012 4:54 am

Post by Cruator »

After installing the crypt32 with winetricks, I've installed the dotnet35.
But I still have a problem : the dotnet35sp1.

It download and start installing, but at the end, the install failed.

Any solution ?
Locked