Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

[bug] Zygor Client Java error

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

    [bug] Zygor Client Java error

    My computer was asleep, and when I got back, I got some Java errors. According to the ZGC, these should be copied and pasted, and so here they are.

    Please note that I often have the computer go to sleep, and this the first time I've seen these errors.
    Code:
    1: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    java.net.PlainSocketImpl.connect(Unknown Source)
    java.net.SocksSocketImpl.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    sun.net.NetworkClient.doConnect(Unknown Source)
    sun.net.www.http.HttpClient.openServer(Unknown Source)
    sun.net.www.http.HttpClient.openServer(Unknown Source)
    sun.net.www.http.HttpClient.<init>(Unknown Source)
    sun.net.www.http.HttpClient.New(Unknown Source)
    sun.net.www.http.HttpClient.New(Unknown Source)
    sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
    sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
    sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    java.net.URL.openStream(Unknown Source)
    com.zygor.updater.wrappers.Game.getLatestGuideVersion(Unknown Source)
    com.zygor.updater.mvc.game.model.DownloadsModel.updateModel(Unknown Source)
    com.zygor.updater.mvc.game.model.DownloadsModel.updateModel(Unknown Source)
    com.zygor.updater.wrappers.monitors.GuideMonitor$1.run(Unknown Source)
    com.zygor.updater.wrappers.Monitor$1.run(Unknown Source)
    java.lang.Thread.run(Unknown Source)
    A volunteer Curse Moderator. I write some AddOns too.

    https://www.youtube.com/user/myrroddin

    #2
    Is this error breaking the client? I just recently added it in so that errors being thrown are displayed to the user and for them to post them.

    If it's not breaking the client, I'll make it so the error isn't displayed.

    Comment


      #3
      Here is mine as well

      1: java.net.AbstractPlainSocketImpl.connect(Unknown Source)
      java.net.PlainSocketImpl.connect(Unknown Source)
      java.net.SocksSocketImpl.connect(Unknown Source)
      java.net.Socket.connect(Unknown Source)
      java.net.Socket.connect(Unknown Source)
      sun.net.NetworkClient.doConnect(Unknown Source)
      sun.net.www.http.HttpClient.openServer(Unknown Source)
      sun.net.www.http.HttpClient.openServer(Unknown Source)
      sun.net.www.http.HttpClient.<init>(Unknown Source)
      sun.net.www.http.HttpClient.New(Unknown Source)
      sun.net.www.http.HttpClient.New(Unknown Source)
      sun.net.http://www.protocol.http.HttpURLConn...Client(Unknown Source)
      sun.net.http://www.protocol.http.HttpURLConn...nnect0(Unknown Source)
      sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source)
      sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source)
      sun.net.http://www.protocol.http.HttpURLConn...tream0(Unknown Source)
      sun.net.http://www.protocol.http.HttpURLConn...Stream(Unknown Source)
      java.net.URL.openStream(Unknown Source)
      com.zygor.updater.wrappers.Game.getLatestGuideVers ion(Unknown Source)
      com.zygor.updater.mvc.game.model.DownloadsModel.up dateModel(Unknown Source)
      com.zygor.updater.mvc.game.model.DownloadsModel.up dateModel(Unknown Source)
      com.zygor.updater.wrappers.monitors.GuideMonitor$1 .run(Unknown Source)
      com.zygor.updater.wrappers.Monitor$1.run(Unknown Source)
      java.lang.Thread.run(Unknown Source)

      Comment


        #4
        Just pushed an update to silence this error. I checked and it doesn't break anything.

        Comment

        Working...
        X