View Issue Details

IDProjectCategoryView StatusLast Update
0004798NoesisGUIStudiopublic2026-02-11 12:38
Reporterivodopiviz Assigned Tosfernandez  
PrioritynormalSeveritycrash 
Status assignedResolutionopen 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004798: [Unreal] Crash when adding items to a sample data collection
Description

Repro steps:

  • Create a viewmodel struct, adding a collection of strings
  • Add items to it in the sample data
  • If there's only one item, pressing enter or tab seems to crash the editor.
  • if we pre-create items, the moment we add one character to the first one, the editor crashes (screenshot 1)

I'm attaching whatever debug info I can and the sample data.

Attached Files
Screenshot 2026-02-10 165728.png (113,236 bytes)   
Screenshot 2026-02-10 165728.png (113,236 bytes)   
Screenshot 2026-02-10 165808.png (125,346 bytes)   
Screenshot 2026-02-10 165808.png (125,346 bytes)   
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>
MainMenuViewModel.xml (238 bytes)   
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>
MainMenu Sample Data.xaml (352 bytes)   
PlatformWindows

Activities

Issue History

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