Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Another possibility is that I have some bug processing the settings causing the code to stop starting. I have had that one before in another wallpaper.
Will be asking Bio this week to be sure of how it should be because if true that would mean I would have to update a lot more than just this wallpaper. Will also update this wallpaper in the coming days.
the issue with window.onload is true, but I don't think it's currently the prevalent cause. While I'm actually waiting for a 'load ended' event in C++ before sending any properties too, it is different from window.onload, so the order of things still isn't guaranteed. So it's best to just set up the listener object right away. (My understanding is that window.onload will also wait for all dependencies while the C++ callback won't.)
Since the last time I updated Chromium I noticed this happening even more often than before when switching between two web wallpapers quickly. It seems the callbacks I'm waiting for don't allow me to check whether they belong to the last page I loaded, so the properties never reach the most recently selected web wallpaper. I think I already have a work around for that issue though.
Thanks for the feedback .. will update all my wallpapers to start different and not wait for window.onload.
That's because ultio is a friend of mine
Thanks, I'll check it out when it's updated. Perhaps the issue is fully gone then. The changes I have on my end seem to almost fix the problem so far.
If there are any other issues, just let me know ..