https://bugs.winehq.org/show_bug.cgi?id=42751
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple applications crash |Multiple applications crash |on unimplemented function |on unimplemented function |msvcr100.dll.?_Schedule@_St |msvcr{100,110}.dll.?_Schedu |ructuredTaskCollection@deta |le@_StructuredTaskCollectio |ils@Concurrency@@QAEXPAV_Un |n@details@Concurrency@@QAEX |realizedChore@23@@Z (Gas |PAV_UnrealizedChore@23@@Z |Guzzlers Combat Carnage, |(Gas Guzzlers Combat |Clip Studio Paint, Cube |Carnage, Clip Studio Paint, |World) |Cube World, Intel ACAT)
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary to include 'msvcr110.dll' as well.
Another app:
'Intel Assistive Context-Aware Toolkit' (ACAT) v1.00.0
Download:
https://github.com/intel/acat/releases/download/v1.00.0/ACATSetup.exe
Prerequisite:
'winetricks --force -q dotnet45'
* ACATPhrase.exe * ACATTryout.exe
--- snip --- $ pwd /home/focht/.wine/drive_c/Intel/ACAT
$ wine ./ACATTryout.exe ... ----------------------------------- The following camera devices were found on your system: 0 : USB2.0 UVC HD Webcam: USB2.0 UV ----------------------------------- 0248:fixme:qcap:KSP_Get () Not adding a pin with PIN_CATEGORY_PREVIEW 0248:fixme:qcap:KSP_Get () Not adding a pin with PIN_CATEGORY_PREVIEW 0248:fixme:qcap:KSP_Get () Not adding a pin with PIN_CATEGORY_PREVIEW 0248:fixme:qcap:KSP_Get () Not adding a pin with PIN_CATEGORY_PREVIEW 0248:fixme:qcap:preview_query_accept (00A7216C) stub 0248:fixme:qcap:preview_query_accept (00A7216C) stub Face detection in progress... FPS=0 0248:fixme:msvcrt:Concurrency__Trace_ppl_function ({31c8da6b-6165-4042-8b92-949e315f4d84} 4 1) stub wine: Call from 7B00FF28 to unimplemented function msvcr110.dll.?_Schedule@_StructuredTaskCollection@details@Concurrency@@QAEXPAV_UnrealizedChore@23@@Z, aborting ...
Unhandled Exception: System.Runtime.InteropServices.SEHException: External component has thrown an exception. at ACAT.Extensions.Default.Actuators.VisionActuator.VisionUtils.VisionSensor.acatVision() at ACAT.Extensions.Default.Actuators.Vision.VisionActuator.VisionActuator.visionThread() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() --- snip ---
--- snip --- Unhandled exception: unimplemented function msvcr110.dll.?_Schedule@_StructuredTaskCollection@details@Concurrency@@QAEXPAV_UnrealizedChore@23@@Z called in 32-bit code (0x7b00ff28). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7b00ff28 ESP:0960d7f8 EBP:0960d84c EFLAGS:00000212( - -- I -A- - ) EAX:0960d7f8 EBX:00000001 ECX:0960d864 EDX:00000008 ESI:00000002 EDI:7b60ccd8 ... Backtrace: =>0 0x7b00ff28 RaiseException+0x68() in kernelbase (0x0960d84c) 1 0x4fac3700 (0x0960d84c) 2 0x08ddfe3c ??0?$_SpinWait@$00@details@Concurrency@@QAE@P6AXXZ@Z+0xc7cd() in msvcr110 (0x0960d874) 3 0x08d71d20 EntryPoint+0xffffffff() in msvcr110 (0x0960da94) 4 0x08bae75c EntryPoint+0xffffffff() in opencv_core2412 (0x0960dab8) 5 0x08bb04c4 EntryPoint+0xffffffff() in opencv_core2412 (0x0960dae8) 6 0x09171670 EntryPoint+0xffffffff() in opencv_imgproc2412 (0x0960ee30) 7 0x08690c39 EntryPoint+0xffffffff() in libinfra (0x0960f09c) 8 0x0868190b EntryPoint+0xffffffff() in libinfra (0x0960f2ac) 9 0x0899274e EntryPoint+0xffffffff() in libivcp (0x0960f494) 10 0x08992449 EntryPoint+0xffffffff() in libivcp (0x0960f504) 11 0x088058af EntryPoint+0xffffffff() in libpipeline (0x0960f6fc) 12 0x087fea38 EntryPoint+0xffffffff() in libpipeline (0x0960f72c) --- snip ---
$ sha1sum ACATSetup.exe de818a4723d72d7654895631ef121e574d8b3713e ACATSetup.exe
$ du -sh ACATSetup.exe 283M ACATSetup.exe
$ wine --version wine-6.0
Regards