Sublime Forum

[SOLVED] New version fails to start

#1

Just updated to the new beta version 2139 and it fails to start outputting:

[code]steven@lolwut:~/.sublime_text$ ./sublime_text

(sublime_text:3448): GLib-CRITICAL **: the GVariant format string (u)' has a type of(u)’ but the given value has a type of `(s)’

(sublime_text:3448): GLib-CRITICAL **: g_variant_get: assertion `valid_format_string (format_string, TRUE, value)’ failed
[/code]

2126 Still works fine.

Anyone else having this problem?
Running on 64bit xubuntu 11.10 if that helps.

0 Likes

#2

I’m having this problem as well.

Ubuntu 11.04 64bit

0 Likes

#3

Where can I download old versions? I can’t find them, and I need my editor back asap.

0 Likes

#4

Copy the link for the most recent version, change the version number in the URL to the desired one, then open that edited URL.

For example, the latest stable build is 2139 and the last build was 2126. For the windows portable version, take the current URL and change it to point to the previous version.

So this:
c758482.r82.cf2.rackcdn.com/Subl … 202139.zip

… becomes this:
c758482.r82.cf2.rackcdn.com/Subl … 202126.zip

Hope that helps.

0 Likes

#5

I believe this issue is triggered if 2126 is still running, and then 2139 is started. For everyone who has seen this, please verify that there are no sublime_text processes hanging around when starting 2139.

0 Likes

#6

That seems to be it. Thanks! Starting w/o errors now.

0 Likes