The wrapper script for cedega (/usr/bin/cedega) (at least in 4.2.1) fails to run when tcsh is your shell. The script fails with the message: /usr/lib/transgaming_cedega//winex/bin/wine: error while loading shared libraries: libntdll.so: cannot open shared object file: No such file or directory This comes as a result of the line that is used to actually execute the wine binary: $SHELL -c "$RUNWINE $WINVER -debugmsg $DEBUGMSG -use-dos-cwd $WORKDIR $EJECT $DT -- $COMMAND_LINE" If $SHELL is /bin/tcsh, it fails with the line above, but if $SHELL is /bin/sh, everything works fine. Any clues what's going on? Reproducible: Always Steps to Reproduce: 1. 2. 3.
nope ... cedega is a commerical app so you should file a bug on the transgaming support forums to get this resolved