Crashes on Toggle Fullscreen #40749

Closed
opened 2014-06-21 20:53:37 +02:00 by Jay Carter · 12 comments

System Information
OS X 10.6.8 Radeon X1900XT

Blender Version
Broken: 2.71 a19c1be and 2.71 169c95b
Worked: 2.70 517094a and 2.70 c56bbcc

Short description of error
Blender crashes on toggling fullscreen mode.

Exact steps for others to reproduce the error
Open default file and navigate to Help menu and press Toggle Fullscreen command, or search by pressing spacebar in 3D viewport, searching for Toggle Fullscreen, and clicking on command.

**System Information** OS X 10.6.8 Radeon X1900XT **Blender Version** Broken: 2.71 a19c1be and 2.71 169c95b Worked: 2.70 517094a and 2.70 c56bbcc **Short description of error** Blender crashes on toggling fullscreen mode. **Exact steps for others to reproduce the error** Open default file and navigate to Help menu and press Toggle Fullscreen command, or search by pressing spacebar in 3D viewport, searching for Toggle Fullscreen, and clicking on command.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @zzero101

Added subscriber: @zzero101
Author

This is not an addon bug, sorry. How do I change the project tag?

This is not an addon bug, sorry. How do I change the project tag?

Added subscriber: @mont29

Added subscriber: @mont29

Will keep it open for some OSx guys to check this, but 99% sure it’s yet another ugly OGL driver bug… :/

Will keep it open for some OSx guys to check this, but 99% sure it’s yet another ugly OGL driver bug… :/

Added subscriber: @jensverwiebe

Added subscriber: @jensverwiebe

Added subscriber: @tumtidum

Added subscriber: @tumtidum

I've got the same problem, whenever I try to switch to fullscreen with 2.71-RC2 on OSX it crashes. The terminal gives me the following output:


[Lux 2014-Jun-23 16:38:32] Using pylux version 1.3.1
[Lux 2014-Jun-23 16:38:32] Installed scene post-update handler
[Mitsuba 2014-Jun-23 16:38:33] Installed scene post-update handler
2014-06-23 16:38:39.111 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x12c604db0 of class NSCFString autoreleased with no pool in place - just leaking
2014-06-23 16:38:39.114 blender[7471:903] -[CocoaWindow toggleFullScreen:]: unrecognized selector sent to instance 0x10fe953d0
2014-06-23 16:38:39.115 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x127075f40 of class NSCFString autoreleased with no pool in place - just leaking
2014-06-23 16:38:39.115 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x125c60e80 of class NSException autoreleased with no pool in place - just leaking
2014-06-23 16:38:39.116 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x10ecb5c00 of class _NSCallStackArray autoreleased with no pool in place - just leaking
2014-06-23 16:38:39.116 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x125cb5870 of class _NSCallStackArray autoreleased with no pool in place - just leaking
2014-06-23 16:38:39.117 blender[7471:903] An uncaught exception was raised
2014-06-23 16:38:39.117 blender[7471:903] -[CocoaWindow toggleFullScreen:]: unrecognized selector sent to instance 0x10fe953d0
2014-06-23 16:38:39.118 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x12c604480 of class NSCFString autoreleased with no pool in place - just leaking
2014-06-23 16:38:39.131 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x110106400 of class NSCFString autoreleased with no pool in place - just leaking
2014-06-23 16:38:39.132 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x125c912c0 of class NSConcreteMutableData autoreleased with no pool in place - just leaking
2014-06-23 16:38:39.133 blender[7471:903] Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CocoaWindow toggleFullScreen:]: unrecognized selector sent to instance 0x10fe953d0' Call stack at first throw:
(
0 CoreFoundation 0x00000001099f4784 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x000000010987ff03 objc_exception_throw + 45
2 CoreFoundation 0x0000000109a4e110 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0
3 CoreFoundation 0x00000001099c68ef forwarding + 751
4 CoreFoundation 0x00000001099c2a38 _CF_forwarding_prep_0 + 232
5 blender 0x00000001014190d2 _ZN17GHOST_WindowCocoa8setStateE18GHOST_TWindowState + 130
6 blender 0x00000001001670b3 wm_window_fullscreen_toggle_exec + 67
7 blender 0x0000000100150436 wm_operator_invoke + 358
8 blender 0x000000010014b242 wm_operator_call_internal + 514
9 blender 0x0000000100467a61 ui_apply_but_funcs_after + 273
10 blender 0x000000010046b927 ui_handler_region_menu + 311
11 blender 0x000000010014f89c wm_handlers_do_intern + 764
12 blender 0x000000010014cc09 wm_handlers_do + 25
13 blender 0x000000010014c31a wm_event_do_handlers + 1290
14 blender 0x0000000100147bc0 WM_main + 32
15 blender 0x0000000100143aba main + 1514
16 blender 0x0000000100002334 start + 52
17 ??? 0x0000000000000001 0x0 + 1
)
terminate called after throwing an instance of 'NSException'
Abort trap

