Closed PalmDevs closed 2 weeks ago
Describe the bug The app freezes on the Discord logo on 254218.
To Reproduce Steps to reproduce the behavior:
1. Install Bunny using Bunny Manager while making sure it is installing 254218 build of Discord 2. Launch the app
Expected behavior The app does not freeze and works correctly.
Screenshots (none provided, it should be clear enough what is happening)
Device Information (please complete the following information):
* Device: Samsung Galaxy A13 * OS: Android 14 * Discord Version: 254218 * Bunny Version: [a0d467a](https://github.com/bunny-mod/Bunny/commit/a0d467a3468b3076a74eed983cc0bf380d63a5fc)-main
Checklists
* [x] I understand that this is a bug report and not a place to request new features or plugins * [x] I understand that this is no place to report bugs produced by a plugin * [x] I can reproduce this bug in Bunny's safe mode AND unable to reproduce it in vanilla/unmodded Discord
Additional information
Discord has renamed:
* `ClientInfoManager` -> `NativeClientInfoModule` * `RTNFileManager` -> `NativeFileModule` * `RTNDeviceManager` -> `NativeDeviceModule` * `RTNThemeManager` -> `NativeThemeModule`
in this build. I am predicting that this will happen more in the future.
However, Bunny requires some more fixes to work and I currently have no leads. This is one step to it.
I can confirm that I'm also experiencing this issue.
Device Information (please complete the following information):
Device: Samsung Galaxy Note20 Ultra 5G OS: Android 13 Bunny Version: a0d467a
it is happening in ios too, my fix was disabling my current theme, it can work on android too, but I am not sure. to disable the theme I went to bunny files and deleted current-theme.json from pyoncord folder. I am not sure if this file is the same in android, I will test it latet!
Doesn't work :(
Describe the bug The app freezes on the Discord logo on 254218.
To Reproduce Steps to reproduce the behavior:
Expected behavior The app does not freeze and works correctly.
Screenshots (none provided, it should be clear enough what is happening)
Device Information (please complete the following information):
Checklists
Additional information
Discord has renamed:
ClientInfoManager
->NativeClientInfoModule
RTNFileManager
->NativeFileModule
RTNDeviceManager
->NativeDeviceModule
RTNThemeManager
->NativeThemeModule
in this build. I am predicting that this will happen more in the future.
However, Bunny requires some more fixes to work and I currently have no leads. This is one step to it.