huikau / logstalgia

Automatically exported from code.google.com/p/logstalgia
0 stars 0 forks source link

Fullscreen mode on osx 10.7 lion #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run logstalgia with an "-f" parameter specified.
2. You'll get an error:

CGDisplayBaseAddress is obsolete and returning NULL for display 0x42737c0 
terminate called throwing an exception

Seems like CGDisplayBaseAddress() has been deprecated in 10.6 and while it 
still exists on 10.7, it now returns NULL instead of the display's base address.

Original issue reported on code.google.com by drab...@gmail.com on 2 Jan 2012 at 12:41

GoogleCodeExporter commented 9 years ago
Hi,

It looks like the stable release of SDL (1.2.14) is broken on Lion. Presumably 
you'll have the same issue with other SDL 1.2 applications.

It seems they have fixed this issue in their version control but haven't 
released a new version.

Are you using Homebrew? Perhaps you could raise this issue with them and or 
submit a fix to their SDL formula so it uses the working version:

https://github.com/mxcl/homebrew/blob/master/Library/Formula/sdl.rb

Cheers

Andrew

Original comment by acaudw...@gmail.com on 2 Jan 2012 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by acaudw...@gmail.com on 3 Apr 2014 at 9:05