Win x86_64 build crashes on Opcode
Hi all, As the title said, our build(x86_64) crashes with the following stack trace output: ========== OUTPUTING STACK TRACE ================== (0x000000014075B97C)...
View Articleunity crashes on exit
This seems to happen at random, and I've had it on both of my machines and the machines at my uni, so I'm pretty sure it's not a problem with the machine (though I could be wrong). Basically what...
View ArticleLoading multiple Assetbundles causes a Crash
Good evening, I have the following problem: when I load an assetbundle, and then i unload everything from it and load another one and so on, mabye i only switch between 2 assetbundles the app after a...
View ArticleWhy is Unity 4.3 so unstable?
I've been really trying to let this slide as there has been some improvements in 4.3 like the more compact UI and you can actually highlight text accurately in the new Monodevelop. Occlusion has also...
View ArticleUnity engine crash 4.2 and 4.3
Hi, I am facing a problem, I have created a scene in my game and when I focus on a particular game object (clicking on it or going to that particular game object ). When I do that the unity engine...
View ArticleWhy did my untiy stop working?
I can't get unity to open? I have looked it up and tried the DEP fix but it didn't help. Before that I changed nothing. I went to go from one project to another and now it just shows the splash screen...
View ArticleApplication crashes when notification received:android
We have used GCM notification plugin to receive notification via service. when a notification is received, notification is visible in notification area but app crashes. though this issue is only in...
View Articlefacebook sdk crash on start up (Android)
using Unity 4.1.5, downloaded the latest Unity SDK from facebook android settings on Facebook com.facebook.unity.FBUnityPlayerActivity com.testCompany.test set the Facebook settings exactly as the app...
View ArticleUnity 4.3.2 crashed on startup
When I first downloaded unity, it worked like a charm for a few weeks, until it crashed when it started up. I ignored it the first time since I was busy and had to do other things, but the next day,...
View ArticleFallback handler could not load library
Hello all, first time asker, long time reader. I have been using unity for the past couple of years and have never actually had to ask a question, since the forums and UA are so full of information -...
View ArticleFbx import from 3ds max causes crash
Hi guys. New user to unity, having trouble importing a character for a game! Please excuse spelling and grammar- writing on iPhone! Issue I'm having is that when I import my fbx character file...
View ArticleA simple recursion leads to crash
Hi foks, I've got a little problem: I've got an array that is filled with lists. The list variates in size. And I got a function that needs to walk trough all the entries of this lists and then jump to...
View ArticlePC Crashes when testing game in unity
I am running windows 7 professional - servicepack 1 Intel i7-3960X CPU @ 3.30GHz 32 GB RAM 64 bit I'm running Unity 4.3.2 Since the previous update (I had no problems before that) I'll run our game as...
View ArticleWhy does Unity crash? (and other programs in general)
Hey people! Do you know why Unity eventually crashes when I am processing my data through massive recursions in a separate thread? I am passing a function into a Thread object and Start it. The thing...
View ArticlegameObject with two Transforms crashing the editor glitch!
I am making a Unity project and I create all my 3-D objects on Blender. After completing a new object, I wanted to prefab it, so I replaced my old version of the prefab with the new one, it said, "...
View ArticleUnity crash from overloading
Hi, I'm working with the "Curvy" plug-in. I'm using it in a way that for every click on the game, a dot is being drawn, which creates a node in the plugin which creates a path node for the mesh, it's...
View ArticleShader.WarmupAllShaders FATAL EXCEPTION [UnityMain]
Hi there! I'm experiencing a crash on my game launch. It happened on one unlucky day on my HTC Incredible S and I have no idea how to deal with it so far. Previously the game started and working on...
View ArticleWeb Player crashes during WWW request to server
I understand that this topic comes up a lot, but my question is about the Web Player crashing when my game requests data from Amazon S3 via the WWW class. I do not see this issue within the editor, but...
View ArticleUnity 4.2.2 Crashes When Switching Target Platform to Android
Hi guys, I have upgraded recently from Unity 4.1.2f to Unity 4.2.2f. I'm running on Windows 8 64-bit with Android SDK Tools r21. After the upgrade, whenever I switch my target platform to Android and...
View ArticleCrash report xcode organizer symbol
I did a simple test : public class crashscript : MonoBehaviour { void Start () { Dummy myCrashClass = null; myCrashClass.Foo(); } } This crashes of course and : running from Xcode i can see the call...
View Article