AizenL / snackr

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

Snackr doesn't start on Windows 7 #247

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
@arnehulstein on Twitter reports that Snackr doesn't start for him on
Windows 7. Need to check this out.

Original issue reported on code.google.com by nop...@gmail.com on 4 Feb 2009 at 6:54

GoogleCodeExporter commented 9 years ago
+1 Me too!
Yeah well technically it starts, but no window pops up, and no icon in the 
taskbar, but the process does show up in task manager. It worked yesterday when 
I installed it, but it opened after I installed it, I didn't open it.

Original comment by Topgam...@gmail.com on 6 Mar 2011 at 12:13

GoogleCodeExporter commented 9 years ago
I have exactly the same problem with version 0.41 on Windows 7 SP1 (x64). It 
worked good right after installing, but then never again started.
Did anybody find a solution since Feb. 2009?

Original comment by OliverJa...@googlemail.com on 31 Jul 2014 at 1:00

GoogleCodeExporter commented 9 years ago
I have the same problem.

Original comment by Finch...@gmail.com on 28 Jan 2015 at 4:02

GoogleCodeExporter commented 9 years ago
I got version 0.41 working on Windows 7 SP1 (x64). What I did were these 
steps...:

-- install Adobe Air version 1.5.3.9130 (AdobeAIRInstaller 1.1.05790)

{I haven't tried updating to a newer version, as I don't use any other AIR apps.
Newer AIR versions might break Snackr -- can anyone confirm?}

As a precaution and on a guess, I installed it using the Compatibility tab:
- right-click the AdobeAIRInstaller, choose Compatibility tab, choose the mode 
for XP SP3.

-- installed Snackr v0.41
If possible, also choose the same Compatibility mode.
If not possible, just install normally.

It should install normally.

-- Based on online advice, when the app first starts, be sure to turn OFF the 
Google Reader integration option.

You can change other options as you like, but I recommend *not* updating the 
feeds just yet.
Instead, close the app, then RESTART it, to confirm it is working properly.

Snackr has been running nicely for me for several months.

{Still, it needs some serious updating in many areas, is woefully 
non-customizable, but that's a discussion for another thread.

{Sadly, it's one of the two remaining RSS ticker apps that actually works: the 
other is Desktop Ticker, which is functionally similar, but stylistically 
different.}

Anyway, Good Luck!

Original comment by eric.ken...@gmail.com on 27 Feb 2015 at 7:24

GoogleCodeExporter commented 9 years ago
Some extra tweaks:

To disable the auto-update of AIR <https://forums.adobe.com/docs/DOC-1321>:

add an empty file called "updateDisabled" to %AppData%\Adobe\AIR (e.g. 
C:\Users\<user>\AppData\Roaming\Adobe\AIR)

I launch Snackr via a lower processor Priority and restricted to one core:

C:\Windows\System32\cmd.exe /c start "" /Low /affinity 2 "C:\Program Files 
(x86)\Snackr\Snackr.exe"

Original comment by eric.ken...@gmail.com on 27 Feb 2015 at 7:47