quinnj / Sublime-IJulia

An IJulia Frontend for Sublime Text 3
90 stars 16 forks source link

libgcc_s_seh-1.dll is missing #41

Closed jsolack closed 10 years ago

jsolack commented 10 years ago

Hi! I've tried using IJulia in sublime text because i love the idea of that funcitonality... when i try to run it i get this error when i start sublime text:

Plugin_host.exe The program can't start because libgcc_s_seh-1.dll is missing from your computer. Try reinstalling the program to fix the error.

quinnj commented 10 years ago

Did you remove and reinstall the package as I mentioned on the julia-users thread?

Ken-B commented 10 years ago

I got the same issue on windows 7 64bit and was about to post it. I followed the advice of issue #32 and got a fix working: copy both libgcc_s_seh-1.dl and libstdc++-6.dll from the Sublime-IJulia package into the Sublime 3 program folder.

It stills shows an error (perhaps unrelated) in the Sublime command though (twice actually):

Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 231, in on_close
    callback.on_close(v)
  File "IJulia in C:\Users\K\AppData\Roaming\Sublime Text 3\Installed Packages\IJulia.sublime-package", line 442, in on_close
  File "IJulia in C:\Users\K\AppData\Roaming\Sublime Text 3\Installed Packages\IJulia.sublime-package", line 34, in julia_view
IndexError: list index out of range

Anyway, I got it working now and I must say I am very happy with it. Absolutely great! Thanks a lot, karbarcca! Let me know if I can do anything further to test.

jsolack commented 10 years ago

yes i did, i'm still getting the same error

quinnj commented 10 years ago

@jsolack, can you manually delete your /.julia/v0.3/ZMQ/ directory and reinstall? I believe the ZMQ library has had some issues lately and reinstalling the new version may resolve your situation.

Re: the discussion: https://github.com/JuliaLang/ZMQ.jl/issues/48

jsolack commented 10 years ago

Done, still getting the message!

quinnj commented 10 years ago

Sorry to be slow on this. It seems that on windows in particular is quite picky about the library deps that are used. Doing a complete and reinstall, do you still see this issue? If so, I can help dig in to really figure out what's going on.

davidanthoff commented 10 years ago

I'm getting the same error. Windows 8.1, nightly julia builds. I reinstalled ZMQ and that didn't help. In fact, the only place where the libgcc_s_seh-1.dll is present in my .julia directory is in .julia\v0.3\WinRPM\deps\usr\x86_64-w64-mingw32\sys-root\mingw\bin.

quinnj commented 10 years ago

Sorry to be so slow/silent on this guys. Final are over next Friday! I have a plan of how to remove the seh-1.dll dependency, but it'll just be a few weeks. Hang tight!