From 5b40e43db781a1197c66ef1ee193fc91f56de039 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sat, 14 Sep 2019 22:51:20 -0400 Subject: [PATCH] Update bug report --- CSharp/Bugs.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CSharp/Bugs.txt b/CSharp/Bugs.txt index f749288e..28ed0c3b 100644 --- a/CSharp/Bugs.txt +++ b/CSharp/Bugs.txt @@ -1,4 +1,19 @@ +BUGS: + 2019-09-10 + +1. When opening a file over MTP via command line + System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/beckermj/Documents/Projects/UniversalEditor/CSharp/Output/Debug/mtp:/KYOCERA_KYOCERA_Android_524700024001/Internal%20shared%20storage/Android/data/com.android.providers.media/albumthumbs/1556075497435". + + This is because we do not currently support loading from MTP. We need to build an MTPAccessor and set the schema to "mtp" in order to parse this type of URL. + + +2. When opening an existing file via command line, + + System.NullReferenceException: Object reference not set to an instance of an object + at UniversalWidgetToolkit.Engines.GTK.Controls.DockingContainerImplementation.GetCurrentItem () [0x00007] in :0 + + The following had to be removed from UE v4.0c to compile with IL2CPU...