Announcement

Collapse
No announcement yet.

Exception before creating config link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Blade, could you consider making a change to InitIO where you set a string to what you are about to do and then include that string in the exception report? e.g.:

    mode = "RegisterConfigLink"
    callback.RegisterConfigLink(....)
    mode="RegisterLink"
    callback.RegisterLink(...)

    For RegisterLink, RegisterConfigLInk, RegisterEventCB, and ResiterGenericEventCB?

    Then in your exception handler change
    "This exception was caught during initialization" to something like "An exception occurred while attempting " + mode + " during initialization: " + exception.Message

    I think if that was there I could narrow down for Rich which API was throwing the exception, right now he doesn't feel reentrancy is an issue so having more data on what actually is crashing may allow him to narrow it down.

    Thank you for considering!
    Bill

    Comment


      #17
      Sure I can do that
      I sent myself an email to remind myself to do it tonight for you LOL
      Cheers,
      Bob
      Web site | Help Desk | Feature Requests | Message Board

      Comment


        #18
        I have posted 2.0.141 to the beta section in the updater
        Cheers,
        Bob
        Web site | Help Desk | Feature Requests | Message Board

        Comment


          #19
          Thanks, I have upgraded to 2.0.142.0, I assume that change is in there as well? Just waiting for it to happen again, then will report out.

          Comment


            #20
            Yep it is in there too
            Let me know what you find out
            Cheers,
            Bob
            Web site | Help Desk | Feature Requests | Message Board

            Comment

            Working...
            X