Crash on launch libosmesa.8.dylib, glClear()

Questions about Wine on macOS.
Locked
morita
Newbie
Newbie
Posts: 1
Joined: Tue Dec 19, 2017 12:58 pm

Crash on launch libosmesa.8.dylib, glClear()

Post by morita »

Hi There,

Using OS X, v10.13.2 and the latest XQuartz and Wine as of minutes ago:

I'm attempting to use an exported executable and data files from my dentist. The device is a Morita Veraviewepocs 3D R100. The viewer software that is part of the data export is called "OneVolumeViewer.exe".

When I launch OneVolumeViewer.exe with wine the app initializes and shows the user interface but when it attempts to draw it crashes. As you may know glClear() is typically the first drawing command used in an OpenGL program like is being evidently used here. Mesa (libosmesa.8.dylib) is a software-only (no hardware interface) OpenGL library.

Can anybody advise me on how to get this working properly ? I don't know the first thing about Wine but I'm guessing the solution may be to install Mesa (libosmesa.8.dylib) in a path where Wine will know to look for it.

Thank you for the help!
Locked