Search Issue Tracker
Fixed in 5.3.2
Votes
0
Found in
5.3.1f1
Issue ID
755473
Regression
No
[UWP] NGUI touch screen keyboard issue
Selecting NGUI input field, getting Access violation error.
Getting the error only when deploying on PC.
Exception doesn't occur when deploying on touchscreen tablet, except the fact that's impossible to open touch screen keyboard by selecting an input field.
Reproducible on 5.3.0f4, 5.3.1f1, 5.3.1p3;
Repro steps:
1. open project "unity_ms_BUG_UIInput.zip";
2. build to UWP xaml platform.
3. build and run generated project on x64 solution platform.
4. when application starts, try to select any input field. Access violation error appears in the screen.
Call stack output:
ntdll.dll!00007fff8bc3e609()Unknown
UnityPlayer.dll!PlatformMutex::Lock() Line 42C++
UnityPlayer.dll!Mutex::Lock() Line 62C++
UnityPlayer.dll!Mutex::AutoLock::AutoLock(Mutex & mutex) Line 29C++
UnityPlayer.dll!WinRTKeyboard::Show(const std::basic_string<char,std::char_traits<char>,stl_allocator<char,65,16> > & text, KeyboardOnScreen::KeyboardTypes type, bool autocorrection, bool multiline) Line 245C++
UnityPlayer.dll!KeyboardOnScreen::setActive(bool flag) Line 173C++
UnityPlayer.dll!TouchScreenKeyboard_Set_Custom_PropActive(__int64 self_, int value) Line 274C++
UnityEngineDelegates.dll!00007fff516a5e35()Unknown
[External Code]
coreclr.dll!00007fff57016420()Unknown
[External Code]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment