MS Visio 2010: opening *.vsdx failed

Questions about Wine on Linux
Locked
Opako
Level 3
Level 3
Posts: 74
Joined: Mon Jun 08, 2020 9:23 am

MS Visio 2010: opening *.vsdx failed

Post by Opako »

My MS Visio installation works quite good so far.

But ...
MS Visio 2010 only knows *.vsd -Files. *.vsdx is the format introduced later in Visio 2013.

Nevertheless, there is a compatibility patch, that makes it possible, to open *.vsdx files in Visio 2010. I have installed this patch. But it does not work.

Here is the output from my terminal:

Code: Select all

00b1:fixme:mscoree:LockClrVersion (011EE560 0219BB28 0219BB38): stub
00b1:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00b1:fixme:ntdll:EtwEventRegister ({f562bb8e-422d-4b5c-b20e-90d710f7d11c}, 0x116ada5, 0x21bcd08, 0x21dfc40) stub.
00b1:err:wgl:init_opengl Failed to load libGL: libGL.so.1: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
00b1:err:wgl:init_opengl OpenGL support is disabled.
wine: Unhandled exception 0xe0000002 in thread b1 at address 7B032FDD (thread 00b1), starting debugger...
What does this mean? What can I do?

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

Re: MS Visio 2010: opening *.vsdx failed

Post by jkfloris »

Is this MX Linux Wine version? Install the missing libglu1-mesa:i386 dependency.
Opako
Level 3
Level 3
Posts: 74
Joined: Mon Jun 08, 2020 9:23 am

Re: MS Visio 2010: opening *.vsdx failed

Post by Opako »

Thank you again.

Yes, it's MX Linux.
Works now with libglu1-mesa:i386 .

But be careful, for it to work you must select "Windows 7" in winecfg, because the compatibility module does not work with windows XP.
Locked