Application runs with wine 1.1.28 but not with 1.1.40.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
pp91
Newbie
Newbie
Posts: 2
Joined: Fri Mar 19, 2010 4:09 pm

Application runs with wine 1.1.28 but not with 1.1.40.

Post by pp91 »

I have installed an application ("BOOKcook Bücherverwaltung") in wine 1.1.28 (which I got from the OPENsuse distribution) which runs smoothly and without any error as far I can see it (after I had installed dotnet20). When I upgraded to wine 1.1.40 the application has become unusable. The menu bar of the application window is corrupted (contains only red strokes). You may still click it in some kind of sense but you never know what you get. Furthermore some font in the lower parts of the window has become nearly unreadable.
Regards, Peter
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

try 'winetricks gdiplus'
pp91
Newbie
Newbie
Posts: 2
Joined: Fri Mar 19, 2010 4:09 pm

Post by pp91 »

Problem is solved! Thank you very much.
James McKenzie

Application runs with wine 1.1.28 but not with 1.1.40.

Post by James McKenzie »

pp91 wrote:
I have installed an application ("BOOKcook Bücherverwaltung") in wine 1.1.28 (which I got from the OPENsuse distribution) which runs smoothly and without any error as far I can see it (after I had installed dotnet20). When I upgraded to wine 1.1.40 the application has become unusable. The menu bar of the application window is corrupted (contains only red strokes). You may still click it in some kind of sense but you never know what you get. Furthermore some font in the lower parts of the window has become nearly unreadable.
Regards, Peter

This needs to have a regression test run against it.

James McKenzie
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Application runs with wine 1.1.28 but not with 1.1.40.

Post by dimesio »

James McKenzie wrote:pp91 wrote:
I have installed an application ("BOOKcook Bücherverwaltung") in wine 1.1.28 (which I got from the OPENsuse distribution) which runs smoothly and without any error as far I can see it (after I had installed dotnet20). When I upgraded to wine 1.1.40 the application has become unusable. The menu bar of the application window is corrupted (contains only red strokes). You may still click it in some kind of sense but you never know what you get. Furthermore some font in the lower parts of the window has become nearly unreadable.
Regards, Peter

This needs to have a regression test run against it.

James McKenzie
My guess is that it's just the change in default load order for gdiplus that started with 1.1.38. But since the OP was told to run winetricks to fix it, we can't know for sure without a regression test. Better advice would have been to just set the override, no winetricks, as that would only have fixed the problem if the app itself had installed gdiplus.
Locked