DraycosGoldaryn wrote: > $stdout.reopen("CONOUT$") Wine doesn't know how to deal with "CONOUT$" device. Don't use it. If you must print something, use OutputDebugString() and a program that captures it's output. It's more reliable then console.