View Issue Details

IDProjectCategoryLast Update
0019005AI War 2Bug - GameplayMar 6, 2017 5:02 pm
ReporterBadgerBadger Assigned Tokeith.lamothe  
Severitytrivial 
Status resolvedResolutionfixed 
Product Version0.104 
Fixed in Version0.107 and 0.108 
Summary0019005: Enough AI ships causes game to freeze on Ark death
DescriptionIn the spirit of torture testing, I cranked up the AI Progress to 3K and then hit "spawn wave" repeatedly. I had 220K threat and about 30K ships on my last planet when the AI destroyed my ark.

At this point the game completely stopped responding and I saw the fowllowing in the "ErrorsReportedByEngine.txt"

3/3/2017 12:59:36 PM (0.104) Mem: 13,398,016 Mode: Off Plat:LinuxPlayer
-----------------------------------ErrorsReportedByEngine-----------------------------------
-----------
RenderTexture.Create failed: requested size is too large.
Stack Trace:

<no further output>

I don't think anyone sane would ever do this, but there are definitely some scaling issues with tens of thousands of ships. I think it's probably much too early in the development cycle to worry about scaling like this, but I open it for awareness.
TagsNo tags attached.

Activities

Chris_McElligottPark

Mar 6, 2017 3:59 pm

administrator   ~0045908

Keith, I'm actually going to toss this your direction. I'm not sure why it's creating a giant rendertexture, but my guess is that it has to do with the GUI. Often in the past I've seen this sort of thing when there's just waaaaay too much text rendered for some reason.

Nothing I do creates rendertextures that are anything other than screen-sized, and the amount of things on the screen is irrelevant to those calculations.

keith.lamothe

Mar 6, 2017 5:02 pm

administrator   ~0045913

For 0.106:

* Fixed a potential render-texture-too-large error in the "there was an error" window.

Thanks :)

This may or may not have been it, but I don't think anything else could be producing unbounded text output in the UI.

Issue History

Date Modified Username Field Change
Mar 3, 2017 2:33 pm BadgerBadger New Issue
Mar 6, 2017 7:57 am keith.lamothe Assigned To => Chris_McElligottPark
Mar 6, 2017 7:57 am keith.lamothe Status new => assigned
Mar 6, 2017 3:57 pm Chris_McElligottPark Assigned To Chris_McElligottPark => keith.lamothe
Mar 6, 2017 3:59 pm Chris_McElligottPark Note Added: 0045908
Mar 6, 2017 5:02 pm keith.lamothe Note Added: 0045913
Mar 6, 2017 5:02 pm keith.lamothe Status assigned => resolved
Mar 6, 2017 5:02 pm keith.lamothe Fixed in Version => 0.107 and 0.108
Mar 6, 2017 5:02 pm keith.lamothe Resolution open => fixed