#26444: "temple tile placed in the middle of 4 other tiles"
どういった内容ですか?
どうしましたか?以下から選んでください
どうしましたか?以下から選んでください
同一内容の報告がないか、ご確認ください
もしそうなら、このレポートに投票してください。投票の多いレポートから調査されます!
# | Status | Votes | Game | Type | Title | Last update |
---|
詳細
-
• もしあれば、画面に表示されたエラーメッセージをコピー&ペーストしてください
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
-
• 何をしたいか、何をしたか、何が起きたかを説明してください
• あなたのブラウザは何ですか?
Google Chrome v85
-
• あなたの言語の代わりに、表示されている英語の文章をコピー&ペーストしてください。 もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
-
• このテキストは翻訳ページで翻訳可能になっていますか?もしそうならば、24時間以上前に翻訳されていますか?
• あなたのブラウザは何ですか?
Google Chrome v85
-
• 何を意味するのか、簡単に理解できるようにあなたの提案を正確かつ簡潔に説明してください。
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
• あなたのブラウザは何ですか?
Google Chrome v85
-
• ブロックされたときの表示は何でしたか(空のスクリーン?一部のみのゲームインターフェイス?エラーメッセージ?)
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
• あなたのブラウザは何ですか?
Google Chrome v85
-
• BGAで正しく実装されていないルールはどの部分ですか?
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
-
• ルールの間違いはゲームのリプレイで確認できますか?そうであれば、行動番号は何番ですか?
• あなたのブラウザは何ですか?
Google Chrome v85
-
• やりたかったゲームアクションは何ですか?
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
-
• このゲームアクションを引き起こす為に何を試みましたか?
-
• これを行おうとしたときに何が起こりましたか?(エラーメッセージ、ステータスバーメッセージ、他)
• あなたのブラウザは何ですか?
Google Chrome v85
-
• どの段階でこの問題が起こりましたか?(画面の指示はどうなっていましたか)
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
-
• ゲームアクションを行おうとしたとき、何が起こりましたか?(エラーメッセージ、ステータスバーメッセージ、他)
• あなたのブラウザは何ですか?
Google Chrome v85
-
• 表示の問題を説明してください もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
• あなたのブラウザは何ですか?
Google Chrome v85
-
• あなたの言語の代わりに、表示されている英語の文章をコピー&ペーストしてください。 もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
-
• このテキストは翻訳ページで翻訳可能になっていますか?もしそうならば、24時間以上前に翻訳されていますか?
• あなたのブラウザは何ですか?
Google Chrome v85
-
• 何を意味するのか、簡単に理解できるようにあなたの提案を正確かつ簡潔に説明してください。
The temple in question appeared in the wrong place on the screen. The game proceeded as if it was in its proper location (except that it was hard for the players to picture it in its place.)
• あなたのブラウザは何ですか?
Google Chrome v85
報告履歴
Do you remember if :
• It is always a temple tile ? (I think no)
• It occurs only when two jungle tiles must be placed, and the misplacement is with the second tile.
I confirm that you can refresh the screen.
But I must fix this problem...
:-/
Yes, it happened when 2 tiles needed to be placed. In our case both were temple tiles and it was the second one that displayed incorrectly.
You mean "only once" by game, I suppose ?
3 incidents, it's a lot !
Nobody complaint about this problem, but I got it sometimes, with old release.
This problem worries me : how many games of Cacao have you played (+/-) ?
La tuile jungle est d'abord retirée de la zone par cette instruction (retirer la tuile et la déplacer dans map_scrollable).
this.jungles_display.removeFromZone( second_tile_id , false , "map_scrollable" );
Mais cela se passe avec un mouvement de 0,5 seconde.
Et la tuile ne change pas de container : elle reste dans #jungle_display.
Donc l'instruction la bouge de container :
this.attachToNewParent( second_tile_id , "map_scrollable" );
Ensuite on démarre le mouvement dans ce container :
this.slideToObjectPos( second_tile_id , "map_scrollable" , second_to_left , second_to_top ).play();
On a donc en même temps un mouvement de déplacement de la tuile par le removeFromZone avec un slideToObjectPos.
Ce n'est pas rassurant, mais cela fonctionne dans la majorité des cas.
Mais quand la première tuile se place, on peut avoir la deuxième qui remonte dans la zone, suivi, avec un chevauchement probable dans le timing, des deux mouvements décrits ci-dessus !
Peut-être que le slideToObjectPos démarre alors que la tuile fini de remonter ?
Solution à essayer : clôner la tuile jungle dans map_scrollable, et détruire l'original dans la zone.
Même s'il est bien expliqué que attachToNewParent crée un clone...
La solution de détruire puis recréer la tuile ne fonctionne pas bien :
1) Il faut donner à la nouvelle tuile placée dans map_scrollable un autre id.
2) Elle se place au centre avant de faire son mouvement.
3) Il faudrait remodifier son id après la destruction de la tuile originale dans la zone. Sans quoi la correspondance est rompue avec la base de données.
4) On ne peut pas changer l'id de la tuile dans la zone : la zone a retenu l'id original et la manipule encore.
Solution "pansement" : une fonction est appelée après une 1 seconde, forçant les coordonnées Left et Top.
Ainsi si le mouvement a été parasité, cette fonction replace la tuile à la bonne place.
Version 201020-1122 publiée.
This problem occurs rarely and I'm surprised that it occurs in each of your game.
Do you play on a computer, or on a tablet/phone with Android ?
Because I believe that with Android the code of the game is not always refreshed.
A new release of Cacao is published.
I have found a explanation, but the solution is not elegant : I hope that it works !
For your next game of Cacao, try to force the refresh once the board is loaded. On a computer, it's [Ctrl][F5].
On Android, I don't know how to do a real refresh with Chrome.
I hope that this problem will disapear : let me know...
Kind regards,
Paul
報告に書き加える
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。