Slow start-up / File Browser open to slowly #50793

Closed
opened 2017-02-27 11:39:38 +01:00 by Ronald · 22 comments

System Information
Windows 10 pro, Intel(R) Core(TM) Quad CPU Q9300 @ 2.50GHz 2.50 GHz, x64 Processor.
DirectX runtime-version 11.00
NVIDIA Quadro FX 1700, Version 342.01
Blender 2.78b-windows64 (.zip)

Blender Version2.77a/2.78b/2.78b | from .zip/.msiShort description of error

I am experiencing a problem, when i start Blender (2.77a/2.78b/2.78b | from .zip/.msi | from hd or from external hd) the cursor in the cmd line keeps blinking for several minutes before the Blender start-up file shows up. When i try to open a file or (for instance) try to change the tmp folder were renders are being saved it also takes a minute (at minimum) before the file browser opens. Another strange thing is that in the recent file section some file load immediately, but some others don't (also takes a minute or so). Please have a look at the video i screen captured. http://www.filedropper.com/2017-02-2416-55-59-3

I also created a system-info.txt, whats been added to this post.

system-info.txt

I already accessed C:\Users%Name%\AppData\Roaming\Blender Foundation\ Were i moved the complete Blender folder to the desktop. When opening Blender again all my user preferences were indeed gone but the same problems still occur.

Exact steps for others to reproduce the error

No idea

****System Information**** Windows 10 pro, Intel(R) Core(TM) Quad CPU Q9300 @ 2.50GHz 2.50 GHz, x64 Processor. DirectX runtime-version 11.00 NVIDIA Quadro FX 1700, Version 342.01 Blender 2.78b-windows64 (.zip) ****Blender Version****2.77a/2.78b/2.78b | from .zip/.msi****Short description of error**** I am experiencing a problem, when i start Blender (2.77a/2.78b/2.78b | from .zip/.msi | from hd or from external hd) the cursor in the cmd line keeps blinking for several minutes before the Blender start-up file shows up. When i try to open a file or (for instance) try to change the tmp folder were renders are being saved it also takes a minute (at minimum) before the file browser opens. Another strange thing is that in the recent file section some file load immediately, but some others don't (also takes a minute or so). Please have a look at the video i screen captured. http://www.filedropper.com/2017-02-2416-55-59-3 I also created a system-info.txt, whats been added to this post. [system-info.txt](https://archive.blender.org/developer/F496606/system-info.txt) I already accessed C:\Users\%Name%\AppData\Roaming\Blender Foundation\ Were i moved the complete Blender folder to the desktop. When opening Blender again all my user preferences were indeed gone but the same problems still occur. ****Exact steps for others to reproduce the error**** No idea
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @RayVelcoro

Added subscriber: @RayVelcoro
Member

Added subscriber: @LazyDodo

Added subscriber: @LazyDodo
Member

Try using process monitor ( https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx ) to see what it's doing during that wait

Try using process monitor ( https://technet.microsoft.com/en-us/sysinternals/processmonitor.aspx ) to see what it's doing during that wait
Author

ty for your reply, is there a how-to on how i can monitor it properly and export the desired values?

ty for your reply, is there a how-to on how i can monitor it properly and export the desired values?
Member

This is a little out of scope for this bug tracker, but fair enough,

  1. Start process monitor and start capturing events.
  2. Start Blender.
  3. Wait for the UI to show.
  4. Stop Capturing Events
  5. in the process name column, look for blender.exe, right click on it, and select 'include blender.exe'
  6. File->Save and be sure only to save the filtered events.
This is a little out of scope for this bug tracker, but fair enough, 1) Start process monitor and start capturing events. 2) Start Blender. 3) Wait for the UI to show. 4) Stop Capturing Events 5) in the process name column, look for blender.exe, right click on it, and select 'include blender.exe' 6) File->Save and be sure only to save the filtered events.
Author

ty very much,

this is the outcome file; Logfile.PML

ty very much, this is the outcome file; [Logfile.PML](https://archive.blender.org/developer/F498188/Logfile.PML)
Member

Weird, it's not doing anything for that minute, you can see it reading the ocio config file, then just hangs out for a minute, then continues looking for the bookmarks.txt file . weird..... I got nothing on this.

Weird, it's not doing *anything* for that minute, you can see it reading the ocio config file, then just hangs out for a minute, then continues looking for the bookmarks.txt file . weird..... I got nothing on this.
Author

What should i do now?

What should i do now?
Author

Does bookmark.txt had anything to do with the Win10 AppData\Roaming folder?

When i try a Win10 system restore to a previous date i get an error (0x80070091) When i look that up it seems correlated to the AppData\Roaming folder as well.

Does bookmark.txt had anything to do with the Win10 *AppData\Roaming* folder? When i try a Win10 system restore to a previous date i get an error (0x80070091) When i look that up it seems correlated to the *AppData\Roaming* folder as well.

Added subscriber: @brecht

Added subscriber: @brecht

Most likely Blender is hanging somewhere waiting for slow disk reads, or perhaps some kind of network timeout that Blender should handle better.

Do you have any network share or external drive locations in your recent files, bookmarks, or showing in the file browser under system or system bookmarks? Are all of them accessible?

Most likely Blender is hanging somewhere waiting for slow disk reads, or perhaps some kind of network timeout that Blender should handle better. Do you have any network share or external drive locations in your recent files, bookmarks, or showing in the file browser under system or system bookmarks? Are all of them accessible?

Added subscriber: @mont29

Added subscriber: @mont29

Agree with @brecht here, this is most likely a delay due to disk access (windows can block a long time trying to list a slow or inexistent device, unfortunately).

Thing to do to check this is delete (or move in some backup place outside of Blender reach) the bookmarks.txt and recent-files.txt files found in your Blender user config directory.

Agree with @brecht here, this is most likely a delay due to disk access (windows can block a long time trying to list a slow or inexistent device, unfortunately). Thing to do to check this is delete (or move in some backup place outside of Blender reach) the `bookmarks.txt` and `recent-files.txt` files found in your Blender user config directory.
Author

ty very much, a not properly removed SD-card was causing these problems. All fine now.

ty very much, a not properly removed SD-card was causing these problems. All fine now.

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Vuk Gardašević self-assigned this 2017-03-01 14:25:35 +01:00

Glad to hear that the problem was solved. :)

If the error show up again, feel free to reopen this task.

Closing as archived.

Glad to hear that the problem was solved. :) If the error show up again, feel free to reopen this task. Closing as archived.

Added subscriber: @crul

Added subscriber: @crul

From the information in this ticket I was able to solve the same problem on my computer. Thanks a lot!

In case this is useful for others: the problem appeared simply by connecting the SD card reader. Unplugging it solved the problem.

From the information in this ticket I was able to solve the same problem on my computer. Thanks a lot! In case this is useful for others: the problem appeared simply by connecting the SD card reader. Unplugging it solved the problem.

Added subscriber: @LukeV1

Added subscriber: @LukeV1

In case this is useful for others: the problem appeared simply by connecting the SD card reader. Unplugging it solved the problem.

Indeed it is! Thanks a lot for that hint!

> In case this is useful for others: the problem appeared simply by connecting the SD card reader. Unplugging it solved the problem. Indeed it is! Thanks a lot for that hint!
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
7 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#50793
No description provided.