Done Can't launch the pack

Discussion in 'FTB Genesis' started by Ganyjko, Dec 17, 2023.

  1. Ganyjko

    Ganyjko Well-Known Member

    Messages:
    23
    Likes Received:
    0
    Local Time:
    6:43 AM
    Hello, anyone know what to do with this?
    log:
     
  2. Aidoneus

    Aidoneus Director Booster

    Messages:
    4,417
    Likes Received:
    1,930
    Local Time:
    10:43 PM
    So, from what I can see, this is the main issue.

    Code:
    EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa329c6280, pid=24868, tid=25208
    Usually means you have a bad java install. Try uninstalling java 17 and re-installing it.
     
  3. Ganyjko

    Ganyjko Well-Known Member

    Messages:
    23
    Likes Received:
    0
    Local Time:
    6:43 AM
  4. Willfon

    Willfon Well-Known Member

    Messages:
    754
    Likes Received:
    155
    Local Time:
    6:43 AM
    The Java version you are referring to seems to still be Java 8.

    You could try using one of the new features in windows, namely the command line "winget". You can search for powershell and start that, then run the command

    winget install ojdkbuild.openjdk.17.jre


    or if you'd like to stick to something looking like official Microsoft:

    winget install Microsoft.OpenJDK.17

    The first one should install just the runtime at

    C:\Program Files\ojdkbuild\java-17-openjdk-17.0.3.0.6-1.jre\bin\java.exe

    The second is the one described on Microsoft's doc pages and should end up with the executable at

    C:\Program Files\Microsoft\jdk-17.0.9.8-hotspot\bin\java.exe

    This Microsoft page also contain "vanity links" for the msi files.

    To download this from Oracle you would have to go to

    Java Archive Downloads - Java SE 17

    I'm not overly fond of Microsoft, but I'm not ecstatic about Oracle either so who to choose from is a bit iffy :D
     
  5. Willfon

    Willfon Well-Known Member

    Messages:
    754
    Likes Received:
    155
    Local Time:
    6:43 AM
  6. Aidoneus

    Aidoneus Director Booster

    Messages:
    4,417
    Likes Received:
    1,930
    Local Time:
    10:43 PM
    Closing due to inactivity.
     

Share This Page