Page MenuHomeFeedback Tracker

GetDebugName
Closed, DuplicatePublic

Description

Hi, I have a lot of mods on my server, I install any new mod and this error crashes:

Can't compile "World" script module!
scripts/4_World/classes\emotemanager.c(593): Can't find matching overload for function 'GetDebugName'

Details

Severity
Trivial
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Install a lot of mods and at some point this error will appear

Event Timeline

Mars22 created this task.Dec 28 2023, 10:56 PM

Error due to overflow of modded PlayerBase
if you make 88 calls to the modded PlayerBase function, the error crashes GetDebugName

Kreser added a subscriber: Kreser.Dec 31 2023, 1:44 PM

I have the same error