http://bugs.winehq.org/show_bug.cgi?id=22647
Summary: MindManager X5 Pro and MindManager 7 Product: Wine Version: 1.1.44 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: crramirez@gmail.com
Created an attachment (id=27859) --> (http://bugs.winehq.org/attachment.cgi?id=27859) Mindmap without showing text
This application runs well, but they do not draw text correctly or do not draw text at all. See the screenshots.
The applications are fast enough to be usable. The strange thing is that in CrossOver 9.0 that is wine 1.1.34 based. It draws correctly but it is to slow.
I think that could be one of two problems:
* Font engine, due to CrossOver and wine have different ones. * DIB Engine, maybe the dib engine was changed in recent wine versions and in CrossOver don't.
Anyone can help me to do further tests in order to this issue be fixed?
Regards
http://bugs.winehq.org/show_bug.cgi?id=22647
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #1 from Wylda wylda@volny.cz 2010-05-10 15:28:18 ---
I can't live without this app, i used it as secondary brain which remmembers all the things, which i do not want to forget. But never tried under wine, so lets test it.
Do you have any version, which is works for you? AppDB has just really old results...
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #2 from Carlos Rafael Ramirez crramirez@gmail.com 2010-05-10 16:05:08 --- (In reply to comment #1)
I can't live without this app, i used it as secondary brain which remmembers all the things, which i do not want to forget. But never tried under wine, so lets test it.
Do you have any version, which is works for you? AppDB has just really old results...
MindManager X5 Pro Works. Only you need to install Microsoft XML Parser 3.0 using winetricks and thats all. With CrossOver the program runs and you can install it using this link http://www.codeweavers.com/bin/c4p/7347 after crossover is installed. You can test with the trial. But the application is so slow to be usable.
In wine the performance is good bad the text is drawn misplaced. The MindManager X5 Pro can be downloaded anywhere from internet due to a trial version exist.
MindManager Pro 7 runs as well with the same limitations.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #3 from Wylda wylda@volny.cz 2010-05-10 16:43:57 ---
Carlos, although i also bought crossover, this is not place to where to mention crossover's tips...
Confirming, please consider UNCONFIRMED->NEW and KEYWORDS: +REGRESSION.
Wine-1.1.37 is last GOOD. But no need to check for regression. I just opened private list of already found regression between .37 and .38. This is caused by commit:
commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2 Author: Vincent Povirk vincent@codeweavers.com Date: Sun Jan 24 15:18:46 2010 -0600
gdiplus: Prefer the builtin version.
ie. in clean wine enviroment run:
winetricks corefonts dotnet20 msxml6 install MindManager WINEDLLOVERRIDES="gdiplus=n;" wine MindManager.exe
The last command sets the gdiplus to native. You can do the same thing by winecfg in libraries tab. If you use winecfg, then just run:
wine MindManager.exe
Vincent, the app has missing text or when the text is present, it is misplaced. Normal console output does not says nothing about gdi and gdiplus debug log is too big. Any suggestions?
http://bugs.winehq.org/show_bug.cgi?id=22647
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22647
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|madewokherd@gmail.com |
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #4 from Carlos Rafael Ramirez crramirez@gmail.com 2010-05-10 17:33:13 --- Ok I tested with gdiplus=native tip. Now MindManager draws correctly but it is slow. But it means that the issue can be corrected looking in the gdiplus source?
I will investigate a bit further
Thank you
http://bugs.winehq.org/show_bug.cgi?id=22647
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Severity|major |normal
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2010-05-10 21:35:55 --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity Confirming per comment 3.
Carlos, In the future do not file bugs here when using CrossOver. Such bugs will be closed as invalid.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #6 from Carlos Rafael Ramirez crramirez@gmail.com 2010-05-10 21:47:41 --- I am so sorry, I only mentioned it as a comparison. The screenshots and descriptions are for wine 1.1.44. No problem
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #7 from Austin English austinenglish@gmail.com 2010-05-10 21:55:29 --- (In reply to comment #5)
Carlos, In the future do not file bugs here when using CrossOver. Such bugs will be closed as invalid.
The bug was reported against vanilla wine. He compared it in Crossover. Nothing wrong with that, and potentially useful, since the problem is partially solved (compare wine and Crossover wine's source).
http://bugs.winehq.org/show_bug.cgi?id=22647
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|MindManager X5 Pro and |MindManager does not draw |MindManager 7 |text correctly
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #8 from Wylda wylda@volny.cz 2010-05-11 00:55:10 ---
Based on my work, this bug report should be in better state, i.e.:
Component: gdiplus KEYWORDS: +REGRESSION (i imagine, someone might not agree with regression)
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #9 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-11 01:38:05 --- All the bugs caused by "gdiplus: Prefer the builtin version" commit ARE NOT the regressions. Does native gdiplus.dll alone help?
http://bugs.winehq.org/show_bug.cgi?id=22647
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus
--- Comment #10 from Austin English austinenglish@gmail.com 2010-05-11 01:55:16 --- (In reply to comment #8)
Based on my work, this bug report should be in better state, i.e.:
Component: gdiplus KEYWORDS: +REGRESSION (i imagine, someone might not agree with regression)
If it never worked properly in Wine, it's not a regression.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #11 from Wylda wylda@volny.cz 2010-05-11 02:13:52 --- (In reply to comment #10)
If it never worked properly in Wine, it's not a regression.
Yes, it works quite good till 1.1.37, unusably broken since .38
(In reply to comment #9)
All the bugs caused by "gdiplus: Prefer the builtin version" commit ARE NOT the regressions.
That's what i though by "(i imagine, someone might not agree with regression)"
Does native gdiplus.dll alone help?
Yes, if you set gdiplus to native it works (comment #3 and #4).
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #12 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-11 02:44:57 --- (In reply to comment #11)
(In reply to comment #10)
If it never worked properly in Wine, it's not a regression.
Yes, it works quite good till 1.1.37, unusably broken since .38
It worked with native gdiplus.dll, built-in gdiplus was never used before that patch.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #13 from Carlos Rafael Ramirez crramirez@gmail.com 2010-05-11 04:45:47 --- With native gdiplus.dll the application behaves so slow to be usable. If built-in gdiplus is fixed, this application will be usable. In my tests built-in gdiplus is a lot faster than native one.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #14 from Wylda wylda@volny.cz 2010-05-11 06:22:33 --- (In reply to comment #13)
With native gdiplus.dll the application behaves so slow to be usable. If built-in gdiplus is fixed, this application will be usable. In my tests built-in gdiplus is a lot faster than native one.
Such a comment is better leave on following page ;)
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13873
There mentioned rating is rather old, so updating will definitely help.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #15 from Carlos Rafael Ramirez crramirez@gmail.com 2010-07-13 17:02:26 --- Hello,
Someone knows if this bug is planned to be included in wine 1.2?
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #16 from Vincent Povirk madewokherd@gmail.com 2011-05-06 17:13:44 CDT --- Can someone attach terminal output please?
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #17 from Vincent Povirk madewokherd@gmail.com 2011-05-06 17:16:41 CDT --- As for +gdiplus log being too big, it might help to remove the traces from GdipBitmapGetPixel/GdipBitmapSetPixel, or get a +relay log instead.
http://bugs.winehq.org/show_bug.cgi?id=22647
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #18 from Carlos Rafael Ramirez crramirez@gmail.com 2011-05-06 20:15:34 CDT --- (In reply to comment #17)
As for +gdiplus log being too big, it might help to remove the traces from GdipBitmapGetPixel/GdipBitmapSetPixel, or get a +relay log instead.
Hello Vincent I need some help in order to send you a good log, I don't know how remove the traces from GdipBitmapGetPixel/GdipBitmapSetPixel. I am using the following command:
env WINEPREFIX=/home/cramirez/.winemindmanager WINEDEBUG=relay wine "C:\Archivos de programa\Mindjet\MindManager 5\MindManager.exe"
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #19 from Carlos Rafael Ramirez crramirez@gmail.com 2011-05-06 20:49:49 CDT --- I uploaded the log using relay to:
http://dl.dropbox.com/u/5916194/mindmanagerlog.7z
(In reply to comment #18)
(In reply to comment #17)
As for +gdiplus log being too big, it might help to remove the traces from GdipBitmapGetPixel/GdipBitmapSetPixel, or get a +relay log instead.
Hello Vincent I need some help in order to send you a good log, I don't know how remove the traces from GdipBitmapGetPixel/GdipBitmapSetPixel. I am using the following command:
env WINEPREFIX=/home/cramirez/.winemindmanager WINEDEBUG=relay wine "C:\Archivos de programa\Mindjet\MindManager 5\MindManager.exe"
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #20 from Carlos Rafael Ramirez crramirez@gmail.com 2011-07-19 08:54:53 CDT --- Vincent you touched something in the 1.3.24 version that changed the behavior of text drawn in mindmanager. Before, the labels were drawn misplaced but correctly separated each other, now the are drawn all in the same place. This could bring some light about this issue.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #21 from Carlos Rafael Ramirez crramirez@gmail.com 2011-07-19 09:48:43 CDT --- gdiplus: Implement GdipMeasureDriverString. gdiplus: Use DrawDriverString to draw the text in DrawString.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #22 from Vincent Povirk madewokherd@gmail.com 2011-07-19 11:03:50 CDT --- Yeah, I badly broke text rendering. It should be fixed by 171e832839c082b55e7e44161d82bd58aa3b056e.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #23 from Carlos Rafael Ramirez crramirez@gmail.com 2011-07-19 11:30:04 CDT --- Yes but the good news is that somewhere in this code, is what is causing the problem in MindManager before you made the change
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #24 from Vincent Povirk madewokherd@gmail.com 2011-07-27 11:10:53 CDT --- How is it in 1.3.25?
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #25 from Carlos Rafael Ramirez crramirez@gmail.com 2011-07-27 11:46:01 CDT --- Works again like, 1.3.23
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #26 from Carlos Rafael Ramirez crramirez@gmail.com 2011-07-27 11:47:01 CDT --- Created an attachment (id=35720) --> (http://bugs.winehq.org/attachment.cgi?id=35720) Mindmanager build in gdiplus wine 1.3.25
http://bugs.winehq.org/show_bug.cgi?id=22647
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #27 from Austin English austinenglish@gmail.com 2011-07-27 13:03:34 CDT --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #28 from Carlos Rafael Ramirez crramirez@gmail.com 2011-07-27 14:21:20 CDT --- Hey Austin the issue is not fixed!! Just in 1.3.24 got worse, and in 1.3.25 got back to same as 1.3.23
http://bugs.winehq.org/show_bug.cgi?id=22647
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |
--- Comment #29 from Vincent Povirk madewokherd@gmail.com 2011-07-27 15:24:52 CDT --- Reopening.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #30 from Carlos Rafael Ramirez crramirez@gmail.com 2011-08-05 18:27:07 CDT --- Created an attachment (id=35824) --> (http://bugs.winehq.org/attachment.cgi?id=35824) MindManager in 1.3.26
MindManager in 1.3.26
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #31 from Wylda wylda@volny.cz 2012-05-12 20:27:33 CDT ---
Still present in wine-1.5.4.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #32 from Carlos Rafael Ramirez crramirez@gmail.com 2012-09-03 14:06:31 CDT --- Hello in wine 1.5.12 the texts disappeared completely
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #33 from Carlos Rafael Ramirez crramirez@gmail.com 2012-09-20 15:48:43 CDT --- In wine 1.5.13 the shadows of the menus are black
http://bugs.winehq.org/show_bug.cgi?id=22647
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #34 from Dan Kegel dank@kegel.com 2012-10-20 17:51:31 CDT --- Also seems to affect http://www.schach.de/Download/DeepFritz12Setup.exe (sha1sum 8a98f6fda4be13d42d012929bbdb8fbd24d4b84f) The app installs and starts ok, but the welcome screen with four choices (something like play, online, help, and quit) displays no text. The choices still work, more or less. winetricks gdiplus, or running with wine-1.4.1, shows the text on the main menu properly.
http://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #35 from Dan Kegel dank@kegel.com 2012-10-20 17:52:16 CDT --- Created attachment 42208 --> http://bugs.winehq.org/attachment.cgi?id=42208 +gdiplus log
https://bugs.winehq.org/show_bug.cgi?id=22647
--- Comment #36 from Austin English austinenglish@gmail.com --- (In reply to Dan Kegel from comment #34)
Also seems to affect http://www.schach.de/Download/DeepFritz12Setup.exe (sha1sum 8a98f6fda4be13d42d012929bbdb8fbd24d4b84f) The app installs and starts ok, but the welcome screen with four choices (something like play, online, help, and quit) displays no text. The choices still work, more or less. winetricks gdiplus, or running with wine-1.4.1, shows the text on the main menu properly.
For me with 1.5.13 and wine-1.7.29-57-gfbf2557, with winetricks gdiplus=builtin, it displays fine.
https://bugs.winehq.org/show_bug.cgi?id=22647
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
https://bugs.winehq.org/show_bug.cgi?id=22647
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Status|REOPENED |NEEDINFO Summary|MindManager does not draw |MindManager X5 does not |text correctly |draw text correctly
--- Comment #37 from Anastasius Focht focht@gmx.net --- Hello folks,
please provide new test results for MindManager X5 using recent Wine.
Additionally:
* always specify the app version you encountering the problem with in the title * don't mix in other apps (comment #12+) unless you know the underlying issue is exactly the same
Tidbit:
https://www.mindjet.com/support-info/product-lifecycle-policy/
--- quote --- Product General Availability Product Retired ... MindManager X5 for Pocket PC 15-Mar 2004 20-Sep 2007 MindManager X5 Pro 09-Oct 2003 20-Sep 2007 MindManager X5 09-Oct 2003 20-Sep 2007 MindManager X5 Viewer 09-Oct 2003 20-Sep 2007 --- quote ---
Since it's almost ten years now and Wine evolved a lot, I doubt the original gdiplus bug is still present.
Regards