Robert Pösel

Results 50 comments of Robert Pösel

If you can create/share some simple app example where the crash can be reproduced, that would definitely help.

@Jprillaman Just FYI, since Android 10/11, you must handle storage (and storage permissions) differently than before: https://developer.android.com/training/data-storage/use-cases#access-file-paths (yes, internal data folder should always work). I still don't know what @qinxianyuzou's...

@qinxianyuzou Have you tried finding the problem with debugger? What is the exception or error and where it occurs in the native code?

I'm closing this as it has been without response for some time, so I expect it has been resolved. I also verified using both getFilesDir() and getExternalFilesDir() methods in the...

@chilex111 Hi, you are writing comment to completely unrelated issue. Also, for such questions you should use StackOverflow and not Github issues. I will just say here that generally you...

This needs some further changes. Many imports were originally kept commented out and automatic formatter just moved (or kept) the comment, so all these must be removed manually.

@mcndt This issue is always easily reproducible for me. It happens all the time, it doesn't matter whether Obsidian has been running or if it is freshly (re)started. To reproduce:...

Before writing my previous comment and testing it I updated to the new version of plugin (0.11.0). So it is same in this version and previous one. I use Obsidian...

I just tried it on Windows 11 too (same Obsidian and plugin version) and the issue is the same.

Note: It's probably here https://github.com/miranda-ng/miranda-ng/blob/master/protocols/Discord/src/dispatch.cpp#L169