Catching msjava.dll error - is this possible?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • knightsean0@gmail.com

    Catching msjava.dll error - is this possible?

    I made a C# program (I'm fairly new to the language) with links and
    useful tools for an online game made in Java. However, this game
    crashes often (the error window with the error report thing shows that
    it's from msjava.dll). My question is, is it possible to make the
    msjava.dll problem not bring down my application with it?

    -Sean

  • Alvin Bruney [MVP]

    #2
    Re: Catching msjava.dll error - is this possible?

    If it's an online game, are you connecting via a webservice call? That
    exception would be wrapped as a soap exception. Otherwise you can use a
    catchall block in 1.x and a catch exception block in 2x

    --
    Regards,
    Alvin Bruney
    ------------------------------------------------------
    Shameless author plug
    Excel Services for .NET is coming...
    OWC Black book on Amazon and

    Professional VSTO 2005 - Wrox/Wiley


    <knightsean0@gm ail.comwrote in message
    news:1171395981 .666556.267000@ v45g2000cwv.goo glegroups.com.. .
    >I made a C# program (I'm fairly new to the language) with links and
    useful tools for an online game made in Java. However, this game
    crashes often (the error window with the error report thing shows that
    it's from msjava.dll). My question is, is it possible to make the
    msjava.dll problem not bring down my application with it?
    >
    -Sean
    >

    Comment

    • knightsean0@gmail.com

      #3
      Re: Catching msjava.dll error - is this possible?

      On Feb 14, 12:07 am, "Alvin Bruney [MVP]" <some guy without an email
      addresswrote:
      If it's an online game, are you connecting via a webservice call? That
      exception would be wrapped as a soap exception. Otherwise you can use a
      catchall block in 1.x and a catch exception block in 2x
      >
      --
      Regards,
      Alvin Bruney
      ------------------------------------------------------
      Shameless author plug
      Excel Services for .NET is coming...
      OWC Black book on Amazon andwww.lulu.com/owc
      Professional VSTO 2005 - Wrox/Wiley
      >
      <knightse...@gm ail.comwrote in message
      >
      news:1171395981 .666556.267000@ v45g2000cwv.goo glegroups.com.. .
      >
      I made a C# program (I'm fairly new to the language) with links and
      useful tools for an online game made in Java. However, this game
      crashes often (the error window with the error report thing shows that
      it's from msjava.dll). My question is, is it possible to make the
      msjava.dll problem not bring down my application with it?
      >
      -Sean
      It's a web-based Java game, so it's via a webbrowser control.

      Comment

      • knightsean0@gmail.com

        #4
        Re: Catching msjava.dll error - is this possible?

        Can anyone help with this? :S

        Comment

        Working...