This repository was archived by the owner on Apr 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 257
This repository was archived by the owner on Apr 29, 2021. It is now read-only.
好像目标平台windows使用IL2CPP发布会产生大量警告日志 #399
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
大佬们好=。=,我在我的项目工程里使用UIWidgets出现了这个现象,于是我使用Unity2019.3.0f1构建了一个最简单的UIWidgets项目,目标平台是windows x64。配置里面使用Mono发布没有问题,换成IL2CPP之后程序运行正常,但是会不停的产生如下的警告日志。我还试了调整VSync的设置也没起作用,我担心运行时间长了日志文件会很大,请问有办法去掉它吗。
Initialize engine version: 2019.3.0f1 (ffacea4b84e7)
[Subsystems] Discovering subsystems at path D:/Work/ClearUIWidgets/Build/ClearUIWidgets_Data/UnitySubsystems
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.1]
Renderer: NVIDIA GeForce GTX 1050 (ID=0x1c81)
Vendor:
VRAM: 1977 MB
Driver: 26.21.14.3200
D3D11 device created for Microsoft Media Foundation video decoding.
<RI> Initializing input.
<RI> Input initialized.
<RI> Initialized touch support.
UnloadTime: 0.713000 ms
Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak
(Filename: Line: 554)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 15)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 13)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 14)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 14)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 15)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 15)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 13)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 14)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 14)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 15)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 9)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 9)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 9)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 10)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 10)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 10)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 10)
(Filename: Line: 310)
Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak
(Filename: Line: 554)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 5)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 8)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 8)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
(Filename: Line: 310)
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 7)
the6th
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working