On Mon, Apr 13, 2009 at 3:21 PM, anystupidname <wineforum-user@xxxxxxxxxx> wrote: > Thanks for the suggestion about mono (it looks cool) but, if I'm correctly understanding how it works, I'd either need the source for this crappy (closed source win32 only) app I'm trying to run or this mono-wine bridge would need to be complete?!? > http://wiki.winehq.org/Mono-Wine_bridge Use winetricks: $ wget kegel.com/wine/winetricks $ sh winetricks mono20 Though as qwertymn suggested, could be a font problem. Try: $ sh winetricks corefonts or $ sh winetircks allfonts > I've followed howtos before that have you register specific DLLs with wine and/or change how the DLLs are interfaced with for specific apps. Is there a procedure I can use to identify calls to DLLs by this app and if those DLLs need to be treated natively or another way? WINEDEBUG=+loaddll -- -Austin