Unity Editor & Display Driver Crashing DX11
I'm working on a project alongside some other people but recently I haven't been able to load it since every time I try to enter the scene in the editor both my display drivers and the editor crash....
View ArticleAndroid build crashes on launch.
We've been working to get our Unity application onto an android tablet in the office and we're encountering an issue that I'm not sure how to best troubleshoot. The app will download to the tablet and...
View ArticleCrash when destroying scene object loaded from AssetBundles
Hi, I implemented asset bundles. I'm loading all levels from them and levels are loaded ok .But now when I try to destroy root object of loaded level, game will crash. It happens only on iOS. There is...
View ArticleUnity crash during build with Metaio SDK
Hi falks, I've got a weird problem here : when i build an apk with the metaio's SDK inside my project, it instantly crashes. The build stop at building the scene and no more information. Unity shuts...
View ArticleNoClassDefFoundError exception when using Android plugin
I'm trying to figure out how to create my own android plugins for Unity. I've started with a simple plugin, but the application crashes on start. FATAL EXCEPTION: main Process: com.bla.app, PID: 17962...
View ArticleUnity5.1.2f crash every time when trying to open project screen
I updated my Unity from 5.0.0 to 5.1.2f today. And it keeps crashing every time when I try to open the project screen (the one I can choose to create a new project or open an existing one). After...
View ArticleApps crash in development build
I have tried everything, i have looked in the adb and typed adb devices, my device showed up, i have enabled USB debugging, mock locations, and set the debug app to my game, i have tried to build it,...
View ArticleDebug a "code -1073741819 (0xc0000005) 'Access violation'" in a Windows Phone...
My game is crashing in random moments and when this happens Visual Studio does not throw any exceptions; actually, debugger still runs for a a minute or two and then this appears in the Output:> The...
View ArticleUnity crashes on launch
Whenever I launch Unity and the project selection list appears, the window is completely white and Unity crashes. Is it just me? Is there a fix?
View ArticleWhy does unity editor crash when exiting play mode, if it has been playing...
I have been working on this project for over a year. A few months ago, after I first upgraded to unity 5 this bug started happening. Every time I test the game in the editor. If I am in play mode for...
View ArticleMy android game is crashing on stock nexus 4 running Android 5.1.1 . My unity...
http://pastebin.com/1QUCBNnp
View ArticleUnity 4.6.6f2 (mac) crashes 8 out 10 times when trying to make a build.
I'm trying to make a build, it starts running and when it goes to scene building (mostly at scene 1 or 2) it crashes and gives this error report. Anybody knows how to fix this or where I should start...
View ArticleNexus 7 Unity 5.1.2 crash
We are having a crash issue with our app on one of our Android devices. Even starting with just a fresh Unity 5.1.2p3 (or 5.1.2p1) project and an empty scene, the android build crashes on the device....
View ArticleUnity freezes whenever I Export Assets or Build App
![alt text][1] [1]: /storage/temp/51970-error-unity.png This happens whenever I try to export assets or try to build my game - Whenever I export assets It automatically freezes (like in the picture) -...
View Articlejava.lang.Error running on Android
Hi guys! I'm experiencing an error when i run my game in **some** android devices (iOS, PC and others works good) . The error I got is "java.lang.Error" (on loading an scene) and crash my application....
View ArticleCrash running unity 5 on opengl mode
Hi, im having this problem with unity 5 when i try to run it on opengl mode. I've already installed drivers of intel graphic 4000 and that kind of stuff.I would be very greatful if someone know how to...
View ArticleUnity crashes trying to create or load a new project. How can I fix this...
Before I try to create a new project, Unity (v4.6.3) will load Angry Bots properly with no problem. When I go to create a new project, it crashes. And unless I delete the project files from my...
View ArticleUnity fails to load protobuf assembly for unclear reasons
I am working on a game that needs to share code with a separate .NET program. Therefore, a significant part of the game's code is in an external assembly (the "core" assembly) that is separately...
View ArticleInterlocked methods crashing with IL2CPP
Hey, I currently work on getting our project ready for IL2CPP. So far everything compiles but during runtime all calls of static Interlocked methods crash. Here are some C# examples: // we get some...
View ArticleGame plays in editor but crashes standalone
The game I'm working on plays fine in the editor, but once I build it, the standalone game crashes on startup. Initialize engine version: 5.1.1f1 (2046fc06d4d8) GfxDevice: creating device client;...
View Article