PN2 has never crashed for me before, but today when pasting a block of code at the bottom of one of my files, PN2 crashed. Seems that if the very last character in a .c file is a semicolon, it will crash after saving, or when loading said file. The same line without a ; will load fine. This happens in older versions too, as I just upgraded after it happened to me, hoping that would fix it. I hope you can find and fix this crash bug.
Crash When Loading Code in 2.0.7.653-devel
(2 posts) (2 voices)-
Posted 4 years ago #
-
I just tried to reproduce this with a very simple file:
void main()
{
}
;and didn't see the crash. Can you provide me with a file that shows the problem? If not, perhaps I can send you a build including some more debug information to try it with?
Posted 4 years ago #
Reply
You must log in to post.