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

相关推荐
虾球xz10 小时前
游戏引擎学习第200天
学习·游戏引擎
woshihedayu12 小时前
虚幻引擎控制角色跟随移动方向旋转的方法
游戏引擎·虚幻
虾球xz12 小时前
游戏引擎学习第199天
学习·游戏引擎
与火星的孩子对话14 小时前
Unity3D开发AI桌面精灵/宠物系列 【三】 语音识别 ASR 技术、语音转文本多平台 - 支持科大讯飞、百度等 C# 开发
人工智能·unity·c#·游戏引擎·语音识别·宠物
向宇it14 小时前
【零基础入门unity游戏开发——2D篇】2D 游戏场景地形编辑器——TileMap的使用介绍
开发语言·游戏·unity·c#·编辑器·游戏引擎
Unity大海1 天前
诠视科技Unity SDK开发环境配置、项目设置、apk打包。
科技·unity·游戏引擎
浅陌sss2 天前
Unity中 粒子系统使用整理(一)
unity·游戏引擎
神码编程2 天前
【Unity】 HTFramework框架(六十四)SaveDataRuntime运行时保存组件参数、预制体
unity·编辑器·游戏引擎
ZKY_243 天前
【Unity】处理文字显示不全的问题
unity·游戏引擎
虾球xz3 天前
游戏引擎学习第195天
c++·学习·游戏引擎