Menu

#347 Console2 always exits with errorlevel 1

open-fixed
nobody
None
3
2011-02-15
2010-05-06
whumann
No

Applications should exit with errorlevel 0 when terminated in a "normal" way. Console2 always returns 1. Use a 2-line batch file to verify:
c:\Programs\Console2\Console.exe
echo %errorlevel%
(modify to the correct location for your Console2.exe, of course). Tried the same with calc.exe, irfanview.exe, etc. -- all return 0 when terminated normally and 1 when e.g. killed. Console2 always returns 1.

Discussion

  • Marko Bozikovic

    Marko Bozikovic - 2010-08-22

    Console didn't handle exit codes properly. The fix is committed, it will be available in the next build.

     
  • Marko Bozikovic

    Marko Bozikovic - 2010-08-22
    • priority: 5 --> 3
    • status: open --> open-fixed
     
  • Marko Bozikovic

    Marko Bozikovic - 2010-11-01

    Please try the new build, b147.

    Cheers,
    --
    Marko

     
  • Marko Bozikovic

    Marko Bozikovic - 2010-11-01
    • status: open-fixed --> pending-fixed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     
  • whumann

    whumann - 2011-02-15

    Sorry for late testing. Works correctly now. Thanks for fixing this!

     
  • whumann

    whumann - 2011-02-15
    • status: closed-fixed --> open-fixed
     

Log in to post a comment.