Jump to content

Need WPI log file (returned code .....) explaining.


Recommended Posts

Just Install the new 5.0.1 an looked on te root of C:\ for the WPI.log.txt and I noticed that some apps dit not install correct.

I understand that the code: (returned code 0) means that the install was done without errors, but I also have other codes.

So my question is where can I find a log code index so I know what happened.

Later today I wil post my codes (now I'm at work).

Edited by Pliek
Link to comment
Share on other sites


The returned code is just the code returned by the program you've been running. It's not from WPI.

Most of the programs return 0 when successful. But not all.

Returned code is only useful when the command fails (WPI tells you if the command succeeded or not). Then you can use the returned code to investigate in your program's documentation what went wrong.

Again, a succesful run with a return code different from 0 is 'normal' (or at least it has nothing to do with WPI, but only with your prog and/or the switches you've used with it), although somewhat rare.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...