1.0.0 (49)
CompletedSearch is crashing NVUltra almost immediately following the most recent update (updated via Search for Update within the app). The crash always happens when I type "Mo", but only some of the time so far when typing "Qu"
-
Will need more information to do anything useful with this.
Please send a crash report.
Thank you.
0 -
Sorry. I had to reproduce it a few times to get the crash report.
https://www.dropbox.com/s/zhb9xyx1f9bcad6/NVUltra%20Crash.txt?dl=0
0 -
Thanks! Will look into this.
0 -
Did you modify the "MMD->Toggle syntax highlighting..." list of file extensions in the preferences?
In the terminal, what do you get if you type `defaults read com.multimarkdown.nvultra STToggleHighlightingFileExtensions`?
Thanks!
0 -
I think I did modify that file extension list on accident, but I thought I put it back to the way it was (task paper is the only choice in it)
Using the terminal, I get this results:
dagree5@PED-CAPGREENE Desktop % defaults read com.multimarkdown.nvultra STToggleHighlightingFileExtensions
(
{
label = taskpaper;
},
{
}
)
dagree5@PED-CAPGREENE Desktop %
0 -
That's it -- That second empty item in the list is the problem. Check the table in the preferences to see if there is an empty item beyond taskpaper? I tweaked the code to avoid this problem in the future. But somehow you managed to sneak in an empty item, which results in trying to add a NULL object to an array, which causes the crash.
Thanks for sending this!!
0 -
That did it. Thank you. The line below task paper was blank, but highlightable and removable.
That was the first significant issue I've had with the beta. I'm very much enjoying using NVUlta.
0 -
Glad it's working better for you now, and glad the app has been useful and enjoyable!!!
0
Please sign in to leave a comment.
Comments
8 comments