Hey,
I am working on Linux and trying to create a new C++ Project. However, the Engine fails to create it. The Log output is
I think the important part is
why is the Engine implying that I don't want to build it? And why do I not see the described MessageBox? Is there a way to change this behavior?
Thanks in advance
I am working on Linux and trying to create a new C++ Project. However, the Engine fails to create it. The Log output is
Code:
[prepare] build dir /home_local/UE4/4.24.3 exists ... okay [prepare] user config dir /path_removed_because_internal/ exists ... okay [prepare] exec ue4 editor Increasing per-process limit of core file size to infinity. - Existing per-process limit (soft=18446744073709551615, hard=18446744073709551615) is enough for us (need only 18446744073709551615) LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default. LogInit: Display: Running engine for game: My425Test LogPlatformFile: Not using cached read wrapper LogTaskGraph: Started task graph with 5 named threads and 20 total threads with 3 sets of task threads. LogStats: Stats thread started at 0.032550 LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: '' LogPluginManager: Mounting plugin Paper2D LogPluginManager: Mounting plugin LightPropagationVolume LogPluginManager: Mounting plugin CLionSourceCodeAccess LogPluginManager: Mounting plugin CodeLiteSourceCodeAccess LogPluginManager: Mounting plugin GitSourceControl LogPluginManager: Mounting plugin KDevelopSourceCodeAccess LogPluginManager: Mounting plugin NullSourceCodeAccess LogPluginManager: Mounting plugin PerforceSourceControl LogPluginManager: Mounting plugin SubversionSourceControl LogPluginManager: Mounting plugin UObjectPlugin LogPluginManager: Mounting plugin VisualStudioCodeSourceCodeAccess LogPluginManager: Mounting plugin VisualStudioSourceCodeAccess LogPluginManager: Mounting plugin XCodeSourceCodeAccess LogPluginManager: Mounting plugin ActorLayerUtilities LogPluginManager: Mounting plugin AnimationSharing LogPluginManager: Mounting plugin PlasticSourceControl LogPluginManager: Mounting plugin AssetManagerEditor LogPluginManager: Mounting plugin CryptoKeys LogPluginManager: Mounting plugin DataValidation LogPluginManager: Mounting plugin FacialAnimation LogPluginManager: Mounting plugin GameplayTagsEditor LogPluginManager: Mounting plugin MobileLauncherProfileWizard LogPluginManager: Mounting plugin PluginBrowser LogPluginManager: Mounting plugin SpeedTreeImporter LogPluginManager: Mounting plugin CurveEditorTools LogPluginManager: Mounting plugin MacGraphicsSwitching LogPluginManager: Mounting plugin MaterialAnalyzer LogPluginManager: Mounting plugin DatasmithContent LogPluginManager: Mounting plugin VariantManagerContent LogPluginManager: Mounting plugin AlembicImporter LogPluginManager: Mounting plugin CharacterAI LogPluginManager: Mounting plugin PlatformCrypto LogPluginManager: Mounting plugin ProxyLODPlugin LogPluginManager: Mounting plugin AutomationUtils LogPluginManager: Mounting plugin BackChannel LogPluginManager: Mounting plugin GeometryCache LogPluginManager: Mounting plugin SkeletalReduction LogPluginManager: Mounting plugin AndroidMedia LogPluginManager: Mounting plugin AvfMedia LogPluginManager: Mounting plugin ImgMedia LogPluginManager: Mounting plugin MediaCompositing LogPluginManager: Mounting plugin MediaPlayerEditor LogPluginManager: Mounting plugin WmfMedia LogPluginManager: Mounting plugin WebMMedia LogPluginManager: Mounting plugin TcpMessaging LogPluginManager: Mounting plugin UdpMessaging LogPluginManager: Mounting plugin ActorSequence LogPluginManager: Mounting plugin LevelSequenceEditor LogPluginManager: Mounting plugin MatineeToLevelSequence LogPluginManager: Mounting plugin NUTUnrealEngine4 LogPluginManager: Mounting plugin NetcodeUnitTest LogPluginManager: Mounting plugin OnlineSubsystemGooglePlay LogPluginManager: Mounting plugin OnlineSubsystemIOS LogPluginManager: Mounting plugin OnlineSubsystem LogPluginManager: Mounting plugin OnlineSubsystemNull LogPluginManager: Mounting plugin OnlineSubsystemUtils LogPluginManager: Mounting plugin AndroidDeviceProfileSelector LogPluginManager: Mounting plugin AndroidMoviePlayer LogPluginManager: Mounting plugin AndroidPermission LogPluginManager: Mounting plugin AppleMoviePlayer LogPluginManager: Mounting plugin ArchVisCharacter LogPluginManager: Mounting plugin AudioCapture LogPluginManager: Mounting plugin CableComponent LogPluginManager: Mounting plugin CustomMeshComponent LogPluginManager: Mounting plugin ExampleDeviceProfileSelector LogPluginManager: Mounting plugin GoogleCloudMessaging LogPluginManager: Mounting plugin IOSDeviceProfileSelector LogPluginManager: Mounting plugin LinuxDeviceProfileSelector LogPluginManager: Mounting plugin LocationServicesBPLibrary LogPluginManager: Mounting plugin MobilePatchingUtils LogPluginManager: Mounting plugin OculusVR LogPluginManager: Mounting plugin PhysXVehicles LogPluginManager: Mounting plugin ProceduralMeshComponent LogPluginManager: Mounting plugin RuntimePhysXCooking LogPluginManager: Mounting plugin SignificanceManager LogPluginManager: Mounting plugin SteamVR LogPluginManager: Mounting plugin WindowsMoviePlayer LogPluginManager: Mounting plugin AppleImageUtils LogPluginManager: Mounting plugin AssetTags LogPluginManager: Mounting plugin EditableMesh LogPluginManager: Mounting plugin PostSplashScreen LogPluginManager: Mounting plugin WebMMoviePlayer LogPluginManager: Mounting plugin ScreenshotTools LogPluginManager: Mounting plugin AISupport LogPluginManager: Mounting plugin MLSDK LogPluginManager: Mounting plugin MagicLeap LogPluginManager: Mounting plugin MagicLeapMedia LogPluginManager: Mounting plugin LauncherChunkInstaller LogInit: Warning: Incompatible or missing module: My425Test LogInit: Initializing SDL. LogInit: Initialized SDL 2.0.10 revision: 12952 (hg-12952:bc90ce38f1e2) (compiled against 2.0.10) LogInit: Using SDL video driver 'x11' LogInit: Display metrics: LogInit: PrimaryDisplayWidth: 3840 LogInit: PrimaryDisplayHeight: 2160 LogInit: PrimaryDisplayWorkAreaRect: LogInit: Left=0, Top=0, Right=3840, Bottom=2104 LogInit: VirtualDisplayRect: LogInit: Left=0, Top=0, Right=3840, Bottom=2104 LogInit: TitleSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000 LogInit: ActionSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000 LogInit: Number of monitors: 1 LogInit: Monitor 0 LogInit: Name: ASUS VP28U 28" LogInit: ID: display0 LogInit: NativeWidth: 3840 LogInit: NativeHeight: 2160 LogInit: bIsPrimary: true LogLinux: Warning: MessageBox: The following modules are missing or built with a different engine version: My425Test Would you like to rebuild them now?: Missing My425Test Modules: No is implied. LogCore: Engine exit requested (reason: EngineExit() was called) LogExit: Preparing to exit. LogModuleManager: Shutting down and abandoning module DesktopPlatform (44) LogModuleManager: Shutting down and abandoning module PlatformCryptoOpenSSL (42) LogModuleManager: Shutting down and abandoning module PlatformCryptoTypes (40) LogModuleManager: Shutting down and abandoning module PlatformCrypto (38) LogModuleManager: Shutting down and abandoning module AnimationModifiers (36) LogModuleManager: Shutting down and abandoning module PropertyEditor (35) LogModuleManager: Shutting down and abandoning module AudioEditor (32) LogModuleManager: Shutting down and abandoning module TextureCompressor (30) LogModuleManager: Shutting down and abandoning module RenderCore (28) LogModuleManager: Shutting down and abandoning module Landscape (26) LogModuleManager: Shutting down and abandoning module SlateRHIRenderer (24) LogModuleManager: Shutting down and abandoning module OpenGLDrv (22) LogModuleManager: Shutting down and abandoning module AnimGraphRuntime (20) LogModuleManager: Shutting down and abandoning module Renderer (18) LogModuleManager: Shutting down and abandoning module Engine (16) LogModuleManager: Shutting down and abandoning module CoreUObject (14) LogModuleManager: Shutting down and abandoning module NetworkFile (12) LogModuleManager: Shutting down and abandoning module CookedIterativeFile (10) LogModuleManager: Shutting down and abandoning module StreamingFile (8) LogModuleManager: Shutting down and abandoning module SandboxFile (6) LogModuleManager: Shutting down and abandoning module PakFile (4) LogModuleManager: Shutting down and abandoning module RSA (3) LogExit: Exiting. LogInit: Tearing down SDL. Exiting abnormally (error code: 1)
Code:
LogLinux: Warning: MessageBox: The following modules are missing or built with a different engine version: My425Test Would you like to rebuild them now?: Missing My425Test Modules: No is implied.
Thanks in advance