Opened 3 years ago

Closed 3 years ago

#6107 closed defect (fixed)

Freezes when exiting. (Compiled with --without-nvtt)

Reported by: moiman Owned by: Stan
Priority: Should Have Milestone: Alpha 25
Component: Core engine Keywords:
Cc: Patch: Phab:D4138

Description

Tested in 24b. Only happens when 0ad is compiled without NVTT. Stuck in endless loop here https://github.com/0ad/0ad/blob/A24b/source/graphics/TextureConverter.cpp#L316 . It seems like m_Shutdown is not set false when 0ad is compiled without NVTT.

Change History (3)

comment:1 by wraitii, 3 years ago

Milestone: BacklogAlpha 25

(setting the milestone so this isn't forgotten).

I'm not entirely sure what that flag is supposed to do, will need investigation.

comment:2 by Stan, 3 years ago

Patch: Phab:D4138

This patch should fix the issue.

comment:3 by Stan, 3 years ago

Owner: set to Stan
Resolution: fixed
Status: newclosed

In 25766:

Fix game not closing when compiled with --without-nvtt.

Fixes: #6107

Differential Revision: https://code.wildfiregames.com/D4138

Note: See TracTickets for help on using tickets.