What am I doing wrong? Planet "Hoth" Crashes the game.

Discussion in 'Planets & Playfields' started by Captian_CornBall, Aug 1, 2018.

  1. Captian_CornBall

    Captian_CornBall Ensign

    Joined:
    Jul 25, 2018
    Messages:
    8
    Likes Received:
    0
    Code:
      Playfields:
      - - 0, 0, 0
        - Sun
        - Sun
        - ''
      Allow: []
      Deny: []
    - Coordinates: [90, 1, 117]
      Color: 0, 0, 0
      Icon: No
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', Druidia, TemperateStarter, 'Human:1']
        - ['-9500, 5000, 9500', Druidia Moon, MoonStarter]
        - ['0, 0, 0', Druidia Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [120, 1, 117]
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', Spaceball, Lava]
        - ['0, 0, 0', Spaceball Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [270, 1, 117]
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', EffenDore, EffenDore, 'Pirate:1']
        - ['-9500, 5000, 9500', EffenDore Moon, MoonStarter]
        - ['0, 0, 0', EffenDore Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [240, 1, 117]
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', Caracalla, AridStarter, 'Human:1']
        - ['-9500, 5000, 9500', CaracallaMoon, MoonStarter]
        - ['0, 0, 0', Caracalla Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [210, 1, 117]
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', Kahara, AridStarter]
        - ['-9500, 5000, 9500', KahaMoon, MoonStarter]
        - ['0, 0, 0', Kahara Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [150, 1, 117]
        SectorMapType: Planet
        Playfields:
          - ['0, 0, 0', Hoth, Snow]
          - ['-9500, 5000, 9500', HothMoon, MoonStarter]
          - ['0, 0, 0', Hoth Orbit, SpaceOrbitStarter]
        Allow: []
        Deny: []
    Planet "Hoth" Crashes the game, All Other Planets work fine.
     
    #1
  2. GasBandit

    GasBandit Commander

    Joined:
    Mar 19, 2017
    Messages:
    43
    Likes Received:
    35
    Is it just the planet, or does even going to the space sector cause a crash?
     
    #2
  3. Captian_CornBall

    Captian_CornBall Ensign

    Joined:
    Jul 25, 2018
    Messages:
    8
    Likes Received:
    0
    Just the one Planet, when I take it out its fine , when I put it in, it crashes the game, it happens as soon as I load the sceanaro, I get the "unhandled Expression..., Email & quit, shoot yourself in the foot, etc...."
     
    #3
  4. Pantera

    Pantera Administrator Staff Member

    • Developer
    • Moderator
    Joined:
    Aug 15, 2016
    Messages:
    3,153
    Likes Received:
    5,526
    I guess this could be to do with the layout you have for the Hoth playfield.

    Check what I have put below & compare to yours & note the return spaces.
    Also it may be more helpful it you attached the client log with the exception.
    Go to your steam installation of EGS:
    SteamLibrary\steamapps\Common\Empyrion - Galactic Survival\Logs

    Open the folder named by the highest number in the logs folder & right click on the client log from when this happened & place your mouse cursor over 'Send to' create a compressed copy of it then drag & drop a copy in your reply box.

    Code:
      Playfields:
      - - 0, 0, 0
        - Sun
        - Sun
        - ''
      Allow: []
      Deny: []
    - Coordinates: [90, 1, 117]
      Color: 0, 0, 0
      Icon: No
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', Druidia, TemperateStarter, 'Human:1']
        - ['-9500, 5000, 9500', Druidia Moon, MoonStarter]
        - ['0, 0, 0', Druidia Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [120, 1, 117]
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', Spaceball, Lava]
        - ['0, 0, 0', Spaceball Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [270, 1, 117]
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', EffenDore, EffenDore, 'Pirate:1']
        - ['-9500, 5000, 9500', EffenDore Moon, MoonStarter]
        - ['0, 0, 0', EffenDore Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [240, 1, 117]
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', Caracalla, AridStarter, 'Human:1']
        - ['-9500, 5000, 9500', CaracallaMoon, MoonStarter]
        - ['0, 0, 0', Caracalla Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [210, 1, 117]
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', Kahara, AridStarter]
        - ['-9500, 5000, 9500', KahaMoon, MoonStarter]
        - ['0, 0, 0', Kahara Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
    - Coordinates: [150, 1, 117]
      SectorMapType: Planet
      Playfields:
        - ['0, 0, 0', Hoth, Snow]
        - ['-9500, 5000, 9500', HothMoon, MoonStarter]
        - ['0, 0, 0', Hoth Orbit, SpaceOrbitStarter]
      Allow: []
      Deny: []
     
    #4

Share This Page