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

相关推荐
一线灵6 小时前
跨平台游戏引擎 Axmol-2.6.1 发布
游戏引擎
Clank的游戏栈10 小时前
Unity基于GraphView的可视化关卡编辑器开发指南
unity·编辑器·游戏引擎
三巧1 天前
Godot 敌人生成半径和围墙不匹配,导致敌人错误的生成在围墙外的解决代码
游戏引擎·godot
技术小甜甜1 天前
【Godot引擎】如何使用内置的全局搜索功能提升开发效率
游戏引擎·godot
技术小甜甜1 天前
【Godot】如何导出 Release 版本的安卓项目
android·游戏引擎·godot
ChiLi_Lin1 天前
Unity异常上报飞书工具
unity·游戏引擎·飞书
Magnum Lehar1 天前
vulkan游戏引擎的makefile启动环境实现
游戏引擎
地狱为王2 天前
基于VLC的Unity视频播放器(四)
unity·游戏引擎·音视频
2 天前
Unity与Excel表格交互热更方案
unity·游戏引擎·excel
装大炮的自行车2 天前
【Unity】R3 CSharp 响应式编程 - 使用篇(集合)(三)
windows·unity·游戏引擎