You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a fresh install (from juliaup), with only OhMyRepl.jl installed, I get the following error message on julia startup:
┌ Warning: error while importing OhMyREPL
│ e =
│ InitError: UndefRefError: access to undefined reference
│ during initialization of module REPLExt
└ @ Main C:\Users\xxxxx\.julia\config\startup.jl:12
Note that my startup.jl is configured according to the OhMyREPL docs.
Note that I don't get this error on 1.10. or 1.11-RC1. Also, I don't see this issue on my linux machine, tested and configured similarly. Let me know if there are any more details I can provide.
Edit: Sorry I think this is a duplicate of #345 and I think I jumped the gun here: I had thought this just showed up for me in 1.11-RC2 but i appear to be getting it in RC1 also. Though I am seeing a difference on windows and linux. Works fine on linux...not working on windows.
The text was updated successfully, but these errors were encountered:
mestinso
changed the title
Issue on Windows 1.11 RC2
Error on load issue (on Windows 1.11 RC2)
Aug 12, 2024
Using a fresh install (from juliaup), with only OhMyRepl.jl installed, I get the following error message on julia startup:
Note that my startup.jl is configured according to the OhMyREPL docs.
Note that I don't get this error on 1.10. or 1.11-RC1. Also, I don't see this issue on my linux machine, tested and configured similarly. Let me know if there are any more details I can provide.
Edit: Sorry I think this is a duplicate of #345 and I think I jumped the gun here: I had thought this just showed up for me in 1.11-RC2 but i appear to be getting it in RC1 also. Though I am seeing a difference on windows and linux. Works fine on linux...not working on windows.
The text was updated successfully, but these errors were encountered: