C Runtime Error R6008 (original) (raw)

not enough space for arguments

Remarks

Note

If you encounter this error message while running an app, the app was shut down because it has an internal memory problem. There are several possible reasons for this error, but often it's caused by an extremely low memory condition, too much memory taken by environment variables, or a bug in the program.

You can try these steps to fix this error:

Information for Programmers

There was enough memory to load the program but not enough memory to create the argv array. This can be caused by extremely low memory conditions, or by unusually large command lines or environment variable usage. Consider one of the following solutions: