Relentless exceptions

This forum is for all Flare issues related to getting started and installing the application.
Post Reply
Zerozeddy
Propeller Head
Posts: 45
Joined: Mon Dec 01, 2014 9:42 am

Relentless exceptions

Post by Zerozeddy »

Practically everything I do now causes a NullReferenceException error in Flare. Just trying to change the view, selecting open file tabs, dragging a file into a ToC, everything.

In the past I've sent the error report to MadCap every time it happens, but seeing as no matter how much I try to overload them they never get back to me, so I guess it's forum time...

Can anyone advise how to avoid this:

Code: Select all

<MadCapExceptionLog protocol="1" 
                                  executable="Flare"
                                  executableVersion="11.1.2.0"
                                  localDate="2017-02-15T15:52:29.8590541+00:00">
  
    <OS arch="x64"
           frameworkVersion="4.0.30319.42000"
           version="Microsoft Windows NT 6.1.7601 Service Pack 1" /> 
  
    <Exception type="System.NullReferenceException"
                      message="Object reference not set to an instance of an object." 
                      stackTrace="
at B3.CatapultProjectKit.DependencyComputer.CacheTargetLinks(Dictionary`2& mTargetLinks, Dictionary`2& mTargetFiles) 

at B3.CatapultMdiEditorKit.LinkViewerDialog.OnDoBackgroundThreadTask(EventArgs e) 

at B3.AppKit.Dialog.OnDoBackgroundThreadTaskRoot()" source="B3.CatapultProjectKit" /> 

  <User machineID="b5e36f2ba5fc065b3a06002dd5b35544f7c80a42" /> 
  </MadCapExceptionLog>
Or is this really not the right place to ask such a question?

Andrew

(and does anyone know if Flare developers bother looking at the error reports you send?)
Robotman
Sr. Propeller Head
Posts: 185
Joined: Sat Mar 04, 2006 3:05 am
Location: Melbourne, Australia
Contact:

Re: Relentless exceptions

Post by Robotman »

Flare 11.1.2 (32-bit) on Windows 7 SP1 64-bit

I would uninstall Flare and absolutely reinstall .Net as well.

If you have a licence to upgrade to Flare 12 I'd do that or upgrade to Windows 10 (but these don't help with your immediate problem).

Wish I had something better for you but I'd start with .Net (although I'm sure that's been recommended to you already).
\m/ Gary \m/
Flare 2020 / Windows 10 64-Bit
Screaming Symphony
Zerozeddy
Propeller Head
Posts: 45
Joined: Mon Dec 01, 2014 9:42 am

Re: Relentless exceptions

Post by Zerozeddy »

Just done the .Net suggestion and seems to have worked. Thank you very much!
kmacdowe
Propeller Head
Posts: 21
Joined: Fri Aug 19, 2016 10:26 am

Re: Relentless exceptions

Post by kmacdowe »

I am getting a lot of them now in Flare 2019

<?xml version="1.0" encoding="utf-8"?>
<MadCapExceptionLog protocol="1" executable="Flare" executableVersion="15.0.7081.30245" localDate="2019-07-05T12:32:02.0079425-07:00">
<OS arch="x64" frameworkVersion="4.0.30319.42000" version="Microsoft Windows NT 10.0.17763.0" />
<Exception type="System.ArgumentNullException" message="Value cannot be null.
Parameter name: dictionary" stackTrace=" at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Collections.Generic.Dictionary`2..ctor(IDictionary`2 dictionary, IEqualityComparer`1 comparer)
at B3.CatapultProjectUserInterfaceKit.TargetViewWithController.GetOpenWithMap(String targetType, IUrl projUrl, IUrl targetUrl, CatapultTargetFile localTargetFile)
at B3.CatapultMdiEditorKit.CatapultMdiEditor.ProcessViewTargetCommands(Func`2 getArg, Boolean removeEntries)
at B3.CatapultMdiEditorKit.CatapultMdiEditor.UpdateTargetCommands()
at B3.CatapultMdiEditorKit.CatapultMdiEditor.OnFileSystemChangedOutside(FileSystemEventArgs e)" source="mscorlib" />
<User machineID="9b1441601d0ca668e785d30ec15400bd51298092" />
</MadCapExceptionLog>
Image
ChoccieMuffin
Senior Propellus Maximus
Posts: 2630
Joined: Wed Apr 14, 2010 8:01 am
Location: Surrey, UK

Re: Relentless exceptions

Post by ChoccieMuffin »

Something else you can try if a project is misbehaving is to quit Flare, delete the Analyzer and Output folders and try again. Sometimes the database in the project gets corrupted, so when you delete the Analyzer folder, Flare has to rebuild the database. That often fixes problems. Worth giving it a try.
Started as a newbie with Flare 6.1, now using Flare 2023.
Report bugs at http://www.madcapsoftware.com/bugs/submit.aspx.
Request features at https://www.madcapsoftware.com/feedback ... quest.aspx
Post Reply