comctl32 dilema

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
iip
Level 2
Level 2
Posts: 10
Joined: Tue Jan 23, 2018 11:54 pm

comctl32 dilema

Post by iip »

Hi, I'm new user in this forum.

I have problem with my CSPro running on Wine, I have reported it as bug at here https://bugs.winehq.org/show_bug.cgi?id=22077 , right now I'm stuck in using wine version 2.0.4, since the version newest than 2.0.4 will have problem with comctl32 as native libs, using comctl32 on >2.0.4 will crash when trying to open file/folder from CSPro application, but if I use newest version without comctl32 as native it will crash during listview (I think?),

Using Wine 2.0.4 and below + builtin wine comctl32:
1. Open file operation (works)
2. Selecting case from list (Listview) (crash)

Using Wine 2.0.4 and below + native comctl32:
1. Open file operation (works)
2. Selecting case from list (Listview) (works)

Using Wine above 2.0.4 + builtin wine comctl32:
1. Open file operation (works)
2. Selecting case from list (Listview) (crash)

Using Wine above 2.0.4 + native wine comctl32:
1. Open file operation (crash)
2. Selecting case from list (Listview) (works)

Perhaps someone here have a better solutions? fixing this bug maybe better, but I don't know to fix or create patch for it, since I don't know about C language, if this bug fix, I can run CSPro app using builtin comctl32.

Thanks in advance,

-iip-
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: comctl32 dilema

Post by dimesio »

Problems caused by using native dlls are not considered valid bugs, but you should mention in the bug report that the workaround cannot be used in current Wine.
iip
Level 2
Level 2
Posts: 10
Joined: Tue Jan 23, 2018 11:54 pm

Re: comctl32 dilema

Post by iip »

dimesio wrote:Problems caused by using native dlls are not considered valid bugs, but you should mention in the bug report that the workaround cannot be used in current Wine.
The bug listed in winebug was using built-in comctl32, that still have problem when listview clicked in CSPro, that is why we still use native comctl32 and now stuck in wine 2.0.4
Locked