Support |
On 10/06/2014 10:58, Per Boysen wrote:
Not really. It's common that software bugs come out when different apps and OS's are combined. But what is really ODD here is the fix that clears the issue (see my previous post in this thread)
I can only imagine that memory is being 'shared' by 2 parts of Mobuis that should have their own seperate bit. So the ODD fix just causes that shared mem to be overwritten in a way that hides the problem. Quite common in C++ andy