← 返回
数据分析 中文

Ue Log Analyzer

Analyze Unreal Engine log files for errors, warnings, crashes, and performance issues. Use when: (1) User provides UE log file, (2) Analyzing crash dumps, (3...
分析 Unreal Engine 日志文件中的错误、警告、崩溃和性能问题。使用场景:(1) 用户提供 UE 日志文件,(2) 分析崩溃转储
vincentwilliam
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 673
下载
💾 85
安装
1
版本
#latest

概述

UE Log Analyzer

Quick Start

Use the nodes tool to read log files from the paired computer, or use read for local files.

Common Error Patterns

Critical Errors (Fatal)

LogInit: Session CrashGUID
Fatal error:
Assertion failed:
Ensure condition failed:

Rendering Issues

LogD3D12RHI: Error:
LogVulkanRHI: Error:
LogRendererCore: Warning:

Lua/UnLua Errors

LogUnLua: Error:
LogUnLua: Warning:
attempt to index a nil value

Pak/Loading Errors

LogPakFile: Error:
LogStreaming: Error:
LogAssetRegistry: Error:

Network Issues

LogNet: Warning:
LogOnline: Error:

Analysis Workflow

  1. Find errors: Search for Error:|FATAL|CRASH|Assert
  2. Find warnings: Search for Warning:
  3. Check crash: Look for Session CrashGUID
  4. Lua errors: Search LogUnLua:
  5. Timing: Check timestamps for hang points

Project-Specific Patterns

For SilverPalace project:

  • HeSDK errors: HeSDKLogError:
  • Module loading: MainModule_, SubModule_
  • VersionUpdate: MainModule_VersionUpdate
  • BigWorld: MainModule_BigWorld

Common Issues & Solutions

1. UMG_GeneralTransitions Missing

LogStreaming: Error: Couldn't find file for package /Game/UI/VX/VX_Common/UMG/UMG_GeneralTransitions
LogUnLua: Error: LoadedAsset is nil

Fix: Check pak packaging includes this UI asset

2. SysStartUpDev nil

Error: c_UMG_Login_Announcement.lua:26: attempt to index a nil value (field 'SysStartUpDev')

Fix: Check Lua config table for SysStartUpDev entry

3. Scalability ini error

Ensure condition failed: false
Scalability.ini can only set ECVF_Scalability console variables
('r.Mobile.AntiAliasing'='2' is ignored)

Fix: Fix Scalability.ini r.Mobile.AntiAliasing value (0 or 1)

4. Shader/PSO errors

LogD3D12RHI: Error: Failed to create pipeline state

Fix: Rebuild shaders or clear shader cache

Output Format

Provide findings in:

  • Error count by severity (Fatal/Error/Warning)
  • Timeline of events
  • Likely root cause
  • Suggested fixes (优先级排序)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 07:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,918
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,079
developer-tools

Ue Build Package

vincentwilliam
编译并打包Unreal Engine项目。使用场景:(1)从命令行构建UE项目;(2)打包分发版本(Android/iOS/Windows);(3)...
★ 0 📥 827