#23406: "Game doesn't load."
Apakah laporan ini berkenaan?
Apakah yang berlaku? Sila pilih pilihan di bawah
Apakah yang berlaku? Sila pilih pilihan di bawah
Sila semak apakah sudah ada laporan mengenai subjek yang sama
Jika ya, sila nyatakan untuk laporan ini. Laporan dengan undian yang paling diberikan PRIORITI!
| # | Status | Votes | Game | Type | Title | Last update |
|---|
Penerangan yang terperinci
-
• Sila salin/tampal mesej masalah yang anda dapat lihat di skrin, jika ada.
Game stuck at loading page
-
• Tolong jelaskan apa yang anda ingin buat, apa yang telah anda buat dan apa yang telah terjadi
• Apakah browser anda?
Google Chrome v86
-
• Tolong salin/lekat teks yang dipaparkan dalam bahasa inggeris dan bukannya 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. Adakah teks ini tersedia dalam sistem terjemahan ? Jika ya, adakah ia diterjemahkan selama lebih daripada 24 jam?
Game stuck at loading page
• Apakah browser anda?
Google Chrome v86
-
• Tolong jelaskan cadangan anda dengan tepat dan ringkas supaya semudah mungkin untuk memahami apa yang anda maksudkan.
Game stuck at loading page
• Apakah browser anda?
Google Chrome v86
-
• Apa yang dipaparkan pada skrin apabila anda disekat (Skrin kosong? Antara muka permainan? Mesej ralat?)
Game stuck at loading page
• Apakah browser anda?
Google Chrome v86
-
• Bahagian peraturan yang mana tidak dihormati oleh penyesuaian BGA
Game stuck at loading page
-
• Adakah kelanggaran peraturan boleh dilihat di ulangan permainan? Jikanya ya, pada langkah berapa?
• Apakah browser anda?
Google Chrome v86
-
• Apakan tindakan yang anda mahu lakukan?
Game stuck at loading page
-
• Apa yang anda cuba lakukan untuk mencetuskan tindakan permainan ini?
-
• Apa yang berlaku apabila anda cuba melakukan ini (mesej ralat, mesej bar status permainan, ...)?
• Apakah browser anda?
Google Chrome v86
-
• Pada peringkat mana semasa permainan , masalah itu berlaku (apakah arahan semasa permainan tersebut)?
Game stuck at loading page
-
• Apa yang berlaku apabila anda cuba melakukan tindakan permainan (mesej ralat, mesej bar status permainan, ...)?
• Apakah browser anda?
Google Chrome v86
-
• Tolong jelaskan masalah pemaparan. 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
• Apakah browser anda?
Google Chrome v86
-
• Tolong salin/lekat teks yang dipaparkan dalam bahasa inggeris dan bukannya 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. Adakah teks ini tersedia dalam sistem terjemahan ? Jika ya, adakah ia diterjemahkan selama lebih daripada 24 jam?
Game stuck at loading page
• Apakah browser anda?
Google Chrome v86
-
• Tolong jelaskan cadangan anda dengan tepat dan ringkas supaya semudah mungkin untuk memahami apa yang anda maksudkan.
Game stuck at loading page
• Apakah browser anda?
Google Chrome v86
Laporan masa lalu
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) "����������������"
}}
}
Tambah sesuatu untuk laporan ini
- ID meja yang lain / gerakkan ID
- Adakah F5 meyelesaikan masalah ity?
- Adapah masalah itu berlaku beberapa kali? Selalu? Sekali-sekala?
- 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.
