Packaging

Original Discord Post by haruncelik99 | 2024-09-25 08:03:44

Missing UnrealGame binary.You may have to build the UE project with your IDE. Alternatively, build using UnrealBuildTool with the commandline:UnrealGame

Everytime I try to package project, I always got same error. Anyone encounter this problem like me? ( I use Unreal 5.3.2)

Reply by iranpower | 2024-09-25 10:14:02

Yes

Reply by iranpower | 2024-09-25 10:14:25

which visual studio do u have ?

Reply by iranpower | 2024-09-25 10:15:03

<@426460975529721856>

Reply by iranpower | 2024-09-25 10:18:09

you might be probably using 2019

Reply by iranpower | 2024-09-25 10:18:17

which every OG developers uses

Reply by iranpower | 2024-09-25 10:18:34

but with this plugin u need to change that

Reply by iranpower | 2024-09-25 10:18:40

uninstall visual studio

Reply by iranpower | 2024-09-25 10:18:43

and install 2022

Reply by iranpower | 2024-09-25 10:19:03

with all of the C++ prequiset

Reply by iranpower | 2024-09-25 10:19:10

and it should work !!

Reply by haruncelik99 | 2024-09-25 12:10:45

I tried with 2022 and I did all tutorials but never work

Reply by iranpower | 2024-09-25 12:11:42

can u build when u disable the plugin ?

Reply by haruncelik99 | 2024-09-25 12:12:37

Which plugin?

Reply by iranpower | 2024-09-25 12:24:06

convai

Reply by haruncelik99 | 2024-09-25 12:24:59

i created a simpe firstperson project and added a simple convai char. This got packaged but exe is not working and this is error message

Images:

Replying to iranpower’s Message

Reply by iranpower | 2024-09-25 12:24:06
convai

Reply by haruncelik99 | 2024-09-25 12:25:16

it was enabled

Replying to iranpower’s Message

Reply by iranpower | 2024-09-25 12:11:42
can u build when u disable the plugin ?

Reply by haruncelik99 | 2024-09-25 12:26:00

i ll try

Reply by iranpower | 2024-09-25 12:26:25

make a progject without the plugin and build just to see if its a plugin thing or not, or an engine thing.

Reply by iranpower | 2024-09-25 12:26:57

i face same issue before same error, installing 2022 with all prequisite and restarting PC worked for me