Access violation writing location unity windows phone 10
When I try to test my application on windows phone 10 (lumia 650 1 GB Ram), visual studio 2015 comunity give me this exception:> Unhandled exception at 0x61EF232B (UnityPlayer.dll) in...
View Articleunity c# - IndexOutOfRangeException
So I made a little game that has a problem. As soon as I load the game, I get errors. **Lots of them.**![alt text][1] [1]: /storage/temp/77497-theerror.jpg I can't seem to find the problem in this...
View ArticleFile.Move won't work : IOException: Win32 IO returned ERROR_ALREADY_EXISTS....
Hi ! So here is the thing, I writing a code to move files from a folder A to a folder B... pretty straight forward ! I'm using File.move to do so but it keeps telling me that the files I want to move...
View ArticleArgument out of range exception???
I'm stuck with this error. So far my code is functioning properly in terms of retrieving the data but the "argumentoutofrangeexception: argument is out of range Parameter name: index" keep appearing....
View ArticleHelp me to debug this error please :"NullReferenceException: Object reference...
Hello, I've a bug I can't solve myself because I'm too new to Unity. I'm stuck on the Survival Shooter tutorial, on the 7th page...
View ArticleXml Exception
Hey Guys , I am working on app. When we open app, that's time i hit "web-service" and get data from server and store data in XML file that time if i close app instantly from background and again open...
View ArticleInvalidOperationException: Operation is not valid due to the current state of...
Hello everyone, I encounter this issue, and have found threads talking about it as a bug in the editor, but it's not my case. I am building a custom GUI Editor for some scriptable objects, and I use...
View ArticleWhy the Unity is displaying this message : "ArgumentException: Input Button...
Hi, this is my first question in this forum and I would clarify a question, ever when I run my start menu scene in Unity, the same display this message: ArgumentException: Input Button Submit is not...
View ArticleMongoDB C# authentication exception
Hi guys, My database is hosted in mlab.com and I tried to connect it using mongodb C# driver but I am getting following exception when I try to connect to the mlab database. MongoCommandException:...
View ArticleArgumentOutOfRangeException thrown by compiling for iOS Simulator SDK
After switching the Player iOS configuration to use "Simulator SDK" as the Target SDK for iOS, the project suddenly fails to compile while giving an ArgumentOutOfRangeException while in the default...
View ArticleUnhandled exception crashes the game : A heap has been corrupted
Hello, I make a Windows game that uses **named pipes** to communicate with the outside. I can successfully receive data, but **the game keeps crashing when I send ~5 messages** (yes, 4 is fine but the...
View ArticleDo some operations/statements implicitly access MainAsset of an AssetBundle,...
Super strange issue, and maybe a bug within Unity. In a C# base applicaiton, when downloading an asset bundle from S3 occasionally, on both mobile devices and within the editor, the following error is...
View ArticleiOS crash - how to locate exception
We have reports from some users that our iOS game is crashing at startup. The XCode crash callstack reveals that it is an uncaught exception in a monobehaviour, but has no further details. How can we...
View ArticleError Build Player ReflectionTypeLoadException
ReflectionTypeLoadException: The classes in the module cannot be loaded. System.Reflection.Assembly.GetTypes () (at...
View ArticleWindows Universal 8.1 (Phone): Use of undefined keyword value 1 for event...
Greetings from Brazil! I'm facing the following problem: When I try to run my game on my Windows Phone 8.1 device from Visual Studio, I always get an ArgumentException on the first line of...
View ArticleI can't build any project.
Hi everyone. Every time i try to build a project in as windows standalone Unity throws this exception: ///////////////////////////////////////////////////////////////////////////////////////////...
View ArticleNull Reference Exception only when using debugger
My code is throwing a NullReferenceException but only when attempting to use the MonoDeveloper debugger. I have no idea why. (Also sometimes it doesn't throw an exception...it seems totally random)....
View ArticleUnable to install APK
Hi I have a project aka Game_1 which I replicated from previous project aka Game_0. I am trying to install apk of Game_1 in my device but I get error "unable to install apk". My device already contains...
View ArticleWhy does presentation.SaveAs() return a COMException?
Hey Comm-unity, I'm working on a small challenge for myself in which I am trying to make a powerpoint from c# code. Everything works until my code tries to save the powerpoint, and then it throws the...
View ArticleI have a NullReferenceException problem how do I fix this error
Hey this is Richard B. Haley just letting you know that I keep getting this message that says: NullReferenceException: Object not set to an instance of an object...
View Article