Need help figuring out how to debug/fix combobox

Questions about Wine on Linux
Locked
shefben
Newbie
Newbie
Posts: 1
Joined: Sat Dec 04, 2021 1:29 pm

Need help figuring out how to debug/fix combobox

Post by shefben »

I am a fairly recent convert to the Linux environment, although I've used fedora and Gentoo before; that was years ago and I never actually spent time using them seriously.

I need help figuring out the best tools and ide's for working with and debugging wine, specifically a broken combobox in visual assist x on visual studio 6 ( don't tell me I should use another ide as the project I'm working with is massive and updating the code base is not really important)

Everything in vc6 works fine ( the wizard bar drop-down menus only drop down if you click them and use the arrow keys, but that is not the issue I'm asking about)

All the dropdowns/comboboxes work on VAC except the list methods combobox that is on the top of the code page.

The box opens and instantly closes,. I have tried winedebug=trace+combo,+comboex. But when going through the output I can't seem to see anything of issue.. it's similar output to other working combo boxes.

I am hoping someone could point me in the right direction to either fixing this or at least help me get setup with useful tips for figuring this out myself.

I made a bug report last week:
https://bugs.winehq.org/show_bug.cgi?id=52123
Locked