Sunday, November 04, 2018

UnrealEngine GenerateProjectFiles.bat error - could be due to missing RPCUtility.exe

Tried to run GenerateProjectFiles.bat to build Unreal Engine from source (link),  but got error like below:

C:\>Users\x\UnrealEngine>GenerateProjectFiles.bat
Setting up Unreal Engine 4 project files...
GenerateProjectFiles ERROR: It looks like you're missing some files that are required in order to generate projects.  Please check that you've downloaded and unpacked the engine source code, binaries, content and third-party dependencies before running this script.

To fix, run setup.bat like:

C:\Users\x\prj\UnrealEngine>setup.bat

Note that you have to say no to the prompt Would you like to overwrite your changes (y/n)?.

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...