I have received a reports for the following error, but none of them have had comments. So far, I have not been able to reproduce this issue. If you get this one, please fill in the comments section in the submission screen to let me know what was happening when it occurred (i.e., were you closing the application down, removing a character, changing the data directory, etc.) Thanks!
Handle is not initialized.
at System.WeakReference.set_Target(Object value)
at System.Text.RegularExpressions.Regex.Replace(String input, String replacement, Int32 count, Int32 startat)
at System.Text.RegularExpressions.Regex.Replace(String input, String replacement)
at System.Text.RegularExpressions.Regex.Replace(String input, String pattern, String replacement)
at GimaSoft.Business.GINA.MatchHelper.GenerateFilter()
at GimaSoft.Business.GINA.TriggerFilter.RegenerateFilter(Object sender, PropertyChangedEventArgs e)
at System.ComponentModel.PropertyChangedEventHandler.Invoke(Object sender, PropertyChangedEventArgs e)
at WPFShared.BindableObject.RaisePropertyChanged(String propertyName)
at WPFShared.BindableObject.Set(String propertyName, Object value)
at GimaSoft.Business.GINA.GINACharacter.SetMonitoringStatus(Boolean isEnabled, Boolean moveToEnd)
at GimaSoft.Business.GINA.GINACharacter.Dispose(Boolean disposing)
at WPFShared.BindableObject.Finalize()
Bug Report Request
Re: Bug Report Request
Where do we see this stacktrace?
Re: Bug Report Request
When GINA crashes, you will be prompted with a "Crash Detected" dialog the next time you start it. There is a "View Details" button at the bottom which will show you the trace being submitted.perogi wrote:Where do we see this stacktrace?
Re: Bug Report Request
I have a potential fix for this bug (Handle is not initialized / at System.WeakReference.set_Target) in the beta version 1.0.18.4. I haven't been able to recreate this one, but I believe it is probably happening when GINA is shutdown or when the Data Directory is being changed.