OpenCL error #50272

Closed
opened 2016-12-18 11:20:17 +01:00 by Max · 14 comments

System Information
Windows 10 x64
AMD Radeon HD 7770

Blender Version
Blender 2.78a

I open a default startup file, and when I go to render it with cycles and GPU it take me this error:
pasted_file

In Blender 2.78.4 I'm making the same thing, and Blender take me this:
pasted_file

BUT if I render in viewport, or check "Progressive Refine" It render OK.
pasted_file

Please help me.

**System Information** Windows 10 x64 AMD Radeon HD 7770 **Blender Version** Blender 2.78a I open a default startup file, and when I go to render it with cycles and GPU it take me this error: ![pasted_file](https://archive.blender.org/developer/F419575/pasted_file) In Blender 2.78.4 I'm making the same thing, and Blender take me this: ![pasted_file](https://archive.blender.org/developer/F419577/pasted_file) BUT if I render in viewport, or check "Progressive Refine" It render OK. ![pasted_file](https://archive.blender.org/developer/F419581/pasted_file) Please help me.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Maxenino

Added subscriber: @Maxenino

Added subscriber: @TomG

Added subscriber: @TomG

Which drivers you have installed?
I have similar issues with latest Crimson ReLive drivers.

https://developer.blender.org/T50082
https://developer.blender.org/T50082

Which drivers you have installed? I have similar issues with latest Crimson ReLive drivers. https://developer.blender.org/T50082 https://developer.blender.org/T50082

Added subscriber: @AleksanderTarkhanov

Added subscriber: @AleksanderTarkhanov

Hi Max!

I had the same issue and it already fixed in daily builds. You need to change that 'D->z' to '(*D).z' in line 238 in file kernel_projection.h .

But it also probably pointing out to dated AMD graphics driver on your pc. Because with AMD GPU Pro 16.40 graphics driver for Linux that issue not happens for me. Probably newest AMD graphics driver for Windows also have no troubles with 'D->z'.

Hi Max! I had the same issue and it already fixed in daily builds. You need to change that 'D->z' to '(*D).z' in line 238 in file kernel_projection.h . But it also probably pointing out to dated AMD graphics driver on your pc. Because with AMD GPU Pro 16.40 graphics driver for Linux that issue not happens for me. Probably newest AMD graphics driver for Windows also have no troubles with 'D->z'.

I had the same issue and it already fixed in daily builds. You need to change that 'D->z' to '(*D).z' in line 238 in file kernel_projection.h .

But it also probably pointing out to dated AMD graphics driver on your pc. Because with AMD GPU Pro 16.40 graphics driver for Linux that issue not happens for me. Probably newest AMD graphics driver for Windows also have no troubles with 'D->z'.

Hi, Alexander. I have AMD 7870, Crimson Relive drivers, blender-2.78-6c3d8fb 19.Dec

my line is
*float altitude = fabsf(safe_asinf((D).z));

When I open scene, viewport rendering is ok. Then if I render image, open cl error appears.
After I close console log, Blender crashes.
z1.JPG

z2.JPG

Alexander, do you know what would be the issue?

> I had the same issue and it already fixed in daily builds. You need to change that 'D->z' to '(*D).z' in line 238 in file kernel_projection.h . > > But it also probably pointing out to dated AMD graphics driver on your pc. Because with AMD GPU Pro 16.40 graphics driver for Linux that issue not happens for me. Probably newest AMD graphics driver for Windows also have no troubles with 'D->z'. Hi, Alexander. I have AMD 7870, Crimson Relive drivers, blender-2.78-6c3d8fb 19.Dec my line is *float altitude = fabsf(safe_asinf((*D).z));* When I open scene, viewport rendering is ok. Then if I render image, open cl error appears. After I close console log, Blender crashes. ![z1.JPG](https://archive.blender.org/developer/F420123/z1.JPG) ![z2.JPG](https://archive.blender.org/developer/F420125/z2.JPG) Alexander, do you know what would be the issue?
Author

In #50272#408961, @TomG wrote:
Which drivers you have installed?
I have similar issues with latest Crimson ReLive drivers.

https://developer.blender.org/T50082
https://developer.blender.org/T50082

I have 16.11.5 version installed.
pasted_file

> In #50272#408961, @TomG wrote: > Which drivers you have installed? > I have similar issues with latest Crimson ReLive drivers. > > https://developer.blender.org/T50082 > https://developer.blender.org/T50082 I have 16.11.5 version installed. ![pasted_file](https://archive.blender.org/developer/F420177/pasted_file)

Added subscriber: @Destrosvet

Added subscriber: @Destrosvet

Hi,
I´m having same issue and error. Driver version 16.11.4 - Crimson edition.
Blender version 2.78a
HW: 4x R9 200 series

Hi, I´m having same issue and error. Driver version 16.11.4 - Crimson edition. Blender version 2.78a HW: 4x R9 200 series

Max, please try latest daily build, so Blender devs will not waste time to investigate things that they already solved. I'm not Blender dev - so it's only my humble proposition.

Greetings to you, Tom.

At first I wanted to notice your inconsistency, but just see that you are different person, not the author of that bug report :)
I have very different config (AMD R9_290, AMD GPU Pro 16.40 driver and Linux x64) and I can't reproduce your issue neither with Blender 2.78a nor with today's daily build 2-78-bd42987.

But it looks like you are out of GPU's memory (these allocation errors and crash thereafter). Are you sure that your scene fits into your GPU's memory? You are rendering not default cube scene as Max, right? If your monitor attached to the same HD 7870, than you have not all GPU's memory at your disposal. For my case it is 3.5Gb instead of full 4 Gb.

But if you are talking about 'ps test.blend' from your bug report #50082, than it is rendering ok for me with any combination of 'motion blur' and 'progressive refine' options. And it takes quite a token amount of memory, just about 30Mb - 50Mb (looking at 'Frame | Time | Mem' string after render).

**Max**, please try latest daily build, so Blender devs will not waste time to investigate things that they already solved. I'm not Blender dev - so it's only my humble proposition. Greetings to you, **Tom**. At first I wanted to notice your inconsistency, but just see that you are different person, not the author of that bug report :) I have very different config (AMD R9_290, AMD GPU Pro 16.40 driver and Linux x64) and I can't reproduce your issue neither with Blender 2.78a nor with today's daily build 2-78-bd42987. But it looks like you are out of GPU's memory (these allocation errors and crash thereafter). Are you sure that your scene fits into your GPU's memory? You are rendering not default cube scene as Max, right? If your monitor attached to the same HD 7870, than you have not all GPU's memory at your disposal. For my case it is 3.5Gb instead of full 4 Gb. But if you are talking about 'ps test.blend' from your bug report #50082, than it is rendering ok for me with any combination of 'motion blur' and 'progressive refine' options. And it takes quite a token amount of memory, just about 30Mb - 50Mb (looking at 'Frame | Time | Mem' string after render).

