On Wed, Feb 1, 2012 at 7:40 AM, snejjj <wineforum-user@xxxxxxxxxx> wrote: > Okay thanks for your help! > just out of curiosity: if those errors are not problematic, why are they there anyway? is this some functionality not yet > implemented in wine? or just some minor bug that hasnt been fixed as it doesn't pose a problem with using wine? Fixme's are just that: Something that needs to be fixed, usually missing or partially implemented Windows functions. There is a workaround if you don't want to see them: WINEDEBUG=-all <Wine command> However, if the program fails, you will only see the failure and not much else. James