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
- [Android] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
Add comment