Unreal虚幻引擎使用遇到的问题记录

文章目录

    • [The game module 'MyGame' could not be loaded. There may be an operating system error or the module may not be properly set up](#The game module ‘MyGame’ could not be loaded. There may be an operating system error or the module may not be properly set up)

The game module 'MyGame' could not be loaded. There may be an operating system error or the module may not be properly set up

我这里遇到的问题是 Windows 上启动 Editor 时出现弹窗报错的,其原因是 Windows DLL 有出现加载错误的情况。

再仔细看了下 Editor 的启动日志如下,可以看错是某些 dll 加载出问题了。因此需要着重排查加载逻辑,比如相关的 build.cs 文件的代码逻辑。

bash 复制代码
"UE4Editor.exe"(Win32): 已加载"C:\Users\xiaoge\Downloads\UE418Demo\...\Binaries\Win64\aaa.dll"。无法查找或打开 PDB 文件。
"UE4Editor.exe"(Win32): 已卸载"C:\Users\xiaoge\Downloads\UE418Demo\\Binaries\Win64\aaa.dll"
[2025.01.02-08.53.10:720][  0]LogWindows: Failed to preload 'C:/Users/xiaoge/Downloads/UE418Demo.../Binaries/Win64/aaa.dll' (GetLastError=126)
[2025.01.02-08.53.10:721][  0]LogWindows:   Missing import: bbb.dll

参考链接:https://forums.unrealengine.com/t/unable-to-load-module/330343/3

相关推荐
常城8 小时前
Unity中通过TMP使用图片字体
unity·游戏引擎
惊鸿醉8 小时前
⭐Unity 开发 | 如何通过 NTP 网络时间实现精准的跨平台时间同步【附完整源码 + UI 模块 + 偏差分析】
网络·unity·游戏引擎
虾球xz9 小时前
游戏引擎学习第243天:异步纹理下载
c++·学习·游戏引擎
qq_4286396120 小时前
虚幻基础:动画k帧
虚幻
海鸥-w21 小时前
Unity中使用Cinemachine插件创建自由视角相机(freelookCamera)来实现第三人称漫游
数码相机·unity·游戏引擎
李詹1 天前
游戏开发核心技术解析——从引擎架构到攻防体系的完整技能树
架构·ue5·游戏引擎·游戏程序·3dsmax·虚幻
枫景Maple1 天前
Unity常用内置变换矩阵
unity·游戏引擎
太妃糖耶1 天前
URP-UGUI交互功能实现
unity·游戏引擎·shader
小浪学编程1 天前
C#学习1_认识项目/程序结构
开发语言·前端·学习·c#·游戏引擎
萌萌的提莫队长1 天前
Unity 跳转资源商店,并打开特定应用
unity·游戏引擎