Welcome to Project: Gorgon!


Project: Gorgon is a 3D fantasy MMORPG (massively-multiplayer online role-playing game) that features an immersive experience that allows the player to forge their own path through exploration and discovery. We won't be guiding you through a world on rails, and as a result there are many hidden secrets awaiting discovery. Project: Gorgon also features an ambitious skill based leveling system that bucks the current trend of pre-determined classes, thus allowing the player to combine skills in order to create a truly unique playing experience.

The Project: Gorgon development team is led by industry veteran Eric Heimburg. Eric has over a decade of experience working as a Senior and Lead Engineer, Developer, Designer and Producer on successful games such as Asheron’s Call 1 and 2, Star Trek Online and other successful Massively Multiplayer Online Games.



User Tag List

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 59
  1. #1
    Senior Member Hood's Avatar
    Join Date
    Jan 2017
    Location
    Another Place
    Posts
    254
    Mentioned
    10 Post(s)
    Tagged
    2 Thread(s)

    Project: Gorgon on Linux

    Shardragon's Project:Gorgon Linux launcher

    You can download the latest version here!
    To run it simply right-click on the downloaded file, then
    → Choose Properties from the menu
    → Open the Permission tab in the dialog
    → Check the Run file as program or File is executable (name may slightly vary) checkbox
    → Close the dialog.

    For a changelog and details please see the update post!

    If you have any questions about running Project Gorgon on Linux, please post here so others may assist you. Referring to the previous posts can answer many questions as well.
    Last edited by Hood; 11-01-2017 at 10:33 AM. Reason: updated info
    energy derives from both the plus and negative

  2. #2
    Senior Member Eachna's Avatar
    Join Date
    Dec 2016
    Location
    Australia
    Posts
    147
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this post to move everything over. I'm hoping the devs will continue to post linux snapshots even after we move to Steam.

  3. #3
    Senior Member Tagamogi's Avatar
    Join Date
    Jan 2017
    Posts
    730
    Mentioned
    26 Post(s)
    Tagged
    0 Thread(s)
    This is somewhat obvious, but if you are running the launcher from the command line, you can type in a mini infinite loop to make it restart automatically after it exits. For example:

    $ while date; do project-gorgon ; done

    Useless in normal circumstances but pretty nice right now when it keeps shutting down on me after downloading a single file or less from the new patch. Now i can just go away for a few hours and hopefully when I get back, the patch will be done. One can hope.

    Edit: it may be nicer to do something like "while sleep 60" instead to wait a bit before sending another request to our poor overloaded server. I just want the patch *now*...
    Last edited by Tagamogi; 01-22-2017 at 06:31 PM.

  4. #4
    Senior Member Eachna's Avatar
    Join Date
    Dec 2016
    Location
    Australia
    Posts
    147
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    The GUI retries for me.

  5. #5
    Senior Member Tagamogi's Avatar
    Join Date
    Jan 2017
    Posts
    730
    Mentioned
    26 Post(s)
    Tagged
    0 Thread(s)
    Oh, that works too. But I got the excitement of writing my own loop!

  6. #6
    Junior Member BBQSloth's Avatar
    Join Date
    Jan 2017
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh this is wonderful. Works perfectly. Now I can play while I'm working in my dev environment.

  7. #7
    Junior Member NeverTooOld's Avatar
    Join Date
    Dec 2016
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    February 7 Patch fails to download

    The following happens on Manjaro 16.10.3 with xfce and Mint 18.1 with mate. The manjaro machine was running the previous version of the game without error.

    [REDACTED Gorgon]$ ./project-gorgon
    User interface "tk" not available
    Getting welcome message
    Getting launcher version
    • Launcher version: 5
    Getting game version
    • Game version: 274
    Retrieving game manifest for client version 274
    File unchanged: ProjectGorgon (contents not verified)
    Downloading file: ProjectGorgon_Data/globalgamemanagers (1/1)
    0 % ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░ ProjectGorgon_Data/globalgamemanagers
    Traceback (most recent call last):
    File "/home/REDACTED/Games/Gorgon/pglauncher/ui/cli/main.py", line 62, in run
    self.patcher.patch()
    File "/home/REDACTED/Games/Gorgon/pglauncher/patcher.py", line 393, in patch
    self.patch_file(entry_target, entry, force_file_checksums)
    File "/home/REDACTED/Games/Gorgon/pglauncher/patcher.py", line 430, in patch_file
    self.download_game_file(file_path, asset_name, entry["Chunks"])
    File "/home/REDACTED/Games/Gorgon/pglauncher/patcher.py", line 521, in download_game_file
    compressed_total, compressed_offset
    File "/home/REDACTED/Games/Gorgon/pglauncher/patcher.py", line 576, in download_game_file_chunk
    compressed_total, compressed_offset, asset_name)
    File "/home/REDACTED/Games/Gorgon/pglauncher/patcher.py", line 258, in _fetch_with_progress
    callback_data(chunk)
    File "/home/REDACTED/Games/Gorgon/pglauncher/patcher.py", line 557, in callback_data
    decompressed = decompressor.decompress(data)
    zlib.error: Error -3 while decompressing data: incorrect header check

    Press enter to exit…

  8. #8
    Senior Member Hood's Avatar
    Join Date
    Jan 2017
    Location
    Another Place
    Posts
    254
    Mentioned
    10 Post(s)
    Tagged
    2 Thread(s)
    I'm getting a similar error as well. stuck on Downloading file: ProjectGorgon_Data/globalgamemanagers (1/1)
    energy derives from both the plus and negative

  9. #9
    Junior Member LinuxDonald's Avatar
    Join Date
    Feb 2017
    Location
    Germany
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have the same error

  10. #10
    Senior Member Tagamogi's Avatar
    Join Date
    Jan 2017
    Posts
    730
    Mentioned
    26 Post(s)
    Tagged
    0 Thread(s)
    I got the same error message as NeverTooOld as well.



Thread Footer

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •