View Issue Details

IDProjectCategoryLast Update
0023603AI War 2Graphical BugAug 28, 2020 12:31 pm
ReporterTechSY730 Assigned ToChris_McElligottPark  
Status resolvedResolutionduplicate 
Product Version2.128 Don't Lie About Distant Future Waves, AI 
Fixed in Version2.129 No Shrooms For Ships 
Summary0023603: Ship icons "decorations" are messed up
DescriptionPlatform: Ubuntu Linux 20.04
NVIDIA GeForce GTX 1070
Driver version: 440.100

This leads to things like command stations having a black circle where the icon for the type of command station is supposed to be.
TagsNo tags attached.

Relationships

duplicate of 0023600 resolvedChris_McElligottPark Graphical Flutter 

Activities

TechSY730

Aug 28, 2020 10:04 am

reporter  

TechSY730

Aug 28, 2020 10:23 am

reporter   ~0058218

I suppose graphics card info would help too.

NVIDIA GeForce GTX 1070
Driver version: 440.100

Chris_McElligottPark

Aug 28, 2020 12:17 pm

administrator   ~0058223

Looks like in the shader code for the version of the icons that are billboarded (aka in-game), I missed one line of code that was leaving the vector4 color in an indeterminate state. For some hardware paths this apparently left it as 0,0,0...1? Aka black but not transparent. For others it was apparently cycling through really random junk. No idea why the difference.

Chris_McElligottPark

Aug 28, 2020 12:31 pm

administrator   ~0058225

Thanks!

* Fixed a bug in the prior build where the "flair" overlays for ships in the main view were either black (some machines) or a rotating color set of insanity (others).
** One line was accidentally omitted in the new build of the shader that we made.
** We also updated some calling code to the shader in a way that is harmless but not actually needed for this fix.

Issue History

Date Modified Username Field Change
Aug 28, 2020 10:04 am TechSY730 New Issue
Aug 28, 2020 10:04 am TechSY730 File Added: Screenshot from 2020-08-28 09-02-02.png
Aug 28, 2020 10:23 am TechSY730 Note Added: 0058218
Aug 28, 2020 10:24 am TechSY730 Description Updated
Aug 28, 2020 11:37 am Chris_McElligottPark Relationship added related to 0023600
Aug 28, 2020 11:38 am Chris_McElligottPark Relationship deleted related to 0023600
Aug 28, 2020 11:38 am Chris_McElligottPark Relationship added duplicate of 0023600
Aug 28, 2020 12:17 pm Chris_McElligottPark Note Added: 0058223
Aug 28, 2020 12:31 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Aug 28, 2020 12:31 pm Chris_McElligottPark Status new => resolved
Aug 28, 2020 12:31 pm Chris_McElligottPark Resolution open => duplicate
Aug 28, 2020 12:31 pm Chris_McElligottPark Fixed in Version => 2.129 No Shrooms For Ships
Aug 28, 2020 12:31 pm Chris_McElligottPark Note Added: 0058225