Search found 4265 matches

by jsantos
Today, 13:28
Forum: Noesis Studio
Replies: 4
Views: 35

Re: Crash Reporting

App.CrashReporter.exe is only executed when there is a crash.

When a crash happens:

1. A new dmp is created in %LOCALAPPDATA%\Temp\Noesis\Dumps
2. App.CrashReporter.exe is executed for sending this created dmp to our server

Could you please have a look at your Dumps folder?
by jsantos
Today, 04:37
Forum: Noesis Studio
Replies: 4
Views: 35

Re: Crash Reporting

After the crash, a Crash Reporting dialog should appear, allowing you to enter details and submit the report to our servers.

Do you see this dialog?
by jsantos
Today, 03:27
Forum: General Discussion
Replies: 6
Views: 199

Re: Text Wrapping in Textblock in Korean cutting in middle of words instead of space character

I see, HangulTextWrappingMethod is PerWord , by default. This makes sense with UAX14 notes: "Depending on the nature of the document, Korean either uses implicit breaking around characters (type 2 as defined in Section 3, Introduction) or uses spaces (type 1). Space-based layout is common in ma...
by jsantos
Today, 02:14
Forum: General Discussion
Replies: 1
Views: 40

Re: Append to C++ project

The Application Framework includes are in the 'Src' folder. Note that, there is one include folder per package, so for example the ApplicationLauncher headers are located in 'Src\Packages\App\ApplicationLauncher\Include'.
by jsantos
Yesterday, 17:47
Forum: General Discussion
Replies: 2
Views: 118

Re: RadialTicks, RadialNumbers

They are still not available in any runtime (only in Studio). We are working on this. But please, feel free to create a ticket for this. Thank you!
by jsantos
Yesterday, 17:46
Forum: General Discussion
Replies: 6
Views: 199

Re: Text Wrapping in Textblock in Korean cutting in middle of words instead of space character

Honestly, I am not sure if Unreal is right here. https://forum.literatureandlatte.com/t/line-breaking-text-wrapping-for-korean-language/143137 It is fine for the Korean word to be cut off in the middle, but it is NOT fine if the entire word just teleports to the next line and leaving a huge empty sp...
by jsantos
21 Mar 2025, 16:05
Forum: General Discussion
Replies: 6
Views: 199

Re: Text Wrapping in Textblock in Korean cutting in middle of words instead of space character

Hello! Noesis follows the Unicode Line Breaking Algorithm . While there may be mistakes, we are always open to fixing them as soon as possible. However, in my initial experiments with WPF, I have observed similar behavior. The mentioned line-breaking algorithm includes some 'optional' behaviors that...
by jsantos
20 Mar 2025, 04:56
Forum: General Discussion
Replies: 2
Views: 228

Re: CombinedGeometry (Exclude)

Yes, this is still not implemented. Sorry for the inconvenience.
by jsantos
18 Mar 2025, 04:24
Forum: General Discussion
Replies: 7
Views: 812

Re: Integration into mixed C++/C# engine

Thank you! :)
by jsantos
17 Mar 2025, 13:49
Forum: General Discussion
Replies: 3
Views: 408

Re: Infinite loop in xaml and Unity

Could you please create a ticket, attach a minimal project and indicate instructions to reproduce?

Thank you!