Jump to content

HelplessMinecrafter

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by HelplessMinecrafter

  1. Yes, I have updated java, and uninstalled and reinstalled it.
    I've tried it on 1.18.1 and 1.12.2.
    My antivirus is off (Windows defender)

    This is the error
     

    Spoiler

    JVM info: Oracle Corporation - 17.0.1 - 17.0.1+12-LTS-39
    java.net.preferIPv4Stack=true
    Found java version 17.0.1
    Extracting main jar:
      Extracted successfully
    Considering minecraft server jar
    javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
        at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:370)
        at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:313)
        at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:308)
        at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:654)
        at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:473)
        at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:369)
        at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
        at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
        at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
        at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:200)
        at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
        at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1500)
        at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1415)
        at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:450)
        at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:421)
        at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:580)
        at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665)
        at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
        at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529)
        at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308)
        at net.minecraftforge.installer.DownloadUtils.getConnection(DownloadUtils.java:243)
        at net.minecraftforge.installer.DownloadUtils.downloadManifest(DownloadUtils.java:307)
        at net.minecraftforge.installer.json.Util.getVanillaVersion(Util.java:73)
        at net.minecraftforge.installer.actions.ServerInstall.run(ServerInstall.java:86)
        at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423)
        at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:175)
        at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:147)
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:439)
        at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306)
        at java.base/sun.security.validator.Validator.validate(Validator.java:264)
        at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
        at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132)
        at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:638)
        ... 24 more
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
        at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
        at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
        at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297)
        at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
        ... 29 more
    Failed to download version manifest, can not find server jar URL.
     

     

  2. No matter what I try I cannot get forge 1.7.10 to install.
    I've tried the windows installer, which will not open unless I disconnect my wifi and if I do it that way I get this error.
    "These libraries failed to download. Try again.
    org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2

    org.scala-lang.plugins:scala-continuations-plugin_2.11:1.0.2"

    When I try it with my wifi connected it doesn't do anything and creates a log saying this
    "Exception in thread "main" java.lang.ExceptionInInitializerError
        at net.minecraftforge.installer.ClientInstall.getSponsorMessage(ClientInstall.java:326)
        at net.minecraftforge.installer.InstallerAction.getSponsorMessage(InstallerAction.java:59)
        at net.minecraftforge.installer.InstallerPanel.updateFilePath(InstallerPanel.java:236)
        at net.minecraftforge.installer.InstallerPanel.<init>(InstallerPanel.java:217)
        at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:153)
        at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:40)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
        at net.minecraftforge.installer.MirrorData.buildMirrorList(MirrorData.java:84)
        at net.minecraftforge.installer.MirrorData.<init>(MirrorData.java:63)
        at net.minecraftforge.installer.MirrorData.<clinit>(MirrorData.java:17)
        ... 6 more
    "


    If I try to open the jar, it just doesnt do anything.

    If I use the method for running the jar via powershell, I get this error.
    "PS D:\Downloads> java -Djava.net.preferIPv4Stack=true -jar 1.7.10
    Error: Could not find or load main class .net.preferIPv4Stack=true
    Caused by: java.lang.ClassNotFoundException: /net/preferIPv4Stack=true"


    I've tried installing an older version of java and still it doesnt work.

    PLEASE HELP. I really want to play a certain 1.7.10 mod

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.