Latest build, instant crash

A forum for chatting about in-development game features.
Post Reply
Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Latest build, instant crash

Post by Chasm »

Cannot make a galaxy in latest build. Crashes on attempting to create. Logs uploaded. See 3296
Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Latest build, instant crash

Post by Chasm »

Tried *stable build*, it is also broken.
User avatar
Arioch
Posts: 1403
Joined: Sun Feb 01, 2015 12:56 am
Location: San Jose, California
Contact:

Re: Latest build, instant crash

Post by Arioch »

I'm not seeing a problem in the current build; which faction are you trying to use?
Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Latest build, instant crash

Post by Chasm »

I'm not even getting to pick a side, it crashes when I try and make a new game.

Code: Select all

Lua state\Drawers\Planets\Garden\Garden.lua:128: attempt to perform arithmetic on field 'summed_pop' (a nil value)
Lua state\Drawers\Planets\Garden\Garden.lua:128:
 Lua state\Drawers\Planets\planet_drawer_env.lua:408:get_images:
  Lua state\Drawers\Planets\planet_drawer_env.lua:486:fun:Garden:
   Lua state\@@util\@memoize.lua:199:builder:
    Lua state\Drawers\Planets\planet_drawer_env.lua:547:request_planet_draws
Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Latest build, instant crash

Post by Chasm »

And on a continued game (old version, so I would expect a crash)

Code: Select all

Lua state\GUI\Designer\Design.lua:786: attempt to index local '(in)' (a nil value)
Lua state\GUI\Designer\Design.lua:786:
 Lua state\GUI\Designer\Design.lua:444:
  Lua state\GUI\Designer\Design_to_Ship.lua:18:
   Lua state\GUI\Designer\Design_to_Ship.lua:226:
    Lua state\Setup\new_galaxy.lua:168:create_ship
Lua state\Sounds\looping_sounds.lua:10: attempt to index local '(in)' (a nil value)
Lua state\Sounds\looping_sounds.lua:10:do_rollover_sound:
 Lua state\Sounds\looping_sounds.lua:27:
  Lua state\GUI\@EventDispatcher.lua:335:@EventDispatcher.lua:149:
   Lua state\GUI\~GalaxyMap\GalaxyMap.lua:806GalaxyMap.GalaxyMap : 
 : 
User avatar
sven
Site Admin
Posts: 1621
Joined: Sat Jan 31, 2015 10:24 pm
Location: British Columbia, Canada
Contact:

Re: Latest build, instant crash

Post by sven »

Chasm wrote:I'm not even getting to pick a side, it crashes when I try and make a new game.

Code: Select all

Lua state\Drawers\Planets\Garden\Garden.lua:128: attempt to perform arithmetic on field 'summed_pop' (a nil value)
Lua state\Drawers\Planets\Garden\Garden.lua:128:
 Lua state\Drawers\Planets\planet_drawer_env.lua:408:get_images:
  Lua state\Drawers\Planets\planet_drawer_env.lua:486:fun:Garden:
   Lua state\@@util\@memoize.lua:199:builder:
    Lua state\Drawers\Planets\planet_drawer_env.lua:547:request_planet_draws
Um. Oops. This one should be fixed as of r19879. Thanks for the report.
User avatar
sven
Site Admin
Posts: 1621
Joined: Sat Jan 31, 2015 10:24 pm
Location: British Columbia, Canada
Contact:

Re: Latest build, instant crash

Post by sven »

Chasm wrote:And on a continued game (old version, so I would expect a crash)

Code: Select all

Lua state\GUI\Designer\Design.lua:786: attempt to index local '(in)' (a nil value)
Lua state\GUI\Designer\Design.lua:786:
 Lua state\GUI\Designer\Design.lua:444:
  Lua state\GUI\Designer\Design_to_Ship.lua:18:
   Lua state\GUI\Designer\Design_to_Ship.lua:226:
    Lua state\Setup\new_galaxy.lua:168:create_ship
Lua state\Sounds\looping_sounds.lua:10: attempt to index local '(in)' (a nil value)
Lua state\Sounds\looping_sounds.lua:10:do_rollover_sound:
 Lua state\Sounds\looping_sounds.lua:27:
  Lua state\GUI\@EventDispatcher.lua:335:@EventDispatcher.lua:149:
   Lua state\GUI\~GalaxyMap\GalaxyMap.lua:806GalaxyMap.GalaxyMap : 
 : 
How old is this game? (I can't think of any changes that would have caused that bug that have gone in for quite some time.) Would you upload the error logs, if it happens after patching to r19879?
User avatar
Arioch
Posts: 1403
Joined: Sun Feb 01, 2015 12:56 am
Location: San Jose, California
Contact:

Re: Latest build, instant crash

Post by Arioch »

If he's trying to make a new galaxy, I'm assuming it's a new game.
Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Latest build, instant crash

Post by Chasm »

1st error list is a brand new game, 2nd list is from a game I started under the last patch 2 days ago.
Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Latest build, instant crash

Post by Chasm »

Ok, it just patched again and it works, we are golden now.
User avatar
sven
Site Admin
Posts: 1621
Joined: Sat Jan 31, 2015 10:24 pm
Location: British Columbia, Canada
Contact:

Re: Latest build, instant crash

Post by sven »

Chasm wrote:1st error list is a brand new game, 2nd list is from a game I started under the last patch 2 days ago.
If you load this 2 day old game, does it crash? (If it does, can I have a copy of that save?) Many thanks.
Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Latest build, instant crash

Post by Chasm »

The save in question was just a game continue, and it worked with the last patch.
Post Reply