I've installed 2.0.7.6 on two machines - on one it works just great. On the other it crashes when the app first starts up.
I've got the dump file (I've since reverted to the ella build) if anyone would like to take a look at it.
I've installed 2.0.7.6 on two machines - on one it works just great. On the other it crashes when the app first starts up.
I've got the dump file (I've since reverted to the ella build) if anyone would like to take a look at it.
Well, I've finally gotten pn to build. That at least is something. Something is not right with things.
The first problem I found was in styles.cpp line 59. The response length was zero, so there was a bit of a problem with a negative index !
I don't yet know why the response is empty, or even what the response is.
This'll fix it:
if(response.length()> 1 && response[response.length()-1] == ' ')
--------------------------------
Next problem occurs when the "output" scheme is loaded. I'm not sure what's going on as yet, but, I did notice two sets of schemes are being loaded.
Ok, I'm glad you've got this far. I'll have a look at these errors tonight hopefully.
Also, please send that dump file to ss at pnotepad dot org. Thanks.
Just out of curiousity, do you check bug reports simon, or do you prefer we post such things here? I posted the response.length bug on sourceforge already a few days ago,
Zen
I should have looked there first. There is this rather vague bug:
[ 1436521 ] crash IDE : Programm have crash after start it.
Hi, yes I do check bugs, I try to get to them as I can but obviously sometimes these things just take time. Rory do you still see your problem with the most recent code because a couple of crash bugs in the latest autocomplete code have been fixed.
I refreshed the codebase, and it appears to be fixed. Thanks.
You must log in to post.