After a few updates last week, Picasa won't start anymore. I can only run Picasa as superuser/root
When I execute picasa in a terminal I get this:
Code:
[kmarien@compaq ~]$ picasa
/usr/bin/picasa: line 139: 16066 Segmentatiefout "$PIC_BINDIR"/wrapper check_dir.exe.so
/usr/bin/picasa: line 175: 16169 Segmentatiefout "$PIC_BINDIR/wrapper" regedit /E $registry_export HKEY_USERS\\S-1-5-4\\Software\\Google\\Picasa\\Picasa2\\Preferences\\
[kmarien@compaq ~]$
at line 138 and 139:
# Try to avoid having a missing "My Pictures" directory
"$PIC_BINDIR"/wrapper check_dir.exe.so
and at line 172-175:
# We only run the media detector if the option is not disabled
registry_export=`mktemp /tmp/picasa.mediacheck.reg.XXXXXX`
"$PIC_BINDIR/wrapper" regedit /E $registry_export HKEY_USERS\\S-1-5-4\\Software\\Google\\Picasa\\Picasa2\\Preferences\ \
rc=$?
Is anybode else getting this error and how do I resolve this problem?
Kris