Blender 2.75 RC2 is closed when trying to open "System" in the "user preferences #45218

Closed
opened 2015-06-28 09:50:57 +02:00 by Tim Sindermann · 46 comments

System Information
Windows 7 64 Bit GPU ATI Radeon HD 4800 Series

Blender Version
Blender 2.75 RC 2

Broken: (example: 2.69.7 4b206af, see splash screen)

Worked: (optional)

Short description of error
Blender is closed when i try to open the "System" window in the user-preferences.

Exact steps for others to reproduce the error
file - userpreferences - System

Based on a (as simple as possible) attached .blend file with minimum amount of steps

**System Information** Windows 7 64 Bit GPU ATI Radeon HD 4800 Series **Blender Version** Blender 2.75 RC 2 Broken: (example: 2.69.7 4b206af, see splash screen) Worked: (optional) **Short description of error** Blender is closed when i try to open the "System" window in the user-preferences. **Exact steps for others to reproduce the error** file - userpreferences - System Based on a (as simple as possible) attached .blend file with minimum amount of steps
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @vegatetis

Added subscriber: @vegatetis

#45294 was marked as duplicate of this issue

#45294 was marked as duplicate of this issue

Added subscribers: @Sergey, @mont29

Added subscribers: @Sergey, @mont29

Please:

  • Ensure both your OS and drivers are fully up-to-date.
  • Try to disable any running antivirus.
  • Try the latest build from our buildbot.
  • Try to start Blender in factory settings (--factory-startup commandline option) (this will ensure whether this is a userpref or addon issue or not).
  • Try to tweak your GPU driver settings (e.g. try different values between 'performance' and 'quality' if you have such slider, etc.).
  • Attach here the report generated by Help -> System Info.
  • Try to place this dll next to your blender.exe (software OGL, will be slow, but will show whether this is a driver issue or not).

@Sergey might also be an issue with 'compute device' listing (since it seems to only crash in 'System' tab)?

