#23406: "Game doesn't load."
Tentang apa laporan ini?
Apa yang terjadi? Pilih di bawah
Apa yang terjadi? Pilih di bawah
Silakan periksa apakah sudah ada laporan tentang hal yang sama
Jika ya, silakan VOTE untuk laporan ini. Laporan dengan suara terbanyak diberikan PRIORITAS!
| # | Status | Votes | Game | Type | Title | Last update |
|---|
Detil Deskripsi
-
• Mohon salin/tempel pesan error yang Anda lihat di layar, jika ada.
Game stuck at loading page
-
• Mohon jelaskan apa yang ingin Anda lakukan, apa yang kemudian Anda lakukan, dan apa yang terjadi
• Apa browser yang Anda gunakan?
Google Chrome v86
-
• Harap salin/tempel teks yang ditampilkan dalam bahasa Inggris alih-alih bahasa anda. If you have a screenshot of this bug (good practice), you can use a picture hosting service of your choice (snipboard.io for example) to upload it and copy/paste the link here. apakah teks ini tersedia dalam translation system? jika iya, itu bisa diartikan lebih dari 24 jam
Game stuck at loading page
• Apa browser yang Anda gunakan?
Google Chrome v86
-
• Tolong jelaskan saran Anda secara tepat dan ringkas sehingga semudah mungkin untuk memahami apa yang Anda maksud.
Game stuck at loading page
• Apa browser yang Anda gunakan?
Google Chrome v86
-
• Apa yang tampil di layar ketika Anda tidak dapat berjalan (Layar kosong? Hanya tampil sebagian antar-muka? Pesan error?)
Game stuck at loading page
• Apa browser yang Anda gunakan?
Google Chrome v86
-
• Bagian mana dari peraturan yang tidak diterapkan dengan tepat oleh BGA
Game stuck at loading page
-
• Apakah kesalahan peraturan dapat dilihat dari ulangan permainan? Jika ya, pada langkah ke berapa?
• Apa browser yang Anda gunakan?
Google Chrome v86
-
• Aksi permainan apa yang ingin Anda lakukan?
Game stuck at loading page
-
• Apa yang Anda coba lakukan untuk memunculkan aksi permainan ini?
-
• Apa yang terjadi ketika Anda melakukannya (pesan error, pesan status permainan, ...)?
• Apa browser yang Anda gunakan?
Google Chrome v86
-
• Pada langkah ke berapa masalah tersebut muncul (apa petunjuk permainan saat itu)?
Game stuck at loading page
-
• Apa yang terjadi ketika Anda mencoba untuk melakukan aksi permainan (pesan error, pesan status permainan, ...)?
• Apa browser yang Anda gunakan?
Google Chrome v86
-
• Mohon jelaskan masalah tampilannya. If you have a screenshot of this bug (good practice), you can use a picture hosting service of your choice (snipboard.io for example) to upload it and copy/paste the link here.
Game stuck at loading page
• Apa browser yang Anda gunakan?
Google Chrome v86
-
• Harap salin/tempel teks yang ditampilkan dalam bahasa Inggris alih-alih bahasa anda. If you have a screenshot of this bug (good practice), you can use a picture hosting service of your choice (snipboard.io for example) to upload it and copy/paste the link here. apakah teks ini tersedia dalam translation system? jika iya, itu bisa diartikan lebih dari 24 jam
Game stuck at loading page
• Apa browser yang Anda gunakan?
Google Chrome v86
-
• Tolong jelaskan saran Anda secara tepat dan ringkas sehingga semudah mungkin untuk memahami apa yang Anda maksud.
Game stuck at loading page
• Apa browser yang Anda gunakan?
Google Chrome v86
Laporkan riwayat
Specifically, the 8th parameter to the gameui.completeetup method call is missing (after socketio in the below snippet, as taken from JS console debugger from the table this bug report references):
gameui.completesetup("pedro", "Pedro", 109158620, 88492060, /*archivemask_begin*/"301ec5cc3f304753ffe3068fdad20f6b"/*archivemask_end*/, "{COMETD_PRIVATE_CHANNEL}", "socketio", , { "39141269": { "user_id"...
Is there a way to abandon the game without being able to access it?
@lanizer: this parameter corresponds to the gamedatas returned by getAllDatas. Maybe in some cases it sends an empty result?
It's definitely caused by getAllDatas() in php with the symptoms showing up in the javascript when the data returned is parsed improperly.
This will reproduce it assuming your db has the similar content:
protected function getAllDatas() {
$result = array();
$result['players'] = self::getCollectionFromDB("SELECT player_id, player_beginner FROM player");
self::dump('players', $result['players'];
return $result;
}
From the dump (copied below), it looks like -1 is maybe getting assigned to the player_beginner column in the db as a string instead of a signed int. The getAllDatas() function returns as intended, but the javascript can't handle the data it's getting. For convenience while developing, I was doing "SELECT * FROM player" planning to narrow the query later. This picked up the column even though I have no actual use for it.
players = array(4) {
[2304606]=>
array(2) {
["player_id"]=>
string(7) "2304606"
["player_beginner"]=>
string(16) "����������������"
}
[2304609]=>
array(2) {
["player_id"]=>
string(7) "2304609"
["player_beginner"]=>
string(16) "����������������"
}
[2304607]=>
array(2) {
["player_id"]=>
string(7) "2304607"
["player_beginner"]=>
string(16) "����������������"
}
[2304608]=>
array(2) {
["player_id"]=>
string(7) "2304608"
["player_beginner"]=>
string(16) "����������������"
}}
}
Tambahkan hal lain di laporan ini
- ID meja / nomor langkah lainnya
- Apakah F5 menyelesaikan masalah?
- Apakah masalah tersebut telah muncul beberapa kali? Setiap kali? Tidak tentu?
- If you have a screenshot of this bug (good practice), you can use a picture hosting service of your choice (snipboard.io for example) to upload it and copy/paste the link here.
