atom-build
atom-build copied to clipboard
Crash when jumping to error
Whenever i jump to error Atom crashes, I am using cl on windows.
Crashes how? Can you bring up dev tools and post any errors from there?
how do i do that? and crashing as in stops responding
I'm gonna need more information if I should be able to do something here... Steps to reproduce, crashlog, error outputs, etc.
.atom-build.json:
{
"cmd": "{PROJECT_PATH}/code/build.bat",
"args": [],
"sh": false,
"cwd": "{PROJECT_PATH}",
"env": {
},
"errorMatch": "(?<file>.+)\\((?<line>\\d+)\\)"
}
build.bat:
@echo off
call "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64
cd w:\build
cl -DHANDMADE_WIN32=1 -FC -Zi ..\handmade\code\win32_handmade.cpp user32.lib gdi32.lib
steps to crash are
- Make an error in your code
- Use errorMarcher to jump to the error
- You get a crash, or at least i got one.
I don't know where to get the crashlog, so if you would be so nice to tell where to find it, I could give it to you.
Does Atom terminate, or freeze? I have never experienced a crash so I don't know where to find crash logs. I would have to look it up, same as you - and since I'm not on windows chances are it won't help you.
Seems atom-build doesn't like subst at all. Just tried to go to where it was on the actual drive and build it from there, and it works like a charm.
subst?
virtual drive
the command on windows is subst
So it works well inside atom, unless the project root is via a virtual drive?
yes
when on a virtual drive it freezes and asks to close.