Error attempting to run Pasco Capstone

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
x4e
Newbie
Newbie
Posts: 2
Joined: Mon Dec 07, 2020 7:10 am

Error attempting to run Pasco Capstone

Post by x4e »

I'm attempting to run Pasco Capstone (https://www.pasco.com/products/software/capstone) needed for the proprietary data collection tools my school uses.

The installer runs fine under wine, however attempting to run the actual executable results in the error:

Code: Select all

wine: Call from 7B0107C2 to unimplemented function msvcp140_1.dll._Aligned_get_default_resource, aborting
wine: Unimplemented function msvcp140_1.dll._Aligned_get_default_resource called at address 7B0107C2 (thread 0024), starting debugger...
I've looked inside the msvcp140_1.dll file distributed by wine and it does not export this function.

Is there any way around this? Perhaps there is an alternative msvcp140_1.dll I need to replace wine's default with?

Thanks
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Error attempting to run Pasco Capstone

Post by jkfloris »

Pasco has already installed the right dll, but you have to tell Wine to use their version.
Open winecfg and add a override for msvcp140_1 (native,builtin) in the Libraries tab
x4e
Newbie
Newbie
Posts: 2
Joined: Mon Dec 07, 2020 7:10 am

Re: Error attempting to run Pasco Capstone

Post by x4e »

Thank you so much! This completely solved it.
https://i.imgur.com/GPiSThU.png
Locked