ID:2824665
 
Resolved
The server could hang if it received a profile request from Dream Seeker (only using the profiler window, not the browser-based version), if the server had more than 64K procs defined.
BYOND Version:514
Operating System:Windows 10 Enterprise 64-bit
Web Browser:Chrome 104.0.5112.102
Applies to:Dream Daemon
Status: Resolved (514.1589)

This issue has been resolved.
Descriptive Problem Summary:
Dream Daemon hangs when opening the profiler window from Dream Seeker, apparently because we have too many procs, according to Lummox (over 64K).

Apparently, the issue came from a var being accidentally declared as the old DMProcId instead of DMProcId4 so it was two bytes, which I assume caused issue when counting the total amount of procs in the profiler.

Lummox JR resolved issue with message:
The server could hang if it received a profile request from Dream Seeker (only using the profiler window, not the browser-based version), if the server had more than 64K procs defined.