View Issue Details

IDProjectCategoryView StatusLast Update
0004661NoesisGUIUnrealpublic2025-12-22 03:41
Reporterarkaen Assigned Tosfernandez  
PrioritynormalSeveritycrash 
Status feedbackResolutionopen 
Product VersionStudio_Beta 
Summary0004661: Instant crash from referencing mp4 video clips
Description

Steps:
1) Added mp4 file to "Content/Movies/" and imported with the Import button in Content Browser
2) Attempted to bind mp4 file to a MediaElement:

It happens anytime the path/URI gets resolved and finds the mp4 file:

  • Source="Movies/SJ_Splash_Clip.mp4"
  • Source="pack://application:,,,/Movies/SJ_Splash_Clip.mp4"
-------------------------------------------------------------------------------------
Crash Report Log ::
________________________________________________________________

LoginId:cddf73a24258bbfe2ab32b99f2035078
EpicAccountId:90dea9a41fe949ea9d71b65db4a633ac

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000

UnrealEditor_NoesisRuntime!NoesisMediaPlayer::NoesisMediaPlayer() [M:\dev\UE5 Projects\Aerde 5.7\Plugins\NoesisGUI\Source\NoesisRuntime\Private\NoesisMediaPlayer.cpp:80]
UnrealEditor_NoesisRuntime!NoesisCreateMediaPlayerCallback() [M:\dev\UE5 Projects\Aerde 5.7\Plugins\NoesisGUI\Source\NoesisRuntime\Private\NoesisRuntimeModule.cpp:812]
UnrealEditor_NoesisRuntime!NoesisApp::MediaElement::CreateMediaPlayer() [M:\dev\UE5 Projects\Aerde 5.7\Plugins\NoesisGUI\Source\Noesis\NoesisSDK\Src\Packages\App\MediaElement\Src\MediaElement.cpp:467]
UnrealEditor_NoesisRuntime!NoesisApp::MediaElement::UpdateState() [M:\dev\UE5 Projects\Aerde 5.7\Plugins\NoesisGUI\Source\Noesis\NoesisSDK\Src\Packages\App\MediaElement\Src\MediaElement.cpp:413]
UnrealEditor_NoesisRuntime!Noesis::DelegateImpl<void __cdecl(Noesis::DependencyObject *,Noesis::DependencyPropertyChangedEventArgs const &)>::FunctorStub<`NoesisApp::MediaElement::StaticFillClassType'::`2'::<lambda_1> >::Invoke() [M:\dev\UE5 Projects\Aerde 5.7\Plugins\NoesisGUI\Source\Noesis\NoesisSDK\Include\NsCore\Delegate.inl:277]
Noesis
Noesis
Noesis
Noesis
Noesis
Noesis
Noesis
Noesis
Noesis
Noesis
Noesis
Noesis
Noesis
Noesis
UnrealEditor_NoesisRuntime!FNoesisThumbnailRenderer::Initialize() [M:\dev\UE5 Projects\Aerde 5.7\Plugins\NoesisGUI\Source\NoesisRuntime\Private\NoesisThumbnailRenderer.cpp:31]
UnrealEditor_NoesisRuntime!UNoesisXaml::RenderThumbnail() [M:\dev\UE5 Projects\Aerde 5.7\Plugins\NoesisGUI\Source\NoesisRuntime\Private\NoesisXaml.cpp:124]
UnrealEditor_NoesisEditor!UNoesisXamlThumbnailRenderer::Draw() [M:\dev\UE5 Projects\Aerde 5.7\Plugins\NoesisGUI\Source\NoesisEditor\Private\NoesisXamlThumbnailRenderer.cpp:38]
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_Engine
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
kernel32
ntdll

________________________________________________________________
Attached Files
SplashScreenView.xaml (739 bytes)   
<UserControl x:Name="SplashScreenView"
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  mc:Ignorable="d" d:DesignWidth="1920" d:DesignHeight="1080">
  <Grid x:Name="SplashScreenGrid" Background="Black">
    
    <MediaElement x:Name="SplashMediaPlayer" MinHeight="1024" MinWidth="768"
                  LoadedBehavior="Play" UnloadedBehavior="Stop"
                  SpeedRatio="1" Position="00:00:00" 
                  Source="pack://application:,,,/Movies/SJ_Splash_Clip.mp4" />
    
  </Grid>
</UserControl>
SplashScreenView.xaml (739 bytes)   
PlatformWindows

Activities

arkaen

arkaen

2025-12-21 21:13

reporter   ~0011663

Unreal Engine 5.7.1

jsantos

jsantos

2025-12-22 03:40

manager   ~0011664

Last edited: 2025-12-22 03:41

Noesis 3.2.10 or Noesis 4.0 beta with Studio integrated?

Issue History

Date Modified Username Field Change
2025-12-21 21:11 arkaen New Issue
2025-12-21 21:11 arkaen File Added: SJ_Splash_Clip.mp4
2025-12-21 21:11 arkaen File Added: SplashScreenView.xaml
2025-12-21 21:13 arkaen Description Updated
2025-12-21 21:13 arkaen Platform Any => Windows
2025-12-21 21:13 arkaen Note Added: 0011663
2025-12-22 03:39 jsantos Assigned To => sfernandez
2025-12-22 03:39 jsantos Status new => assigned
2025-12-22 03:40 jsantos Note Added: 0011664
2025-12-22 03:40 jsantos Status assigned => feedback
2025-12-22 03:40 jsantos Description Updated
2025-12-22 03:41 jsantos Description Updated
2025-12-22 03:41 jsantos Note Edited: 0011664