Sublime Forum

Package Installer Run - Shows error

#1

I have this error when i try to run ‘Package Installer’

OS: Fedora 24
running Sublime 3 under Linux Wine

Exception in thread Thread-4:
Traceback (most recent call last):
File “./python3.3/threading.py”, line 901, in _bootstrap_inner
File “package_control.commands.install_package_command in C:\users\releasemgr\Application Data\Sublime Text 3\Installed Packages\Package Control.sublime-package”, line 45, in run
File “package_control.package_installer in C:\users\releasemgr\Application Data\Sublime Text 3\Installed Packages\Package Control.sublime-package”, line 58, in make_package_list
File “package_control.package_manager in C:\users\releasemgr\Application Data\Sublime Text 3\Installed Packages\Package Control.sublime-package”, line 687, in list_available_packages
File “package_control.package_manager in C:\users\releasemgr\Application Data\Sublime Text 3\Installed Packages\Package Control.sublime-package”, line 551, in _list_available
File “package_control.package_manager in C:\users\releasemgr\Application Data\Sublime Text 3\Installed Packages\Package Control.sublime-package”, line 450, in list_repositories
File “package_control.providers.channel_provider in C:\users\releasemgr\Application Data\Sublime Text 3\Installed Packages\Package Control.sublime-package”, line 201, in get_repositories
File “package_control.providers.channel_provider in C:\users\releasemgr\Application Data\Sublime Text 3\Installed Packages\Package Control.sublime-package”, line 87, in fetch
File “package_control.download_manager in C:\users\releasemgr\Application Data\Sublime Text 3\Installed Packages\Package Control.sublime-package”, line 340, in fetch
File “package_control.downloaders.wininet_downloader in C:\users\releasemgr\Application Data\Sublime Text 3\Installed Packages\Package Control.sublime-package”, line 338, in download
OSError: exception: access violation reading 0x0000000000007530

0 Likes

#2

Based on the last line of the dump and the contents of that file at the given location you’re experiencing some error with wine’s implementation of Wininet.dll.

Is there some reason you wouldn’t just use the native linux version if you’re running linux anyway?

0 Likes

#3

Try the latest build from the Package Control repo. My hope is to make a release with that in the next couple of weeks.

0 Likes

#4

Converted .deb to .rpm
Then installed Linux version, works fine.

Thank you OdatNurd and wbond.

0 Likes