Stop SNASM from crashing!
Posted: Wed Jan 12, 2011 2:23 am
Sometimes SNASM68K crashes as soon as you invoke it under Windows XP. This problem has been driving me nuts, but here is the solution:
Make sure your PATH environment variable is 250 characters or less.
That's it! You can type "path" in the command prompt to see how big it currently is, and set up a batch file invoke a prompt with a more limited path to work around this problem.
In general, restricting the PATH size will prevent any program that uses DOS4GW from crashing immediately.
Make sure your PATH environment variable is 250 characters or less.
That's it! You can type "path" in the command prompt to see how big it currently is, and set up a batch file invoke a prompt with a more limited path to work around this problem.
In general, restricting the PATH size will prevent any program that uses DOS4GW from crashing immediately.
