brettpoole / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Growl2 b5 does not post to NC when compiled in Release mode #523

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Growl2, beta 5 on Mountain Lion.  Growl 1.2.2 installed but not running.

2.  Compile Growl with my project in Release mode.  Notifications that are 
posted to NC don't show up.  No error messages in the console.  Compile in 
Debug mode, and everything is fine.

3.  Note that this problem is specific to posting to NC.  In Release mode, if 
Growl is running then notifications are successfully posted to Growl.  Also, 
when built in Debug mode, both NC and Growl are fine.

What is the expected output?

Notifications posted to NC when Growl2 is compiled in Release mode.

Please provide any additional information below.

Again, posting to Growl in Release mode is fine.  The issue is specific to NC 
on 10.8.  I've double checked build settings and they look ok.

Original issue reported on code.google.com by vishal.k...@gmail.com on 11 Aug 2012 at 7:13

GoogleCodeExporter commented 8 years ago
If I implement Notification Center support myself, it works when I build in 
Release mode.  Does Growl SDK post to NC in a way that requires sandboxing 
enabled or something of that sort?

Original comment by vishal.k...@gmail.com on 11 Aug 2012 at 9:27

GoogleCodeExporter commented 8 years ago
Do you have a test case that you can show us on this issue?

Original comment by ch...@growl.info on 14 Aug 2012 at 3:53

GoogleCodeExporter commented 8 years ago
I tracked the issue down.  I was building in 32-bit mode.  Building in 64-bit 
fixes the issue.

If that's the expected behavior, this issue can be closed.

Original comment by vishal.k...@gmail.com on 14 Aug 2012 at 8:26

GoogleCodeExporter commented 8 years ago
Ya you should build in 64bit. Closing.

Original comment by ch...@growl.info on 14 Aug 2012 at 3:49