Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 11 Next capture
2021 2022 2023
1 capture
11 Jun 22 - 11 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
8
Question by Nicolaj Schweitz · Jan 13, 2010 at 03:37 PM · errorbugcrasheditor-launch-fail

Unity Crashes on startup

What can I do if Unity keeps crashing on me when I start it?

Comment
Add comment · Show 12
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image AngryAnt ♦♦ · Jan 20, 2010 at 07:46 AM 0
Share

If you need more information on a subject than what is available, please ask in comments - not in answers (see how that makes little sense?).

Regarding your particular issue, please follow the three steps given by Nicolaj rather than turning this question into a bug report - wrong location.

avatar image citizen_j · Jul 13, 2010 at 10:35 AM 1
Share

i'm using Vista x64 and i had this problem too. upgrading to service pack 2 fixed the startup crash for me.

avatar image henning.du · Apr 27, 2011 at 03:44 PM 1
Share

unity also crash at startup if you run your pc in 16-bit.

avatar image sebastien savard bouchard · Apr 29, 2011 at 01:45 PM 1
Share

we have similar problem we our unity, even if no project has been set unity crash on startup and ask me to send the bug report to unity. i try to isolate the problem. its only happen with unity 3.3 and not for unity 3.1. i finaly find a way to solve the problem. our unity developer are set with dual screen and whenever i disable one of the screen unity start working again. i tried using different driver and different graphic card but same result happen.

so, what could cause unity to crash on a dual screen configuration?

avatar image Graham-Dunnett ♦♦ · Jun 29, 2011 at 03:00 PM 1
Share

Related answer: Probably badly. Best for the whole $$anonymous$$m to be on the same version.

Show more comments

19 Replies

· Add your reply
  • Sort: 
avatar image
27
Best Answer

Answer by duck · Jan 13, 2010 at 04:05 PM

By default, Unity always loads up the last project that you edited, but you can override this by holding down "Alt" while unity starts. Press and hold it quickly after launching unity, and you'll get an option to select a different project or start a new project.

If the problem is with the project, then this will help make unity usable for you again, although it doesn't much help find out what the actual problem is.

For that, try looking at the Editor.log file after unity crashes which can be found here:

  • OS X
    • ~/Library/Logs/Unity/
  • Windows XP
    • C:\Documents and Settings(current user)\Local Settings\temp\UnityWebPlayer\log
  • Vista/Windows 7
    • C:\Users(current user)\AppData\Local\Temp\Low\UnityWebPlayer\log
Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Scrappy262 · Jan 29, 2014 at 07:24 PM 1
Share

Excellent! Saved me a lot of frustration here! I inadvertently closed Unity whilst it was baking shadows and the temp folder caused it to not boot. Checked the log and bam! Thank you!

avatar image illustir · Oct 21, 2015 at 04:17 PM 0
Share

I was surprised, but the Editor.log did save my life there!

avatar image
17
Best Answer Wiki

Answer by Nicolaj Schweitz · Jan 13, 2010 at 04:04 PM

  1. Try starting Unity and immediately after double clicking the icon, press and hold Alt on your keyboard. This will start the "New Project Wizard" from where you can start a new project. By default, Unity opens the last project you've worked on, but there was a problem with this project, it might prevent Unity from opening. This is where you can use the Alt+DbClick method.

  2. If this still does not help you, and you are on a windows box, you should check your DEP-settings. DEP is short for Data Execution Prevention (How to handle DEP in Windows Vista and in Windows 7) and, as the name implies, might prevent an application from running properly.

  3. If you are running windows, this may be an issue with your drivers. Fire up DXDIAG (Start > Run > "DXDIAG") Some users have reported issues with DXDIAG hanging when it gets to Input. Uninstalling the HID drivers has helped resolve this issue for some users

  4. In rare cases where Unity cannot start at all, Unity can be run in "compatibility mode" on Windows.

  5. If you are still stuck, please contact Unity Support: support@unity3d.com or report a bug.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
8

Answer by Jaap Kreijkamp · Jan 13, 2010 at 10:35 PM

The reason for crashing is probably a problem with the currently active scene (the one Unity will automatically reopen when Unity loads your project). Rename the scene file before starting Unity will open the project but with an empty scene.

Possibly the scene is beyond repair (until there's a bugfix for Unity that makes the scene stop crashing) but at least the rest of your project is workable again. You can now try reimport all assets (menu) save the project and reopen the offending scene if maybe problem is fixed automagically.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image MattMorris · May 27, 2014 at 07:54 AM 0
Share

I'd try this first worked for me :D ty Jaap $$anonymous$$reijkamp

avatar image Fred_Vicentin · Jul 23, 2015 at 07:33 PM 0
Share

This helped me, I just openned another scene of the same project and worked, I don't lost anythung +1

avatar image
3

Answer by VivienS · Feb 14, 2011 at 01:47 PM

I've found the solution to my crash-problem. It had nothing to do with the update to a new version or incompatibilities with older versions!

Actually (with the very quick help of the support), it turned out that Unity is not compatible with some settings of Airfoil (a program that I use for sending music from my PC to remote speakers).

After uninstalling Airfoil, everything went back to normal.

Wow - I would have never thought of that... BIG thanks to the Unity support! <3

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
2

Answer by kissofdeath · Apr 09, 2011 at 02:21 AM

In case any Mac OS users land here with the same problem, i.e., "Unity crashes immediately on startup", please try the following.

It requires the root password.

From the terminal:

sudo su

Then run:

/Applications/Unity/Unity.app/Contents/MacOS/Unity

If it says it requires read and write permissions, allow it. It will then go on to import the bootcamp assets and start Unity without crashing.

If not, please contact support@unity3d.com

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • 3
  • 4
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

25 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Error: Default Scene Not Set - Please Run Wizard 1 Answer

I'm experiencing constant crashes when the multiple game windows are open. 0 Answers

I can't use google admob ads 1 Answer

Unity 3d crashes on launch. 2 Answers

Unity Crashes On Startup 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges