2000DTM / bizhawk

Automatically exported from code.google.com/p/bizhawk
0 stars 0 forks source link

Multiple problems with dump-close #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When running from the command line and specifying the "--dump-close" option, 
the emulator does not close. Inspection of the source shows two major reasons:
 1. The command line parser is expecting an underscore in the name, not a dash, i.e. "--dump_close".
 2. The parser also expects it to be followed by an "=", but it doesn't take an argument.

Both of these contradict the definition given on the wiki page, 
http://tasvideos.org/Bizhawk/CommandLine.html

Reproduced using 1.5.1. Source code for reference was r4981. I would have tried 
the source for 1.5.1, but I don't see any tags in the repo or a revision number 
in the build. I also couldn't provide a patch because I can't build from 
source; it complains that files are missing.

Original issue reported on code.google.com by jcrev...@gmail.com on 22 Sep 2013 at 3:46

GoogleCodeExporter commented 9 years ago
When building from source did you use the 2012 project? If so, don't.  That is 
not officially supported and will often be broken after a commit.

Also, use the 1.5 branch, not trunk as it is more stable and not used for 
development.  Trunk will often be broken or have reressions

Original comment by adeli...@tasvideos.org on 29 Sep 2013 at 1:50

GoogleCodeExporter commented 9 years ago
Fixed in SVN.  Thanks for the report!

Original comment by goyu...@gmail.com on 29 Sep 2013 at 2:27

GoogleCodeExporter commented 9 years ago

Original comment by goyu...@gmail.com on 29 Sep 2013 at 2:27