This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

skelconq.exe doesn't handle 0 arguments


I have libconq.lib, libconqlow.lib, and skelconq.exe built under MSVC
now.  I have not built missing.lib, it didn't seem to be needed.
skelconq.exe fails with the following error:

Unhandled exception at 0x00606562 in skelconq.exe: 0xC0000005: Access
violation reading location 0x00000000.

This happens consistently on every run, the Random state does not
matter.  It happens near the beginning, the line of failure is marked
with >>>

>>> if (strcmp ("--auto", argv[1]) == 0) {
	option_autotest = TRUE;
	++argv;
	--argc;
    }

The problem is that skelconq.exe assumes it will be handed arguments.  I
am not giving it any arguments.  I think it should either exit cleanly
and give instructions on usage, or else invoke a default set of
arguments.


Cheers,                     www.indiegamedesign.com
Brandon Van Every           Seattle, WA

Taking risk where others will not.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]