Ron wrote: > I just meant in general, how would one go about fixing a problem in Wine? > > I read the Wine development section and it said something about debugging the program and using winedbg, but I didn't find it very clear. I have some experience in computer science, so I do know a little bit, but I just don't understand how to tweak Wine's code to fix a certain error or fixme or whatever. > > Any help would be appreciated as I would like to help very badly! :) At the minimum you'll need to know C and win32api. Then before fixing something you need to find what the problem is...