Ticket #3 (new defect (run-time))

Opened 2 months ago

Render issues (bad initialization)

Reported by: Cyborg16 Assigned to: Cyborg16
Priority: minor Milestone:
Component: mde (general) Keywords:
Cc:

Description

Sometimes nothing is drawn until a resize, and fonts are blocks.

Cause: init-stages always appear to get divided between two threads. If Inpt, Font and SWnd are called by the main thread and not a sub-thread, the bug doesn't occur. A temporary fix is just to set maxThreads=1. A redesign of threading init stages could solve this, but doesn't seem worth the effort right now.