Proficad

Questions about Wine on Linux
Locked
Josef22
Level 2
Level 2
Posts: 14
Joined: Mon Apr 04, 2022 11:00 am

Proficad

Post by Josef22 »

The wine does not improve at all, on the contrary, some applications stop working now :cry: Proficad https://www.proficad.cz/ (Wine Gold!) no starting from Wine 9.19 to Wine 10.0-rc3. Worked version 9.0-9.18. Why break what worked well? Wine 9.22 or Wine 10.0-rc3 An error is displayed in the terminal:

Code: Select all

[0024:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 1, lp 0
exe: ../wine/dlls/win32u/dibdrv/objects.c:812: solid_pen_lines: Assumption „num >= 2“ not fulfilled.
0024:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception./code]

Can anyone advise?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Proficad

Post by jkfloris »

If I understand the bug reports correctly, there were problems drawing certain shapes.
To fix this, changes were made to Wine. Unfortunately this revealed this problem.

At the moment the developers are trying to solve the problems.
https://bugs.winehq.org/show_bug.cgi?id=57579
https://bugs.winehq.org/show_bug.cgi?id=57306
Josef22
Level 2
Level 2
Posts: 14
Joined: Mon Apr 04, 2022 11:00 am

Re: Proficad

Post by Josef22 »

Thank you for your reply. You understand correctly. if I remove the shape drawing library,
Proficad starts normally, but it cannot work without the shape drawing library.
Thank you for the links. I'm glad they're working on it. Let's hope it will be okay soon
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Proficad

Post by jkfloris »

In version 10.0~rc5, the previous changes to dibdrv were reversed.
You will probably be able to run the program again.
Josef22
Level 2
Level 2
Posts: 14
Joined: Mon Apr 04, 2022 11:00 am

Re: Proficad

Post by Josef22 »

jkfloris: Thank you for the information. Yes I can confirm that after installing 10.0-rc5 Proficad works again as before. All is OK.
Locked