-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run Julia.bat - Windows XP sp3 #3634
Comments
Can you try running julia.bat from a |
I have attached a screenshot of the cmd promt. |
Screenshot didn't go through (I assume you attached it via email rather than on GitHub directly - GitHub truncates attachments). |
Hmm, I don't think that OpenBlas warning should be a problem. @ViralBShah? @vtjnash Did you have an XP test machine? |
It seems strange that OpenBLAS is not correctly detecting the Intel I5, although it shouldn't cause a crash. It would probably also be helpful if I were to print the actual error code instead of the generic error message (I had hoped windows would do it for me, like wine). I have successfully run julia on a Windows XP SP3 32-bit VirtualBox VM on julia.mit.edu. |
Is there anything else I can do to help debug this? |
I have a new binary up at http://s3.amazonaws.com/julialang/bin/winnt/x86/0.2/julia-0.2pre-964f411168-win32.exe, which may provide more information before quitting and may help me to better understand the problem. |
|
Alright, I think this means that we are starting to run julia, but failing in the LLVM JIT almost immediately. The OpenBLAS warning also seems very suspicious. Is your platform 32 or 64 bit? There is a slim chance that the debugging info will be better if you edit the julia.bat file to run |
This was a bug in LLVM with AVX detection. It appears to have been fixed in LLVM 3.3. |
Should we leave this open until we start producing binaries with LLVM 3.3? |
julia.bat crashes and test-julia.bat give the message :
Your OS does not support AVX instructions. OpenBLAS is using Nehalem
kernels as a fallback, which may give you poorer performance.
Please submit a bug report with steps to reproduce this fault, and any error mes
sages that follow . Thanks.
When I hit enter it just closes.
Windows XP Pro SP3 machine with Intel i5-2500 @ 3.30Ghz
C:\julia-2b22323495\julia.bat
Is there anything else that I can supply you with to help debug this problem?
I have also tried to install Juliastudio. It opens the interface, but doesn't fully load Julia.
Sorry, I am new to this. But I would love to be able to use it.
Thanks
The text was updated successfully, but these errors were encountered: