Bug Report Request

Post Reply
Gimagukk
Site Admin
Posts: 237
Joined: Wed Oct 26, 2011 9:29 pm

Bug Report Request

Post by Gimagukk » Sun Oct 12, 2014 5:49 pm

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()

perogi
Posts: 5
Joined: Sun Oct 12, 2014 7:01 pm

Re: Bug Report Request

Post by perogi » Sun Oct 12, 2014 7:03 pm

Where do we see this stacktrace?

Gimagukk
Site Admin
Posts: 237
Joined: Wed Oct 26, 2011 9:29 pm

Re: Bug Report Request

Post by Gimagukk » Sun Oct 12, 2014 7:11 pm

perogi wrote:Where do we see this stacktrace?
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.

Gimagukk
Site Admin
Posts: 237
Joined: Wed Oct 26, 2011 9:29 pm

Re: Bug Report Request

Post by Gimagukk » Mon Oct 13, 2014 9:26 pm

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.

Post Reply