1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. While the majority of active discourse on D20PRO has moved to our Discord Channels, this forum is still active and checked-in on regularly by our staff. However, for the very latest information, conversation and/or immediate support, please join us on Discord here: http://discord.gg/Ph38ckM
    Dismiss Notice

Fedora 27 Install Guide

Discussion in 'Bug Reports & Installation Support' started by bluedreamer, Mar 14, 2018.

  1. bluedreamer

    bluedreamer New Member

    Joined:
    Mar 11, 2018
    Messages:
    11
    Likes Received:
    0
    So I tried installing D20 pro on Fedora 27 and it isn't plain sailing but is not hard. So I thought I'd post what I did to get it working

    TL;DR
    chmod u+x,g+x d20Pro.sh
    sudo dnf install java-1.8.0-openjdk.x86_64 java-1.8.0-openjdk-openjfx.x86_64


    After unpacking your install
    1. Add execute permissions to the d20pro.sh script with
    chmod u+x,g+x d20Pro.sh
    2. Fedora by default install a headless Java enviroment - ie no graphics. So if you see this error "Unexpected throwable initializing app java.awt.HeadlessException" - you need to install a full JDK
    dnf install java-1.8.0-openjdk.x86_64
    3. If when starting the campaign it just exits with no obvious error - you are probably missing openjfx
    dnf install java-1.8.0-openjdk-openjfx.x86_64
    Hope this helps someone out, and feel free to suggest other tips and trick
     
    #1 bluedreamer, Mar 14, 2018
    Last edited: Mar 14, 2018
  2. Wesley Gorby

    Wesley Gorby Production/Community Manager
    Staff Member

    Joined:
    Aug 1, 2011
    Messages:
    2,443
    Likes Received:
    140
    Thanks, I'm sure that will be helpful to some.
     

Share This Page