jeffz wrote: > http://wiki.winehq.org/Backtraces Thanks jeffz, but the program crashes much too quickly. I don't think I am going to have a chance to launch the program and then type all of those commands into winedbg before it crashes. It's only about a second or two. It launches the program and tries to connect to the master server for updates, and then crashes. Martin Gregorie wrote: > Does the actual Rexx program require Windows features or is it just that > you're using a Rexx interpreter for Windows? Not sure. I already installed ooRexx for Linux and tried running the rexx file natively. This is where I encountered the error about it needing winsystm.cls: Code: bmayes@bdmlin:~/.wine/drive_c/CCWin/Distribution$ rexx ccmdist 11 *-* ::requires "winsystm.cls" 151 *-* ::requires "ccmreg.cls" REX0043E: Error 43 running /home/bmayes/.wine/drive_c/CCWin/Distribution/ccmreg.cls line 11: Routine not found REX0418E: Error 43.901: Could not find routine "winsystm.cls" for ::REQUIRES vitamin wrote: > Need the rest. Uhh...there is no other output. Maybe you're looking for the backtrace output? Again though, I don't think I can be fast enough to generate that output...unless there is some other method I am not aware of. qwertymn wrote: > Looks like you need to install MS Speech dlls. I googled that same error message and came to that conclusion as well, but this program doesn't use any speech stuff (to my knowledge). I guess I will give it a shot and see if it works though... Thanks everyone. I'll have an update later.