1) Check Console.app (it's in the utilities folder). Are there any messages from Sequel Pro? Without this information it is almost impossilble to know what's going on.
2) Which version of SP are you using, what Mac do you have, and what version of Lion is installed?
Best regards,
Jakob
> --
> You received this message because you are subscribed to the Google Groups "Sequel Pro" group.
> To post to this group, send email to seque...@googlegroups.com.
> To unsubscribe from this group, send email to sequel-pro+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sequel-pro?hl=en.
>
Thanks for that report. It looks like Sequel Pro is attempting to open a previous file of some kind automatically on startup, and choking because it's calling a document-based code path that we haven't implemented - because our "document" support is faked just to the bare minimum. So it'd be nice to work out what's triggering this code path to work out what we might actually have to implement :)
Can you remember when the app broke for you? Had you been using connection files, session files, .sql files just beforehand?
So I think the relevant user-specific data that might be breaking it for you is the saved state information. Could you try emptying (but keeping the files within, to send to me perhaps?) the data? It's kept in ~/Library/Saved Application State/com.google.code.sequel-pro.savedState .
Hope that helps,
Rowan
Good to hear that was the root cause. If you could send us the files, that'd be great (my email address above - rowan at beent.je - is as good a place as any); I don't believe they contain any connection details, but it's possible that it would contain the contents of the custom query field; if this is a concern, just sending the .plist file would be useful, as that's an index to the other files (with file names, window positions etc) and may have enough information to provide a pointer to the problem.
Thanks,
Rowan