This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Using Unity 5.0.1f1, protobuf-net r668. I've set up a protobuf serializer dll using Visual Studio 2013, set to framework "Unity .Net 3.5 Subset Base Class Libraries" (I've also tried .Net 3.5 with same result). I have 4 parent data types to serialize: two rather simple ones, and two a tad [...] read more
My application can running normally on iOS9 and xCode7, but after upgrade to XCode8 and iOS10 on my iPhone, the application crash immediately after I deploy to my iPhone, before it get into the main() function. I think there are some problems with library loading, this is the log from [...] read more
I've been asked to provide added functionality for a cordova iOS project that was developed previously. In the simulator the app runs perfectly for OS 7.1 on an device but on the OS 8.1 it doesnt seem to scale correctly and the images aren't loading. I've updated cordova and I'm [...] read more