[LBo] Cedega problems/ Diagnosing problems

Anita Lewis a.lewis at linuxbasics.org
Sun Jul 15 20:16:26 CEST 2007


On 07/15/2007 12:23 PM Donald Davis wrote:
> I won't ask a specific Cedega question this isn't the venue.
> However, I'm having a problem launching a problem through Cedega.
> Even if I start it from the command line there's no output.  It
> closes quietly.  Is there some way of monitoring what's going on?
> Using tail and something possibly?

You could try running it from a commandline with strace like:

strace -o strace-cedega cedega

This will put the info in the output file "strace-cedega" rather than
just running it rapidly on your screen.

From man strace:

"...intercepts  and records the system calls which are called by a
proess and the signals which are received by a process.  The name of
each system call, its arguments and its return value are printed on
standard error or to the file specified with the -o option."

Anita

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://LinuxBasics.org/pipermail/qna/attachments/20070715/0ff40f91/attachment.pgp 


More information about the QnA mailing list