This is a low priority thing, but X-Lite-4.0 is not out for linux and the
windows version barfs, and I'm wondering if anyone can spot what's going
wrong. I go through menus, agree to license, accept default install location
& click next. Nothing happens. Click next again, and I have the "install"
option. That exits prematurely with this:
~~~~~~~~~~~~~~~~~~
bash-4.1$ wine X-Lite_Win32_4.0_58832.exe
fixme:win:DisableProcessWindowsGhosting : stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:ITERATE_StartService Failed to open service L"FontCache3.0.0.0"
(1060)
err:rpc:I_RpcGetBuffer no binding
err:msi:ITERATE_Actions Execution halted, action L"StartServices" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned
1627
~~~~~~~~~~~~~~~~~~
Running the X-lite4.exe, I crash for the lack of Mono. Installing it doesn't
help the install or the exe. The install ends the same, while xlite4.exe
returns
~~~~~~~~~~~~~~~~~
bash-4.1$ wine X-Lite_Win32_4.0_58832.exe
fixme:win:DisableProcessWindowsGhosting : stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:ITERATE_StartService Failed to open service L"FontCache3.0.0.0"
(1060)
err:rpc:I_RpcGetBuffer no binding
err:msi:ITERATE_Actions Execution halted, action L"StartServices" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned
1627
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TIA
Business Kid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
X-Lite-4.0 barfs on install. What's Mono?
Mono is a cross-platform implementation for Microsoft's .NET. However, since .NET is more complete and not all of its libraries can be implemented in Mono (legal issues), not all .NET-compiled applications will just work in Linux (or Mac) native Mono, so you have to run Mono through Wine to get these working. This may or may not still succeed.
Try installing Mono through Winetricks. If that doesn't work, clean the wineprefix and try winetricks dotnet20 or similar. (I'm not sure what version of .NET the application requires, but older versions of .NET work better with Wine, so it is worth a shot.)
Try installing Mono through Winetricks. If that doesn't work, clean the wineprefix and try winetricks dotnet20 or similar. (I'm not sure what version of .NET the application requires, but older versions of .NET work better with Wine, so it is worth a shot.)
Fixed in git, though you have to use 'winetricks vcrun2008' to get past http://bugs.winehq.org/show_bug.cgi?id=27199