View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004661 | NoesisGUI | Unreal | public | 2025-12-21 21:11 | 2025-12-22 03:41 |
| Reporter | arkaen | Assigned To | sfernandez | ||
| Priority | normal | Severity | crash | ||
| Status | feedback | Resolution | open | ||
| Product Version | Studio_Beta | ||||
| Summary | 0004661: Instant crash from referencing mp4 video clips | ||||
| Description | Steps: It happens anytime the path/URI gets resolved and finds the mp4 file:
| ||||
| 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> | ||||
| Platform | Windows | ||||
| 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 |