Was able to see the Start Screen. Describe the issue. i didnt installed the visual studio but i have newer version of it also i dont have latest.log Did you attach your log file? No, I could not find a log file at{Game_Directory}\MelonLoader\Latest.log...
Added Event Fix for knah's Unhollower Logging. Fixed Null Reference Exception Error when using MethodInfo of Generated Assembly Methods for 0Harmony. Removed NET_SDK. Added Custom Component System for the ModHandler. Added Preload Support for Mods to Load before the Game Initializes. Added OnPr...
Fix bugs & improve performance Ratings and Reviews See All 4.7out of 5 8.2K Ratings Wheshehsgdgnsbdkwbdndnwndndbfj,11/24/2023 I love the app and I figured out the problem So the app is really good and it has been glitching other people and I just figured out why if you’re on mo...
Fix bugs & improve performance Ratings and Reviews See All 4.7out of 5 8.1K Ratings Wheshehsgdgnsbdkwbdndnwndndbfj,11/24/2023 I love the app and I figured out the problem So the app is really good and it has been glitching other people and I just figured out why if you’re on mo...
public class MediaLoader implements AlbumLoader { @Override public void load(ImageView imageView, AlbumFile albumFile) { load(imageView, albumFile.getPath()); } @Override public void load(ImageView imageView, String url) { Glide.with(imageView.getContext()) .load(url) .error(R.drawable....