I have two questions ----------- Rendering HTML with Ultralight multiple times will cause the program not to respond and crash Exit Code:-1073740940 (0xC0000374) **error logs** ``` # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffe0be2122e, pid=32972, tid=0x00000000000034a8 # # JRE version: Java(TM) SE Runtime Environment (8.0_301-b09) (build 1.8.0_301-b09) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.301-b09 mixed mode windows-amd64 compressed oops) # Problematic frame: # C [vcruntime140.dll+0x122e] ``` It may be a memory overflow, but increasing memory still cannot be solved ---------------------------------------------------------------- Initializing HTML causes FPS to drop, but only for a few seconds. However, it will affect the user experience
I have two questions
Rendering HTML with Ultralight multiple times will cause the program not to respond and crash
Exit Code:-1073740940 (0xC0000374)
error logs
It may be a memory overflow, but increasing memory still cannot be solved
Initializing HTML causes FPS to drop, but only for a few seconds. However, it will affect the user experience