当前位置:网站首页>Unreal Engine packaging project
Unreal Engine packaging project
2022-07-01 19:42:00 【Han Mo Pavilion】
1. Official website guide :
https://docs.unrealengine.com/zh-CN/Engine/Basics/Projects/Packaging/index.html
stay Unreal Editor When packaging operations in the interface , stay linux There was a problem on the plane , First of all Error:
Error: declaration shadows a variable in namespace 'Chaos'
After using the method in the following link :
https://github.com/microsoft/AirSim/issues/2617
There is still error:
LogOutputDevice: Error: === Handled ensure: ===
LogOutputDevice: Error: Ensure condition failed: IsLocked() [File:/data/UnrealEngine/Engine/Source/Developer/EditorAnalyticsSession/Private/EditorAnalyticsSession.cpp] [Line: 279]
LogOutputDevice: Error: Stack:
LogOutputDevice: Error: [Callstack] 0x00007fe8d19949d8 libUE4Editor-EditorAnalyticsSession.so!FEditorAnalyticsSession::Unlock() [/data/UnrealEngine/Engine/Source/Developer/EditorAnalyticsSession/Private/EditorAnalyticsSession.cpp:279]
LogOutputDevice: Error: [Callstack] 0x00007fe8d7a74a54 libUE4Editor-Engine.so!FEngineAnalytics::Initialize() [/data/UnrealEngine/Engine/Source/Runtime/Engine/Private/EngineAnalytics.cpp:196]
LogOutputDevice: Error: [Callstack] 0x00007fe8d86caf9d libUE4Editor-Engine.so!UEngine::Init(IEngineLoop*) [/data/UnrealEngine/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp:1627]
LogOutputDevice: Error: [Callstack] 0x00007fe8d33e4bd9 libUE4Editor-UnrealEd.so!UEditorEngine::InitEditor(IEngineLoop*) [/data/UnrealEngine/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp:605]
LogOutputDevice: Error: [Callstack] 0x00007fe8d33e9e16 libUE4Editor-UnrealEd.so!UEditorEngine::Init(IEngineLoop*) [/data/UnrealEngine/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp:954]
LogOutputDevice: Error: [Callstack] 0x00007fe8d3e31bf9 libUE4Editor-UnrealEd.so!UUnrealEdEngine::Init(IEngineLoop*) [/data/UnrealEngine/Engine/Source/Editor/UnrealEd/Private/UnrealEdEngine.cpp:74]
LogOutputDevice: Error: [Callstack] 0x000000000022ba44 UE4Editor!FEngineLoop::Init() [/data/UnrealEngine/Engine/Source/Runtime/Launch/Private/LaunchEngineLoop.cpp:3654]
LogOutputDevice: Error: [Callstack] 0x00007fe8d3e3beb2 libUE4Editor-UnrealEd.so!EditorInit(IEngineLoop&) [/data/UnrealEngine/Engine/Source/Editor/UnrealEd/Private/UnrealEdGlobals.cpp:92]
LogOutputDevice: Error: [Callstack] 0x000000000023e445 UE4Editor!GuardedMain(char16_t const*) [/data/UnrealEngine/Engine/Source/Runtime/Launch/Private/Launch.cpp:152]
LogOutputDevice: Error: [Callstack] 0x00007fe8db90a191 libUE4Editor-UnixCommonStartup.so!CommonUnixMain(int, char**, int (*)(char16_t const*), void (*)()) [/data/UnrealEngine/Engine/Source/Runtime/Unix/UnixCommonStartup/Private/UnixCommonStartup.cpp:264]
LogOutputDevice: Error: [Callstack] 0x00007fe8d2155840 libc.so.6!__libc_start_main(+0xef)
LogOutputDevice: Error: [Callstack] 0x000000000022b029 UE4Editor!_start()
Not resolved , Always packing fails .
2. according to AirSim The warehouse issue Clues in :
Error packaging Blocks project on linux · Issue #1034 · microsoft/AirSim · GitHub
At the computer /data/AirSim/ Enter... In the directory :
$UE4_ROOT/Engine/Build/BatchFiles/RunUAT.sh BuildCookRun -project="$(pwd)/Unreal/Environments/Blocks/Blocks.uproject" -nop4 -nocompile -build -cook -compressed -pak -allmaps -stage -archive -archivedirectory="$(pwd)/Unreal/Environments/Blocks/Packaged/Development" -clientconfig=Development -clean -utf8output
After a certain period of waiting , Success lies in Unreal/Environments/Blocks/Packaged/Development Created under folder ubuntu The next available Unreal Package . Available under the computer that generates the package .
3. In another computer, follow 2 The command in the first pair ABlock package , Got it error:
Cannot open assembly 'AutomationTool.exe': No such file or directory.RunUAT ERROR: AutomationTool was unable to run successfully.
Then use the same command to bring Blocks Do the same thing , Also appear error.
4. stay 3 The subsequent operations in the computer in are :
a. stay unreal editor Interface alignment ABlock package ( Failure )
b. Yes hp In flight linux Under the unreal Proceed as in step 1 Modification in ; stay unreal Next re make;
c. Use 2 The command in is right Blocks package , success , Can run independently packaged Environmental Science ;
d. Use 2 The command in is right ABlock package , Failure ;
And : Don't use #2877 Modification of , When the command line is packaged, an and weather option Related errors ; Use #2877 Modification of , And... Will be returned when packaging issue#2957 alike Name 'Dev-Core' PackageVersion 4 MaxExpected 3 error .
Conclusion : Give up packaging for now , Publish an editable version ABlock Environmental Science .
边栏推荐
- The key to the success of digital transformation enterprises is to create value with data
- Nat penetration of gb28181
- [SQL optimization] the difference between with as and temporary tables
- HLS4ML报错The board_part definition was not found for tul.com.tw:pynq-z2:part0:1.0.
- CMU AI PhD 第一年总结
- Time series analysis using kibana timelion
- What is the essential difference between Bi development and report development?
- 科技T3国产平台!成功搭载“翼辉国产实时系统SylixOS”
- IPv4地址、子网掩码、网关
- 较真儿学源码系列-InheritableThreadLocal(逐行源码带你分析作者思路)
猜你喜欢
servlet知识点
Regular expression =regex=regular expression
SIP protocol of gb28181
研究了11种实时聊天软件,我发现都具备这些功能…
Salesmartly has some tricks for Facebook chat!
optaplanner学习笔记(一)案例Cloud balance
What is the essential difference between Bi development and report development?
Interview questions for audio and video positions in Dachang -- today's headline
What must be done in graduation season before going to Shanhai
类加载机制
随机推荐
【无标题】
宝,运维100+服务器很头疼怎么办?用行云管家!
微信小程序 navigator点击后有阴影 ,去掉navigator阴影效果
js三元表达式复杂条件判断
为什么一定要从DevOps走向BizDevOps?
JS ternary expression complex condition judgment
CMU AI PhD first year summary
自定义插入页面标签以及实现类似通讯录的首字母搜索
采集抖音视频
Botu V16 obtains the system time and converts it into a string
Basic knowledge of audio coding and decoding
[info() method in org.slf4j.logger]
Live HLS protocol
tensorflow报错Could not load dynamic library ‘libcudnn.so.8
DTD modeling
科技T3国产平台!成功搭载“翼辉国产实时系统SylixOS”
Interview questions for audio and video positions in Dachang -- today's headline
New window open page -window open
JDBC中如何添加事务
Task: denial of service DOS