On Wed, Mar 12, 2008 at 7:26 PM, Hendrick <wineforum-user@xxxxxxxxxx> wrote: > [Jim@localhost ~]# wine notepad > ... Three problems: 1. NEVER run wine as root! Now you might have to stop to pick bits of root out of your teeth. Remove ~/.wine and try again as yourself. 2. If you've just built wine, and you want to run the copy you ran, it's easiest to run it out of the source directory rather than installing it. To do that, use ./wine while in the source directory. (Leaving off the path and just writing 'wine' runs the old installed copy.) 3. The stack dump you gave lacks symbols, which makes me think you're not running the copy you just built.