At first I wanted to notice your inconsistency, but just see that you are different person, not the author of that bug report :)

I apologize.
I think that the source of the issue lies in the Windows drivers for any 7xxx card.

But it looks like you are out of GPU's memory (these allocation errors and crash thereafter). Are you sure that your scene fits into your GPU's memory? You are rendering not default cube scene as Max, right? If your monitor attached to the same HD 7870, than you have not all GPU's memory at your disposal. For my case it is 3.5Gb instead of full 4 Gb.

I have 2GB GPU RAM. I'm rendering scene which is below that memory. Even the startup scene with the cube is giving the same opencl error.

> At first I wanted to notice your inconsistency, but just see that you are different person, not the author of that bug report :) I apologize. I think that the source of the issue lies in the Windows drivers for any 7xxx card. > But it looks like you are out of GPU's memory (these allocation errors and crash thereafter). Are you sure that your scene fits into your GPU's memory? You are rendering not default cube scene as Max, right? If your monitor attached to the same HD 7870, than you have not all GPU's memory at your disposal. For my case it is 3.5Gb instead of full 4 Gb. I have 2GB GPU RAM. I'm rendering scene which is below that memory. Even the startup scene with the cube is giving the same opencl error.
Mai Lavelle was assigned by Aaron Carlisle 2017-01-05 22:35:53 +01:00
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Member

Issue in origial report has been fixed in master, closing as resolved.

Issue in origial report has been fixed in master, closing as resolved.
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
5 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#50272
No description provided.