WMI error in "CeVIO Creative Studio S"

Questions about Wine on macOS.
Locked
wisteriaSapporo
Newbie
Newbie
Posts: 1
Joined: Sun Jan 01, 2017 5:56 am

WMI error in "CeVIO Creative Studio S"

Post by wisteriaSapporo »

Happy new year.

I am trying to install "CeVIO Creative Studio S" on my Mac with Wine.
I succeeded in installing it with no problem, it says "Installation Completed."

I see the logo screen when I launch the application by command line or winefile, but then I get the following error and the app terminates:
Windows Management Instrumentation service does not exist or is not running. Enable Windows Management Instrumentation service before you launch CeVIO Creative Studio.
(This message is originally Japanese)

The terminal output is like:

Code: Select all

fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v4.0.30319_32" failed to start: 1053
fixme:thread:SetThreadStackGuarantee (0x32fc64): stub
fixme:advapi:EventRegister {e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x7932a40c, 0x797293b0, 0x79764880
fixme:advapi:EventRegister {763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x7932a40c, 0x797292f0, 0x79729998
fixme:advapi:EventRegister {a669021c-c450-4609-a035-5af59af4df18}, 0x7932a40c, 0x79764890, 0x79764888
fixme:advapi:EventRegister {cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x7932a40c, 0x797648c0, 0x797292e8
fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x10000000
err:ole:CoGetContextToken apartment not initialised
fixme:nls:GetUserPreferredUILanguages stub: 0 0x32d070 0x0 0x32d06c
fixme:nls:GetThreadPreferredUILanguages 00000000, 0x32d070, 0x0 0x32d06c
fixme:nls:get_dummy_preferred_ui_language (0x0 0x32d070 0x0 0x32d06c) returning a dummy value (current locale)
fixme:nls:GetUserPreferredUILanguages stub: 0 0x32d070 0x195538 0x32d06c
fixme:nls:GetThreadPreferredUILanguages 00000000, 0x32d070, 0x195538 0x32d06c
fixme:nls:get_dummy_preferred_ui_language (0x0 0x32d070 0x195538 0x32d06c) returning a dummy value (current locale)
fixme:advapi:EventRegister {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 0xd604a2, 0x0, 0x1098640
fixme:system:SetProcessDPIAware stub!
fixme:advapi:EventRegister {e13b77a8-14b6-11de-8069-001b212b5009}, 0x550b9cc9, 0x5516e048, 0x55175990
fixme:advapi:EventRegister {e13b77a8-14b6-11de-8069-001b212b5009}, 0xd608b2, 0x0, 0x32e61c
fixme:service:svcctl_EnumServicesStatusW resume index not supported
fixme:service:svcctl_EnumServicesStatusW resume index not supported
fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1cf8, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x32b898, (null), (null), 0x630b1d00): stub
fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1d18, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x32b898, (null), (null), 0x630b1d20): stub
fixme:advapi:EventRegister {43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x6309ce28, 0x0, 0x630b1500
fixme:advapi:EventUnregister deadbeef: stub
fixme:process:FlushProcessWriteBuffers : stub
fixme:advapi:EventUnregister deadbeef: stub
fixme:advapi:EventUnregister deadbeef: stub
fixme:advapi:EventUnregister deadbeef: stub
wine(67600,0xba926000) malloc: *** error for object 0x401cf508: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
My environment is the following:
MacBook Pro Retina 13-inch (Late 2013)
Intel Core i5 (Haswell) 2.4GHz Processor
8GB RAM
macOS Sierra 10.12.1

I tried the following versions of Wine:
Wine 1.8.5 and 2.0-rc1 (both installed via MacPorts), win64 not enabled
Wine 2.0-rc3 (I built from source), win64 not enabled

Installed DLLs (using winetricks):
dotnet35, dotnet40, d3dx10, d3dx11_43, dsound, wininet, winhttp, msscript, wsh56js, wsh56vb, wsh57, ie8, wmi, vb6run, vcrun6, vcrun2010, vcrun2012, vcrun2013, vcrun2015


What is wrong? Does the application use the WMI function not supported in current version of Wine?
Locked