Mandolisa / pomodairo

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

Pomodairo 1.8 fails to start in linux (adobe-air-sdk 2.5) #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download pomodairo-1.8.air
2. adobe-air pomodairo-1.9.air 

What is the expected output? What do you see instead?
The application doesn't run, instead it shows this error in the console:

I/O warning : failed to load external entity 
"/etc/opt/Adobe/certificates/AIR/crypt//config.xml"
Unable to parse Document: /etc/opt/Adobe/certificates/AIR/crypt//config.xml. 
Unknown desktop manager, only Gnome and KDE are supported
.Error: EncryptedLocalStore database access error

What version of the product are you using? On what operating system?
1.8 on Archlinux
adobe-air-sdk from: http://aur.archlinux.org/packages.php?ID=25633
adobe-air script from: http://aur.archlinux.org/packages.php?ID=16940

Please provide any additional information below.
pomodairo-1.7.air from google code works smoothly

Original issue reported on code.google.com by siu.4cod...@gmail.com on 25 Nov 2010 at 1:31

GoogleCodeExporter commented 8 years ago
Excellent error report, thank you. The problem seems to be with the encrypted 
local store provided by AIR. I might be able to at least isolate it so 1.8 will 
run properly, it may disable the possibility to set a custom path for the 
database though...

Original comment by fredrikj...@gmail.com on 25 Nov 2010 at 7:15

GoogleCodeExporter commented 8 years ago

Original comment by fredrikj...@gmail.com on 25 Nov 2010 at 7:16

GoogleCodeExporter commented 8 years ago
I have added a try/catch block surrounding all access to the encrypted local 
store, this may mean that changing location of the database is not possible.

When 1.9 is released, please report in if you can start it or if it still 
crashes on startup. If it does I will reopen this issue. I cannot recreate this 
so I am coding in the blind a bit here... 

Similar issue for future reference: 
http://forums.gentoo.org/viewtopic-t-836016-start-0.html

Original comment by fredrikj...@gmail.com on 25 Nov 2010 at 10:20

GoogleCodeExporter commented 8 years ago
Issue 68 has been merged into this issue.

Original comment by fredrikj...@gmail.com on 25 Nov 2010 at 10:24

GoogleCodeExporter commented 8 years ago
Great! that was quick, it's fixed in 1.9 ;)

You were right changing database location doesn't work.

Thank you!

Original comment by siu.4cod...@gmail.com on 26 Nov 2010 at 9:31