andrew_ Posted October 20, 2011 Share Posted October 20, 2011 The next version of GNP is ready for testing. The download contains a debug build of GNP with debug symbol files (which makes the download larger) so that any error output with contain more information to help fix any issues. Once I feel it's stable, I'll put together a final release build. I've been running this version on my system for the last two weeks and it's very stable here. Changes in 3.0 b1 include: New preferences dialog (again) based on the Windows Control Panel UX. I've made a lot of effort to use the same system resources, layout and measurements that the actual control panel does in order to give this a native appearance and feel. Reorganized the jumplist commands and jumplist email display. Should make it more obvious what the default account is for. Improved the logic for displaying emails and fixed the toast email display. Improved locale (i18n) file layout. Improved lots of internal mechanisms. Fixed all of the issues that were reported (if it was possible) since the last version. For a full list of specific changes, see the COMMIT-LOG file or https://github.com/shellscape/Gmail-Notifier-Plus/commits/master Please note: since the locale file layout/format changed for this version, most of the old locales were left out of the beta build. I'm hoping to get them back into the app for the final version, but I only have access to so many folks that speak another language. If you speak another language fluently, please consider submitting a locale file. (I'd prefer it if folks used github and submitted it via a pull request, but I'm not picky on this one) Info on Gmail Notifier Plus is here Gmail Notifier Plus Readme Download: https://github.com/downloads/shellscape/Gmail-Notifier-Plus/Gmail-Notifier-Plus-3.0-beta1.zip Please report any errors on the project on Github, along with error data. I won't triage issues on the forums here. For my own sanity, I won't be replying to support requests or error reports on the forums here. But members should feel free to help out other members. Report issues here: https://github.com/s...ier-Plus/issues Cheers Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/ Share on other sites More sharing options...
andrew_ Posted October 21, 2011 Author Share Posted October 21, 2011 And we already have our first issue. This one should only effect first time users (sadly). So beta 2 will be following tomorrow at some point. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594395317 Share on other sites More sharing options...
aznkid25 Posted October 21, 2011 Share Posted October 21, 2011 So we don't have to delete the files from the previous version, in order to use this latest version? That's what I did and now there's an error when I run GNP. I think this is the problem you are referring to. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594395475 Share on other sites More sharing options...
andrew_ Posted October 21, 2011 Author Share Posted October 21, 2011 Yeah it sounds like exactly the problem. And no, you shouldn't ever need to delete any files in AppData from previous versions. Im not sure how the original author did every release, but personally, I hate having to reconfigure each new version :) Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594396261 Share on other sites More sharing options...
andrew_ Posted October 21, 2011 Author Share Posted October 21, 2011 Waiting on some feedback from the folks that reported issues before I push another beta. I'll keep everyone posted here. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594396551 Share on other sites More sharing options...
andrew_ Posted October 23, 2011 Author Share Posted October 23, 2011 For anyone following the thread; looks like this is an issue isolated to 64bit Windows users. I'm trying to track it down and working with a guy through github that's helping. If we cant come up with a solution I'll either be recompiling as a 32bit assembly or putting in a stop-gap for the issue at hand. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594400153 Share on other sites More sharing options...
aznkid25 Posted October 25, 2011 Share Posted October 25, 2011 Hows the troubleshooting for this bug for 64-bit users coming along? Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594404531 Share on other sites More sharing options...
PsYcHoKiLLa Posted October 25, 2011 Share Posted October 25, 2011 I presume this is the error you're talking about? (I'm on Win 7 64bit) [Window Title] Gmail Notifier Plus Error [Main Instruction] An unhandled exception occurred: [Content] Error ID: 52b38cc1-3669-4352-9ed1-df257084eeab Parameter is not valid. [Expanded Information] Server stack trace: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) in N:\Git\Gmail-Notifier-Plus\External\Shellscape.Common\Shellscape.Common\Remoting\JumplistRemotingSingleton.cs:line 32 at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) at Shellscape.Program.CallRunningInstance(String[] arguments) in N:\Git\Gmail-Notifier-Plus\External\Shellscape.Common\Shellscape.Common\Program.cs:line 105 [V] See details [OK] [Footer] Press CTL + C to copy this error to the clipboard. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594404577 Share on other sites More sharing options...
andrew_ Posted October 25, 2011 Author Share Posted October 25, 2011 @PsYcHoKiLLa yes, thats the error that users will see. If you'd like to help troubleshoot it, please shoot over to the github issues. @aznkid - slowly. its not an error that is well documented, as its probably not something that folks have run into very often. the solution is to target x86 (32 bit) processors only, but I'd rather not go that route unless i absolutely have to. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594405503 Share on other sites More sharing options...
aznkid25 Posted October 27, 2011 Share Posted October 27, 2011 Anything else I can do to help? Running Windows 7 Ultimate x64 here. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594409631 Share on other sites More sharing options...
andrew_ Posted October 27, 2011 Author Share Posted October 27, 2011 Not without an intimate knowledge of .NET and p/invoke :) Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594410421 Share on other sites More sharing options...
Pai Posted October 30, 2011 Share Posted October 30, 2011 I have not been able to get any version of your app to work with Google Apps. Google Apps is supported? Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594417673 Share on other sites More sharing options...
andrew_ Posted October 30, 2011 Author Share Posted October 30, 2011 Please post any support requests on github. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594418197 Share on other sites More sharing options...
aznkid25 Posted November 2, 2011 Share Posted November 2, 2011 @aznkid - slowly. its not an error that is well documented, as its probably not something that folks have run into very often. the solution is to target x86 (32 bit) processors only, but I'd rather not go that route unless i absolutely have to. What do you mean by targeting 32-bit processors only? Have you decided to do this yet? Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594424897 Share on other sites More sharing options...
andrew_ Posted November 2, 2011 Author Share Posted November 2, 2011 You can tell the app to build to accommodate both x86 and x64 processors, or you can tell it to only compile for x86 (32 bit) processors. I'm still on the fence. I'd really rather not target one specific platform. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594425981 Share on other sites More sharing options...
aznkid25 Posted November 2, 2011 Share Posted November 2, 2011 Do you know why this problem didn't exist in previous versions? Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594426551 Share on other sites More sharing options...
Aethec Posted November 2, 2011 Share Posted November 2, 2011 Frankly, you should. A GMail notifier will never need more than two gigs of RAM, and WoW64 isn't going anywhere. Investigating an integer overflow in the x64 version of LoadLibraryEx is not worth it. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594426989 Share on other sites More sharing options...
andrew_ Posted November 3, 2011 Author Share Posted November 3, 2011 aznkid - cause i wasn't accessing certain core windows dlls. aethec - thats really a solid point. i have a few minor issues to clear up still that I caught, and I'll release a new build. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594428655 Share on other sites More sharing options...
aznkid25 Posted November 7, 2011 Share Posted November 7, 2011 Is the updated build coming soon? Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594438043 Share on other sites More sharing options...
andrew_ Posted November 8, 2011 Author Share Posted November 8, 2011 Yup. Just short on time at the moment. I'd guess by the weekend. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594440883 Share on other sites More sharing options...
andrew_ Posted November 15, 2011 Author Share Posted November 15, 2011 Got a build put together and am running it through tomorrow to catch any obvious bugs. I'll post the beta 2 download tomorrow late afternoon most likely. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594453833 Share on other sites More sharing options...
aznkid25 Posted November 16, 2011 Share Posted November 16, 2011 Hope to see the new build tomorrow. Thanks for all your hard work on this app. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594456475 Share on other sites More sharing options...
andrew_ Posted November 16, 2011 Author Share Posted November 16, 2011 I think it's stable enough to post tonight. There's still an issue with tab indexing on the preferences window that I haven't been able to figure out, but aside from that it's solid. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594457107 Share on other sites More sharing options...
andrew_ Posted November 17, 2011 Author Share Posted November 17, 2011 Beta 2 has been posted. Contains a fix for x64 systems (hopefully) and some other minor fixes with Toast and the UX when the app is run for the first time. Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594459531 Share on other sites More sharing options...
aznkid25 Posted November 17, 2011 Share Posted November 17, 2011 I can confirm the problem is fixed. Thank you. Also I also noticed another small problem with the app, which I have posted on Github Link to comment https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/#findComment-594460297 Share on other sites More sharing options...
Recommended Posts