UnknownShadow200

Results 446 comments of UnknownShadow200

Similiar crash ``` Crash time: 01/11/2021 06:07:55 ClassiCube crashed. Reason: Unhandled signal 11 (code 1) at 0x40979A77C7823230 Commit SHA: f6dc9d97 -- registers -- r0 =40979A77C7823220 r1 =0000007CADDC192C r2 =0000000000000029 r3...

Relevant assembly notes for the similar crash ```assembly ; disassembly of StringsBuffer_Add void __cdecl StringsBuffer_Add(cc_stringsBuffer* buffer, cc_string* str) 001bfef4 fd 03 00 91 mov x29,sp ; x29=sp 001bfef8 f5 03...

Which permissions are required? I don't have this issue on my android 9 device, nor was I successful in reproducing this issue in android 11 emulator

``` Such apps can see the following types of files within an external storage device without needing to request any storage-related user permissions: - Files in the app-specific directory, accessed...

yep that's true, but ClassiCube only writes to its own app folder I'm still not sure what caused the problem for the user in this issue, although as far as...

Which permission is required? I can download fine over cellular data on my android 9 device

Are you enabling it programmatically or via modifying AndroidManifest.xml?

@igor725 Unfortunately turns out that `window.addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);` also causes the onscreen keyboard to stop resizing the game view on modern android devices. e.g. when opening in-game chat on my Android 9...

> * hotbar has 9 selectable slots and a tenth for open inventory The hotbar is one single texture of all 9 slots in gui.png - and while it's possible...

By multitap do you mean just quickly tapping with multiple fingers?