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动态公式解析与脚本系统的架构奥秘
unity·设计模式·游戏引擎·解释器模式
开发游戏的老王11 小时前
[虚幻官方教程学习笔记]深入理解实时渲染(An In-Depth Look at Real-Time Rendering)
笔记·学习·虚幻
Magnum Lehar11 小时前
3d游戏引擎的Utilities模块实现
c++·算法·游戏引擎
向宇it12 小时前
【unity游戏开发——编辑器扩展】使用EditorGUI的EditorGUILayout绘制工具类在自定义编辑器窗口绘制各种UI控件
开发语言·ui·unity·c#·编辑器·游戏引擎
qq_2052790516 小时前
unity 鼠标更换指定图标
unity·游戏引擎
虾球xz16 小时前
游戏引擎学习第279天:将实体存储移入世界区块
c++·学习·游戏引擎
笑鸿的学习笔记17 小时前
虚幻引擎5-Unreal Engine笔记之摄像机与场景捕获相关概念的解析
笔记·ue5·虚幻
虾球xz18 小时前
游戏引擎学习第278天:将实体存储移入世界区块
数据库·c++·学习·游戏引擎
FAREWELL0007518 小时前
Unity基础学习(九)输入系统全解析:鼠标、键盘与轴控制
学习·unity·c#·游戏引擎
Magnum Lehar2 天前
3d游戏引擎的Utilities模块实现下
c++·算法·游戏引擎