https://bugs.winehq.org/show_bug.cgi?id=42913 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine is not able to run |Intel Assistive |ACAT (Assistive |Context-Aware Toolkit |Context-Aware Toolkit) |(ACAT) v1.00.0 (.NET 4.5 | |app) fails to run | |(unspecified) CC| |focht(a)gmx.net --- Comment #5 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, --- snip --- wine: Call from 0x7b43ca9c to unimplemented function api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.RoGetParameterizedTypeInstanceIID, aborting --- snip --- that's bug 42701 It doesn't seem to cause a critical failure, the exception is thrown and caught within CLR. You need to be more specific, i.e. which app/action causes a crash under what circumstances (clicking menu item 'foo', selecting 'bar') The toolkit installs fine in 32-bit WINEPREFIX with MS .NET Framework 4.5 pre-installed ('winetricks -q dotnet45'). 'c:/Intel/ACAT/' directory seems to contain various apps (configuration tools, dashboard, Presage WCF service, ...) --- snip --- $ pwd /home/focht/.wine/drive_c/Intel/ACAT $ find . -iname "*.exe" -exec file {} \; ./Extensions/Default/Actuators/VisionActuator/VisionTryout.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_demo.exe: PE32 executable (console) Intel 80386, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_demo_dlib.exe: PE32 executable (console) Intel 80386, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_demo_emotion_classification.exe: PE32 executable (console) Intel 80386, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_demo_lr_classification.exe: PE32 executable (console) Intel 80386, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_demo_motion_estimation_feature.exe: PE32 executable (console) Intel 80386, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_demo_runtime.exe: PE32 executable (console) Intel 80386, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_demo_ucla.exe: PE32 executable (console) Intel 80386, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_markup.exe: PE32 executable (console) Intel 80386, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_performance_test.exe: PE32 executable (console) Intel 80386, for MS Windows ./Extensions/Default/Actuators/VisionActuator/ivcp_region_markup.exe: PE32 executable (console) Intel 80386, for MS Windows ./Install/ACATCleanup.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows ./Install/PresageInstaller.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows ./Install/presage-0.9.1-32bit-setup.exe: PE32 executable (GUI) Intel 80386, for MS Windows, Nullsoft Installer self-extracting archive ./ACATApp.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows ./ACATConfig.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows ./ACATDashboard.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows ./ACATPhrase.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows ./ACATTalk.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows ./ACATTryout.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows ./ACATCleanup.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows --- snip --- * ACATApp.exe - seems to hang if presage_wcf_service is already started and later fails with "Fatal error. Error setting active word prediction engine" (service/security/auth problem) * ACATCleanup.exe - console app, runs, doesn't do anything visible * ACATConfig.exe - runs, shows user interface, allows various config tweaks * ACATDashboard.exe - fails with managed exception 'invalid parameter' in System.Drawing.Icon.Initialize (looks like PNG encoded icon/cursor is passed to user32.CreateIconFromResourceEx which Wine can't handle) * ACATPhrase.exe - bug 24641 (devenum needs to support IClassFactory2 interface) * ACATTalk.exe - same as ACATApp.exe * ACATTryout.exe - bug 24641 (devenum needs to support IClassFactory2 interface) Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.