章鱼丸
章鱼丸
+1 ``` 291614 03-23 11:09:14.573 11793 11880 E Unity : System.TypeInitializationException: The type initializer for 'LibTessDotNet.DefaultTypePool' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an...
I found that when running the Android version of `The Question` on my phone, no matter how I switch the background, the `Entered background. --------------------------------------------` log will be printed. As...
Here’s a comparison of Logcat. This is the one that caused the black screen: ```java 2024-01-08 11:47:40.576 20770-20770 SDL com.erabit.methods.tdc1.lite V onStart() 2024-01-08 11:47:40.576 20770-20770 durationStatistics com.erabit.methods.tdc1.lite I enterForeground 2024-01-08...
Thank you very much for your support! I've built my game using the `renpy 8.2.0.24012002+nightly` version and unfortunately the black screen issue still occurs. But fortunately, logcat shows that the...
Yes, Xiaomi has a feature that locks apps to prevent them from being cleared when switching to the background, but I just retested (including when we also tried this feature...
I just tested the Google Pixel 6 and surprisingly, so far I can't reproduce the black screen issue. I just tested an Android simulator "Thunder Simulator" on the Windows platform,...
Sorry for not explaining, the URL of the "雷电模拟器" is: https://www.ldmnq.com/ But regardless of it, I have applied to my company for a small-scale compatibility test to investigate whether the...
First of all, it is a pity that the latest version still does not solve the black screen problem - the game will stay in `Saving.` when switching to the...
I tried to print a lot of logs in `renpy/persistent.py`, but recompiling `renpy-build` twice did not take effect. It seems that I really need to completely delete the `tmp` folder...
I see persistent file sizes ranging from 2~7 KB on Android devices. I printed `persistent.__dict__` and it looked like this: ```json {'_preferences': , '_seen_ever': {'_errorhandling': True, '_start': True, '_start_store': True,...