I compiled nimedit https://github.com/Araq/nimedit. added dlls: sdl2.dll, sdl2_ttf.dll from this site: https://www.libsdl.org/download-2.0.php. nimedit does not works. when I start nimedit, it writes
Tracebar list(most recent call list)
nimedit.nim(1203) nimedit
nimedit.nim(1127) mainProc
nimedit.nim(547) loadTheme
nimscriptsupport.nim(127) loadTheme
nimscriptsupport.nim(73) getGlobal
nimscriptsupport.nim(37) getGlobal
SIGSEV:illegal slotage access. (attempt to read from nil?)
why? please help me
Hmm, I can't tell from here what the problem is, aside from the fact that it is a segmentation fault.
Does it seem to always crash in the same procedure? If so, I suspect it is a fixable bug. Keep in mind that nimedit isn't as well supported as other IDEs.