ChristopherD
Member
Hi All,
Not sure if any of you have had this issue and know how to fix it: Exception of type 'System.OutOfMemoryException' was thrown... See below:
This one happens during compilation.
These other errors below happen when I am editing/saving the code while the program is running in debug mode.
The exception is thrown randomly on different parts of the code.
The IDE has to be exited and restarted to carry on working, otherwise it lags and freezes.
Our program runs beautifully, so not sure what is the problem. Are there limits to the size of the program, when compiled in release mode the jar file is nearly 32megabytes?
The IDE also randomly logged these incorrect errors in the logs(they are not there the next time that you restart the IDE)
Any help to get rid of this problem will be greatly appreciated.
Not sure if any of you have had this issue and know how to fix it: Exception of type 'System.OutOfMemoryException' was thrown... See below:
This one happens during compilation.
These other errors below happen when I am editing/saving the code while the program is running in debug mode.
The exception is thrown randomly on different parts of the code.
The IDE has to be exited and restarted to carry on working, otherwise it lags and freezes.
Our program runs beautifully, so not sure what is the problem. Are there limits to the size of the program, when compiled in release mode the jar file is nearly 32megabytes?
The IDE also randomly logged these incorrect errors in the logs(they are not there the next time that you restart the IDE)
Any help to get rid of this problem will be greatly appreciated.