https://bugs.winehq.org/show_bug.cgi?id=42357
Bug ID: 42357 Summary: TreeView on wine does not load any items Product: Wine Version: 2.0-rc6 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: justinas@res.lt
I've got a problem, tried to run one application written in Visual Basic, it partially works but on one window there is tree view but it's without items (only one static). I have installed Visual Basic Runtime 6 mdac27 already.
Here is how it looks on Windows: http://prnt.sc/e3g0ci Here is how it looks on Wine: http://prnt.sc/e3g0r1
https://bugs.winehq.org/show_bug.cgi?id=42357
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |-unknown
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- What program? Is it available for legal download somewhere (demo/freeware)?
https://bugs.winehq.org/show_bug.cgi?id=42357
--- Comment #2 from null justinas@res.lt --- The app is internal for corporate use only. :|
https://bugs.winehq.org/show_bug.cgi?id=42357
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Have you verified that 'winetricks cc580' makes it work?
https://bugs.winehq.org/show_bug.cgi?id=42357
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- Also please attach debug trace, with WINEDEBUG=+treeview. Instructions are here https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal.... For that trace to be meaningful you have to use clean installation without doing 'winetricks cc580', only VB runtime and mdac if necessary.
https://bugs.winehq.org/show_bug.cgi?id=42357
null justinas@res.lt changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #5 from null justinas@res.lt --- winetricks vb6run mdac27 native_mdac It started to work, i think it's not general issue, it's all about fonts. Sorry for disturbing.
https://bugs.winehq.org/show_bug.cgi?id=42357
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com --- Those packages don't install fonts. I'd be nice to figure out what fixed it for you.
https://bugs.winehq.org/show_bug.cgi?id=42357
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- Most likely the tree items are loaded from a database so mdac27 did the trick. It was not related to painting or fonts.
https://bugs.winehq.org/show_bug.cgi?id=42357
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com --- Closing.