I have some pointcloud and I want to use sketchup to build 3D model. I got to know about the Undet for SKetchUp but currently Im running the SketcUp2018 on Ubuntu. I try to install the Undet for SketchUp with Wine but ran into error. anybody who have successfully installed it?
It’s always good practice to add reference link to what you are talking about, e.g. Undet for SketchUp.
What error did you run into? The error message can give important hints where the problem lies (or it contains nothing useful).
The challenge here is that Undet certainly is not a 100% Ruby extension, but loads a binary or connects to a separate application process. This adds complication which makes it likelier that something fails.
I got the error that “Undet for sketchUp ended prematurely because of an error” your system has not been modified. To install this program at later time run the installlation again"
which I did but just the same error. Initally I got option to install some reditribution and installed them.
Since the Windows API specification is not fully published, the Wine project can only achieve a very good matching reimplementation, but never 100% guarantee that programs work that were not developed to be run on your OS. So in contrast to Linux native programs that just install with a button click, you may need to go a level deeper when installation of a Windows program in Wine fails.
Have you also tried to run the installer through the terminal, e.g. (assuming default Wine environment)
wine /path/to/installer.exe
Then you usually see more useful information than the application user interface displays. You don’t need to understand it, but there’s the chance to get more hints.
I didnt get from what do you mean by “default wine enviroment” so I open the wine control through the terminal and try to install it and got the following error
0:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0083:fixme:wininet:set_cookie secure not handled
0089:fixme:explorerframe:taskbar_list_SetProgressValue iface 00110E30, hwnd 000F01FA, ullCompleted 10000, ullTotal 47cda8 stub!
0089:fixme:explorerframe:taskbar_list_SetProgressState iface 00110E30, hwnd 000F01FA, flags 0 stub!
008b:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
008b:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0099:fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not implemented
0099:fixme:mscoree:get_runtime_info unsupported startup flags 2
0099:fixme:mscoree:corruntimehost_UnloadDomain stub 0000000000641970
0099:fixme:mscoree:corruntimehost_Stop stub 0000000000641970
008b:err:msi:custom_get_thread_return Invalid Return Code 84895040
0080:fixme:dwmapi:DwmSetWindowAttribute (000801F2, 2, 0032E994, 4) stub
0080:fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:uxtheme:IsCompositionActive : stub
0080:fixme:ver:GetCurrentPackageId (0x32fe94 (nil)): stub
I also try to install undet with playonlinx and the option it gave for installing undet is to install .NET framework and some reditribution (2012) which it fail to install. I try installing them offline but in control panel I already have some destribution with higher versions.
Wine can have multiple “prefixes” which each provide an isolated environment that looks like a specific version of Windows. If you don’t specify one, everything goes into the default (~/.wine
).
I wouldn’t have hope without that the requirement installs successfully. It’s probably the Microsoft C++ Redistributable. It’s versions don’t supersede each other but are separate. If you already have another one installed, you still need to get the one that Undet needs.
Have you used winetricks (it has a GUI) to install the C++ Redistributable?
yeah I have tried installing the redistribution manually as well through wintricks and got the error (second image). My point is version of .net and redistribution can be same or higher as mention in the message. and version installed on my machine is the higher one.