#25476: "Java exception thrown when trying to make a move"
รายงานนี้เกี่ยวกับอะไร?
เกิดอะไรขึ้น? กรุณาเลือกจากด้านล่าง
เกิดอะไรขึ้น? กรุณาเลือกจากด้านล่าง
โปรดตรวจสอบว่ามีรายงานในหัวข้อเดียวกันอยู่แล้ว
ถ้าใช่โปรดโหวตสำหรับรายงานนี้ รายงานที่ได้รับคะแนนโหวตมากที่สุดจะได้รับลำดับความสำคัญสูง!
| # | Status | Votes | Game | Type | Title | Last update |
|---|
คำอธิบายโดยละเอียด
-
• โปรดคัดลอก / วางข้อความแสดงข้อผิดพลาดที่คุณเห็นบนหน้าจอหากมี
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. -
• โปรดอธิบายสิ่งที่คุณต้องการจะทำสิ่งที่คุณทำและสิ่งที่เกิดขึ้น
• คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
-
• โปรดคัดลอก / วางข้อความที่แสดงเป็นภาษาอังกฤษแทนภาษาของคุณ หากคุณมีภาพหน้าจอของข้อบกพร่องนี้ (แนวปฏิบัติที่ดี) คุณสามารถใช้ Imgur.com เพื่ออัปโหลดและคัดลอก / วางลิงค์ที่นี่
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. -
• ข้อความนี้มีอยู่ใน ระบบการแปล หรือไม่? ถ้าใช่มันแปลมานานกว่า 24 ชั่วโมงแล้วหรือยัง?
• คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
-
• โปรดอธิบายข้อเสนอแนะของคุณอย่างแม่นยำและรัดกุมเพื่อให้ง่ายที่สุดที่จะเข้าใจสิ่งที่คุณหมายถึง
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. • คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
-
• สิ่งที่ปรากฏบนหน้าจอเมื่อคุณถูกบล็อก (หน้าจอว่างเปล่าส่วนหนึ่งของอินเตอร์เฟซเกมข้อความผิดพลาด?)
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. • คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
-
• ส่วนใดของกฎที่ไม่ได้รับความเคารพจากการปรับตัวด้วย BGA
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. -
• การละเมิดกฎสามารถมองเห็นได้ในการเล่นซ้ำเกมหรือไม่ ถ้าใช่จะย้ายเบอร์ไหน
• คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
-
• แอคชั่นเกมใดที่คุณอยากใช้งาน?
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. -
• คุณพยายามทำอะไรเพื่อกระตุ้นการกระทำของเกมนี้?
-
• เกิดอะไรขึ้นเมื่อคุณพยายามทำสิ่งนี้ (ข้อความแสดงข้อผิดพลาดข้อความแถบสถานะของเกม ... )?
• คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
-
• ปัญหาเกิดขึ้นที่ขั้นตอนใดของเกม (คำสั่งเกมปัจจุบันคืออะไร)
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. -
• เกิดอะไรขึ้นเมื่อคุณพยายามทำการกระทำของเกม (ข้อความแสดงข้อผิดพลาดข้อความแถบสถานะเกม, ... )
• คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
-
• โปรดอธิบายปัญหาการแสดงผล หากคุณมีภาพหน้าจอของข้อบกพร่องนี้ (แนวปฏิบัติที่ดี) คุณสามารถใช้ Imgur.com เพื่ออัปโหลดและคัดลอก / วางลิงค์ที่นี่
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. • คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
-
• โปรดคัดลอก / วางข้อความที่แสดงเป็นภาษาอังกฤษแทนภาษาของคุณ หากคุณมีภาพหน้าจอของข้อบกพร่องนี้ (แนวปฏิบัติที่ดี) คุณสามารถใช้ Imgur.com เพื่ออัปโหลดและคัดลอก / วางลิงค์ที่นี่
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. -
• ข้อความนี้มีอยู่ใน ระบบการแปล หรือไม่? ถ้าใช่มันแปลมานานกว่า 24 ชั่วโมงแล้วหรือยัง?
• คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
-
• โปรดอธิบายข้อเสนอแนะของคุณอย่างแม่นยำและรัดกุมเพื่อให้ง่ายที่สุดที่จะเข้าใจสิ่งที่คุณหมายถึง
I tried to take an action during a game (a simple push) and I got the following exception thrown at me:
Unexpected error: Exception (feException) during Sandbox Javascript execution on line 81
: Sandbox onPush(0, []);:81: feException: BGA Exception during Sandbox Javascript execution : Time limit 500 ms exceeded on nested JS script call 1 (there has been 86 Db calls for a total of 575.80089569092 ms : may be the reason?) in /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php:3155 Stack trace: #0 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2953): SandboxTable->executeScript('checkEndOfGame(...') #1 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(467): SandboxTable->triggerOnStateScriptAction('checkEndOfGame') #2 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/gamestate.game.php(356): Gamestate->jumpToState(203) #3 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(4070): Gamestate->nextState('pushed') #4 /var/tournoi/release/tournoi-200928-1328/www/include/bgaapi.inc.php(280): SandboxTable->nextState('pushed') #5 [internal function]: bgaapi->nextState('pushed') #6 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(3105): V8Js->executeString('// Siam script\n...', 'Sandbox onPush(...', 6) #7 /var/tournoi/release/tournoi-200928-1328/www/game/module/table/sandboxtable.game.php(2978): SandboxTable->executeScript('onPush(0, []);') #8 /var/tournoi/release/tournoi-200928-1328/www/include/APP_SandboxGameAction.inc.php(46): SandboxTable->script('onPush', '0', Array) #9 /var/tournoi/release/tournoi-200928-1328/www/include/webActionCore.inc.php(135): APP_SandboxGameAction->script() #10 /var/tournoi/release/tournoi-200928-1328/www/index.php(230): launchWebAction('siam', 'action_siam', 'script', false, false, NULL, true, false) #11 {main}
The only thing that I did differently from other turns was trying to take my turn as soon as my opponent finished theirs, almost before the animation of the previous move was finished. • คุณใช้เบราว์เซอร์อะไร?
Google Chrome v85
ประวัติการรายงาน
Your bug has probably been fixed already, or was linked to a temporary failure of BGA service.
In any case, when filling a bug report, make sure to have an explicit title linked to the incident (ex: with error message), so other players can recognize it and vote for it.
เพิ่มการร้องเรียน
- ID ของโต๊ะอื่น / ID ของตาเดิน
- การกด F5 แก้ไขปัญหาหรือไม่
- ปัญหาเกิดขึ้นหลายครั้งหรือไม่ ทุกเวลา? สุ่ม?
- หากคุณมีภาพหน้าจอของข้อบกพร่องนี้ (แนวปฏิบัติที่ดี) คุณสามารถใช้ Imgur.com เพื่ออัปโหลดและคัดลอก / วางลิงค์ที่นี่
