Sublime Forum

Dev Build 3121

#41

What version of OS X?

0 Likes

#42

I’m running OSX 10.10.5

0 Likes

#43

Ok, I’ve reproduced the error on this version of OS X if I paste view.show_popup('<div style="font-family: monospace">hello</div>') twice into the console. Thanks!

0 Likes

#44

Crashing for me as well while editing SCSS files. Running OSX 10.11.6

Also, I can produce a crash each time by hitting Tools > Developer > Show Scope Name (cmd+shift+P)

0 Likes

#45

Sorry, I can also produce a crash by Diff with Tab. In my personal case comparing _buttons.scss with _buttons.scss crashes Sublime. However, if I, say, compare two _forms.scss, it doesn’t crash.

I’m using Kaleidoscope as a diff tool.

0 Likes

#46

Hi Will, my first analysis was wrong… It’s easier than that… “urllib.parse” is no longer available on Linux (“urllib” contains only “request”). “urllib.parse” still present on Windows…

This look like a bug in Sublime Text 3121. Can you confirm “urllib.parse” should be present ?

0 Likes

Module error when running a plugin
#47

I can confirm it should be. I can also confirm that I just installed 3121 on Ubuntu 14.04 x64 and x32 and both have both urllib.request and urllib.parse importable from the console.

0 Likes

#48

We should have a fix out in a little while for OS X users experiencing instability.

2 Likes

#49

Great work! Thanks for the quick fix. And I haven’t seen the crash yet today! (now that I said that I probably will!)

0 Likes

#50

Seems like this may have already been addressed, but I’ve been experiencing instability on OSX 10.11 with latest build. It “appears” for me to be related to SCSS.

I’ve tried to make it reproducible… with no luck. I just know if I have the SCSS package enabled and I’m working on any Jade/JS/SCSS file things will eventually close out on me, with it disabled things appear to be much more stable.

Sorry for lack of info, but that’s really all I’ve come to so far.

0 Likes

#51

Strange, I still confirm I have the problem on Ubuntu 14.04 x64
This problem is also reported on ElementaryOS Loki

I ve used the tarball not the .dev (may explain)

> import urllib
> dir(urllib)
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', 'request']
0 Likes

#52

Is this with a fresh install, or do you have packages installed? Perhaps a package is adding something to sys.path?

I checked with both the .deb and the .tar.bz2, both show:

>>> import urllib
>>> dir(urllib)
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', 'error', 'parse', 'request', 'response']

Here is what the sys.path looks like:

>>> import sys
>>> sys.path
['/home/wbond/Downloads/sublime_text_3', '/home/wbond/Downloads/sublime_text_3/python3.3.zip', '/home/wbond/.config/sublime-text-3/Packages']
0 Likes

#53

Yes, It’s fresh install only few packages has been installed but remove them.
I only keep my settings.

My path is slightly different

['/home/sebastien/.config/sublime-text-3/Packages/ssl-linux/st3_linux_x64/libssl-1.0.0',
 '/home/sebastien/sublime_text_3',
 '/home/sebastien/sublime_text_3/python3.3.zip',
 '/home/sebastien/.config/sublime-text-3/Packages',
 '/home/sebastien/.config/sublime-text-3/Packages/bz2/st3_linux_x64'
]

Just to be sure, I’ve checked python3.3.zip. “urllib/parse.pyo” is here…
Strange…

0 Likes

#54

3122 is out now and should address the OSX crash.

You’ll still get update notifications on Windows and Linux for 3122, but there aren’t any relevant changes there.

0 Likes

#55

Still freeze with Ruby Slim package

0 Likes

#56

  • scrolling weird
  • not sure the github profile links should be displayed as strike-through in the minihtml

Win10 x64 Pro with Build 3122 (x64, portable)

1 Like

Dev Build 3123
#57

Opening the Changelog in Windows when the ST window is not maximized, and is at the very top of the screen, the changelog window is opened out of bounds above the ST window, such that the title bar can’t be seen or clicked on.

0 Likes

#58

Ubuntu 16.04.
Emmet completitions don’t work in this version. Somewhere in the world there is a sad kitty.

0 Likes

#59

What is the resolution of your screen? On Windows 10 x64 1920x1200 I don’t see it. But on my laptop which is also Windows 10 x64, but where the resolution is 2160x1440 I see the same as you. (Links look like strike-through, and scrolling exhibits the same behavior.)

0 Likes

#60

Thanks for the report. I presume you are using a HiDPI setup?

0 Likes