Blender 2.71-RC2
OSX 10.6.8 (Snow Leopard)
2 GHz Intel Core 2 Duo
4 GB 667 MHz DDR2 SDRAM
ATI, RadeonHD2400, VRAM 128 MB

I've got the same problem, whenever I try to switch to fullscreen with 2.71-RC2 on OSX it crashes. The terminal gives me the following output: ------ [Lux 2014-Jun-23 16:38:32] Using pylux version 1.3.1 [Lux 2014-Jun-23 16:38:32] Installed scene post-update handler [Mitsuba 2014-Jun-23 16:38:33] Installed scene post-update handler 2014-06-23 16:38:39.111 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x12c604db0 of class NSCFString autoreleased with no pool in place - just leaking 2014-06-23 16:38:39.114 blender[7471:903] -[CocoaWindow toggleFullScreen:]: unrecognized selector sent to instance 0x10fe953d0 2014-06-23 16:38:39.115 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x127075f40 of class NSCFString autoreleased with no pool in place - just leaking 2014-06-23 16:38:39.115 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x125c60e80 of class NSException autoreleased with no pool in place - just leaking 2014-06-23 16:38:39.116 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x10ecb5c00 of class _NSCallStackArray autoreleased with no pool in place - just leaking 2014-06-23 16:38:39.116 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x125cb5870 of class _NSCallStackArray autoreleased with no pool in place - just leaking 2014-06-23 16:38:39.117 blender[7471:903] An uncaught exception was raised 2014-06-23 16:38:39.117 blender[7471:903] -[CocoaWindow toggleFullScreen:]: unrecognized selector sent to instance 0x10fe953d0 2014-06-23 16:38:39.118 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x12c604480 of class NSCFString autoreleased with no pool in place - just leaking 2014-06-23 16:38:39.131 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x110106400 of class NSCFString autoreleased with no pool in place - just leaking 2014-06-23 16:38:39.132 blender[7471:903] *** __NSAutoreleaseNoPool(): Object 0x125c912c0 of class NSConcreteMutableData autoreleased with no pool in place - just leaking 2014-06-23 16:38:39.133 blender[7471:903] ***Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CocoaWindow toggleFullScreen:]: unrecognized selector sent to instance 0x10fe953d0'*** Call stack at first throw: ( 0 CoreFoundation 0x00000001099f4784 __exceptionPreprocess + 180 1 libobjc.A.dylib 0x000000010987ff03 objc_exception_throw + 45 2 CoreFoundation 0x0000000109a4e110 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0 3 CoreFoundation 0x00000001099c68ef ___forwarding___ + 751 4 CoreFoundation 0x00000001099c2a38 _CF_forwarding_prep_0 + 232 5 blender 0x00000001014190d2 _ZN17GHOST_WindowCocoa8setStateE18GHOST_TWindowState + 130 6 blender 0x00000001001670b3 wm_window_fullscreen_toggle_exec + 67 7 blender 0x0000000100150436 wm_operator_invoke + 358 8 blender 0x000000010014b242 wm_operator_call_internal + 514 9 blender 0x0000000100467a61 ui_apply_but_funcs_after + 273 10 blender 0x000000010046b927 ui_handler_region_menu + 311 11 blender 0x000000010014f89c wm_handlers_do_intern + 764 12 blender 0x000000010014cc09 wm_handlers_do + 25 13 blender 0x000000010014c31a wm_event_do_handlers + 1290 14 blender 0x0000000100147bc0 WM_main + 32 15 blender 0x0000000100143aba main + 1514 16 blender 0x0000000100002334 start + 52 17 ??? 0x0000000000000001 0x0 + 1 ) terminate called after throwing an instance of 'NSException' Abort trap ------ Blender 2.71-RC2 OSX 10.6.8 (Snow Leopard) 2 GHz Intel Core 2 Duo 4 GB 667 MHz DDR2 SDRAM ATI, RadeonHD2400, VRAM 128 MB
Member

Hi

I push a fix immediately, made a typo <= instead of >= for m_lionStyleFullScreenn. Sorry.

Jens

Hi I push a fix immediately, made a typo <= instead of >= for m_lionStyleFullScreenn. Sorry. Jens

This issue was referenced by f37ec65f80

This issue was referenced by f37ec65f8011ec7b642887b6103b2e5d932f127d
Member

Changed status from 'Open' to: 'Resolved'

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

Closed by commit f37ec65f80.

Closed by commit f37ec65f80.
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#40749
No description provided.