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

相关推荐
一锅炖出任易仙17 小时前
创梦汤锅学习日记day32
学习·ai·游戏引擎
mxwin20 小时前
Unity URP 法线贴图如何生成 用什么工具创建
unity·游戏引擎·贴图
mxwin1 天前
Unity URP 法线贴图色彩空间、编码与解码
unity·游戏引擎·贴图·shader
玖玥拾1 天前
Cocos学习笔记:项目框架搭建与异步加载进度
游戏引擎·cocos2d
mxwin1 天前
Unity Shader URP:将法线可视化,便于调试
unity·游戏引擎·shader
蓝黑墨水1 天前
unity相关链接
unity·游戏引擎
mxwin1 天前
Unity Shader 法线贴图的七种错误用法
unity·游戏引擎·贴图·shader
mxwin2 天前
Unity URP 切线空间详解
unity·游戏引擎·shader
caimouse2 天前
Godot Engine 最新版官方文档(简体中文完整翻译 & 精简梳理)
游戏引擎·godot
huizhixue-IT2 天前
Superpowers 游戏引擎从零开发实战指南
游戏引擎