QUOTE (Don_J @ June 24, 2013 04:39 pm) |
Your Eureka log is showing an out of memory exception. In Tool/Options/html, top right, what do you have "Limit logs for offline pages" set to? If it is "No Limit", GSAK is trying to build html code for those 5200 logs and running out of memory. |
Thanks.
With a large number of logs it looks like we are running into a known string concatenation problem with Delphi (the logs are concatenated into one big string before we write out the HTML file). The issues are the same reason we added the AddStr function in the macro language, and the issues involved are explained in the help for that function here.
In build 15 I have changed the code to use the same method so the string concatenation should be more efficient, and less prone to memory problems.