Page MenuHomeFeedback Tracker

Task fails to show icon
Closed, DuplicatePublic

Description

Please provide the following when creating the Ticket:

Game Version number: 1.2.0.76
Modded?: No (Yes/No)
If modded, please list the mods:

Issue Description:
WORLD : Frame

GUI       (E): ImageWidget::LoadImageFromSet: can't find image 'M_Icon_Task_Move' from ImageSet 'UI/Imagesets/Tasks/Task_Icons.imageset'
GUI       (E): ImageWidget::LoadImageFromSet: can't find image 'M_Icon_Task_Seize' from ImageSet 'UI/Imagesets/Tasks/Task_Icons.imageset'

WORLD : UpdateEntities
WORLD : PostFrame

The reason this error is occurring is because the "M_Icon_Task_Move" and "M_Icon_Task_Sieze" is not the name of the quad in the Task_Icons.imageset.
The quad name for these images is "Icon_M_Task_Move" and "Icon_M_Task_Seize".

The above error is the last error message in the log, right after spawning in.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Please include reproduction steps here!!!!

  1. Create a task using seize or move icons.
  2. Spawn a group of 3 tasks.
  3. If one of those tasks are selected that uses that image the task doesn't appear. Only 2 of 3 tasks will appear.

Event Timeline

Geez changed the task status from New to Awaiting internal Testing.Jul 10 2024, 9:57 AM

I am not sure now that the task does not display.

The error is real, and true. But as for not displaying the task, I have reservations.