VueMinder failes to run

Questions about Wine on Linux
Locked
talentix
Newbie
Newbie
Posts: 1
Joined: Fri Sep 10, 2021 4:40 pm

VueMinder failes to run

Post by talentix »

Hi,
I am failing to run the VueMinder calendar software 2021.02 which requires dotnet461. A USB-Version can be downloaded from https://vueminder.com/Download.aspx.

When the application is started it crashes with an exception:
Value was either too large or too small for an Int32.
mscorlib
at System.Convert.ToInt32(Double value)
at Infragistics.Win.UltraWinSchedule.UltraMonthViewMultiBase.MetricInfo.GetTextUIElementAdjustment(Font font, Graphics g)
....
I have read documenations and tried wine configurations for more than 30 hours. I have varied to do the Installations via wine, via winetricks and via PlayForLinux. One time accidently I succeeded to configure wine and VueMinder did run. But I did not succeed to reproduce the installation, even I followed my command history. I also have tried the version that has to be installed. With the same crash when starting VueMinder.

I also have tried VueMinder version 2019.05. It requires dotnet35sp.

It crashes with the same error. This makes me assume that a general setting might be the source of the problem.

Does anybody have a hint?

Thank you and kind regards
Uri
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: VueMinder failes to run

Post by DarkShadow44 »

Seems to work fine for me, using wine-6.16.
Ran "winetricks -q dotnet472 d3dcompiler_47" for it to work and "winetricks -q gdiplus" for performance.

When that doesn't work, we need logs.
Locked