Hi! I have found a consistent bug on my Windows 10 machine when running 4coder 4.0.30.
Steps to reproduce:
_Download fresh 64 bit Windows 4coder 4.0.30 zip and extract it.
_Edit config.4coder file and set enable_virtual_whitespace to false
_Open 4coder, press ALT + o to create a file with and name it with .cpp extension
_Write a couple of characters, 4coder proceeds to crash
Trying to debug with visual studio it appears to fail on a buffer_replace_range call, probably the issue is within the buffer state.
Let me know if I can help you further!
I have the same issue. Doesn't seem to be the file creation specifically just that it's an empty file. I can make an empty file outside of 4coder and upon entering the first character 4coder crashes. I'm running 4coder and my project in a OneDrive folder which I imagine could be causing the problem.