[Wine] Re: Installing Carbonite on Wine

Murkyl murkyl at gmail.com
Mon Mar 19 00:55:19 CDT 2007


Daniel,

I used ies4linux and I modified the script to just install IE into my
normal wine environment.  That didn't work but it did get me further
along.  It turns out I also needed a native Windows DLL, vssapi.dll.
I copied that into the system32 folder in the wine environment and I
set the override.  After I did that Carbonite seems to have been
installed.

Unfortunately, all is not good since it is still misbehaving.  It may
be a Wine issue itself but I'm not sure so here is the errors that pop
up on the screen:

ALSA lib conf.c:3939:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:910:(snd_ctl_open_noupdate) Invalid CTL default:0
fixme:actctx:QueryActCtxW 80000010 0x47d504 (nil) 1 0x33fae4 8 (nil)
unzipping c:\windows\profiles\All Users\Application Data\Carbonite
\Carbonite Backup\skin.zip to c:\windows\profiles\All Users
\Application Data\Carbonite\Carbonite Backup\skin\
fixme:process:SetProcessShutdownParameters (00000100, 00000000):
partial stub.
fixme:ntdll:RtlInitializeGenericTable
(0x75444038,0x753fab63,0x753fab23,0x753fab43,(nil)) stub!
fixme:atl:AtlModuleInit SEMI-STUB (0x754440c8 0x7544414c 0x753e0000)
fixme:sync:CreateIoCompletionPort (0xffffffff, (nil), 00000000,
00000000): stub.
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,2,(nil),0,
(nil)) - stub!
fixme:ole:CoResumeClassObjects stub
fixme:advapi:RegisterEventSourceW ((null),L"CarboniteService"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),
0x0001,0x00000000,0x7e042714,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceW ((null),L"VSS"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00002008,(nil),
0x0001,0x00000020,0x7dad16f8,0x7dad178c): stub
err:eventlog:ReportEventW L"root"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub


fixme:sync:GetQueuedCompletionStatus ((nil),0x7d82699c,
0x7d826990,0x7d826998,1000), stub!


err:ole:serialize_param Unhandled marshal type 32768.
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (98000004)
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list
snapshot
fixme:toolhelp:Heap32ListFirst : stub
err:systray:delete_icon invalid tray icon ID specified: 0d
fixme:systray:handle_incoming unhandled tray message: 4
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE


The line that is set apart by line breaks appears continuously on the
screen.  I filtered off about 20,000 lines.

The following is part of the log from Carbonite itself:
1172306337	= Sat, 24 Feb 2007 00:38:57
1172306337	@ ServerTimeAdjust: Server time delta is now 0 seconds.
1172306337	> CarboniteService version: 2.2.4 rel (Feb-7-2007) started
at 2/24/2007 12:38 AM.
1172306337	@ CheckSingleInstance: Started service CarboniteService, id
16.
1172306337	@ Starting UI Server
1172306337	  Carbonite Secure Backup Service is starting...
1172306337	@ RecordFile: Log file CarboniteFiles.DAT was not closed
properly.
1172306337	! UI Server -2 0
1172306337	@ RecordFile: Log file CarboniteVersions.DAT was not closed
properly.
1172306337	@ RecordFile: Log file CarboniteConfig.DAT was not closed
properly.
1172306337	# Opening status files and indexes...
1172306337	# Initializing policy data...
1172306337	@ BackupStart: Include is required for backup.
1172306337	@ Unable to get serial number for C:\.
1172306337	# Starting service threads...
1172306337	@ ScanThread: Performing initial record file check.
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	@ InitializeForBackup failed: VSS_E_CORRUPT_XML_DOCUMENT
1172306338	@ ScanRequest: Full disk scan requested.
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	# Starting disk scan initiated by scan now request.
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	@ RecordFile: Log file CarboniteRestores.DAT was not closed
properly.
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	# VSS initialization failed, will continue without VSS
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	  Backup service has started for computer number 51251.
1172306338	@ ScanDrives: Starting full disk scan...
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	@ ActivityThreadRoutine: Unable to use GetSystemTimes
routine.
1172306338	@ Switching to packet size 8192 bytes
1172306338	@ ScanRequest: Full disk now scan requested.
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	@ ActivityThreadRoutine: Number of CPUs = 2.
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	  File disk scan completed in 0:00.
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	* Local file system error with IOCP completion (error code
is 120).
1172306338	* Local file system error with IOCP completion (error code
is 120).

The last errors also repeat very quickly.  I pruned off tens of
thousands of lines.


>From the fixme lines output by Wine, should I be trying to override
the advapi.dll and the others?

Murkyl

On Jan 17, 1:38 pm, Daniel Skorka <sko... at gmx.net> wrote:
> Murkyl <mur... at gmail.com> wrote:
> > Yes I have.  If I use ies4linux it installs IE just great.  However,
> > since it is not part of the normal Wine environment Carbonite complains
> > that it can't find IE.  The only way around the issue was to try to
> > install IE directly into the normal Wine environment.
>
> The way I understand, the only "not normal part" of ies4linux is the value
> of $WINEPREFIX
>
> Daniel
> --
> Before you post:
> Read the Wine User Guidehttp://winehq.org/site/docs/wineusr-guide/index
> When you post:
> Which wine version? Self compiled or prepackaged?




More information about the wine-users mailing list