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
I have here a Kde Neon 5.21, and Sublime Text 3.2.2, and also MT5, MetaEditor, installed by wine..
at the time of compiling an error (" [Errno 2] No such file or directory: '/home/rivelino/.config/sublime-text-3/Packages\User\sublime_mql5\buildMQL5.bat'
[cmd: ['/home/rivelino/.config/sublime-text-3/Packages\User\sublime_mql5\buildMQL5.bat', '', '', '']]
[dir: /opt/sublime_text]
[path: /home/rivelino/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin]
[Finished] ")
Do you know if it is possible to do the procedure through Linux using Wine?
The text was updated successfully, but these errors were encountered:
Hi @RivelinoDomingo
Seems that is a problem with the path syntax. You are using back slash \ and also slash / in the path.
Try to change to use only one of them.
Also I'm not sure if you can run a .bat file on Linux OS. So try to change to .sh and make it executable (chmod u+x script.sh).
Or try to run as a "Windows file" but using the Wine as runner. Something like this: wine /path/to/script.bat.
Sorry but have a while that I don't run this project (years, actually). At the time, I as using only windows.
As soon as possible I will try to run it with Wine in Linux.
Yes, my friend, I made some modifications to the MQL5.sublime-build file, directing it to a Bash executable;
and I also created an executable similar to your .Bat but mine in .sh
I have here a Kde Neon 5.21, and Sublime Text 3.2.2, and also MT5, MetaEditor, installed by wine..
at the time of compiling an error (" [Errno 2] No such file or directory: '/home/rivelino/.config/sublime-text-3/Packages\User\sublime_mql5\buildMQL5.bat'
[cmd: ['/home/rivelino/.config/sublime-text-3/Packages\User\sublime_mql5\buildMQL5.bat', '', '', '']]
[dir: /opt/sublime_text]
[path: /home/rivelino/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin]
[Finished] ")
Do you know if it is possible to do the procedure through Linux using Wine?
The text was updated successfully, but these errors were encountered: