Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jazz 2.1.0 doesn't work on Android #132

Closed
maxstrike88 opened this issue Nov 4, 2023 · 13 comments
Closed

Jazz 2.1.0 doesn't work on Android #132

maxstrike88 opened this issue Nov 4, 2023 · 13 comments
Assignees
Labels

Comments

@maxstrike88
Copy link

Hello. I have a tv box with Android 9, with the Amlogic S905X3 processor to which I installed the Jazz2.apk. Following this, I proceeded to run it, so that it would create the Source folder and copy the game files. When I run it again, the application does not start, it closes immediately. The log indicates that there is an error when opening the Jazz2.config file as well as some files related to the translation.
It is worth mentioning that I tried two versions of the game. The normal version and The Secret Files version.
Below I show the log:

[I] static void nCine::AndroidJniHelper::AttachJVM(struct android_app *) -> AttachCurrentThread() successful
[I] static void nCine::AndroidJniHelper::AttachJVM(struct android_app *) -> Android API version - NDK: 21, JNI: 28
[I] void nCine::AndroidApplication::preInit() -> Running on Droidlogic A95X F3 Air (Droidlogic) as armeabi-v7a application
[E] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Jazz2.config"
[E] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> Cannot open the file "Translations/es-es.mo"
[E] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Translations/es-es.mo"
[E] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> Cannot open the file "Translations/es.mo"
[E] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Translations/es.mo"
[I] void nCine::AndroidApplication::preInit() -> IAppEventHandler::OnPreInit() invoked
[I] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_START event received (first start)
[W] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_RESUME event received
[W] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_INPUT_CHANGED event received (not handled)
[I] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_INIT_WINDOW event received
[I] void nCine::EglGfxDevice::initDevice() -> Surface configuration is size:1920x1080, RGBA:8888, depth:24, stencil:8, samples:0
[W] static void nCine::AndroidInputManager::initAccelerometerSensor(android_app *) -> No accelerometer sensor available
[I] void nCine::JoyMapping::init(const nCine::IInputManager *) -> Found 73 mappings in 73 lines
[I] static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (6, 0) - Buttons 4:4
[I] static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (6, 0) - Axis hats not detected
[I] static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (6, 0) - Axes 0:0 (0.00 to 1919.00) 1:1 (0.00 to 1079.00)
[I] static int nCine::AndroidInputManager::findJoyId(int) -> Device 6, "2.4G KB 2.4G Mouse" (05000000571d00000100000000780300), has been connected as joystick 0 - 2 axes, 1 buttons
[I] bool nCine::JoyMapping::onJoyConnected(const nCine::JoyConnectionEvent &) -> Joystick mapping not found for "2.4G KB 2.4G Mouse" [05000000571d00000100000000780300] (0), using Android default mapping
[I] static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (9, 1) - Buttons 0:96 1:97 -1:98 2:99 3:100 -1:101 9:102 10:103 -1:104 -1:105 7:106 8:107 6:108 4:109 5:110 4:4
[I] static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (9, 1) - Axes 0:0 (0.00 to 1919.00) 1:1 (0.00 to 1079.00) 2:11 (-1.00 to 1.00) 3:14 (-1.00 to 1.00) 4:23 (0.00 to 1.00) 5:22 (0.00 to 1.00) 6:15 (-1.00 to 1.00) 7:16 (-1.00 to 1.00)
[I] static int nCine::AndroidInputManager::findJoyId(int) -> Device 9, "ipega classic gamepad" (050000004919000002040000ffff3f00), has been connected as joystick 1 - 8 axes, 16 buttons
[I] bool nCine::JoyMapping::onJoyConnected(const nCine::JoyConnectionEvent &) -> Joystick mapping not found for "ipega classic gamepad" [050000004919000002040000ffff3f00] (1), using Android default mapping
[I] void nCine::Application::initCommon() -> Jazz² Resurrection v2.1.0 initializing...
[I] void nCine::GfxCapabilities::logGLInfo() const -> --- OpenGL device info ---
[I] void nCine::GfxCapabilities::logGLInfo() const -> Vendor: ARM
[I] void nCine::GfxCapabilities::logGLInfo() const -> Renderer: Mali-G31
[I] void nCine::GfxCapabilities::logGLInfo() const -> OpenGL Version: OpenGL ES 3.2 v1.r16p0-01rel0.bcc0cdabec638d4bf85475d4a5ae47a7
[I] void nCine::GfxCapabilities::logGLInfo() const -> GLSL Version: OpenGL ES GLSL ES 3.20
[I] void nCine::GfxCapabilities::logGLCaps() const -> --- OpenGL device capabilities ---
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_TEXTURE_SIZE: 8192
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_TEXTURE_IMAGE_UNITS: 16
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_UNIFORM_BLOCK_SIZE: 16384
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_UNIFORM_BUFFER_BINDINGS: 72
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_VERTEX_UNIFORM_BLOCKS: 12
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_FRAGMENT_UNIFORM_BLOCKS: 12
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT: 16
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_COLOR_ATTACHMENTS: 4
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_NUM_PROGRAM_BINARY_FORMATS: 1
[I] void nCine::GfxCapabilities::logGLCaps() const -> ---
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_KHR_debug: 1
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_ARB_texture_storage: 0
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_ARB_get_program_binary: 0
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_OES_get_program_binary: 1
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_EXT_texture_compression_s3tc: 0
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_OES_compressed_ETC1_RGB8_texture: 1
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_AMD_compressed_ATC_texture: 0
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_IMG_texture_compression_pvrtc: 0
[I] void nCine::GfxCapabilities::logGLCaps() const -> GL_KHR_texture_compression_astc_ldr: 1
[I] void nCine::GfxCapabilities::logGLCaps() const -> ---
[I] void nCine::Application::initCommon() -> Creating rendering resources...
[I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/ddfbfd495895af17e6507dc6e561bf68.shader" opened
[I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/ddfbfd495895af17e6507dc6e561bf68.shader" closed
[I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/cd7729f7934e8622e6507dc6e561bf68.shader" opened
[I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/cd7729f7934e8622e6507dc6e561bf68.shader" closed

I would appreciate any help. Kind regards.

@deathkiller deathkiller self-assigned this Nov 4, 2023
@deathkiller deathkiller added the bug label Nov 4, 2023
@deathkiller
Copy link
Owner

Hi,
I don't see anything wrong here. Cannot open the file messages are internal and expected. The only way to solve this is probably to look in Android logcat. There should be some detailed message about the crash.

@maxstrike88
Copy link
Author

maxstrike88 commented Nov 4, 2023

Okay. I attach the information that I was able to retrieve from the logcat:

[11-04 10:32:05.399 4165:4165 I/chatty]
uid=1000(system) com.rockchips.android.leanbacklauncher expire 3 lines

[11-04 10:32:05.431 3493:3511 I/ActivityManager]
Start proc 952:jazz2.resurrection/u0a87 for activity jazz2.resurrection/.LoadLibraries

[11-04 10:32:05.436 952:952 I/Zygote]
seccomp disabled by setenforce 0

[11-04 10:32:05.463 952:952 I/chatty]
uid=10087(jazz2.resurrection) identical 2 lines

[11-04 10:32:05.644 952:969 I/chatty]
uid=10087(jazz2.resurrection) expire 26 lines

[11-04 10:32:05.706 3272:3310 E/BufferQueueProducer]
[jazz2.resurrection/jazz2.resurrection.LoadLibraries#0] disconnect: not connected (req=1)

[11-04 10:32:05.717 3493:3517 I/ActivityManager]
Displayed jazz2.resurrection/.LoadLibraries: +285ms

[11-04 10:32:05.733 952:969 I/jazz2]
static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (6, 0) - Axes 0:0 (0.00 to 1919.00) 1:1 (0.00 to 1079.00)

[11-04 10:32:05.733 952:969 I/jazz2]
static int nCine::AndroidInputManager::findJoyId(int) -> Device 6, "2.4G KB 2.4G Mouse" (05000000571d00000100000000780300), has been connected as joystick 0 - 2 axes, 1 buttons

[11-04 10:32:05.733 952:969 I/jazz2]
bool nCine::JoyMapping::onJoyConnected(const nCine::JoyConnectionEvent &) -> Joystick mapping not found for "2.4G KB 2.4G Mouse" [05000000571d00000100000000780300] (0), using Android default mapping

[11-04 10:32:05.735 952:969 I/jazz2]
static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (12, 1) - Buttons 0:96 1:97 -1:98 2:99 3:100 -1:101 9:102 10:103 -1:104 -1:105 7:106 8:107 6:108 4:109 5:110 4:4

[11-04 10:32:05.736 952:969 I/jazz2]
static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (12, 1) - Axes 0:0 (0.00 to 1919.00) 1:1 (0.00 to 1079.00) 2:11 (-1.00 to 1.00) 3:14 (-1.00 to 1.00) 4:23 (0.00 to 1.00) 5:22 (0.00 to 1.00) 6:15 (-1.00 to 1.00) 7:16 (-1.00 to 1.00)

[11-04 10:32:05.736 952:969 I/jazz2]
static int nCine::AndroidInputManager::findJoyId(int) -> Device 12, "ipega classic gamepad" (050000004919000002040000ffff3f00), has been connected as joystick 1 - 8 axes, 16 buttons

[11-04 10:32:05.736 952:969 I/jazz2]
bool nCine::JoyMapping::onJoyConnected(const nCine::JoyConnectionEvent &) -> Joystick mapping not found for "ipega classic gamepad" [050000004919000002040000ffff3f00] (1), using Android default mapping

[11-04 10:32:05.736 952:969 I/jazz2]
void nCine::Application::initCommon() -> Jazz² Resurrection v2.1.0 initializing...

[11-04 10:32:05.736 952:969 D/openal]
[ALSOFT] (II) Initializing library v1.22.2-unknown UNKNOWN

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Supported backends: opensl, null, wave

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Loading config /etc/openal/alsoft.conf...

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Loading config /etc/xdg/alsoft.conf...

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Got binary: "/system/bin", "app_process32"

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Loading config /system/bin/alsoft.conf...

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key disable-cpu-exts not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Extensions: +NEON

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key rt-prio not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key rt-time-limit not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key game_compat/reverse-x not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key game_compat/reverse-y not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key game_compat/reverse-z not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key resampler not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key trap-al-error not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key trap-alc-error not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key reverb/boost not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key drivers not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Initialized backend "opensl"

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Added "opensl" for playback

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Added "opensl" for capture

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key excludefx not found

[11-04 10:32:05.737 952:969 D/openal]
[ALSOFT] (II) Key default-reverb not found

[11-04 10:32:05.738 952:969 D/openal]
[ALSOFT] (II) Key frequency not found

[11-04 10:32:05.738 952:969 D/openal]
[ALSOFT] (II) Key sources not found

[11-04 10:32:05.738 952:969 D/openal]
[ALSOFT] (II) Key slots not found

[11-04 10:32:05.738 952:969 D/openal]
[ALSOFT] (II) Key sends not found

[11-04 10:32:05.738 952:969 D/openal]
[ALSOFT] (II) Created device 0x86a4e000, "OpenSL"

[11-04 10:32:05.738 952:969 D/openal]
[ALSOFT] (II) Key sample-type not found

[11-04 10:32:05.739 952:969 D/openal]
[ALSOFT] (II) Key channels not found

[11-04 10:32:05.739 952:969 D/openal]
[ALSOFT] (II) Key ambi-format not found

[11-04 10:32:05.739 952:969 D/openal]
[ALSOFT] (II) Key period_size not found

[11-04 10:32:05.739 952:969 D/openal]
[ALSOFT] (II) Key periods not found

[11-04 10:32:05.739 952:969 D/openal]
[ALSOFT] (II) Key hrtf not found

[11-04 10:32:05.739 952:969 D/openal]
[ALSOFT] (II) Pre-reset: Stereo, Float32, 44100hz, 882 / 2646 buffer

[11-04 10:32:05.741 952:969 D/]
PlayerBase::PlayerBase()

[11-04 10:32:05.742 952:969 D/]
TrackPlayerBase::TrackPlayerBase()

[11-04 10:32:05.742 952:969 I/libOpenSLES]
Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)

[11-04 10:32:05.744 3270:3270 W/AudioFlinger]
createTrack_l(): mismatch between requested flags (00000104) and output flags (00000002)

[11-04 10:32:05.744 3270:3270 D/AudioFlinger]
Client defaulted notificationFrames to 629 for frameCount 1888

[11-04 10:32:05.745 952:969 W/AudioTrack]
AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1888

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Post-reset: Stereo, Int16, 44100hz, 882 / 2646 buffer

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Key stereo-mode not found

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Key stereo-encoding not found

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Key cf_level not found

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Stereo rendering

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Channel config, Main: 3, Real: 2

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Allocating 5 channels, 20480 bytes

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Enabling single-band first-order ambisonic decoder

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Max sources: 256 (255 + 1), effect slots: 64, sends: 2

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Key dither not found

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Key dither-depth not found

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Dithering enabled (16-bit, 32768)

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Key output-limiter not found

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Output limiter enabled, -0.0005dB limit

[11-04 10:32:05.747 952:969 D/openal]
[ALSOFT] (II) Fixed device latency: 997732ns

[11-04 10:32:05.748 952:969 D/openal]
[ALSOFT] (II) Post-start: Stereo, Int16, 44100hz, 882 / 2646 buffer

[11-04 10:32:05.748 952:980 W/openal]
[ALSOFT] (WW) pthread_setschedparam failed: Operation not permitted (1)

[11-04 10:32:05.748 952:980 W/openal]
[ALSOFT] (WW) D-Bus not supported

[11-04 10:32:05.748 952:969 D/openal]
[ALSOFT] (II) Increasing allocated voices to 256

[11-04 10:32:05.751 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-04 10:32:05.751 3751:3995 I/chatty]
uid=1002(bluetooth) BluetoothAvrcpH identical 4 lines

[11-04 10:32:05.751 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-04 10:32:05.754 952:969 D/openal]
[ALSOFT] (II) Key volume-adjust not found

[11-04 10:32:05.754 952:969 D/openal]
[ALSOFT] (II) Created context 0xa220c7c0

[11-04 10:32:05.755 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLInfo() const -> --- OpenGL device info ---

[11-04 10:32:05.755 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLInfo() const -> Vendor: ARM

[11-04 10:32:05.755 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLInfo() const -> Renderer: Mali-G31

[11-04 10:32:05.755 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLInfo() const -> OpenGL Version: OpenGL ES 3.2 v1.r16p0-01rel0.bcc0cdabec638d4bf85475d4a5ae47a7

[11-04 10:32:05.755 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLInfo() const -> GLSL Version: OpenGL ES GLSL ES 3.20

[11-04 10:32:05.755 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> --- OpenGL device capabilities ---

[11-04 10:32:05.755 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_TEXTURE_SIZE: 8192

[11-04 10:32:05.755 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_TEXTURE_IMAGE_UNITS: 16

[11-04 10:32:05.755 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_UNIFORM_BLOCK_SIZE: 16384

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_UNIFORM_BUFFER_BINDINGS: 72

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_VERTEX_UNIFORM_BLOCKS: 12

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_FRAGMENT_UNIFORM_BLOCKS: 12

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT: 16

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_COLOR_ATTACHMENTS: 4

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_NUM_PROGRAM_BINARY_FORMATS: 1

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> ---

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_KHR_debug: 1

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_ARB_texture_storage: 0

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_ARB_get_program_binary: 0

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_OES_get_program_binary: 1

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_EXT_texture_compression_s3tc: 0

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_OES_compressed_ETC1_RGB8_texture: 1

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_AMD_compressed_ATC_texture: 0

[11-04 10:32:05.756 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_IMG_texture_compression_pvrtc: 0

[11-04 10:32:05.757 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> GL_KHR_texture_compression_astc_ldr: 1

[11-04 10:32:05.757 952:969 I/jazz2]
void nCine::GfxCapabilities::logGLCaps() const -> ---

[11-04 10:32:05.758 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:05.770 952:969 I/jazz2]
void nCine::Application::initCommon() -> Creating rendering resources...

[11-04 10:32:05.773 952:969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/ddfbfd495895af17e6507dc6e561bf68.shader" opened

[11-04 10:32:05.773 952:969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/ddfbfd495895af17e6507dc6e561bf68.shader" closed

[11-04 10:32:05.774 4144:4144 I/star.vfdservice]
type=1400 audit(0.0:3566): avc: denied { write } for name="colorleds" dev="sysfs" ino=17492 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-04 10:32:05.775 952:969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/cd7729f7934e8622e6507dc6e561bf68.shader" opened

[11-04 10:32:05.776 952:969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/cd7729f7934e8622e6507dc6e561bf68.shader" closed

[11-04 10:32:05.777 952:969 F/libc]
Fatal signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0x878266fe in tid 969 (Thread-2), pid 952 (z2.resurrection)

[11-04 10:32:05.860 3272:3312 W/SurfaceFlinger]
Attempting to set client state on removed layer: Splash Screen jazz2.resurrection#0

[11-04 10:32:05.860 3272:3312 W/SurfaceFlinger]
Attempting to destroy on removed layer: Splash Screen jazz2.resurrection#0

[11-04 10:32:05.879 984:984 I/crash_dump32]
obtaining output fd from tombstoned, type: kDebuggerdTombstone

[11-04 10:32:05.881 3389:3389 I//system/bin/tombstoned]
received crash request for pid 969

[11-04 10:32:05.882 984:984 I/crash_dump32]
performing dump of process 952 (target tid = 969)

[11-04 10:32:05.909 984:984 F/DEBUG]


[11-04 10:32:05.909 984:984 F/DEBUG]
Build fingerprint: 'Droidlogic/ampere/ampere:9/A95X_F3_AIR_B/20210423:userdebug/test-keys'

[11-04 10:32:05.909 984:984 F/DEBUG]
Revision: '0'

[11-04 10:32:05.909 984:984 F/DEBUG]
ABI: 'arm'

[11-04 10:32:05.909 984:984 F/DEBUG]
pid: 952, tid: 969, name: Thread-2 >>> jazz2.resurrection <<<

[11-04 10:32:05.909 984:984 F/DEBUG]
signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0x878266fe

[11-04 10:32:05.909 984:984 F/DEBUG]
r0 878266fe r1 0000000a r2 b15e6037 r3 01000193

[11-04 10:32:05.910 984:984 F/DEBUG]
r4 8765a24c r5 50215b75 r6 00000008 r7 8765a1d0

[11-04 10:32:05.910 984:984 F/DEBUG]
r8 1e6d1965 r9 87826706 r10 880355f2 r11 2127599b

[11-04 10:32:05.910 984:984 F/DEBUG]
ip 51215ae6 sp 8765a1ac lr f4325c37 pc 8787e620

[11-04 10:32:05.923 984:984 F/DEBUG]

backtrace:

[11-04 10:32:05.923 984:984 F/DEBUG]
#00 pc 00159620 /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (nCine::fasthash64(void const*, unsigned int, unsigned long long)+68)

[11-04 10:32:05.924 984:984 F/DEBUG]
#1 pc 00158bed /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (nCine::BinaryShaderCache::getCachedShaderPath(char const*)+64)

[11-04 10:32:05.924 984:984 F/DEBUG]
#2 pc 00158c7f /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (nCine::BinaryShaderCache::loadFromCache(char const*, unsigned long long, nCine::GLShaderProgram*, nCine::GLShaderProgram::Introspection)+34)

[11-04 10:32:05.924 984:984 F/DEBUG]
#3 pc 00155981 /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (nCine::RenderResources::create()+1124)

[11-04 10:32:05.924 984:984 F/DEBUG]
#4 pc 0014baef /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (nCine::Application::initCommon()+554)

[11-04 10:32:05.924 984:984 F/DEBUG]
#5 pc 00220021 /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (nCine::AndroidApplication::init()+200)

[11-04 10:32:05.924 984:984 F/DEBUG]
#6 pc 0021f63f /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (nCine::AndroidApplication::processCommand(android_app*, int)+634)

[11-04 10:32:05.924 984:984 F/DEBUG]
#7 pc 0013f135 /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (process_cmd+112)

[11-04 10:32:05.924 984:984 F/DEBUG]
#8 pc 0021fbf3 /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (nCine::AndroidApplication::start(android_app*, std::__ndk1::unique_ptr<nCine::IAppEventHandler, std::__ndk1::default_deletenCine::IAppEventHandler> (*)())+198)

[11-04 10:32:05.925 984:984 F/DEBUG]
#9 pc 0013f055 /data/app/jazz2.resurrection-f2xUk68z6EEFrg2dLp1Ueg==/lib/arm/libgame.so (android_app_entry+144)

[11-04 10:32:05.925 984:984 F/DEBUG]
#10 pc 00063c15 /system/lib/libc.so (__pthread_start(void*)+22)

[11-04 10:32:05.925 984:984 F/DEBUG]
#11 pc 0001e065 /system/lib/libc.so (__start_thread+22)

[11-04 10:32:06.144 3272:3310 E/BufferQueueProducer]
[com.rockchips.android.leanbacklauncher/com.rockchips.android.leanbacklauncher.MainActivity#0] disconnect: not connected (req=1)

[11-04 10:32:06.144 4165:4336 I/chatty]
uid=1000(system) RenderThread expire 1 line

[11-04 10:32:06.151 4165:4165 I/chatty]
uid=1000(system) com.rockchips.android.leanbacklauncher expire 19 lines

[11-04 10:32:06.434 10219:10219 I/.android.chrome]
type=1400 audit(0.0:3569): avc: denied { search } for name="10300" dev="proc" ino=1222274 scontext=u:r:untrusted_app:s0:c76,c256,c512,c768 tcontext=u:r:isolated_app:s0:c19,c256,c512,c768 tclass=dir permissive=1

[11-04 10:32:06.434 10219:10219 I/.android.chrome]
type=1400 audit(0.0:3570): avc: denied { read } for name="status" dev="proc" ino=1223934 scontext=u:r:untrusted_app:s0:c76,c256,c512,c768 tcontext=u:r:isolated_app:s0:c19,c256,c512,c768 tclass=file permissive=1

[11-04 10:32:06.434 10219:10219 I/.android.chrome]
type=1400 audit(0.0:3571): avc: denied { open } for path="/proc/10300/status" dev="proc" ino=1223934 scontext=u:r:untrusted_app:s0:c76,c256,c512,c768 tcontext=u:r:isolated_app:s0:c19,c256,c512,c768 tclass=file permissive=1

[11-04 10:32:06.548 3389:3389 E//system/bin/tombstoned]
Tombstone written to: /data/tombstones/tombstone_41

[11-04 10:32:06.552 3493:991 W/ActivityManager]
Force finishing activity jazz2.resurrection/.LoadLibraries

[11-04 10:32:06.575 3493:3509 W/BroadcastQueue]
Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver

[11-04 10:32:06.575 3493:3509 W/BroadcastQueue]
Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver

[11-04 10:32:06.615 3493:3619 W/InputDispatcher]
channel 'd5e77b2 jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)' ~ Consumer closed input channel or an error occurred. events=0x9

[11-04 10:32:06.615 3493:3619 E/InputDispatcher]
channel 'd5e77b2 jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)' ~ Channel is unrecoverably broken and will be disposed!

[11-04 10:32:06.617 3493:4023 I/WindowManager]
WIN DEATH: Window{d5e77b2 u0 jazz2.resurrection/jazz2.resurrection.LoadLibraries}

[11-04 10:32:06.617 3493:4023 W/InputDispatcher]
Attempted to unregister already unregistered input channel 'd5e77b2 jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)'

[11-04 10:32:06.617 3240:3240 I/Zygote]
Process 952 exited due to signal (7)

[11-04 10:32:06.618 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-04 10:32:06.618 3751:3995 I/chatty]
uid=1002(bluetooth) BluetoothAvrcpH identical 4 lines

[11-04 10:32:06.618 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-04 10:32:06.626 3493:8754 I/ActivityManager]
Process jazz2.resurrection (pid 952) has died: vis +99TOP

[11-04 10:32:06.626 3493:3512 W/libprocessgroup]
kill(-952, 9) failed: No such process

[11-04 10:32:06.626 3493:3512 I/libprocessgroup]
Successfully killed process cgroup uid 10087 pid 952 in 0ms

[11-04 10:32:06.631 3272:3977 W/SurfaceFlinger]
Attempting to set client state on removed layer: jazz2.resurrection/jazz2.resurrection.LoadLibraries#0

[11-04 10:32:06.631 3272:3977 W/SurfaceFlinger]
Attempting to destroy on removed layer: jazz2.resurrection/jazz2.resurrection.LoadLibraries#0

[11-04 10:32:06.637 3272:3977 W/SurfaceFlinger]
Attempting to destroy on removed layer: AppWindowToken{3546738 token=Token{efcc79b ActivityRecord{a70afaa u0 jazz2.resurrection/.LoadLibraries t3283}}}#0

[11-04 10:32:06.659 3493:3517 W/ActivityManager]
setHasOverlayUi called on unknown pid: 952

[11-04 10:32:06.670 4165:4165 I/ManiActivity_LEANBACK]
mIdleListeners.get(i)->className:com.rockchips.android.leanbacklauncher.notifications.NotificationsAdapter

[11-04 10:32:06.670 4165:4165 I/ManiActivity_LEANBACK]
mIdleListeners.get(i)->className:com.rockchips.android.leanbacklauncher.SearchOrbView

[11-04 10:32:06.703 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:06.817 4165:4336 D/mali_winsys]
EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000

[11-04 10:32:06.817 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:06.822 3256:3397 I/chatty]
uid=1000(system) HwBinder:3256_2 identical 1 line

[11-04 10:32:06.825 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:06.829 4165:4165 I/ManiActivity_LEANBACK]
NetWorkChangeReceiver->onReceive

[11-04 10:32:06.830 4165:4165 I/ManiActivity_LEANBACK]
updateNetWorkState->networkState

[11-04 10:32:06.831 4165:4165 I/ManiActivity_LEANBACK]
addWidget->childCount:2

[11-04 10:32:06.835 4165:4165 I/ClockView]
ClockView create

[11-04 10:32:06.835 4165:4165 I/ClockView]
setTextSize->size:40.0

[11-04 10:32:06.835 4165:4165 I/ClockView]
setTextSize->size1:40.0

[11-04 10:32:06.840 4165:4165 I/ManiActivity_LEANBACK]
NetWorkChangeReceiver->onReceive

[11-04 10:32:06.842 4165:4165 I/ManiActivity_LEANBACK]
updateNetWorkState->networkState

[11-04 10:32:06.854 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:06.874 4144:4144 I/star.vfdservice]
type=1400 audit(0.0:3572): avc: denied { write } for name="colorleds" dev="sysfs" ino=17492 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-04 10:32:06.874 4144:4144 I/star.vfdservice]
type=1400 audit(0.0:3573): avc: denied { open } for path="/sys/devices/platform/cyx-colorleds/colorleds" dev="sysfs" ino=17492 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-04 10:32:06.892 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:06.914 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:06.991 3493:3503 I/system_server]
NativeAlloc concurrent copying GC freed 45619(2MB) AllocSpace objects, 15(684KB) LOS objects, 19% free, 14MB/17MB, paused 232us total 184.365ms

[11-04 10:32:07.506 998:998 I/su]
type=1400 audit(0.0:3575): avc: denied { read } for name="enforce" dev="selinuxfs" ino=4 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=1

[11-04 10:32:07.506 998:998 I/su]
type=1400 audit(0.0:3576): avc: denied { open } for path="/sys/fs/selinux/enforce" dev="selinuxfs" ino=4 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=1

[11-04 10:32:07.510 30882:30882 I/daemonsu]
type=1400 audit(0.0:3577): avc: denied { sys_ptrace } for capability=19 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1

[11-04 10:32:07.522 1001:1001 I/daemonsu]
type=1400 audit(0.0:3578): avc: denied { execute_no_trans } for path="/tmp-mksh/tmp-mksh" dev="mmcblk0p18" ino=2689 scontext=u:r:init:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1

[11-04 10:32:07.538 1002:1002 I/find]
type=1400 audit(0.0:3579): avc: denied { read } for path="pipe:[2036398]" dev="pipefs" ino=2036398 scontext=u:r:toolbox:s0 tcontext=u:r:init:s0 tclass=fifo_file permissive=1

[11-04 10:32:07.620 4165:4165 I/ManiActivity_LEANBACK]
onKeyDown event.getKeyCode() --22

[11-04 10:32:07.620 4165:4165 I/ManiActivity_LEANBACK]
onKeyDown 2

[11-04 10:32:07.620 4165:4165 I/ActiveItemsRowView]
focusSearch

[11-04 10:32:07.620 4165:4165 I/ActiveItemsRowView]
onNChildSelected->position:48

[11-04 10:32:07.620 4165:4165 I/ActiveItemsRowView]
onNChildSelected->child:com.rockchips.android.leanbacklauncher.apps.BannerView

[11-04 10:32:08.159 4165:4165 I/ManiActivity_LEANBACK]
onKeyDown event.getKeyCode() --96

[11-04 10:32:08.159 4165:4165 I/ManiActivity_LEANBACK]
onKeyDown 2

[11-04 10:32:08.255 4165:4165 I/AppsAdapter]
onClick->v->className:com.rockchips.android.leanbacklauncher.apps.BannerView

[11-04 10:32:08.769 4165:4165 I/AnimatorLifecycle]
AnimatorLifecycle->mCallback->class:com.rockchips.android.leanbacklauncher.LauncherViewHolder$C01571

[11-04 10:32:08.770 4165:4165 I/TAG]
LauncherViewHolder performLaunch this.mLaunchIntent == Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.dp.logcatapp/.activities.SplashActivity }

[11-04 10:32:08.770 3493:9108 I/ActivityManager]
START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.dp.logcatapp/.activities.SplashActivity} from uid 1000

[11-04 10:32:08.795 4165:4165 V/AppsRanker]
action: 1 for com.dp.logcatapp - group = null

[11-04 10:32:08.796 4165:4165 I/AppsAdapter]
onActionOpenLaunchPoint

[11-04 10:32:08.796 4165:4165 I/ManiActivity_LEANBACK]
onPause

[11-04 10:32:08.802 30990:30990 W/ActivityThread]
handleWindowVisibility: no activity for token android.os.BinderProxy@cc5345d

[11-04 10:32:08.826 4165:4165 W/ViewRootImpl[MainActivity]]
Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=0.003921628, y[0]=0.003921628, toolType[0]=TOOL_TYPE_UNKNOWN, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=14442347, downTime=0, deviceId=12, source=0x1000010 }

[11-04 10:32:08.830 4165:4165 I/chatty]
uid=1000(system) com.rockchips.android.leanbacklauncher identical 5 lines

[11-04 10:32:08.830 4165:4165 W/ViewRootImpl[MainActivity]]
Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=0.003921628, y[0]=0.003921628, toolType[0]=TOOL_TYPE_UNKNOWN, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=14442347, downTime=0, deviceId=12, source=0x1000010 }

[11-04 10:32:08.851 3493:4023 I/ActivityManager]
START u0 {cmp=com.dp.logcatapp/.activities.MainActivity} from uid 10089

[11-04 10:32:08.858 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:08.908 30990:30990 W/ActivityThread]
handleWindowVisibility: no activity for token android.os.BinderProxy@3848ad0

[11-04 10:32:09.001 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:09.004 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:09.006 3256:3396 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:09.015 30990:31014 D/mali_winsys]
EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000

[11-04 10:32:09.017 30990:30990 D/LogcatReader]
[LogcatLiveFragment] onServiceConnected

[11-04 10:32:09.017 30990:30990 D/LogcatReader]
[LogcatLiveFragment] Added all logs

[11-04 10:32:09.018 30990:30990 D/LogcatReader]
[Logcat] onActivityInForeground

[11-04 10:32:09.075 3256:3396 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:09.119 3493:3517 I/ActivityManager]
Displayed com.dp.logcatapp/.activities.MainActivity: +215ms (total +299ms)

[11-04 10:32:09.128 3256:3396 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:09.283 3272:3310 W/SurfaceFlinger]
Attempting to set client state on removed layer: Splash Screen com.dp.logcatapp#0

[11-04 10:32:09.283 3272:3310 W/SurfaceFlinger]
Attempting to destroy on removed layer: Splash Screen com.dp.logcatapp#0

[11-04 10:32:09.328 3256:3396 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-04 10:32:09.346 30990:31002 I/om.dp.logcatap]
Background concurrent copying GC freed 105618(5MB) AllocSpace objects, 1(20KB) LOS objects, 24% free, 3MB/4MB, paused 913us total 119.330ms

[11-04 10:32:09.458 10219:10219 I/.android.chrome]
type=1400 audit(0.0:3596): avc: denied { search } for name="10300" dev="proc" ino=1222274 scontext=u:r:untrusted_app:s0:c76,c256,c512,c768 tcontext=u:r:isolated_app:s0:c19,c256,c512,c768 tclass=dir permissive=1

[11-04 10:32:09.458 10219:10219 I/.android.chrome]
type=1400 audit(0.0:3597): avc: denied { read } for name="status" dev="proc" ino=1223934 scontext=u:r:untrusted_app:s0:c76,c256,c512,c768 tcontext=u:r:isolated_app:s0:c19,c256,c512,c768 tclass=file permissive=1

[11-04 10:32:09.458 10219:10219 I/.android.chrome]
type=1400 audit(0.0:3598): avc: denied { open } for path="/proc/10300/status" dev="proc" ino=1223934 scontext=u:r:untrusted_app:s0:c76,c256,c512,c768 tcontext=u:r:isolated_app:s0:c19,c256,c512,c768 tclass=file permissive=1

[11-04 10:32:09.546 3272:3606 E/BufferQueueProducer]
[com.rockchips.android.leanbacklauncher/com.rockchips.android.leanbacklauncher.MainActivity#0] disconnect: not connected (req=1)

[11-04 10:32:09.547 4165:4336 W/libEGL]
EGLNativeWindowType 0x86845008 disconnect failed

[11-04 10:32:09.561 4165:4165 I/AppsAdapter]
sortItemsIfNeeded

[11-04 10:32:09.561 4165:4165 I/chatty]
uid=1000(system) com.rockchips.android.leanbacklauncher identical 1 line

[11-04 10:32:09.561 4165:4165 I/AppsAdapter]
sortItemsIfNeeded

[11-04 10:32:09.810 1016:1016 I/find]
type=1400 audit(0.0:3599): avc: denied { read } for path="pipe:[2031243]" dev="pipefs" ino=2031243 scontext=u:r:toolbox:s0 tcontext=u:r:init:s0 tclass=fifo_file permissive=1

[11-04 10:32:09.810 1016:1016 I/find]
type=1400 audit(0.0:3600): avc: denied { write } for path="pipe:[2031244]" dev="pipefs" ino=2031244 scontext=u:r:toolbox:s0 tcontext=u:r:init:s0 tclass=fifo_file permissive=1

@deathkiller
Copy link
Owner

Thanks for the log! It seems to be caused by wrong memory alignment (BUS_ADRALN error in function fasthash64), some ARM CPUs are sensitive to this (unlike x86 CPUs). I have to check all memory accesses there to be correct also for ARM, but hopefully it will work then. I thought it wouldn't be that big a deal, but apparently it probably is.

@maxstrike88
Copy link
Author

I'm glad the information was useful to you.

@deathkiller
Copy link
Owner

I hope I fixed this issue in the latest commits. Can you try new experimental build and let me know if it works, please? You can download it here (or from GitHub Actions): https://deat.tk/jazz2/?experimental

@maxstrike88
Copy link
Author

Hello again. Now the game starts fine, but no controls work. I can't press anything in the menu. I tried using a bluetooth gamepad and a mouse. This device, being a TV box, does not have touch controls, so I don't know if it would work that way. In any case, I attach the logcat in case there is any information.

[11-05 09:34:55.223 31127:31153 I/chatty]
uid=10087(jazz2.resurrection) expire 14 lines

[11-05 09:34:55.225 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:55.225 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:55.785 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:55.786 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:56.866 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:56.867 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:57.437 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:57.438 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:57.891 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:57.891 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:59.242 2419:2489 I/GoLog]
dot exchange domain failed:dial tcp 8.8.8.8:853: i/o timeout

[11-05 09:34:59.998 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:34:59.999 3751:3995 I/chatty]
uid=1002(bluetooth) BluetoothAvrcpH identical 26 lines

[11-05 09:34:59.999 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:35:01.199 4165:4165 I/chatty]
uid=1000(system) com.rockchips.android.leanbacklauncher expire 11 lines

[11-05 09:35:01.815 3493:5330 I/ActivityManager]
START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jazz2.resurrection/.LoadLibraries} from uid 1000

[11-05 09:35:01.836 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:35:01.837 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:35:01.847 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:35:01.853 31127:31127 I/chatty]
uid=10087(jazz2.resurrection) expire 1 line

[11-05 09:35:01.856 3493:3553 W/WindowManager]
TaskSnapshotSurface.create: Failed to find main window for token=AppWindowToken{f44f066 token=Token{90e20c1 ActivityRecord{94bda8 u0 jazz2.resurrection/.LoadLibraries t3293}}}

[11-05 09:35:01.872 4165:4165 W/ViewRootImpl[MainActivity]]
Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=0.003921628, y[0]=0.003921628, toolType[0]=TOOL_TYPE_UNKNOWN, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=24730881, downTime=0, deviceId=15, source=0x1000010 }

[11-05 09:35:01.877 4165:4165 I/chatty]
uid=1000(system) com.rockchips.android.leanbacklauncher identical 5 lines

[11-05 09:35:01.877 4165:4165 W/ViewRootImpl[MainActivity]]
Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=0.003921628, y[0]=0.003921628, toolType[0]=TOOL_TYPE_UNKNOWN, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=24730881, downTime=0, deviceId=15, source=0x1000010 }

[11-05 09:35:01.884 31127:2917 I/chatty]
uid=10087(jazz2.resurrection) expire 8 lines

[11-05 09:35:01.912 31127:31144 I/chatty]
uid=10087(jazz2.resurrection) expire 303 lines

[11-05 09:35:01.913 31127:2917 F/libc]
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x2 in tid 2917 (z2.resurrection), pid 31127 (z2.resurrection)

[11-05 09:35:01.947 3493:3517 I/ActivityManager]
Displayed jazz2.resurrection/.LoadLibraries: +80ms

[11-05 09:35:02.016 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:35:02.037 2920:2920 I/chatty]
uid=10087(jazz2.resurrection) expire 2 lines

[11-05 09:35:02.038 3389:3389 I//system/bin/tombstoned]
received crash request for pid 2917

[11-05 09:35:02.062 2920:2920 F/DEBUG]


[11-05 09:35:02.062 2920:2920 F/DEBUG]
Build fingerprint: 'Droidlogic/ampere/ampere:9/A95X_F3_AIR_B/20210423:userdebug/test-keys'

[11-05 09:35:02.062 2920:2920 F/DEBUG]
Revision: '0'

[11-05 09:35:02.062 2920:2920 F/DEBUG]
ABI: 'arm'

[11-05 09:35:02.062 2920:2920 F/DEBUG]
pid: 31127, tid: 2917, name: z2.resurrection >>> jazz2.resurrection <<<

[11-05 09:35:02.062 2920:2920 F/DEBUG]
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x2

[11-05 09:35:02.062 2920:2920 F/DEBUG]
Cause: null pointer dereference

[11-05 09:35:02.062 2920:2920 F/DEBUG]
r0 858ff9c0 r1 6936f98f r2 a26ffe1f r3 00000a4b

[11-05 09:35:02.062 2920:2920 F/DEBUG]
r4 00000000 r5 87a5e680 r6 00000000 r7 858ff888

[11-05 09:35:02.062 2920:2920 F/DEBUG]
r8 858ff898 r9 ffffffff r10 87a5de88 r11 a26e368a

[11-05 09:35:02.062 2920:2920 F/DEBUG]
ip a52b4638 sp 858ff740 lr a2551ca5 pc a24ea870

[11-05 09:35:02.078 2920:2920 F/DEBUG]

backtrace:

[11-05 09:35:02.078 2920:2920 F/DEBUG]
#00 pc 00235870 /system/lib/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+48)

[11-05 09:35:02.078 2920:2920 F/DEBUG]
#1 pc 0029cca1 /system/lib/libart.so (art::JNI::GetArrayLength(_JNIEnv*, _jarray*)+656)

[11-05 09:35:02.078 2920:2920 F/DEBUG]
#2 pc 0022684d /data/app/jazz2.resurrection-JHSJkBVPalCd0dsmgMvFFQ==/lib/arm/libgame.so (nCine::AndroidJniClass_InputDevice::getDeviceIds(int*, int)+52)

[11-05 09:35:02.078 2920:2920 F/DEBUG]
#3 pc 00223115 /data/app/jazz2.resurrection-JHSJkBVPalCd0dsmgMvFFQ==/lib/arm/libgame.so (nCine::AndroidInputManager::checkConnectedJoysticks()+48)

[11-05 09:35:02.078 2920:2920 F/DEBUG]
#4 pc 0022417d /data/app/jazz2.resurrection-JHSJkBVPalCd0dsmgMvFFQ==/lib/arm/libgame.so (nCine::AndroidInputManager::updateJoystickConnections()+40)

[11-05 09:35:02.078 2920:2920 F/DEBUG]
#5 pc 00222949 /data/app/jazz2.resurrection-JHSJkBVPalCd0dsmgMvFFQ==/lib/arm/libgame.so (nCine::AndroidApplication::start(android_app*, std::__ndk1::unique_ptr<nCine::IAppEventHandler, std::__ndk1::default_deletenCine::IAppEventHandler> (*)())+404)

[11-05 09:35:02.078 2920:2920 F/DEBUG]
#6 pc 00140365 /data/app/jazz2.resurrection-JHSJkBVPalCd0dsmgMvFFQ==/lib/arm/libgame.so (android_app_entry+144)

[11-05 09:35:02.079 2920:2920 F/DEBUG]
#7 pc 00063c15 /system/lib/libc.so (__pthread_start(void*)+22)

[11-05 09:35:02.079 2920:2920 F/DEBUG]
#8 pc 0001e065 /system/lib/libc.so (__start_thread+22)

[11-05 09:35:02.086 4144:4144 I/star.vfdservice]
type=1400 audit(0.0:6257): avc: denied { write } for name="colorleds" dev="sysfs" ino=17492 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 09:35:02.086 4144:4144 I/star.vfdservice]
type=1400 audit(0.0:6258): avc: denied { open } for path="/sys/devices/platform/cyx-colorleds/colorleds" dev="sysfs" ino=17492 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 09:35:02.086 4144:4144 I/star.vfdservice]
type=1400 audit(0.0:6259): avc: denied { getattr } for path="/sys/devices/platform/cyx-colorleds/colorleds" dev="sysfs" ino=17492 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 09:35:02.184 3270:3460 D/AudioFlinger]
mixer(0xaf903740) throttle end: throttle time(25)

[11-05 09:35:02.566 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 09:35:02.573 3272:3977 E/BufferQueueProducer]
[com.rockchips.android.leanbacklauncher/com.rockchips.android.leanbacklauncher.MainActivity#0] disconnect: not connected (req=1)

[11-05 09:35:02.617 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 09:35:02.686 2925:2925 I/su]
type=1400 audit(0.0:6260): avc: denied { read } for name="/" dev="selinuxfs" ino=1 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=dir permissive=1

[11-05 09:35:02.686 2925:2925 I/su]
type=1400 audit(0.0:6261): avc: denied { read } for name="enforce" dev="selinuxfs" ino=4 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=1

[11-05 09:35:02.820 3389:3389 E//system/bin/tombstoned]
Tombstone written to: /data/tombstones/tombstone_42

[11-05 09:35:02.821 3493:2932 W/ActivityManager]
Force finishing activity jazz2.resurrection/.LoadLibraries

[11-05 09:35:02.846 3493:3509 W/BroadcastQueue]
Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver

[11-05 09:35:02.846 3493:3509 W/BroadcastQueue]
Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver

[11-05 09:35:02.921 3493:3619 W/InputDispatcher]
channel '51b07fd jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)' ~ Consumer closed input channel or an error occurred. events=0x9

[11-05 09:35:02.921 3493:3619 E/InputDispatcher]
channel '51b07fd jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)' ~ Channel is unrecoverably broken and will be disposed!

[11-05 09:35:02.950 3493:3619 W/InputDispatcher]
channel '2ac5eb6 jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)' ~ Consumer closed input channel or an error occurred. events=0x9

[11-05 09:35:02.950 3493:3619 E/InputDispatcher]
channel '2ac5eb6 jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)' ~ Channel is unrecoverably broken and will be disposed!

[11-05 09:35:02.951 3493:5330 I/WindowManager]
WIN DEATH: Window{51b07fd u0 jazz2.resurrection/jazz2.resurrection.LoadLibraries}

[11-05 09:35:02.951 3493:5330 W/InputDispatcher]
Attempted to unregister already unregistered input channel '51b07fd jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)'

[11-05 09:35:02.951 3493:10532 I/ActivityManager]
Process jazz2.resurrection (pid 31127) has died: fore TOP

[11-05 09:35:02.951 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:35:02.951 3493:3512 W/libprocessgroup]
kill(-31127, 9) failed: No such process

[11-05 09:35:02.951 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:35:02.951 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:35:02.951 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:35:02.954 3240:3240 I/Zygote]
Process 31127 exited due to signal (11)

[11-05 09:35:02.958 3493:10536 I/WindowManager]
WIN DEATH: Window{2ac5eb6 u0 jazz2.resurrection/jazz2.resurrection.LoadLibraries}

[11-05 09:35:02.958 3493:10536 W/InputDispatcher]
Attempted to unregister already unregistered input channel '2ac5eb6 jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)'

[11-05 09:35:02.965 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 09:35:02.969 3272:3312 W/SurfaceFlinger]
Attempting to set client state on removed layer: jazz2.resurrection/jazz2.resurrection.LoadLibraries#0

[11-05 09:35:02.969 3272:3312 W/SurfaceFlinger]
Attempting to destroy on removed layer: jazz2.resurrection/jazz2.resurrection.LoadLibraries#0

[11-05 09:35:02.982 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 09:35:02.984 3493:3517 W/ActivityManager]
setHasOverlayUi called on unknown pid: 31127

[11-05 09:35:02.996 3493:3511 I/ActivityManager]
Start proc 2939:jazz2.resurrection/u0a87 for activity jazz2.resurrection/.LoadLibraries

[11-05 09:35:02.997 3493:3512 W/libprocessgroup]
kill(-31127, 9) failed: No such process

[11-05 09:35:02.998 2939:2939 I/Zygote]
seccomp disabled by setenforce 0

[11-05 09:35:02.998 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 09:35:03.003 3493:3512 I/libprocessgroup]
Successfully killed process cgroup uid 10087 pid 31127 in 51ms

[11-05 09:35:03.004 2939:2939 I/chatty]
uid=10087(jazz2.resurrection) expire 2 lines

[11-05 09:35:03.015 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 09:35:03.016 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:35:03.032 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 09:35:03.049 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 09:35:03.180 2939:2958 I/chatty]
uid=10087(jazz2.resurrection) Thread-2 expire 214 lines

[11-05 09:35:03.222 3272:3609 E/BufferQueueProducer]
[jazz2.resurrection/jazz2.resurrection.LoadLibraries#0] disconnect: not connected (req=1)

[11-05 09:35:03.240 3493:3517 I/ActivityManager]
Displayed jazz2.resurrection/.LoadLibraries: +250ms

[11-05 09:35:03.255 3270:9309 W/AudioFlinger]
createTrack_l(): mismatch between requested flags (00000104) and output flags (00000002)

[11-05 09:35:03.256 3270:9309 D/AudioFlinger]
Client defaulted notificationFrames to 629 for frameCount 1888

[11-05 09:35:03.259 2939:2968 I/chatty]
uid=10087(jazz2.resurrection) alsoft-mixer expire 2 lines

[11-05 09:35:03.261 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:35:03.261 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:35:03.268 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:35:03.382 3349:3349 I/led_service]
type=1400 audit(0.0:6263): avc: denied { read write } for name="led" dev="sysfs" ino=17187 scontext=u:r:led_daemon:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 09:35:03.382 3349:3349 I/led_service]
type=1400 audit(0.0:6264): avc: denied { open } for path="/sys/devices/platform/cyx-vfd/led" dev="sysfs" ino=17187 scontext=u:r:led_daemon:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 09:35:03.382 3349:3349 I/led_service]
type=1400 audit(0.0:6265): avc: denied { getattr } for path="/sys/devices/platform/cyx-vfd/led" dev="sysfs" ino=17187 scontext=u:r:led_daemon:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 09:35:03.387 3272:3609 W/SurfaceFlinger]
Attempting to set client state on removed layer: Splash Screen jazz2.resurrection#0

[11-05 09:35:03.387 3272:3609 W/SurfaceFlinger]
Attempting to destroy on removed layer: Splash Screen jazz2.resurrection#0

[11-05 09:35:03.521 2939:2970 I/chatty]
uid=10087(jazz2.resurrection) expire 3 lines

[11-05 09:35:03.904 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:35:03.931 2939:2958 I/chatty]
uid=10087(jazz2.resurrection) Thread-2 expire 4 lines

[11-05 09:35:03.932 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:35:04.942 30882:30882 I/daemonsu]
type=1400 audit(0.0:6266): avc: denied { sys_ptrace } for capability=19 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1

[11-05 09:35:04.958 2976:2976 I/daemonsu]
type=1400 audit(0.0:6267): avc: denied { execute_no_trans } for path="/tmp-mksh/tmp-mksh" dev="mmcblk0p18" ino=2689 scontext=u:r:init:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1

[11-05 09:35:04.974 2977:2977 I/find]
type=1400 audit(0.0:6268): avc: denied { read } for path="pipe:[2546154]" dev="pipefs" ino=2546154 scontext=u:r:toolbox:s0 tcontext=u:r:init:s0 tclass=fifo_file permissive=1

[11-05 09:35:04.974 2977:2977 I/find]
type=1400 audit(0.0:6269): avc: denied { write } for path="pipe:[2546155]" dev="pipefs" ino=2546155 scontext=u:r:toolbox:s0 tcontext=u:r:init:s0 tclass=fifo_file permissive=1

[11-05 09:35:04.974 2977:2977 I/find]
type=1400 audit(0.0:6270): avc: denied { use } for path="/dev/null" dev="tmpfs" ino=14519 scontext=u:r:toolbox:s0 tcontext=u:r:rootservice:s0 tclass=fd permissive=1

[11-05 09:35:04.998 2977:2977 I/find]
type=1400 audit(0.0:6271): avc: denied { getattr } for path="/data/data/com.netflix.mediaclient" dev="mmcblk0p20" ino=1437123 scontext=u:r:toolbox:s0 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=1

[11-05 09:35:04.998 2977:2977 I/find]
type=1400 audit(0.0:6272): avc: denied { dac_override } for capability=1 scontext=u:r:toolbox:s0 tcontext=u:r:toolbox:s0 tclass=capability permissive=1

[11-05 09:35:07.210 2979:2979 I/su]
type=1400 audit(0.0:6282): avc: denied { read } for name="/" dev="selinuxfs" ino=1 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=dir permissive=1

[11-05 09:35:07.210 2979:2979 I/su]
type=1400 audit(0.0:6283): avc: denied { read } for name="enforce" dev="selinuxfs" ino=4 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=1

[11-05 09:35:07.210 2979:2979 I/su]
type=1400 audit(0.0:6284): avc: denied { open } for path="/sys/fs/selinux/enforce" dev="selinuxfs" ino=4 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=1

[11-05 09:35:07.417 2419:2484 I/GoLog]
dot exchange domain failed:dial tcp 223.6.6.6:853: i/o timeout

[11-05 09:35:15.593 2419:2699 I/GoLog]
dot exchange domain failed:dial tcp 8.8.4.4:853: i/o timeout

[11-05 09:35:19.539 3493:3503 I/system_server]
Background concurrent copying GC freed 59876(2MB) AllocSpace objects, 8(352KB) LOS objects, 19% free, 13MB/16MB, paused 197us total 164.026ms

[11-05 09:35:19.558 3493:3509 W/BroadcastQueue]
Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver

[11-05 09:35:19.558 3493:3509 W/BroadcastQueue]
Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver

[11-05 09:35:20.742 3019:3019 I/daemonsu]
type=1400 audit(0.0:6285): avc: denied { execute_no_trans } for path="/tmp-mksh/tmp-mksh" dev="mmcblk0p18" ino=2689 scontext=u:r:init:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1

[11-05 09:35:22.086 3376:3435 E/storaged]
getDiskStats failed with result NOT_SUPPORTED and size 0

[11-05 09:35:26.809 2419:2699 I/GoLog]
dot exchange domain failed:dial tcp 8.8.8.8:853: i/o timeout

[11-05 09:35:27.570 3038:3038 I/find]
type=1400 audit(0.0:6286): avc: denied { getattr } for path="/data/data/com.netflix.mediaclient/lib" dev="mmcblk0p20" ino=1436651 scontext=u:r:toolbox:s0 tcontext=u:object_r:app_data_file:s0 tclass=lnk_file permissive=1

[11-05 09:35:27.570 3038:3038 I/find]
type=1400 audit(0.0:6287): avc: denied { read } for name="lib" dev="mmcblk0p20" ino=1436651 scontext=u:r:toolbox:s0 tcontext=u:object_r:app_data_file:s0 tclass=lnk_file permissive=1

[11-05 09:35:34.983 2419:2489 I/GoLog]
dot exchange domain failed:dial tcp 8.8.4.4:853: i/o timeout

[11-05 09:35:38.200 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Metadata/UI/MainMenu.res" opened

[11-05 09:35:38.201 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/logo.aura" opened

[11-05 09:35:38.202 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/logo.aura" closed

[11-05 09:35:38.203 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/Common/snow.aura" opened

[11-05 09:35:38.203 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/Common/snow.aura" closed

[11-05 09:35:38.204 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/line.aura" opened

[11-05 09:35:38.205 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/line.aura" closed

[11-05 09:35:38.205 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/line_arrow.aura" opened

[11-05 09:35:38.206 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/line_arrow.aura" closed

[11-05 09:35:38.206 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/dim.aura" opened

[11-05 09:35:38.207 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/dim.aura" closed

[11-05 09:35:38.207 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/glow.aura" opened

[11-05 09:35:38.208 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/glow.aura" closed

[11-05 09:35:38.208 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/episode_complete.aura" opened

[11-05 09:35:38.209 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/episode_complete.aura" closed

[11-05 09:35:38.209 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_jazz.aura" opened

[11-05 09:35:38.223 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_jazz.aura" closed

[11-05 09:35:38.223 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_spaz.aura" opened

[11-05 09:35:38.239 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_spaz.aura" closed

[11-05 09:35:38.239 2939:2958 E/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_lori.aura"

[11-05 09:35:38.239 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/uac.aura" opened

[11-05 09:35:38.240 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/uac.aura" closed

[11-05 09:35:38.241 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/storage.aura" opened

[11-05 09:35:38.241 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/storage.aura" closed

[11-05 09:35:38.241 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_a.aura" opened

[11-05 09:35:38.242 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_a.aura" closed

[11-05 09:35:38.242 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_b.aura" opened

[11-05 09:35:38.243 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_b.aura" closed

[11-05 09:35:38.243 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_x.aura" opened

[11-05 09:35:38.244 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_x.aura" closed

[11-05 09:35:38.244 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_y.aura" opened

[11-05 09:35:38.244 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_y.aura" closed

[11-05 09:35:38.245 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_left.aura" opened

[11-05 09:35:38.245 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_left.aura" closed

[11-05 09:35:38.246 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_right.aura" opened

[11-05 09:35:38.246 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_right.aura" closed

[11-05 09:35:38.247 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_up.aura" opened

[11-05 09:35:38.247 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_up.aura" closed

[11-05 09:35:38.247 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_down.aura" opened

[11-05 09:35:38.248 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_down.aura" closed

[11-05 09:35:38.248 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_guide.aura" opened

[11-05 09:35:38.249 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_guide.aura" closed

[11-05 09:35:38.249 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_back.aura" opened

[11-05 09:35:38.250 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_back.aura" closed

[11-05 09:35:38.250 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_start.aura" opened

[11-05 09:35:38.251 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_start.aura" closed

[11-05 09:35:38.251 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_lb.aura" opened

[11-05 09:35:38.252 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_lb.aura" closed

[11-05 09:35:38.252 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_ls.aura" opened

[11-05 09:35:38.253 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_ls.aura" closed

[11-05 09:35:38.253 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_lt.aura" opened

[11-05 09:35:38.254 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_lt.aura" closed

[11-05 09:35:38.254 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_rb.aura" opened

[11-05 09:35:38.255 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_rb.aura" closed

[11-05 09:35:38.255 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_rs.aura" opened

[11-05 09:35:38.256 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_rs.aura" closed

[11-05 09:35:38.256 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_rt.aura" opened

[11-05 09:35:38.257 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_rt.aura" closed

[11-05 09:35:38.257 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_1.wav" opened

[11-05 09:35:38.257 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_1.wav" closed

[11-05 09:35:38.257 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_2.wav" opened

[11-05 09:35:38.258 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_2.wav" closed

[11-05 09:35:38.258 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_3.wav" opened

[11-05 09:35:38.258 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_3.wav" closed

[11-05 09:35:38.258 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_4.wav" opened

[11-05 09:35:38.258 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_4.wav" closed

[11-05 09:35:38.258 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_5.wav" opened

[11-05 09:35:38.259 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_5.wav" closed

[11-05 09:35:38.259 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_6.wav" opened

[11-05 09:35:38.259 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_6.wav" closed

[11-05 09:35:38.259 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_7.wav" opened

[11-05 09:35:38.259 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_7.wav" closed

[11-05 09:35:38.259 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Metadata/UI/MainMenu.res" closed

[11-05 09:35:38.259 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_small.png.font" opened

[11-05 09:35:38.260 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_small.png" opened

[11-05 09:35:38.266 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_small.png" closed

[11-05 09:35:38.266 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_small.png.font" closed

[11-05 09:35:38.266 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_medium.png.font" opened

[11-05 09:35:38.266 2939:2958 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_medium.png" opened

[11-05 09:35:38.276 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_medium.png" closed

[11-05 09:35:38.276 2939:2958 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_medium.png.font" closed

[11-05 09:35:38.277 2939:2958 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/bonus2.j2b" opened

[11-05 09:35:38.297 2939:2958 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/intro.j2b" closed

[11-05 09:35:43.157 2419:2699 I/GoLog]
dot exchange domain failed:dial tcp 223.5.5.5:853: i/o timeout

[11-05 09:35:50.257 4165:4165 W/ViewRootImpl[MainActivity]]
Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=1.6817929, y[0]=264.27124, toolType[0]=TOOL_TYPE_MOUSE, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=24779275, downTime=23240339, deviceId=6, source=0x2002 }

[11-05 09:35:50.259 4165:4165 I/chatty]
uid=1000(system) com.rockchips.android.leanbacklauncher identical 2 lines

[11-05 09:35:50.259 4165:4165 W/ViewRootImpl[MainActivity]]
Cancelling event due to no window focus: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=1.6817929, y[0]=264.27124, toolType[0]=TOOL_TYPE_MOUSE, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=24779275, downTime=23240339, deviceId=6, source=0x2002 }

[11-05 09:35:51.334 2419:2484 I/GoLog]
dot exchange domain failed:dial tcp 1.0.0.1:853: i/o timeout

[11-05 09:35:54.013 3493:3508 I/UsageStatsService]
User[0] Flushing usage stats to disk

[11-05 09:35:54.198 3493:3503 I/system_server]
Background concurrent copying GC freed 76662(3MB) AllocSpace objects, 2(104KB) LOS objects, 19% free, 13MB/17MB, paused 210us total 181.882ms

[11-05 09:35:56.554 1734:1772 I/BistoDBWrapper]
Close DB

[11-05 09:35:59.509 2419:2699 I/GoLog]
dot exchange domain failed:dial tcp 1.1.1.1:853: i/o timeout

[11-05 09:36:00.448 3791:3791 V/StatusBar]
mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{244b56d I.ED..... ......ID 0,0-1920,1080} canPanelBeCollapsed(): false

[11-05 09:36:00.449 3791:3791 I/vol.Events]
writeEvent dismiss_dialog volume_controller

[11-05 09:36:00.450 3493:3619 I/ActivityManager]
START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.rockchips.android.leanbacklauncher/.MainActivity (has extras)} from uid 1000

[11-05 09:36:00.456 3493:3493 W/HdmiControlService]
Local playback device not available

[11-05 09:36:00.456 3493:3493 W/WindowManager]
One touch play failed: 2

[11-05 09:36:00.465 2939:2958 W/jazz2]
static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_PAUSE event received

[11-05 09:36:00.465 2939:2958 I/jazz2]
void nCine::Application::suspend() -> IAppEventHandler::OnSuspend() invoked

[11-05 09:36:00.490 4165:4165 I/chatty]
uid=1000(system) com.rockchips.android.leanbacklauncher expire 646 lines

[11-05 09:36:00.515 2939:2958 I/jazz2]
static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_LOST_FOCUS event received

[11-05 09:36:00.631 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:36:00.654 3256:3397 I/chatty]
uid=1000(system) HwBinder:3256_2 identical 3 lines

[11-05 09:36:00.657 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:36:00.765 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:36:00.841 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 09:36:01.244 2939:2958 I/jazz2]
static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_TERM_WINDOW event received

[11-05 09:36:01.245 2939:2958 W/jazz2]
static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_STOP event received (not handled)

[11-05 09:36:01.245 2939:2958 W/jazz2]
static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_SAVE_STATE event received (not handled)

[11-05 09:36:01.621 2939:2967 D/]
PlayerBase::stop() from IPlayer

[11-05 09:36:01.621 2939:2967 D/AudioTrack]
stop() called with 2571912 frames delivered

[11-05 09:36:01.623 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 09:36:01.624 3751:3995 I/chatty]
uid=1002(bluetooth) BluetoothAvrcpH identical 30 lines

[11-05 09:36:01.624 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

@deathkiller
Copy link
Owner

In the first log, I see "2.4G KB 2.4G Mouse" which was assigned to the first gamepad slot. It should be skipped now, so your gamepad will be detected first and menu should work as expected using gamepad (mouse is not supported by the game). You can try the latest experimental build again: https://deat.tk/jazz2/?experimental

@maxstrike88
Copy link
Author

Now the gamepad works, but there is another problem. The A, B, X, Y buttons work correctly, but when I press any direction either on the pad or the analog stick for the first time, the up and left directions are stuck, which in the menu do not work and in the game the character is walking to the left all the time. In addition, the analog stick does not work in any direction after this. I attach a video with the problem.

Issue.gamepad.mp4

This is the information that the logcat gives:

[11-05 11:37:03.857 4165:4165 I/AnimatorLifecycle]
AnimatorLifecycle->mCallback->class:com.rockchips.android.leanbacklauncher.LauncherViewHolder$C01571

[11-05 11:37:03.857 4165:4165 I/TAG]
LauncherViewHolder performLaunch this.mLaunchIntent == Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jazz2.resurrection/.LoadLibraries }

[11-05 11:37:03.858 3493:4024 I/ActivityManager]
START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jazz2.resurrection/.LoadLibraries} from uid 1000

[11-05 11:37:03.887 4165:4165 V/AppsRanker]
action: 1 for jazz2.resurrection - group = null

[11-05 11:37:03.888 4165:4165 I/AppsAdapter]
onActionOpenLaunchPoint

[11-05 11:37:03.888 4165:4165 I/ManiActivity_LEANBACK]
onPause

[11-05 11:37:03.910 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 11:37:03.930 10951:10951 I/Zygote]
seccomp disabled by setenforce 0

[11-05 11:37:03.932 3493:3511 I/ActivityManager]
Start proc 10951:jazz2.resurrection/u0a87 for activity jazz2.resurrection/.LoadLibraries

[11-05 11:37:03.941 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 11:37:03.942 10951:10951 I/chatty]
uid=10087(jazz2.resurrection) expire 2 lines

[11-05 11:37:04.123 10951:10969 I/chatty]
uid=10087(jazz2.resurrection) expire 154 lines

[11-05 11:37:04.172 3493:3517 I/ActivityManager]
Displayed jazz2.resurrection/.LoadLibraries: +269ms

[11-05 11:37:04.182 3272:3977 E/BufferQueueProducer]
[jazz2.resurrection/jazz2.resurrection.LoadLibraries#0] disconnect: not connected (req=1)

[11-05 11:37:04.218 3270:2468 W/AudioFlinger]
createTrack_l(): mismatch between requested flags (00000104) and output flags (00000002)

[11-05 11:37:04.218 3270:2468 D/AudioFlinger]
Client defaulted notificationFrames to 629 for frameCount 1888

[11-05 11:37:04.222 10951:10980 I/chatty]
uid=10087(jazz2.resurrection) expire 2 lines

[11-05 11:37:04.227 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 11:37:04.227 3751:3995 I/chatty]
uid=1002(bluetooth) BluetoothAvrcpH identical 4 lines

[11-05 11:37:04.227 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 11:37:04.236 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 11:37:04.345 3272:3606 W/SurfaceFlinger]
Attempting to set client state on removed layer: Splash Screen jazz2.resurrection#0

[11-05 11:37:04.345 3272:3606 W/SurfaceFlinger]
Attempting to destroy on removed layer: Splash Screen jazz2.resurrection#0

[11-05 11:37:04.357 10951:10969 I/chatty]
uid=10087(jazz2.resurrection) expire 60 lines

[11-05 11:37:04.366 4144:4144 I/star.vfdservice]
type=1400 audit(0.0:7791): avc: denied { write } for name="colorleds" dev="sysfs" ino=17492 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 11:37:04.366 4144:4144 I/star.vfdservice]
type=1400 audit(0.0:7792): avc: denied { open } for path="/sys/devices/platform/cyx-colorleds/colorleds" dev="sysfs" ino=17492 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 11:37:04.366 4144:4144 I/star.vfdservice]
type=1400 audit(0.0:7793): avc: denied { getattr } for path="/sys/devices/platform/cyx-colorleds/colorleds" dev="sysfs" ino=17492 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 11:37:04.461 3270:3460 D/AudioFlinger]
mixer(0xaf903740) throttle end: throttle time(19)

[11-05 11:37:04.512 10951:10982 I/chatty]
uid=10087(jazz2.resurrection) expire 3 lines

[11-05 11:37:04.611 3272:3609 W/SurfaceFlinger]
Attempting to set client state on removed layer: Surface(name=AppWindowToken{3d8c31b token=Token{499692a ActivityRecord{be1b215 u0 jazz2.resurrection/.LoadLibraries t3306}}})/@0xf6ca90b - animation-leash#0

[11-05 11:37:04.611 3272:3609 W/SurfaceFlinger]
Attempting to destroy on removed layer: Surface(name=AppWindowToken{3d8c31b token=Token{499692a ActivityRecord{be1b215 u0 jazz2.resurrection/.LoadLibraries t3306}}})/@0xf6ca90b - animation-leash#0

[11-05 11:37:04.631 3272:3312 E/BufferQueueProducer]
[com.rockchips.android.leanbacklauncher/com.rockchips.android.leanbacklauncher.MainActivity#0] disconnect: not connected (req=1)

[11-05 11:37:04.631 4165:4336 W/libEGL]
EGLNativeWindowType 0x8697d008 disconnect failed

[11-05 11:37:04.638 4165:4165 I/AppsAdapter]
sortItemsIfNeeded

[11-05 11:37:04.638 4165:4165 I/chatty]
uid=1000(system) com.rockchips.android.leanbacklauncher identical 1 line

[11-05 11:37:04.638 4165:4165 I/AppsAdapter]
sortItemsIfNeeded

[11-05 11:37:04.906 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 11:37:04.926 3349:3349 I/led_service]
type=1400 audit(0.0:7794): avc: denied { read write } for name="led" dev="sysfs" ino=17187 scontext=u:r:led_daemon:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 11:37:04.926 3349:3349 I/led_service]
type=1400 audit(0.0:7795): avc: denied { open } for path="/sys/devices/platform/cyx-vfd/led" dev="sysfs" ino=17187 scontext=u:r:led_daemon:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 11:37:04.926 3349:3349 I/led_service]
type=1400 audit(0.0:7796): avc: denied { getattr } for path="/sys/devices/platform/cyx-vfd/led" dev="sysfs" ino=17187 scontext=u:r:led_daemon:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1

[11-05 11:37:04.934 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 11:37:06.058 10984:10984 I/su]
type=1400 audit(0.0:7797): avc: denied { read } for name="/" dev="selinuxfs" ino=1 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=dir permissive=1

[11-05 11:37:06.058 10984:10984 I/su]
type=1400 audit(0.0:7798): avc: denied { read } for name="enforce" dev="selinuxfs" ino=4 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=1

[11-05 11:37:06.058 10984:10984 I/su]
type=1400 audit(0.0:7799): avc: denied { open } for path="/sys/fs/selinux/enforce" dev="selinuxfs" ino=4 scontext=u:r:system_app:s0 tcontext=u:object_r:selinuxfs:s0 tclass=file permissive=1

[11-05 11:37:06.062 30882:30882 I/daemonsu]
type=1400 audit(0.0:7800): avc: denied { sys_ptrace } for capability=19 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1

[11-05 11:37:06.070 10987:10987 I/daemonsu]
type=1400 audit(0.0:7801): avc: denied { execute_no_trans } for path="/tmp-mksh/tmp-mksh" dev="mmcblk0p18" ino=2689 scontext=u:r:init:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=1

[11-05 11:37:06.283 3269:3269 D/WifiHAL]
Start get packet fate command

[11-05 11:37:06.283 3269:3269 D/WifiHAL]
createRequest Get Tx packet fate request

[11-05 11:37:06.283 3269:3269 D/WifiHAL]
In GetPktFateCommand::handleResponse

[11-05 11:37:06.283 3269:3269 I/WifiHAL]
Id = 0, subcmd = 0, len = 8

[11-05 11:37:06.283 3269:3269 I/WifiHAL]
Response recieved for get TX pkt fate command

[11-05 11:37:06.283 3269:3269 I/WifiHAL]
No: of pkt fates provided is 0

[11-05 11:37:06.284 3269:3269 D/WifiHAL]
Start get packet fate command

[11-05 11:37:06.284 3269:3269 D/WifiHAL]
createRequest Get Rx packet fate request

[11-05 11:37:06.285 3269:3269 D/WifiHAL]
In GetPktFateCommand::handleResponse

[11-05 11:37:06.285 3269:3269 I/WifiHAL]
Id = 0, subcmd = 0, len = 8

[11-05 11:37:06.285 3269:3269 I/WifiHAL]
Response recieved for get RX pkt fate command

[11-05 11:37:06.285 3269:3269 I/WifiHAL]
No: of pkt fates provided is 32

[11-05 11:37:06.806 3270:3460 D/AudioFlinger]
mixer(0xaf903740) throttle end: throttle time(29)

[11-05 11:37:06.935 10907:10941 I/chatty]
uid=10053(com.droidlogic.mediacenter) Thread-3 expire 29 lines

[11-05 11:37:06.948 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:06.948 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:06.948 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:06.948 10907:10941 W/System.err]
... 7 more

[11-05 11:37:06.949 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:06.949 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:06.949 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:06.949 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:06.949 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:06.949 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:06.949 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:06.949 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1375)

[11-05 11:37:06.949 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:06.949 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:06.949 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:06.949 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:06.949 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:06.949 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:06.949 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:06.949 10907:10941 W/System.err]
... 7 more

[11-05 11:37:07.091 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.091 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:07.092 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:07.092 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:07.092 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:07.093 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:07.093 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:07.093 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1352)

[11-05 11:37:07.093 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:07.093 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:07.094 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.094 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:07.094 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:07.094 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:07.094 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:07.094 10907:10941 W/System.err]
... 7 more

[11-05 11:37:07.095 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.095 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:07.095 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:07.095 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:07.095 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:07.095 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:07.096 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:07.096 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1362)

[11-05 11:37:07.096 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:07.096 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:07.096 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.096 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:07.096 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:07.096 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:07.096 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:07.096 10907:10941 W/System.err]
... 7 more

[11-05 11:37:07.097 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.097 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:07.097 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:07.097 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:07.097 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:07.097 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:07.097 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:07.097 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1375)

[11-05 11:37:07.097 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:07.098 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:07.098 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.098 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:07.098 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:07.098 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:07.098 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:07.098 10907:10941 W/System.err]
... 7 more

[11-05 11:37:07.237 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.237 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:07.238 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:07.238 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:07.238 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:07.238 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:07.238 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:07.238 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1352)

[11-05 11:37:07.238 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:07.238 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:07.238 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.238 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:07.238 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:07.238 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:07.238 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:07.238 10907:10941 W/System.err]
... 7 more

[11-05 11:37:07.239 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.239 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:07.239 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:07.239 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:07.239 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:07.239 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:07.239 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:07.239 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1362)

[11-05 11:37:07.239 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:07.239 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:07.239 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.240 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:07.240 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:07.240 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:07.240 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:07.240 10907:10941 W/System.err]
... 7 more

[11-05 11:37:07.242 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.244 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:07.244 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:07.244 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:07.244 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:07.244 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:07.244 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:07.244 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1375)

[11-05 11:37:07.244 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:07.244 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:07.245 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.245 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:07.245 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:07.245 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:07.245 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:07.245 10907:10941 W/System.err]
... 7 more

[11-05 11:37:07.386 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.386 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:07.386 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:07.386 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:07.386 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:07.386 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:07.386 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:07.386 10907:10941 W/System.err]
at org.cybergarage.upnp.Service.announce(Service.java:675)

[11-05 11:37:07.386 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1386)

[11-05 11:37:07.386 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:07.386 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:07.387 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.387 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:07.387 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:07.387 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:07.387 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:07.387 10907:10941 W/System.err]
... 8 more

[11-05 11:37:07.388 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.388 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:07.388 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:07.388 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:07.388 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:07.388 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:07.388 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:07.388 10907:10941 W/System.err]
at org.cybergarage.upnp.Service.announce(Service.java:675)

[11-05 11:37:07.388 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1386)

[11-05 11:37:07.388 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:07.388 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:07.388 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.388 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:07.388 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:07.388 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:07.388 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:07.388 10907:10941 W/System.err]
... 8 more

[11-05 11:37:07.396 10907:10941 W/System.err]
java.io.IOException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.396 10907:10941 W/System.err]
at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576)

[11-05 11:37:07.396 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:544)

[11-05 11:37:07.396 10907:10941 W/System.err]
at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125)

[11-05 11:37:07.396 10907:10941 W/System.err]
at java.net.DatagramSocket.send(DatagramSocket.java:721)

[11-05 11:37:07.396 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.HTTPMUSocket.multiSend(HTTPMUSocket.java:286)

[11-05 11:37:07.396 10907:10941 W/System.err]
at org.cybergarage.upnp.ssdp.SSDPNotifySocket.post(SSDPNotifySocket.java:108)

[11-05 11:37:07.396 10907:10941 W/System.err]
at org.cybergarage.upnp.Service.announce(Service.java:675)

[11-05 11:37:07.396 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1386)

[11-05 11:37:07.397 10907:10941 W/System.err]
at org.cybergarage.upnp.Device.announce(Device.java:1424)

[11-05 11:37:07.397 10907:10941 W/System.err]
at org.cybergarage.upnp.device.Advertiser.run(Advertiser.java:70)

[11-05 11:37:07.397 10907:10941 W/System.err]
Caused by: android.system.ErrnoException: sendto failed: EPERM (Operation not permitted)

[11-05 11:37:07.397 10907:10941 W/System.err]
at libcore.io.Linux.sendtoBytes(Native Method)

[11-05 11:37:07.397 10907:10941 W/System.err]
at libcore.io.Linux.sendto(Linux.java:227)

[11-05 11:37:07.397 10907:10941 W/System.err]
at libcore.io.BlockGuardOs.sendto(BlockGuardOs.java:307)

[11-05 11:37:07.397 10907:10941 W/System.err]
at libcore.io.IoBridge.sendto(IoBridge.java:542)

[11-05 11:37:07.397 10907:10941 W/System.err]
... 8 more

[11-05 11:37:08.422 10993:10993 I/find]
type=1400 audit(0.0:7812): avc: denied { read } for path="pipe:[2654768]" dev="pipefs" ino=2654768 scontext=u:r:toolbox:s0 tcontext=u:r:init:s0 tclass=fifo_file permissive=1

[11-05 11:37:08.422 10993:10993 I/find]
type=1400 audit(0.0:7813): avc: denied { write } for path="pipe:[2654769]" dev="pipefs" ino=2654769 scontext=u:r:toolbox:s0 tcontext=u:r:init:s0 tclass=fifo_file permissive=1

[11-05 11:37:08.446 10993:10993 I/find]
type=1400 audit(0.0:7814): avc: denied { dac_override } for capability=1 scontext=u:r:toolbox:s0 tcontext=u:r:toolbox:s0 tclass=capability permissive=1

[11-05 11:37:08.454 10993:10993 I/find]
type=1400 audit(0.0:7815): avc: denied { getattr } for path="pipe:[2654769]" dev="pipefs" ino=2654769 scontext=u:r:toolbox:s0 tcontext=u:r:init:s0 tclass=fifo_file permissive=1

[11-05 11:37:24.942 3493:3503 I/system_server]
Background concurrent copying GC freed 60072(2MB) AllocSpace objects, 14(676KB) LOS objects, 19% free, 13MB/17MB, paused 163us total 165.252ms

[11-05 11:37:28.063 3493:3515 I/EthernetTracker]
interfaceLinkStateChanged, iface: wlan0, up: true

[11-05 11:37:28.067 3493:4024 D/WificondControl]
Scan result ready event

[11-05 11:37:39.038 10951:10969 I/chatty]
uid=10087(jazz2.resurrection) expire 641 lines

[11-05 11:37:40.433 3376:3435 E/storaged]
getDiskStats failed with result NOT_SUPPORTED and size 0

[11-05 11:37:52.382 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_2.wav" opened

[11-05 11:37:52.383 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_2.wav" closed

[11-05 11:37:52.383 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_3.wav" opened

[11-05 11:37:52.383 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_3.wav" closed

[11-05 11:37:52.383 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_4.wav" opened

[11-05 11:37:52.383 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_4.wav" closed

[11-05 11:37:52.383 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_5.wav" opened

[11-05 11:37:52.384 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_5.wav" closed

[11-05 11:37:52.384 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_6.wav" opened

[11-05 11:37:52.384 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_6.wav" closed

[11-05 11:37:52.385 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_7.wav" opened

[11-05 11:37:52.385 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_7.wav" closed

[11-05 11:37:52.385 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Metadata/UI/MainMenu.res" closed

[11-05 11:37:52.385 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_medium.png.font" opened

[11-05 11:37:52.385 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_medium.png" opened

[11-05 11:37:52.399 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_medium.png" closed

[11-05 11:37:52.399 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_medium.png.font" closed

[11-05 11:37:53.382 10951:10969 E/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Tilesets/easter99.j2t"

[11-05 11:37:53.382 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Tilesets/carrot1.j2t" opened

[11-05 11:37:53.546 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Tilesets/carrot1.j2t" closed

[11-05 11:37:53.547 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Metadata/UI/MainMenu.res" opened

[11-05 11:37:53.547 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/logo.aura" opened

[11-05 11:37:53.550 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/logo.aura" closed

[11-05 11:37:53.550 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/Common/snow.aura" opened

[11-05 11:37:53.551 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/Common/snow.aura" closed

[11-05 11:37:53.552 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/line.aura" opened

[11-05 11:37:53.552 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/line.aura" closed

[11-05 11:37:53.553 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/line_arrow.aura" opened

[11-05 11:37:53.554 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/line_arrow.aura" closed

[11-05 11:37:53.554 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/dim.aura" opened

[11-05 11:37:53.555 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/dim.aura" closed

[11-05 11:37:53.555 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/glow.aura" opened

[11-05 11:37:53.555 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/glow.aura" closed

[11-05 11:37:53.556 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/episode_complete.aura" opened

[11-05 11:37:53.557 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/episode_complete.aura" closed

[11-05 11:37:53.557 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_jazz.aura" opened

[11-05 11:37:53.571 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_jazz.aura" closed

[11-05 11:37:53.571 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_spaz.aura" opened

[11-05 11:37:53.588 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_spaz.aura" closed

[11-05 11:37:53.589 10951:10969 E/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_lori.aura"

[11-05 11:37:53.589 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/uac.aura" opened

[11-05 11:37:53.590 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/uac.aura" closed

[11-05 11:37:53.590 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/storage.aura" opened

[11-05 11:37:53.590 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/storage.aura" closed

[11-05 11:37:53.590 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_a.aura" opened

[11-05 11:37:53.591 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_a.aura" closed

[11-05 11:37:53.591 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_b.aura" opened

[11-05 11:37:53.592 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_b.aura" closed

[11-05 11:37:53.592 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_x.aura" opened

[11-05 11:37:53.593 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_x.aura" closed

[11-05 11:37:53.593 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_y.aura" opened

[11-05 11:37:53.594 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_y.aura" closed

[11-05 11:37:53.594 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_left.aura" opened

[11-05 11:37:53.595 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_left.aura" closed

[11-05 11:37:53.595 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_right.aura" opened

[11-05 11:37:53.595 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_right.aura" closed

[11-05 11:37:53.596 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_up.aura" opened

[11-05 11:37:53.596 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_up.aura" closed

[11-05 11:37:53.597 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_down.aura" opened

[11-05 11:37:53.597 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_down.aura" closed

[11-05 11:37:53.597 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_guide.aura" opened

[11-05 11:37:53.598 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_guide.aura" closed

[11-05 11:37:53.598 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_back.aura" opened

[11-05 11:37:53.599 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_back.aura" closed

[11-05 11:37:53.599 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_start.aura" opened

[11-05 11:37:53.600 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_start.aura" closed

[11-05 11:37:53.600 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_lb.aura" opened

[11-05 11:37:53.601 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_lb.aura" closed

[11-05 11:37:53.601 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_ls.aura" opened

[11-05 11:37:53.602 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_ls.aura" closed

[11-05 11:37:53.602 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_lt.aura" opened

[11-05 11:37:53.603 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_lt.aura" closed

[11-05 11:37:53.603 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_rb.aura" opened

[11-05 11:37:53.603 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_rb.aura" closed

[11-05 11:37:53.604 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_rs.aura" opened

[11-05 11:37:53.604 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_rs.aura" closed

[11-05 11:37:53.604 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_rt.aura" opened

[11-05 11:37:53.605 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_rt.aura" closed

[11-05 11:37:53.605 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Metadata/UI/MainMenu.res" closed

[11-05 11:37:53.605 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_small.png.font" opened

[11-05 11:37:53.606 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_small.png" opened

[11-05 11:37:53.611 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_small.png" closed

[11-05 11:37:53.611 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_small.png.font" closed

[11-05 11:37:53.612 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_medium.png.font" opened

[11-05 11:37:53.612 10951:10969 I/jazz2]
void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_medium.png" opened

[11-05 11:37:53.623 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_medium.png" closed

[11-05 11:37:53.623 10951:10969 I/jazz2]
virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_medium.png.font" closed

[11-05 11:37:53.623 10951:10969 I/jazz2]
void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/bonus2.j2b" opened

[11-05 11:37:53.645 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/castle.j2b" closed

[11-05 11:37:54.987 10951:10969 I/jazz2]
static void nCine::AndroidJniHelper::DetachJVM() -> Thread detached

[11-05 11:37:54.991 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/bonus2.j2b" closed

[11-05 11:37:54.997 10951:10969 I/jazz2]
void nCine::Application::shutdownCommon() -> IAppEventHandler::OnShutdown() invoked

[11-05 11:37:54.998 10951:10969 I/jazz2]
static void nCine::RenderResources::dispose() -> Rendering resources disposed

[11-05 11:37:55.006 3272:3312 E/BufferQueueProducer]
[jazz2.resurrection/jazz2.resurrection.LoadLibraries#0] disconnect: not connected (req=1)

[11-05 11:37:55.007 10951:10969 W/libEGL]
EGLNativeWindowType 0x9afcf008 disconnect failed

[11-05 11:37:55.007 10951:10969 I/jazz2]
void nCine::Application::shutdownCommon() -> Application shut down

[11-05 11:37:55.007 10951:10969 I/jazz2]
void nCine::ServiceLocator::unregisterAll() -> Unregistering all services

[11-05 11:37:55.007 10951:10969 D/]
PlayerBase::stop() from IPlayer

[11-05 11:37:55.007 10951:10969 D/AudioTrack]
stop() called with 2240992 frames delivered

[11-05 11:37:55.008 10951:10969 D/openal]
[ALSOFT] (II) Freeing context 0xa220c7c0

[11-05 11:37:55.008 10951:10969 D/openal]
[ALSOFT] (II) Freed 2 context property objects

[11-05 11:37:55.008 10951:10969 D/openal]
[ALSOFT] (II) Freed 0 AuxiliaryEffectSlot property objects

[11-05 11:37:55.009 10951:10969 D/openal]
[ALSOFT] (II) Freeing device 0x86a4f000

[11-05 11:37:55.009 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 11:37:55.009 3751:3995 I/chatty]
uid=1002(bluetooth) BluetoothAvrcpH identical 4 lines

[11-05 11:37:55.009 3751:3995 E/bt_btif]
register_notification_rsp: Avrcp device is not connected, handle: 0x0

[11-05 11:37:55.012 10951:10969 I/jazz2]
virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Jazz2.log" closed

[11-05 11:37:55.119 3256:3397 I/[Gralloc]]
framebuffer hal alread move to hwcomposer

[11-05 11:37:55.180 3493:3619 W/InputDispatcher]
channel '4df2e83 jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)' ~ Consumer closed input channel or an error occurred. events=0x9

[11-05 11:37:55.181 3493:3619 E/InputDispatcher]
channel '4df2e83 jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)' ~ Channel is unrecoverably broken and will be disposed!

[11-05 11:37:55.181 3493:3551 I/WindowManager]
WIN DEATH: Window{4df2e83 u0 jazz2.resurrection/jazz2.resurrection.LoadLibraries}

[11-05 11:37:55.181 3493:3880 I/ActivityManager]
Process jazz2.resurrection (pid 10951) has died: fore TOP

[11-05 11:37:55.181 3493:3551 W/InputDispatcher]
Attempted to unregister already unregistered input channel '4df2e83 jazz2.resurrection/jazz2.resurrection.LoadLibraries (server)'

[11-05 11:37:55.183 3240:3240 I/Zygote]
Process 10951 exited cleanly (0)

[11-05 11:37:55.184 3493:3512 W/libprocessgroup]
kill(-10951, 9) failed: No such process

[11-05 11:37:55.184 3493:3512 I/libprocessgroup]
Successfully killed process cgroup uid 10087 pid 10951 in 0ms

[11-05 11:37:55.189 3272:3312 W/SurfaceFlinger]
Attempting to set client state on removed layer: jazz2.resurrection/jazz2.resurrection.LoadLibraries#0

[11-05 11:37:55.189 3272:3312 W/SurfaceFlinger]
Attempting to destroy on removed layer: jazz2.resurrection/jazz2.resurrection.LoadLibraries#0

[11-05 11:37:55.194 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 11:37:55.198 3493:3619 I/InputDispatcher]
Dropping event because there is no focused window or focused application.

[11-05 11:37:55.209 3257:16679 V/MesonHwc]
No layers to compose, exit.

[11-05 11:37:55.219 3493:3517 W/ActivityManager]
setHasOverlayUi called on unknown pid: 10951

[11-05 11:37:55.232 4165:4165 I/ManiActivity_LEANBACK]
onStart

@deathkiller
Copy link
Owner

Can you try Options > Controls > Input Diagnostics and check how it behaves there? You should see LX and LY values from -1.0 to +1.0 and 0.0 if nothing is pressed, and similar values also for a0 and a1.

It also looks like there's something missing from the log, please send me the log file instead of logcat next time.

@maxstrike88
Copy link
Author

When I enter input diagnostics, the mouse appears as the first option, which does nothing. Now if I disconnect the mouse, the game detects the gamepad and all the buttons actually work, the directional pad too, the triggers (LT, RT) go from -1 to +1, and the right stick is centered at 0 and when I move it it goes at -1 and at +1 on the X and Y axes, but the left stick (LX, a0, LY, a1) is stuck on both axes at -1.

This is the log from Jazz2. I am struck by the line I left marked in bold. There are some strange values in the 0:0 and 1:1 axes.

14:05:35.867 [I] static void nCine::AndroidJniHelper::AttachJVM(struct android_app *) -> AttachCurrentThread() successful
14:05:35.875 [I] static void nCine::AndroidJniHelper::AttachJVM(struct android_app *) -> Android API version - NDK: 21, JNI: 28
14:05:35.875 [I] void nCine::AndroidApplication::preInit() -> Running on Droidlogic A95X F3 Air (Droidlogic) as armeabi-v7a application
14:05:35.876 [E] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Jazz2.config"
14:05:35.876 [E] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> Cannot open the file "Translations/es-es.mo"
14:05:35.877 [E] bool nCine::I18n::LoadFromFile(const std::unique_ptr &) -> File "Translations/es-es.mo" is corrupted
14:05:35.877 [E] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Translations/es-es.mo"
14:05:35.877 [E] bool nCine::I18n::LoadFromFile(const std::unique_ptr &) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Translations/es-es.mo" is corrupted
14:05:35.877 [E] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> Cannot open the file "Translations/es.mo"
14:05:35.877 [E] bool nCine::I18n::LoadFromFile(const std::unique_ptr &) -> File "Translations/es.mo" is corrupted
14:05:35.877 [E] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Translations/es.mo"
14:05:35.877 [E] bool nCine::I18n::LoadFromFile(const std::unique_ptr &) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Translations/es.mo" is corrupted
14:05:35.877 [I] void nCine::AndroidApplication::preInit() -> IAppEventHandler::OnPreInit() invoked
14:05:35.877 [I] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_START event received (first start)
14:05:35.877 [W] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_RESUME event received
14:05:35.893 [W] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_INPUT_CHANGED event received (not handled)
14:05:35.912 [I] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_INIT_WINDOW event received
14:05:35.954 [I] void nCine::EglGfxDevice::initDevice() -> Surface configuration is size:1920x1080, RGBA:8888, depth:24, stencil:8, samples:0
14:05:35.958 [W] static void nCine::AndroidInputManager::initAccelerometerSensor(android_app *) -> No accelerometer sensor available
14:05:35.967 [I] void nCine::JoyMapping::init(const nCine::IInputManager *) -> Found 73 mappings in 73 lines
14:05:35.975 [I] static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (21, 0) - Buttons 0:96 1:97 -1:98 2:99 3:100 -1:101 9:102 10:103 -1:104 -1:105 7:106 8:107 6:108 4:109 5:110 4:4
14:05:35.977 [I] static void nCine::AndroidInputManager::deviceInfo(int, int) -> Device (21, 0) - Axes 0:0 (0.00 to 1919.00) 1:1 (0.00 to 1079.00) 2:11 (-1.00 to 1.00) 3:14 (-1.00 to 1.00) 4:23 (0.00 to 1.00) 5:22 (0.00 to 1.00) 6:15 (-1.00 to 1.00) 7:16 (-1.00 to 1.00)
14:05:35.977 [I] static int nCine::AndroidInputManager::findJoyId(int) -> Device 21, "ipega classic gamepad" (050000004919000002040000ffff3f00), has been connected as joystick 0 - 8 axes, 16 buttons
14:05:35.977 [I] bool nCine::JoyMapping::onJoyConnected(const nCine::JoyConnectionEvent &) -> Joystick mapping not found for "ipega classic gamepad" [050000004919000002040000ffff3f00] (0), using Android default mapping
14:05:35.977 [I] void nCine::Application::initCommon() -> Jazz² Resurrection v2.1.r500-fa1829d initializing...
14:05:35.999 [I] void nCine::GfxCapabilities::logGLInfo() const -> --- OpenGL device info ---
14:05:35.999 [I] void nCine::GfxCapabilities::logGLInfo() const -> Vendor: ARM
14:05:35.999 [I] void nCine::GfxCapabilities::logGLInfo() const -> Renderer: Mali-G31
14:05:35.999 [I] void nCine::GfxCapabilities::logGLInfo() const -> OpenGL Version: OpenGL ES 3.2 v1.r16p0-01rel0.bcc0cdabec638d4bf85475d4a5ae47a7
14:05:35.999 [I] void nCine::GfxCapabilities::logGLInfo() const -> GLSL Version: OpenGL ES GLSL ES 3.20
14:05:35.999 [I] void nCine::GfxCapabilities::logGLCaps() const -> --- OpenGL device capabilities ---
14:05:35.999 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_TEXTURE_SIZE: 8192
14:05:35.999 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_TEXTURE_IMAGE_UNITS: 16
14:05:35.999 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_UNIFORM_BLOCK_SIZE: 16384
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_UNIFORM_BUFFER_BINDINGS: 72
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_VERTEX_UNIFORM_BLOCKS: 12
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_FRAGMENT_UNIFORM_BLOCKS: 12
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT: 16
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_MAX_COLOR_ATTACHMENTS: 4
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_NUM_PROGRAM_BINARY_FORMATS: 1
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> ---
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_KHR_debug: 1
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_ARB_texture_storage: 0
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_ARB_get_program_binary: 0
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_OES_get_program_binary: 1
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_EXT_texture_compression_s3tc: 0
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_OES_compressed_ETC1_RGB8_texture: 1
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_AMD_compressed_ATC_texture: 0
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_IMG_texture_compression_pvrtc: 0
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> GL_KHR_texture_compression_astc_ldr: 1
14:05:36.000 [I] void nCine::GfxCapabilities::logGLCaps() const -> ---
14:05:36.017 [I] void nCine::Application::initCommon() -> Creating rendering resources...
14:05:36.023 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/31fbddbf36970259.shader" opened
14:05:36.023 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/31fbddbf36970259.shader" closed
14:05:36.024 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/97b8227327f0b9fb.shader" opened
14:05:36.024 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/97b8227327f0b9fb.shader" closed
14:05:36.025 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/07f8b72d67e6022f.shader" opened
14:05:36.026 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/07f8b72d67e6022f.shader" closed
14:05:36.027 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/ca018bef9943f54a.shader" opened
14:05:36.027 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/ca018bef9943f54a.shader" closed
14:05:36.028 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/614411144e175cba.shader" opened
14:05:36.028 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/614411144e175cba.shader" closed
14:05:36.055 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/c2abc2025add4d2e.shader" opened
14:05:36.055 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/c2abc2025add4d2e.shader" closed
14:05:36.073 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/1c49c75198df17ad.shader" opened
14:05:36.073 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/1c49c75198df17ad.shader" closed
14:05:36.096 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/4fa097481d1b3bf7.shader" opened
14:05:36.096 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/4fa097481d1b3bf7.shader" closed
14:05:36.114 [I] void nCine::Application::initCommon() -> Application initialized
14:05:36.116 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/5d9e7f5bc781a9bc.shader" opened
14:05:36.117 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/5d9e7f5bc781a9bc.shader" closed
14:05:36.121 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/8a7aca1d8c4d9bdb.shader" opened
14:05:36.121 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/8a7aca1d8c4d9bdb.shader" closed
14:05:36.144 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/7f6f227ce0f6a8d4.shader" opened
14:05:36.144 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/7f6f227ce0f6a8d4.shader" closed
14:05:36.145 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/17ecf84eb0e2fcbb.shader" opened
14:05:36.145 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/17ecf84eb0e2fcbb.shader" closed
14:05:36.146 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/d96fc119c5e50203.shader" opened
14:05:36.146 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/d96fc119c5e50203.shader" closed
14:05:36.148 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/43c04fbab378bb09.shader" opened
14:05:36.148 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/43c04fbab378bb09.shader" closed
14:05:36.153 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/7e28ed7deb85824a.shader" opened
14:05:36.153 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/7e28ed7deb85824a.shader" closed
14:05:36.155 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/b5a184fada03a5bc.shader" opened
14:05:36.155 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/b5a184fada03a5bc.shader" closed
14:05:36.157 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/a04ad2697a4892a8.shader" opened
14:05:36.159 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/a04ad2697a4892a8.shader" closed
14:05:36.160 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/bd2282bd0a0e1871.shader" opened
14:05:36.161 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/bd2282bd0a0e1871.shader" closed
14:05:36.162 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/53d4fe2c91337557.shader" opened
14:05:36.162 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/53d4fe2c91337557.shader" closed
14:05:36.179 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/6c7be5c6b9763a38.shader" opened
14:05:36.179 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/6c7be5c6b9763a38.shader" closed
14:05:36.180 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/1b8e0f8522a57728.shader" opened
14:05:36.181 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/1b8e0f8522a57728.shader" closed
14:05:36.197 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/f8c6c92a8703086d.shader" opened
14:05:36.197 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/f8c6c92a8703086d.shader" closed
14:05:36.198 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/af2d551858306671.shader" opened
14:05:36.198 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/af2d551858306671.shader" closed
14:05:36.214 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/57b6376e72c0b70c.shader" opened
14:05:36.214 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/57b6376e72c0b70c.shader" closed
14:05:36.215 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/5255f9fc89430ee0.shader" opened
14:05:36.215 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/5255f9fc89430ee0.shader" closed
14:05:36.231 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/d9b033262d4e5322.shader" opened
14:05:36.232 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/d9b033262d4e5322.shader" closed
14:05:36.233 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/17cdfa6f1784544b.shader" opened
14:05:36.233 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/17cdfa6f1784544b.shader" closed
14:05:36.249 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/b0ea2bad99503411.shader" opened
14:05:36.249 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/b0ea2bad99503411.shader" closed
14:05:36.250 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/0bfa6b98373b9873.shader" opened
14:05:36.250 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/0bfa6b98373b9873.shader" closed
14:05:36.266 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/2aeaaef789600f40.shader" opened
14:05:36.266 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/2aeaaef789600f40.shader" closed
14:05:36.268 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/299b2587b440cf3e.shader" opened
14:05:36.268 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/299b2587b440cf3e.shader" closed
14:05:36.284 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/67f35f34787c60b4.shader" opened
14:05:36.284 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/67f35f34787c60b4.shader" closed
14:05:36.285 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/299b2587b440cf3e.shader" opened
14:05:36.285 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/299b2587b440cf3e.shader" closed
14:05:36.301 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/13bab55dd738602d.shader" opened
14:05:36.302 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/13bab55dd738602d.shader" closed
14:05:36.303 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/878ae2122c5bb912.shader" opened
14:05:36.303 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/878ae2122c5bb912.shader" closed
14:05:36.304 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/c02ea42829b46e97.shader" opened
14:05:36.305 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/c02ea42829b46e97.shader" closed
14:05:36.306 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/3bfe034cdf853aec.shader" opened
14:05:36.306 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/3bfe034cdf853aec.shader" closed
14:05:36.307 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/011b51eb689dc457.shader" opened
14:05:36.307 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/011b51eb689dc457.shader" closed
14:05:36.308 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/f71a63e07df59405.shader" opened
14:05:36.309 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/f71a63e07df59405.shader" closed
14:05:36.310 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/546cfc6329172df3.shader" opened
14:05:36.310 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/546cfc6329172df3.shader" closed
14:05:36.311 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/df4a1c3b81ca45be.shader" opened
14:05:36.311 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Shaders/80ec20faa56ac63e/df4a1c3b81ca45be.shader" closed
14:05:36.313 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/cache.index" opened
14:05:36.313 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/intro.j2v" opened
14:05:36.316 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/cache.index" closed
14:05:36.317 [I] void GameEventHandler::RefreshCache() -> Cache is already up-to-date
14:05:36.556 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/intro.j2v" closed
14:05:36.556 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/intro.j2b" opened
14:05:36.712 [I] virtual void GameEventHandler::OnInit() -> Rendering resolution: 1920x1080
14:05:36.712 [I] void nCine::Application::initCommon() -> IAppEventHandler::OnInit() invoked
14:05:36.744 [I] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_WINDOW_RESIZED event received
14:05:36.744 [I] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_GAINED_FOCUS event received
14:05:36.744 [I] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_WINDOW_REDRAW_NEEDED event received
14:05:37.623 [E] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Tilesets/easter99.j2t"
14:05:37.623 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Tilesets/carrot1.j2t" opened
14:05:37.802 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Tilesets/carrot1.j2t" closed
14:05:37.802 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Metadata/UI/MainMenu.res" opened
14:05:37.803 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/logo.aura" opened
14:05:37.805 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/logo.aura" closed
14:05:37.805 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/Common/snow.aura" opened
14:05:37.806 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/Common/snow.aura" closed
14:05:37.806 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/line.aura" opened
14:05:37.807 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/line.aura" closed
14:05:37.807 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/line_arrow.aura" opened
14:05:37.809 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/line_arrow.aura" closed
14:05:37.809 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/dim.aura" opened
14:05:37.810 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/dim.aura" closed
14:05:37.810 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/glow.aura" opened
14:05:37.810 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/glow.aura" closed
14:05:37.810 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/episode_complete.aura" opened
14:05:37.811 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/episode_complete.aura" closed
14:05:37.812 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_jazz.aura" opened
14:05:37.826 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_jazz.aura" closed
14:05:37.826 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_spaz.aura" opened
14:05:37.841 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_spaz.aura" closed
14:05:37.842 [E] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> Cannot open the file "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/character_art_difficulty_lori.aura"
14:05:37.842 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/uac.aura" opened
14:05:37.843 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/uac.aura" closed
14:05:37.843 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/storage.aura" opened
14:05:37.844 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/storage.aura" closed
14:05:37.844 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_a.aura" opened
14:05:37.845 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_a.aura" closed
14:05:37.845 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_b.aura" opened
14:05:37.846 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_b.aura" closed
14:05:37.846 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_x.aura" opened
14:05:37.847 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_x.aura" closed
14:05:37.847 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_y.aura" opened
14:05:37.848 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_y.aura" closed
14:05:37.848 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_left.aura" opened
14:05:37.849 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_left.aura" closed
14:05:37.849 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_right.aura" opened
14:05:37.850 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_right.aura" closed
14:05:37.850 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_up.aura" opened
14:05:37.851 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_up.aura" closed
14:05:37.851 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_down.aura" opened
14:05:37.852 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_down.aura" closed
14:05:37.852 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_guide.aura" opened
14:05:37.853 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_guide.aura" closed
14:05:37.853 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_back.aura" opened
14:05:37.853 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_back.aura" closed
14:05:37.854 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_start.aura" opened
14:05:37.854 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_start.aura" closed
14:05:37.855 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_lb.aura" opened
14:05:37.855 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_lb.aura" closed
14:05:37.855 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_ls.aura" opened
14:05:37.856 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_ls.aura" closed
14:05:37.856 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_lt.aura" opened
14:05:37.857 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_lt.aura" closed
14:05:37.857 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_rb.aura" opened
14:05:37.858 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_rb.aura" closed
14:05:37.858 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_rs.aura" opened
14:05:37.859 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_rs.aura" closed
14:05:37.859 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/gamepad_rt.aura" opened
14:05:37.860 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/gamepad_rt.aura" closed
14:05:37.860 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_1.wav" opened
14:05:37.860 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_1.wav" closed
14:05:37.861 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_2.wav" opened
14:05:37.861 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_2.wav" closed
14:05:37.861 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_3.wav" opened
14:05:37.861 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_3.wav" closed
14:05:37.861 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_4.wav" opened
14:05:37.861 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_4.wav" closed
14:05:37.862 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_5.wav" opened
14:05:37.862 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_5.wav" closed
14:05:37.862 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_6.wav" opened
14:05:37.862 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_6.wav" closed
14:05:37.862 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_7.wav" opened
14:05:37.862 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Cache/Animations/UI/select_7.wav" closed
14:05:37.862 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Metadata/UI/MainMenu.res" closed
14:05:37.863 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_small.png.font" opened
14:05:37.863 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_small.png" opened
14:05:37.869 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_small.png" closed
14:05:37.869 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_small.png.font" closed
14:05:37.869 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_medium.png.font" opened
14:05:37.869 [I] void Death::IO::AndroidAssetStream::OpenAsset(Death::IO::FileAccessMode) -> File "Animations/UI/font_medium.png" opened
14:05:37.880 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_medium.png" closed
14:05:37.880 [I] virtual void Death::IO::AndroidAssetStream::Close() -> File "Animations/UI/font_medium.png.font" closed
14:05:37.880 [I] void Death::IO::FileStream::OpenStream(Death::IO::FileAccessMode) -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/bonus2.j2b" opened
14:05:37.900 [I] virtual void Death::IO::FileStream::Close() -> File "/storage/emulated/0/Android/data/jazz2.resurrection/files/Source/intro.j2b" closed
14:19:42.557 [W] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_PAUSE event received
14:19:42.557 [I] void nCine::Application::suspend() -> IAppEventHandler::OnSuspend() invoked
14:19:42.585 [I] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_LOST_FOCUS event received
14:19:43.274 [I] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_TERM_WINDOW event received
14:19:43.275 [W] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_STOP event received (not handled)
14:19:43.275 [W] static void nCine::AndroidApplication::processCommand(struct android_app *, int32_t) -> APP_CMD_SAVE_STATE event received (not handled)

@deathkiller
Copy link
Owner

Yeah, the ranges are reported by Android, but for some reason it assigns strange values to LX and LY. I try to detect it and reset it to -1,+1 in this case. You can try it again please (and send me log file again): https://deat.tk/jazz2/?experimental

@maxstrike88
Copy link
Author

Great. Works well. In input diagnostics now the left stick (LX, a0, LY, a1) shows correctly the ranges between -1 and +1. I tried playing a full level and have not encountered any problems. Thank you very much for correcting the game.
I attach the log if you need to see something else.
20231105182355_Jazz2.log

Best regards.

@deathkiller
Copy link
Owner

Great, thanks for help! So the mystery with DualSense controller reported in deathkiller/jazz2-native#28 is probably also fixed by this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants