object reference not set to an instance of an object

Started by tristan_bethe, March 07, 2015, 06:48:23 AM

askew1

Until they publish a new version, you can try these instead.

5555 - This will only use the first 4 real cores.
FFFF - This will use the first 4 real cores and the first 4 hyper-threaded cores.

ai_enabled is saying that the code has problems with more than 8 threads. So you can limit it to either 4 or 8 with these values.

tristan_bethe

Weird thing is though that with the earlier tests I've sent it crashed even with 2 cores or one if it was the wrong one :) But atleast I found one that worked well enough :)