Visual C++ Redistributable Package

Questions about Wine on Linux
Locked
gutter
Newbie
Newbie
Posts: 4
Joined: Tue Jul 30, 2019 7:37 am

Visual C++ Redistributable Package

Post by gutter »

Hi all,

I have installed Microsoft Visual Studio 2008 (vcrun2008) with winetricks as per requirement of Zbrush 9.1 with wine 1.7.1, and after installing it, when I launch Zbrush application, still complains about missing libraries:

wine "C:\Program Files\Pixologic\ZBrush 2019.1\ZBrush.exe"
fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 2
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.OpenMP" (9.0.21022.8)
fixme:heap:RtlSetHeapInformation 0x460000 0 0x23fce0 4 stub
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT" (9.0.21022.8)
fixme:heap:RtlSetHeapInformation 0x5240000 0 0x23ed40 4 stub


I've looked for the dlls and they're installed on drive_c\windows\system32:

mfc90.dll
mfcm90.dll
mfc90u.dll
mfcm90u.dll

vcomp.dll

Can anybody help me on this please? don't know what to do more :P

Thank you in advance!
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Visual C++ Redistributable Package

Post by jkfloris »

with wine 1.7.1
Could you update Wine to a recent version and try again?
https://wiki.winehq.org/Download
gutter
Newbie
Newbie
Posts: 4
Joined: Tue Jul 30, 2019 7:37 am

Re: Visual C++ Redistributable Package

Post by gutter »

Hi!

Thanks for the answer, I installed wine for 32 bits following this instructions: https://www.systutorials.com/239913/ins ... -centos-7/ that's why I'm on that version.
I tried previously to install Zbrush with wine 4.0 on CentOS 7 but it failed to launch because of "Wine: Bad EXE format".

I'll try to compile it again but using 4.0 version, let you know.

Thank you!
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Visual C++ Redistributable Package

Post by Bob Wya »

gutter wrote:...
I tried previously to install Zbrush with wine 4.0 on CentOS 7 but it failed to launch because of "Wine: Bad EXE format".

I'll try to compile it again but using 4.0 version, let you know.
...
@gutter

You might want to take a look at: GitLab: harbottle/wine32 ; for third party 32-bit Wine 4.0 binary packages, for CentOS 7.

Bob
gutter
Newbie
Newbie
Posts: 4
Joined: Tue Jul 30, 2019 7:37 am

Re: Visual C++ Redistributable Package

Post by gutter »

Bob Wya wrote:
gutter wrote:...
I tried previously to install Zbrush with wine 4.0 on CentOS 7 but it failed to launch because of "Wine: Bad EXE format".

I'll try to compile it again but using 4.0 version, let you know.
...
@gutter

You might want to take a look at: GitLab: harbottle/wine32 ; for third party 32-bit Wine 4.0 binary packages, for CentOS 7.

Bob
Thank you Bob! I'll definitely try that.

Alex
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Visual C++ Redistributable Package

Post by Bob Wya »

no worries... 8)
gutter
Newbie
Newbie
Posts: 4
Joined: Tue Jul 30, 2019 7:37 am

Re: Visual C++ Redistributable Package

Post by gutter »

Hi Bob,

It worked perfectly,

Thank you!
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Visual C++ Redistributable Package

Post by Bob Wya »

even better 8)
Locked