Video Sequencer: Image Preview Window WHITE SCREEN PREVIEW #37904

Closed
opened 2013-12-21 04:09:23 +01:00 by Ian Pokorny · 7 comments

System Information
Windows 7 Professional; Installed Memory: 4.00 GB; System Type: 64-bit Operating System; Computer: ACPI x64-based PC; Processors or Graphics Card Info: I believe I have 2 Intel Core 2 Duo CPUs P8700 @ 2.53GHz

Blender Version
Broken: Blender 2.69.7 Hash: 41e70cf and also the official release, Blender 2.69.0 r60995
Bug should occur again when I use any version or build of Blender on THIS SPECIFIC SYSTEM.

Short description of error (SPECIFICALLY FOR MY SYSTEM)
In a basic scene in Blender, I open up the video sequence editor. I then add in either an image, movie, clip, or scene into the sequencer. When at least one of those items is added onto the sequencer, the image preview window won't show the image of the frame number the playhead is on. Instead it is replaced with a pale, white image. The only way to preview the image of the frame number is if I render that frame number out into an image by hitting F12. I'm not sure if this is a bug, or if it's because of my system or my graphics card. I was able to preview the image frames fine on another computer system (Windows XP) but how come not on this one. WHY?

Exact steps for others to reproduce the error (SPECIFICALLY ON MY SYSTEM)
Open up a basic scene in Blender. Go into the video sequence editor. Go to Add>Image, Add>Movie, Add>Clip, or Add>Scene or add one of those items in by hitting Shift+A. When added into the sequencer, the image preview window of each frame should be revealed as a pale, white image. .blend files and .zip of the screenshots of this bug are available to download.

Blender_v2.69.7.blend

Blender_v2.69.blend

Screenshot_Blender_Bug_VSE_WHITE_SCREEN_PREVIEW.png

Blender_Bug_VSE_Image_Preview_WHITE_SCREEN_PREVIEW_Screenshots.zip

**System Information** Windows 7 Professional; Installed Memory: 4.00 GB; System Type: 64-bit Operating System; Computer: ACPI x64-based PC; Processors or Graphics Card Info: I believe I have 2 Intel Core 2 Duo CPUs P8700 @ 2.53GHz **Blender Version** Broken: Blender 2.69.7 Hash: 41e70cf and also the official release, Blender 2.69.0 r60995 Bug should occur again when I use any version or build of Blender on THIS SPECIFIC SYSTEM. **Short description of error (SPECIFICALLY FOR MY SYSTEM)** In a basic scene in Blender, I open up the video sequence editor. I then add in either an image, movie, clip, or scene into the sequencer. When at least one of those items is added onto the sequencer, the image preview window won't show the image of the frame number the playhead is on. Instead it is replaced with a pale, white image. The only way to preview the image of the frame number is if I render that frame number out into an image by hitting F12. I'm not sure if this is a bug, or if it's because of my system or my graphics card. I was able to preview the image frames fine on another computer system (Windows XP) but how come not on this one. WHY? **Exact steps for others to reproduce the error (SPECIFICALLY ON MY SYSTEM)** Open up a basic scene in Blender. Go into the video sequence editor. Go to Add>Image, Add>Movie, Add>Clip, or Add>Scene or add one of those items in by hitting Shift+A. When added into the sequencer, the image preview window of each frame should be revealed as a pale, white image. .blend files and .zip of the screenshots of this bug are available to download. [Blender_v2.69.7.blend](https://archive.blender.org/developer/F48278/Blender_v2.69.7.blend) [Blender_v2.69.blend](https://archive.blender.org/developer/F48285/Blender_v2.69.blend) ![Screenshot_Blender_Bug_VSE_WHITE_SCREEN_PREVIEW.png](https://archive.blender.org/developer/F48291/Screenshot_Blender_Bug_VSE_WHITE_SCREEN_PREVIEW.png) [Blender_Bug_VSE_Image_Preview_WHITE_SCREEN_PREVIEW_Screenshots.zip](https://archive.blender.org/developer/F48318/Blender_Bug_VSE_Image_Preview_WHITE_SCREEN_PREVIEW_Screenshots.zip)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @KingAnderson34-4

Added subscriber: @KingAnderson34-4

Added subscriber: @brecht

Added subscriber: @brecht

This typically means that your graphics card does not support non-power-of-two textures, which is an OpenGL feature we rely on here. You can try updating your graphics drivers to the latest version (go to the Intel, NVidia or AMD website depending on your graphics card, Windows update may not automatically give you the latest version).

Your report does not mention which graphics card (GPU) you have, only the CPU, so we can't tell if it's supposed to work on this system. If updating graphics drivers does not work you can attach the output of Help > System Info (this will create a text file in Blender's text editor that you can save), this will give us information about your graphics card and which OpenGL features it supports.

This typically means that your graphics card does not support non-power-of-two textures, which is an OpenGL feature we rely on here. You can try updating your graphics drivers to the latest version (go to the Intel, NVidia or AMD website depending on your graphics card, Windows update may not automatically give you the latest version). Your report does not mention which graphics card (GPU) you have, only the CPU, so we can't tell if it's supposed to work on this system. If updating graphics drivers does not work you can attach the output of Help > System Info (this will create a text file in Blender's text editor that you can save), this will give us information about your graphics card and which OpenGL features it supports.
Author

Okay, here's my system info for both Blender 2.69.7 Hash: 41e70cf and Blender 2.69.0 r60995. Here you go.

Blender_2.69.7_system_info.txt

Blender_2.69_system_info.txt

Okay, here's my system info for both Blender 2.69.7 Hash: 41e70cf and Blender 2.69.0 r60995. Here you go. [Blender_2.69.7_system_info.txt](https://archive.blender.org/developer/F50371/Blender_2.69.7_system_info.txt) [Blender_2.69_system_info.txt](https://archive.blender.org/developer/F50372/Blender_2.69_system_info.txt)

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brecht Van Lommel self-assigned this 2013-12-21 18:21:18 +01:00

It appears you do not have any OpenGL driver for your graphics card installed, just the default Windows OpenGL driver which is too old to work well with Blender.

I can't tell which graphics card you have from the information, but here is some general instructions on how to update graphics drivers, you can find other guides searching Google.
http://helpx.adobe.com/creative-suite/kb/update-graphics-driver-windows-7.html

Further there doesn't seem to be any bug here, only solution is to install a new driver and if that's doesn't help, this card is simply not supported by Blender.

It appears you do not have any OpenGL driver for your graphics card installed, just the default Windows OpenGL driver which is too old to work well with Blender. I can't tell which graphics card you have from the information, but here is some general instructions on how to update graphics drivers, you can find other guides searching Google. http://helpx.adobe.com/creative-suite/kb/update-graphics-driver-windows-7.html Further there doesn't seem to be any bug here, only solution is to install a new driver and if that's doesn't help, this card is simply not supported by Blender.
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
2 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#37904
No description provided.