altv-issues
altv-issues copied to clipboard
RmlUI crush game
Description of the problem
- Using bundlers that pack code into
eval
, then callingnew RmlDocument()
causes a crash without displaying logs or crashdump files - Updating
transform
incss
onRmlDocument
every tick after sometime causes crash without displaying logs and crashdump files
Reproduction steps
document.setProperty('transform', translate(${x}%, ${y}%) scale(${scale}))
Expected behaviour
Correct render or get details of reason crash
Additional context
No response
Operating system
Windows 10 21H1 19043.1645
Version
10.5
rml transform doesn't work as intended tho
Inlcude full minimal reproduction resource in the issue.