ue4plugins / VlcMedia

Media Framework plug-in using the Video LAN Codec (libvlc).
BSD 3-Clause "New" or "Revised" License
267 stars 143 forks source link

Can't compile UE 4.10 release project with this plugin #12

Closed KhArtNJava closed 8 years ago

KhArtNJava commented 8 years ago

Hi.

Can't compile UE 4.10 release project with this plugin:

[2015.11.24-08.03.50:494][ 0]Log file open, 11/24/15 11:03:50 [2015.11.24-08.03.50:494][ 0]LogInit:Display: Running engine for game: MyProject2 [2015.11.24-08.03.50:494][ 0]LogPlatformFile: Not using cached read wrapper [2015.11.24-08.03.50:494][ 0]LogInit:Display: RandInit(1038057217) SRandInit(1038057218). [2015.11.24-08.03.50:494][ 0]LogTaskGraph: Started task graph with 4 named threads and 5 total threads. [2015.11.24-08.03.50:494][ 0]LogStats: Stats thread started at 0.060855 [2015.11.24-08.03.50:494][ 0]LogInit:Warning: Incompatible or missing module: UE4Editor-VlcMedia.dll [2015.11.24-08.03.51:516][ 0]Running C:/Program Files/Epic Games/4.10/Engine/Binaries/DotNET/UnrealBuildTool.exe MyProject2 Development Win64 -project="C:/Users/ArtUrlWWW/Documents/Unreal Projects/MyProject2/MyProject2.uproject" -rocket -editorrecompile -progress -noubtmakefiles -2015 [2015.11.24-08.03.58:963][ 0]@progress push 5% [2015.11.24-08.04.00:069][ 0]Parsing headers for MyProject2Editor [2015.11.24-08.04.00:069][ 0] Running UnrealHeaderTool "C:/Users/ArtUrlWWW/Documents/Unreal Projects/MyProject2/MyProject2.uproject" "C:\Users\ArtUrlWWW\Documents\Unreal Projects\MyProject2\Intermediate\Build\Win64\MyProject2Editor\Development\UnrealHeaderTool.manifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -rocket -installed [2015.11.24-08.04.08:231][ 0]Reflection code generated for MyProject2Editor in 8,173024 seconds [2015.11.24-08.04.08:532][ 0]@progress pop [2015.11.24-08.04.10:945][ 0]Performing 12 actions (2 in parallel) [2015.11.24-08.04.10:946][ 0][2/12] Resource PCLaunch.rc [2015.11.24-08.04.10:946][ 0]PCH.VlcMediaPrivatePCH.h.cpp [2015.11.24-08.04.11:149][ 0][3/12] Resource ModuleVersionResource.rc.inl [2015.11.24-08.04.12:954][ 0]C:\Users\ArtUrlWWW\Documents\Unreal Projects\MyProject2\Plugins\VlcMedia\Source\VlcMedia\Private\Tracks\VlcMediaVideoTrack.h(34): error C3668: 'FVlcMediaVideoTrack::BindTexture': method with override specifier 'override' did not override any base class methods [2015.11.24-08.04.12:954][ 0]C:\Users\ArtUrlWWW\Documents\Unreal Projects\MyProject2\Plugins\VlcMedia\Source\VlcMedia\Private\Tracks\VlcMediaVideoTrack.h(35): error C3668: 'FVlcMediaVideoTrack::UnbindTexture': method with override specifier 'override' did not override any base class methods [2015.11.24-08.04.13:156][ 0]-------- End Detailed Actions Stats ----------------------------------------------------------- [2015.11.24-08.04.13:156][ 0]ERROR: UBT ERROR: Failed to produce item: C:\Users\ArtUrlWWW\Documents\Unreal Projects\MyProject2\Plugins\VlcMedia\Binaries\Win64\UE4Editor-VlcMedia.dll [2015.11.24-08.04.13:156][ 0]Total build time: 21,53 seconds [2015.11.24-08.04.13:690][ 0]LogInit:Warning: Still incompatible or missing module: UE4Editor-VlcMedia.dll [2015.11.24-08.04.16:063][ 0]LogExit: Preparing to exit. [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module DesktopPlatform (15) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module TextureCompressor (14) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module ShaderCore (13) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module Landscape (12) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module SlateRHIRenderer (11) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module OpenGLDrv (10) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module D3D11RHI (9) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module AnimGraphRuntime (8) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module Renderer (7) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module Engine (6) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module CoreUObject (5) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module NetworkFile (4) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module StreamingFile (3) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module SandboxFile (2) [2015.11.24-08.04.16:069][ 0]LogModuleManager: Shutting down and abandoning module PakFile (1) [2015.11.24-08.04.16:070][ 0]LogExit: Exiting. [2015.11.24-08.04.16:072][ 0]Log file closed, 11/24/15 11:04:16

gmpreussner commented 8 years ago

Make sure you sync to the correct label. There were API changes in 4.10 that are also reflected in VlcMedia.

diegargon commented 8 years ago

I got the same error, compiled the 4.10 plugin release and the master. I remove override from the .h and compiled. (i don't known what i doing removing that of course lol)

gmpreussner commented 8 years ago

Ok, I'll take a look...

gmpreussner commented 8 years ago

Sorry for the delay. This should be fixed now. I made a new pre-release for 4.10.1 and deleted the broken 4.10 release.