PC-Logix / OpenFM

Streaming radio mod for Minecraft, with OpenComputers control support
MIT License
25 stars 17 forks source link

1.12.2 openFM Button failure! #78

Open 77Hyxuepai opened 4 years ago

77Hyxuepai commented 4 years ago

sometime can use but sometime can't. i don't know how to upload or what files to upload... If you need , can you teach me? forge1.12.2-14.23.5.2847

77Hyxuepai commented 4 years ago

OpenFM-1.12.2-0.1.0.19

DedMaxim commented 3 years ago

Same problem. Sometimes it works and sometimes not. I tried to replicate the bug few times but was not able to do it consistently - it is very random. I tried to play music by putting link by myself and also tried using OpenComputers - result is the same. Sometimes, breaking, placing the radio and restarting in-game computer does the trick and fixes the problem. Sometimes, it does the opposite and breaks the working radio.

After reloading the game, sometimes the problem get fixed for a while. It doesn't matter, if I'm playing in singleplayer or on the server.

I'm using forge 14.23.5.2855 with such mods: OpenComputers-MC1.12.2-1.7.5.192 OpenFM-1.12.2-0.1.0.19 OpenModsLib-1.12.2-0.12.2

Log of me trying to replicate the bug few times: latest.log

DedMaxim commented 3 years ago

Also, switching music makes game freeze for 0.5 - 1 sec

TheAirBlow commented 2 years ago

Also, switching music makes game freeze for 0.5 - 1 sec

No multithreading, basically. Music is loaded on main thread, which makes the game freeze. In a nutshell, instead of rendering the game it's connecting to the audio-stream server.