blackberry / Ripple-Framework

A browser-like framework component that hosts the Ripple UI tooling and provides services required for emulation
Apache License 2.0
28 stars 12 forks source link

No config.ini file but directory still exists will cause problems in CI build 0.9.0.220 #109

Open jengee opened 12 years ago

jengee commented 12 years ago

During the installation of CI build 0.9.0.220 and Ripple 0.9.0.16 I encountered this scenario:

Win7-64bit

Ripple .220 is designed to create a new config.ini file but because the %appdata% directory still exists for Ripple (cache data exists in the directory but config.ini won't be there), it does not create a new config.ini file. It is only when you delete the %appdata% directory is when Ripple will start running again since the directory and config.ini will be created.

kwhatmough commented 12 years ago

@themainguru If you have it handy, could you please add the full path of the config.ini for this case? Thanks

jengee commented 12 years ago

On Win7-64bit it's this: C:\Users\AppData\Roaming\Research In Motion\Ripple On WinXP, it's this: C:\Documents and Settings\Application Data\Research In Motion\Ripple

No clue what is it for Win7-32bit