http://bugs.winehq.org/show_bug.cgi?id=13257
Summary: Some items in are completely missing, sperators are wrong oriented and the oters seems to be ok. Product: Wine Version: 1.0-rc1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ladislav.laska@gmail.com
Created an attachment (id=13096) --> (http://bugs.winehq.org/attachment.cgi?id=13096) Basic log
In Bricscad, some panel items are not correctly displayed.
Wine says:
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0
and some toolbar icons are just not drawn. Also, the line separators are always vertical (even in vertical bar). This does not happen on Windows version, so it could be a bug.
I'd like to help, but I don't have any idea where could be the problem.
A complete log is attached (run & move panel & exit).
http://bugs.winehq.org/show_bug.cgi?id=13257
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-16 09:09:27 --- Does 'wget http://kegel.com/wine/winetricks && sh winetricks cc580' get you around these bugs?
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #2 from Ladislav Láska ladislav.laska@gmail.com 2008-05-16 09:35:59 --- No, it makes it even worse. Wine now complains about bunch of libraries missing (as in attached file) and refuses to run app.
Should I try to fulfill those dependencies? I don't think this could be a solution.
I've installed it in reversed order (winetricks first, then bricscad), but it threw the same errors.
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #3 from Ladislav Láska ladislav.laska@gmail.com 2008-05-16 09:36:58 --- Created an attachment (id=13100) --> (http://bugs.winehq.org/attachment.cgi?id=13100) Basic log output with winetricks applied
http://bugs.winehq.org/show_bug.cgi?id=13257
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com URL| |http://www.bricsys.com Summary|Some items in are completely|bricscad: Some items in are |missing, sperators are wrong|completely missing, |oriented and the oters seems|sperators are wrong oriented |to be ok. |
--- Comment #4 from Dan Kegel dank@kegel.com 2008-05-16 20:02:03 --- err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\Program Files\Bricsys\Bricscad\wxbase26u_vc80_custom.dll") not found
indicates that you are missing another library. Try
sh winetricks vcrun2005
Which version of Bricscad? Can this be repeated with the downloadable trial?
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #5 from Ladislav Láska ladislav.laska@gmail.com 2008-05-17 03:29:17 --- This did not helped. Nothing changed at all, still same errors.
I'm using downloaded trial a week ago:
BricscadPro-V8.2.8-2-cs_CZ.exe
(it is czech version, but Bricscad is using some locale files so the binaries should be the same)
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #6 from Dan Kegel dank@kegel.com 2008-05-17 03:54:30 --- Which subversion - Pro or Classic?
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #7 from Ladislav Láska ladislav.laska@gmail.com 2008-05-17 03:58:58 --- (In reply to comment #6)
Which subversion - Pro or Classic?
Pro
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #8 from Dan Kegel dank@kegel.com 2008-05-17 04:50:06 --- Can you attach 'good' and 'bad' screenshot from windows and wine?
and/or tell me where to look for the bad separators and missing icons.
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #9 from Ladislav Láska ladislav.laska@gmail.com 2008-05-17 05:05:51 --- (In reply to comment #8)
Can you attach 'good' and 'bad' screenshot from windows and wine?
and/or tell me where to look for the bad separators and missing icons.
The "bad" is in appdb screenshots. For example this one: http://appdb.winehq.org/appimage.php?iId=17621
The "good" is for example here: http://krakonos.org/home/bricscad-win.png
Those are exactly the same versions. Notice the right vertical toolbar - you can see the bad separators. If you will compare it carefully (which I did not for the first time), you can see that few items at the bottom are missing.
PS: I've just got an idea - what if they are not really missing, but are pulled away by the wrong separators (which needs more space than the program thinks)?
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #10 from Dan Kegel dank@kegel.com 2008-05-17 05:08:57 --- Sorry, I can't tell from those two pictures what's wrong. I can see some icons are in different spots, but that's it. Can you be more specific?
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #11 from Ladislav Láska ladislav.laska@gmail.com 2008-05-17 05:19:07 --- See the last 6 icons in the right vertical panel (the one beginning with the move command). They are not there in wine.
Here they are marked: http://krakonos.org/home/bricscad-win-missing-icons.png
But if you drag that toolbar to horizontal position, they are not missing. That makes mi think that they are pulled out by those wrong separators...
http://bugs.winehq.org/show_bug.cgi?id=13257
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |comctl32 Ever Confirmed|0 |1 Summary|bricscad: Some items in are |bricscad: separators in |completely missing, |vertical toolbar rotated by |sperators are wrong oriented|90 degrees, causing layout | |problems
--- Comment #12 from Dan Kegel dank@kegel.com 2008-05-17 05:45:27 --- OK, I see it now. Looks like the whole problem is that separators are not rotated when the toolbar is rotated, as it were. It happens with any toolbar that you drag onto the left or right edges of the drawing area; the separator should notice the toolbar is now vertical, and draw itself as a horizontal line.
I wonder if this problem could be demonstrated using the toolbar code at http://www.autohotkey.com/forum/topic27382.html using autohotkey.
(And I reproduced the trouble you had using 'winetricks cc580'. Ouch.)
BTW, is this the worst problem you have with bricscad so far? (I also noticed that the tip-of-the-day doesn't display properly, that the installer fails to launch help, and that help has no way to quit.)
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #13 from Ladislav Láska ladislav.laska@gmail.com 2008-05-17 05:57:36 --- (In reply to comment #12)
OK, I see it now. Looks like the whole problem is that separators are not rotated when the toolbar is rotated, as it were. It happens with any toolbar that you drag onto the left or right edges of the drawing area; the separator should notice the toolbar is now vertical, and draw itself as a horizontal line.
I wonder if this problem could be demonstrated using the toolbar code at http://www.autohotkey.com/forum/topic27382.html using autohotkey.
(And I reproduced the trouble you had using 'winetricks cc580'. Ouch.)
BTW, is this the worst problem you have with bricscad so far? (I also noticed that the tip-of-the-day doesn't display properly, that the installer fails to launch help, and that help has no way to quit.)
Yes, I've noticed the Tip of the day problem a day ago (I haven't noticed since I don't usualy read Tip of the day).
I have no problems with help itself. I've tried browsing some topics and it seemed ok (a little bit slow, but only the treeview). For the first time. I've tried now and you're right. Strange
But the program itself seems to be working well except those toolbars. It is the worst problem since I'm used to use them..
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #14 from Austin English austinenglish@gmail.com 2008-11-16 18:15:09 --- Is this still an issue in current (1.1.8 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=13257
Igor Tarasov tarasov.igor@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tarasov.igor@gmail.com
--- Comment #15 from Igor Tarasov tarasov.igor@gmail.com 2009-03-15 18:17:47 --- Please, try testing it with this patch: http://bugs.winehq.org/show_bug.cgi?id=17654#c5
It should work.
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #16 from Ladislav Láska ladislav.laska@gmail.com 2009-03-16 09:44:32 --- Hello,
I've just tried 1.1.17 (from git) with your patch and it works just fine. There does not seems to be any problem.
Good work!
http://bugs.winehq.org/show_bug.cgi?id=13257
--- Comment #17 from Igor Tarasov tarasov.igor@gmail.com 2009-04-09 22:53:53 --- Please check is the bug still here in wine 1.1.18
http://bugs.winehq.org/show_bug.cgi?id=13257
Ladislav Láska ladislav.laska@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #18 from Ladislav Láska ladislav.laska@gmail.com 2009-04-30 02:32:07 --- I have tried 1.1.20 (since the installer was broken in 1.1.18-19) and it works just fine.
http://bugs.winehq.org/show_bug.cgi?id=13257
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #19 from Alexandre Julliard julliard@winehq.org 2009-05-08 12:43:51 --- Closing bugs fixed in 1.1.21.