Startup

If Blender fails to start, there are a few common causes to check for:

  • See if your computer meets the minimum requirements.

  • Confirm that your graphics card is supported and that the drivers are up to date (see Troubleshooting Graphics Hardware).

  • Make sure any antivirus software is not preventing Blender from starting.

  • Ensure that you have appropriate user permissions on the computer.

If you cannot find a solution to your problem here, try asking the community for help.

Common Startup Messages

注釈

If you launch Blender from an icon within your graphical desktop environment, you may not see the console window. To ensure you can see any error messages that appear at launch, open a command-line window and navigate to the location where the Blender executable is, and run blender from that location.

The specifics of this will vary by operating system. See command line.

The Blender Console Window can display many different types of status and error messages. Some messages simply inform the user what Blender is doing, but have no real impact on Blender's ability to function. Other messages can indicate serious errors that will most likely prevent Blender carrying out a particular task and may even make Blender non-responsive or shut down completely. The Blender Console Window messages can also originate internally from within the Blender code or from external sources such as Python scripts.

found bundled python: {DIR}

This message indicates that Blender was able to find the Python library for the Python interpreter embedded within Blender. If this folder is missing or unable to be found, it is likely that an error will occur, and this message will not appear.

Read prefs: {DIR}/userpref.blend

The preferences use this path.