View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004798 | NoesisGUI | Studio | public | 2026-02-10 17:19 | 2026-02-11 12:38 |
| Reporter | ivodopiviz | Assigned To | sfernandez | ||
| Priority | normal | Severity | crash | ||
| Status | assigned | Resolution | open | ||
| Product Version | Studio_Beta | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0004798: [Unreal] Crash when adding items to a sample data collection | ||||
| Description | Repro steps:
I'm attaching whatever debug info I can and the sample data. | ||||
| Attached Files | MainMenuViewModel.xml (238 bytes)
<Class Name="MainMenuViewModel" Base="MyGame.MainMenuViewModel"> <Property Name="OnPlay" Type="Command"/> <Property Name="LevelList" Type="Collection" SubType="String" CollectionMinItemCount="0" CollectionMaxItemCount="10"/> </Class> MainMenu Sample Data.xaml (352 bytes)
<vdctx:MainMenuViewModel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:system="clr-namespace:System;assembly=mscorlib" xmlns:vdctx="clr-namespace:MyGame"
Route="MainMenu" DataKey="MainMenu" LevelList="s">
<vdctx:MainMenuViewModel.OnPlay>
<MessageCommand/>
</vdctx:MainMenuViewModel.OnPlay>
</vdctx:MainMenuViewModel> | ||||
| Platform | Windows | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-02-10 17:19 | ivodopiviz | New Issue | |
| 2026-02-10 17:19 | ivodopiviz | File Added: Screenshot 2026-02-10 165858.png | |
| 2026-02-10 17:19 | ivodopiviz | File Added: Screenshot 2026-02-10 165728.png | |
| 2026-02-10 17:19 | ivodopiviz | File Added: Screenshot 2026-02-10 165808.png | |
| 2026-02-10 17:19 | ivodopiviz | File Added: Screenshot 2026-02-10 165754.png | |
| 2026-02-10 17:19 | ivodopiviz | File Added: MainMenuViewModel.xml | |
| 2026-02-10 17:19 | ivodopiviz | File Added: MainMenu Sample Data.xaml | |
| 2026-02-11 12:38 | sfernandez | Assigned To | => sfernandez |
| 2026-02-11 12:38 | sfernandez | Status | new => assigned |
| 2026-02-11 12:38 | sfernandez | Target Version | => Studio_Beta |