MS Visio 2013 not work

Questions about Wine on Linux
Locked
natrix
Level 2
Level 2
Posts: 10
Joined: Sat Dec 23, 2017 12:53 am

MS Visio 2013 not work

Post by natrix »

Hi!

I installed MS Office 2013, all application work less Visio.

Visio not start, not show Windows, nothing.

The cosole output is the next:
~ $ env WINEPREFIX="/home/natrix/.PlayOnLinux/wineprefix/Office2013" wine start "visio.exe"
fixme:exec:SHELL_execute flags ignored: 0x00000100
~ $ fixme:nls:GetThreadPreferredUILanguages 00000034, 0x33f9b0, 0x33fa20 0x33f9b8
fixme:nls:get_dummy_preferred_ui_language (0x34 0x33f9b0 0x33fa20 0x33f9b8) returning a dummy value (current locale)
fixme:module:load_library unsupported flag(s) used (flags: 0x00001000)
wine: Call from 0x7b43ca6c to unimplemented function msvcp100.dll.?_GetCombinableSize@details@Concurrency@@YAIXZ, aborting
err:module:attach_process_dlls "VISLIB.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Office\\Office15\\VISIO.EXE" failed,
status 80000100 NOTE: user Gentoo Linux with Wine-2.0.3.

What is the issues? Has it solution?

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

Re: MS Visio 2013 not work

Post by Bob Wya »

natrix wrote:Hi!

I installed MS Office 2013, all application work less Visio.

Visio not start, not show Windows, nothing.

The cosole output is the next:

Code: Select all

wine: Call from 0x7b43ca6c to unimplemented function msvcp100.dll.?_GetCombinableSize@details@Concurrency@@YAIXZ, aborting 
err:module:attach_process_dlls "VISLIB.dll" failed to initialize, aborting 
NOTE: user Gentoo Linux with Wine-2.0.3.
Maybe try:

Code: Select all

winetricks -q vcrun2010
Come on, get it together with the:

Code: Select all

Code
tags - you're making us Gentoo users look bad! :o :shock:

Also please note that Play-on-Linux isn't supported here... I saw that sneaky WINEPREFIX path!
Their installer scripts are very hacky BASH scripts and tend to get outdated very quickly... :roll:
Definitely not recommended...

Bob
natrix
Level 2
Level 2
Posts: 10
Joined: Sat Dec 23, 2017 12:53 am

Re: MS Visio 2013 not work

Post by natrix »

Hi Bob!

It is a pleasure to meet the Gentoo/Wine legend!!

I tried “winetricks -q vcrun2010” but now work. The issues continue with the same behaviour.
Also please note that Play-on-Linux isn't supported here... I saw that sneaky WINEPREFIX path!
Their installer scripts are very hacky BASH scripts and tend to get outdated very quickly...
Definitely not recommended...
The installation of Office 2013 was made manually (without scripts) on Wine and winetricks. I use POL to manage different prefix and share it with other users.

I installed: riched20, riched30, mfc40, mfc42, msxml6, msxml3, vcrun (2008 until 2015 in different attempts), vb6run, dotnet45, msftedit.
Come on, get it together with the:
Code
tags - you're making us Gentoo users look bad!
Excuse me! I am messy! :oops: :cry:

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

Re: MS Visio 2013 not work

Post by Bob Wya »

natrix wrote: I tried

Code: Select all

winetricks -q vcrun2010
but now work. The issues continue with the same behaviour.
I'm confused by those statements... What are you trying to say? That MS Visio 2013 still doesn't work - right?

I noticed there was a bug filed against this last year...
See: Bug 41419 - Visio 2013 crashes with unimplemented function msvcp100.dll.?_GetCombinableSize@details@Concurrency@@YAIXZ

I'm not sure there is much else I can suggest... :cry:
I suppose you could retest with the latest Wine Development release - 3.0-rc3 - but I'm not aware of any fixes landing for this specific issue...

Bob
natrix
Level 2
Level 2
Posts: 10
Joined: Sat Dec 23, 2017 12:53 am

Re: MS Visio 2013 not work

Post by natrix »

Hi Bob!

My english is very bad :oops:
Yes! MS Visio 2013 still doesn't work with vcrun-2010.
And the Bug 41419 is right!

I tried tun Visio 2013 in Wine -3.0_rc3 and Wine-2.21-staging but doesn’t work too. The strange is that MS Visio 2010 work!!

Thanks again!
natrix
Level 2
Level 2
Posts: 10
Joined: Sat Dec 23, 2017 12:53 am

Re: MS Visio 2013 not work [SOLVED]

Post by natrix »

To MS Visio 2013 works, make the next DLL substitution:

msvcr100 (native, builtin)
msvcp100 (native, builtin)

Thanks!!
Locked