Please: * Ensure both your OS and drivers are fully up-to-date. * Try to disable any running antivirus. * Try the latest build from [our buildbot](https://builder.blender.org/download). * Try to start Blender in factory settings (`--factory-startup` commandline option) (this will ensure whether this is a userpref or addon issue or not). * Try to tweak your GPU driver settings (e.g. try different values between 'performance' and 'quality' if you have such slider, etc.). * Attach here the report generated by Help -> System Info. * Try to place [this dll](http://download.blender.org/ftp/sergey/softwaregl/win64/opengl32.dll) next to your blender.exe (software OGL, will be slow, but will show whether this is a driver issue or not). @Sergey might also be an issue with 'compute device' listing (since it seems to only crash in 'System' tab)?

Added subscriber: @ideasman42

Added subscriber: @ideasman42

This is most likely a driver bug exposed by drawing the 'Normal' buttons.
Some graphics cards have issues with this ~ multiple OpenGL windows (contexts), and using display lists (see: ui_draw_but_UNITVEC).

This is most likely a driver bug exposed by drawing the 'Normal' buttons. Some graphics cards have issues with this ~ multiple OpenGL windows (contexts), and using display lists (see: `ui_draw_but_UNITVEC`).

Another idea would be that it's OpenCL device enumeration crashes (due to bug in driver?). Does Help->System Info work for you?

Another idea would be that it's OpenCL device enumeration crashes (due to bug in driver?). Does Help->System Info work for you?

Eeek, sent too fast, sorry for spam.

Does it happen with 2.74 release? And what about 2.75 final release?

Eeek, sent too fast, sorry for spam. Does it happen with 2.74 release? And what about 2.75 final release?

From #45294:

Windows 7 64 bit
ATI Radeon HD 4800 Series
Driver Package 8.97.100.11-130429a-158498C-ATI
Opel GL Version 6.14.10.11672

Blender is closed when trying to open the System tab in user preferences or System info in the help menu

This really smells like device listing issue…

From #45294: > Windows 7 64 bit > ATI Radeon HD 4800 Series > Driver Package 8.97.100.11-130429a-158498C-ATI > Opel GL Version 6.14.10.11672 > > Blender is closed when trying to open the System tab in user preferences or System info in the help menu This really smells like device listing issue…
Author

Blender 2.74 and earlier are working fine on the System.
The issue came up with 2.75 RC2 and release the first time.

Is that device listing issue an internal problem of blender itself or
was it just caused by my outdated GPU Drivers from 2013?
I did not find newer drivers on the ATI homepage for the Radeon HD 4800.

 
Blender 2.74 and earlier are working fine on the System. The issue came up with 2.75 RC2 and release the first time. Is that device listing issue an internal problem of blender itself or was it just caused by my outdated GPU Drivers from 2013? I did not find newer drivers on the ATI homepage for the Radeon HD 4800. ```

Added subscriber: @guramarx

Added subscriber: @guramarx

Hello, first time posting here although I'm unsure if I should post in here or actually start a new bug topic?

Generally I have the same issue like this one here but for the official 2.75(c6b042b) release, the user preference crashes whether through the file menu or viewport or hotkeys(CTRL+ALT+U) and also "system info" command will result in crashing blender too

System Information
intel i7, windows 7, nvidia 750ti

Hello, first time posting here although I'm unsure if I should post in here or actually start a new bug topic? Generally I have the same issue like this one here but for the official 2.75(c6b042b) release, the user preference crashes whether through the file menu or viewport or hotkeys(CTRL+ALT+U) and also "system info" command will result in crashing blender too **System Information** intel i7, windows 7, nvidia 750ti

Do you guys mind testing following things:

  • Does Help -> System Info crash for you? If not, please attach the system-info.txt generated by it here
  • Grab latest win64 build from https://builder.blender.org/download/ and run with CYCLES_OPENCL_TEST environment variable set to NONE and see if it has any affect on the crash.
Do you guys mind testing following things: - Does Help -> System Info crash for you? If not, please attach the system-info.txt generated by it here - Grab latest win64 build from https://builder.blender.org/download/ and run with CYCLES_OPENCL_TEST environment variable set to NONE and see if it has any affect on the crash.

Oops, forgot to mention in the previous reply,

@vegatetis, even tho yuo're using old card you should be able to download latest catalyst driver from http://support.amd.com/en-us/download/desktop?os=Windows+7+-+64

I'm using beta catalyst here and it works fine with HD5450 (at least it doesn't crash, don't think OpenCL will work on it).

Oops, forgot to mention in the previous reply, @vegatetis, even tho yuo're using old card you should be able to download latest catalyst driver from http://support.amd.com/en-us/download/desktop?os=Windows+7+-+64 I'm using beta catalyst here and it works fine with HD5450 (at least it doesn't crash, don't think OpenCL will work on it).
Author

@vegatetis, even tho yuo're using old card you should be able to download latest catalyst driver from http://support.amd.com/en-us/download/desktop?os=Windows+7+-+64

I'm using beta catalyst here and it works fine with HD5450 (at least it doesn't crash, don't think OpenCL will work on it).

@Sergey Sharybin (Sergey)
i have installed the catalyst Omega and the beta from your link, but they did not change anything in the system. The newest Driver for HD 4800 found by autodetect is from 2013 also .
blender 2.75 relase still crashes on help system info and user pref system tab.

 
> @vegatetis, even tho yuo're using old card you should be able to download latest catalyst driver from http://support.amd.com/en-us/download/desktop?os=Windows+7+-+64 > > I'm using beta catalyst here and it works fine with HD5450 (at least it doesn't crash, don't think OpenCL will work on it). @Sergey Sharybin (Sergey) i have installed the catalyst Omega and the beta from your link, but they did not change anything in the system. The newest Driver for HD 4800 found by autodetect is from 2013 also . blender 2.75 relase still crashes on help system info and user pref system tab. ```

Added subscriber: @sindra1961

Added subscriber: @sindra1961

Does catalyst Omega support HD 4800?
I feel like having seen it was written that it does not support HD 4800.
However, possibly it may be my misunderstanding.

Does catalyst Omega support HD 4800? I feel like having seen it was written that it does not support HD 4800. However, possibly it may be my misunderstanding.

AMDCatalystOmegaWINReleaseNotes here

AMDCatalystOmegaWINReleaseNotes [here ](http://support.amd.com/en-us/kb-articles/Pages/AMDCatalystOmegaWINReleaseNotes.aspx)

@sindra1961, well seems they're supporting HD5xxx series but not HD4xxx series, eh.

@vegatetis, did you try the experiment with CYCLES_OPENCL_TEST environment variable set to NONE?

@sindra1961, well seems they're supporting HD5xxx series but not HD4xxx series, eh. @vegatetis, did you try the experiment with CYCLES_OPENCL_TEST environment variable set to NONE?
Author

@Sergey Sharybin (Sergey) ,

sorry i have no idea, how to access the environment variables because i am still a beginner in using blender.

@ perfection cat (sindra1961),

I think , i can forget about GPU Rendering with blender on my system. It simply seems too old.

@Sergey Sharybin (Sergey) , sorry i have no idea, how to access the environment variables because i am still a beginner in using blender. @ perfection cat (sindra1961), I think , i can forget about GPU Rendering with blender on my system. It simply seems too old.

@vegatetis:
I think that you should change it to an appropriate driver if it is not supported.
I think that you understand it if you look at here about the usage of the environment variable.
Blender-Cycles-AMD-Opencl-It-s-possible-working-now

@vegatetis: I think that you should change it to an appropriate driver if it is not supported. I think that you understand it if you look at here about the usage of the environment variable. [Blender-Cycles-AMD-Opencl-It-s-possible-working-now ](http://www.blenderartists.org/forum/showthread.php?302079-Blender-Cycles-AMD-Opencl-It-s-possible-working-now)

@sindra1961, blender should not crash even if you can't sue GPU for rendering.

@vegatetis, open command line prompt, type set CYCLES_OPENCL_TEST=NONE, then type full path to blender.exe and run it from the same terminal.

@sindra1961, blender should not crash even if you can't sue GPU for rendering. @vegatetis, open command line prompt, type `set CYCLES_OPENCL_TEST=NONE`, then type full path to blender.exe and run it from the same terminal.
Author

@ perfection cat (sindra1961)
the latest driver for HD4800 (found by autodetect on ATI Homepage) was already installed when the issue came up. Ive tried some earlier drives also.

@Sergey Sharybin (Sergey)
ive typed that into the CMD Window"

 

set CYCLES_OPENCL_TEST=NONE C:\Program Files\Blender Foundation\Blender\blender.exe

Nothing changes.

@ perfection cat (sindra1961) the latest driver for HD4800 (found by autodetect on ATI Homepage) was already installed when the issue came up. Ive tried some earlier drives also. @Sergey Sharybin (Sergey) ive typed that into the CMD Window" ``` ``` set CYCLES_OPENCL_TEST=NONE C:\Program Files\Blender Foundation\Blender\blender.exe Nothing changes.

@vegatetis:
This is right.

set CYCLES_OPENCL_TEST=NONE
blender.exe
@vegatetis: This is right. ``` set CYCLES_OPENCL_TEST=NONE blender.exe ```

Because blender is installed in the prescribed place, you do not need to write it in full path.
Because he considers that the prescribed place does not have it, @Sergey says to appoint it in full path.

Because blender is installed in the prescribed place, you do not need to write it in full path. Because he considers that the prescribed place does not have it, @Sergey says to appoint it in full path.
Author

@perfection cat (sindra 1961)

i have tried" set CYCLES_OPENCL_TEST=NONE blender.exe "in the CMD Window

Nothing changes.
I have no idea what iam doing wrong.

@perfection cat (sindra 1961) i have tried" set CYCLES_OPENCL_TEST=NONE blender.exe "in the CMD Window Nothing changes. I have no idea what iam doing wrong.

They are separate commands.

set CYCLES_OPENCL_TEST=NONE

Push Enter key.

blender.exe

Push Enter key.

They are separate commands. ``` set CYCLES_OPENCL_TEST=NONE ``` Push Enter key. ``` blender.exe ``` Push Enter key.

Added subscriber: @kurocle

Added subscriber: @kurocle

i have try set opencl=none, and it works :D
but in the other way i still have UserPref>Syetem Crash if i run blender.exe from start menu
can it be set to opencl=none permanently? thanks

i have try set opencl=none, and it works :D but in the other way i still have UserPref>Syetem Crash if i run blender.exe from start menu can it be set to opencl=none permanently? thanks

@kurocle:
I think that you put the .bat file which you wrote the command to the desktop, and you should use it.
example.bat

@kurocle: I think that you put the .bat file which you wrote the command to the desktop, and you should use it. [example.bat](https://archive.blender.org/developer/F205377/example.bat)

@kurocle:
If you double-click the file, blender runs.
But you open the file in text editor and must make path of blender agree with your environment.

@kurocle: If you double-click the file, blender runs. But you open the file in text editor and must make path of blender agree with your environment.

yeah... get it :D thanks @sindra1961

it works when adding this (" ") :D

set CYCLES_OPENCL_TEST=NONE
"C:\Program Files\Blender Foundation\Blender\blender.exe"

yeah... get it :D thanks @sindra1961 it works when adding this (" ") :D set CYCLES_OPENCL_TEST=NONE "C:\Program Files\Blender Foundation\Blender\blender.exe"
Author

Thanks alot@perfection cat (sindra1961)

                 @Aris Saputra (kurocle)

It is working now with added (" ")in the path and the edited example.bat file. :)

Help-system info and userpreferences-system tab are working fine. No chrashes anymore.

   
Thanks alot@perfection cat (sindra1961) ``` @Aris Saputra (kurocle) ``` It is working now with added (" ")in the path and the edited example.bat file. :) Help-system info and userpreferences-system tab are working fine. No chrashes anymore. ```

Just for clarification, while this environment variable allows you guys to use blender, i'm still trying to find a real fix for this.

Seems i can not reproduce it with any hardware we've got here in the studio, so the plan will be to improve logging in our opencl-info application and then i'll ask you guys to rub it locally and share the logs form it. Will try to finish it over the weekend.

Just for clarification, while this environment variable allows you guys to use blender, i'm still trying to find a real fix for this. Seems i can not reproduce it with any hardware we've got here in the studio, so the plan will be to improve logging in our opencl-info application and then i'll ask you guys to rub it locally and share the logs form it. Will try to finish it over the weekend.

Do have test application ready. Fixed some issues with it and added some extra logging to it. So please download clinfo from ftp://ftp.blender.org/sergey/clinfo/ and run it from the terminal and attach output log from it here.

P.S. For those who're interested in sources, there they are: https://github.com/Nazg-Gul/clinfo

Do have test application ready. Fixed some issues with it and added some extra logging to it. So please download clinfo from ftp://ftp.blender.org/sergey/clinfo/ and run it from the terminal and attach output log from it here. P.S. For those who're interested in sources, there they are: https://github.com/Nazg-Gul/clinfo
Author

@ Sergey Sharybin (Sergey)

I have just tryed the test application , but it chashes.
Windows says that its beeing closed, because a problem occured.

@ Sergey Sharybin (Sergey) I have just tryed the test application , but it chashes. Windows says that its beeing closed, because a problem occured.

Did it print anything in the console?

Did it print anything in the console?
Author

I can read that:

Symboltable
Platform IDs : 000007FEF4751290
Device IDs : 000007FEF47513D0
Platform Info: 000007FEF4751370
Device Info : 000007FEF4751440
Getting Number of Platforms . . .

Then the windows problem popup opens

I can read that: Symboltable Platform IDs : 000007FEF4751290 Device IDs : 000007FEF47513D0 Platform Info: 000007FEF4751370 Device Info : 000007FEF4751440 Getting Number of Platforms . . . Then the windows problem popup opens

@guramarx, can you do the same test with clinfo application?

@guramarx, can you do the same test with clinfo application?

when i test clinfo-win64 i got this :
CLInfo64.jpg

when i test clinfo-win64 i got this : ![CLInfo64.jpg](https://archive.blender.org/developer/F206242/CLInfo64.jpg)

Can someone finally upload system-info.txt? That'd help a lot solving the crash.

Can someone finally upload `system-info.txt`? That'd help a lot solving the crash.

This issue was referenced by 87328bde47

This issue was referenced by 87328bde478ba77db4387530c39d21c62c2c0d20

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

This issue was referenced by blender/cycles@c81eb56f67

This issue was referenced by blender/cycles@c81eb56f6793299f8c9e0eba386e5281f845cdd5

Added subscriber: @DuarteRamos

Added subscriber: @DuarteRamos
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
9 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#45218
No description provided.