bemuse
bemuse copied to clipboard
load image failed
why did I find this error, when i run game load this picture fail per time?
http://ip/music/[flicknote]bymyside/eyecatch_image.png
This is intended.
When a song does not specify an eyecatch image file, Bemuse will try to load eyecatch_image.png
from the folder. Since not all songs have pictures, when the image does not exist it will be skipped (but there will be an error in the console).
There are no errors outside the console, right?
I think I know the cause of the problem now…
It is due to recent autoplay policy change. I need to update the game and release a hotfix version soon.
https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#webaudio
Thanks for reporting the issue.
thinks for your answer! Last load image error have fixed. Now, I find new issue when i select a game and load game finished, the browser break and prompt "debugging connection was closed. Reason: Render process gone. Reconnect when ready by reopening DevTools."
By the way, I loaded the source code, then setup on my windows server according to "http://bemuse.readthedocs.io/en/latest/developers/getting-started-windows.html".
@gavinLiu2016 Hey, those docs are outdated. Please refer to the updated docs here: https://bemuse.ninja/project/docs/developer-guide.html
Thanks! But,the setup tutorial in this docs is on linux system. Can I get a windows server tutorial?
I have setup success on windows server! thanks!
@gavinLiu2016 Woah, awesome! If you have anything that you think should be added to the setup guide (e.g. Windows-specific information), please feel free to edit the docs! This will make the project easier to set up for everyone.