Closed sn0wcat closed 10 years ago
Hmm...after further testing it seems that the problem is somewhere else, as the access violation exception is still occuring arround 2041 chunk, but not as frequent as befire I guess some debugging will be necessary.
Thank your for the issue, i'll try to investigate it on this weekend
The current version of the Lightning.net seems to have exactly the same issue like for example
https://github.com/Venemo/node-lmdb/issues/13
The following code produces an AccessViolationException after running for a while even though the map size should be sufficient. After changing the parameter to ulong / uintptr the access violation exception was gone.
class Program { private static void Main(string[] args) {