I had the same problem. It seems it was due to having an old SVN install on my box meaning it was picking up the wrong version of libexpat.
I ran " find / -name libexpat.dylib 2>/dev/null" to find all installs of libexpat and saw one in "/opt/subversion/lib". I then ran "otool -L on /opt/subversion/lib/libexpat.dylib" and it shows as version 2.0. I deleted it and relaunched Versions which now opened successfully. Hope this helps. Cheers, Neil On Jun 15, 6:15 pm, josh <[email protected]> wrote: > repair perms and fresh copy did nothing. Same problem, same error. > > I tried deleting the prefs as suggested in the topic I posted and the > app actually launches but promptly crashes again when the main window > loads > > On Jun 15, 10:05 am, josh <[email protected]> wrote: > > > > > I'm having the same issue. I posted this > > topic:http://groups.google.com/group/versions/browse_thread/thread/37e07dc2... > > > I didn't look in my logs before but I have now and I'm getting the > > same error. > > > I will download a new copy and repair perms and let you know how it > > goes > > > On Jun 14, 10:21 am, "[email protected]" > > > <[email protected]> wrote: > > > I just updated versions today (6/14/2011) and now versions does not > > > launch. > > > > In the console, I get the following logs: > > > > 6/14/11 1:11:06 PM Versions[348] Error loading /Applications/ > > > Versions.app/Contents/MacOS/SA16.bundle/Contents/MacOS/SA16: dlopen(/ > > > Applications/Versions.app/Contents/MacOS/SA16.bundle/Contents/MacOS/ > > > SA16, 262): Library not loaded: @loader_path/../lib/libexpat.dylib > > > Referenced from: /Applications/Versions.app/Contents/MacOS/ > > > SA16.bundle/Contents/MacOS/SA16 > > > Reason: Incompatible library version: SA16 requires version 6.0.0 or > > > later, but libexpat.dylib provides version 2.0.0 > > > > Does anyone have any ideas? -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
