Hi everyone, I know this program is not supported under wine, but I have been running it under a Windows VM and for various reasons, it is getting very annoying. If I could run this program under wine, it would help me immensely. Basically, it's a Rexx program that appears to requires Windows (requires winsystm.cls) so I have to use Rexx running under wine. ooRexx appeared to install just fine under when, but when I try to launch my program, I get this error message. Code: err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not registered err:ole:CoGetClassObject no class object {96749377-3391-11d2-9ee3-00c04f797396} could be created for context 0x7 err:win:WINPOS_GetWinOffset bad hwndFrom = 0xfffffffd wine: Unhandled page fault on read access to 0x00000058 at address 0x7c3428ed (thread 000c), starting debugger... bmayes@bdmlin:~/.wine/drive_c/CCWin/Distribution$ fixme:exec:SHELL_execute flags ignored: 0x00000100 Just curious if anyone knows off the top of their head what that error message means. If it is something obvious, or someone has any ideas, I would love to know. Thanks!