動作確認
Re: 動作確認
迷宮の下記の場所で「ゲーム処理内で例外が発生しました。」のダイアログが
表示されて強制終了し、プレイ不能な状態です。
・階段側を向いて階段の目の前
・降りて真っ直ぐのT字路の一歩手前
・降りて左手に曲がった直後
作成キャラPTでも開始直後のセーブデータのデフォPTでも
100%再現しております。
また、win10とwin8.1で試しましたがどちらでも同様で、
手元にある複数のビルドで確認しても100%再現しています。
-----> TOD: 210712 19:54:23
version_id:85928096 / version:0.95.210710-113
Exception Class: #<NoMethodError: undefined method `+' for nil:NilClass>
Exception Strings: undefined method `+' for nil:NilClass
[trace]
(eval):320:in `check_event_trigger_here'
(eval):294:in `each'
(eval):294:in `check_event_trigger_here'
(eval):760:in `check_touch_event'
(eval):730:in `update_nonmoving'
(eval):692:in `update'
(eval):692:in `measure'
(eval):56:in `times'
(eval):56:in `measure'
(eval):692:in `update'
(eval):167:in `update'
(eval):25:in `main'
(eval):22:in `loop'
(eval):29:in `main'
(eval):145
Section003:7:in `eval'
Section003:13
Section003:7:in `each'
Section003:7
表示されて強制終了し、プレイ不能な状態です。
・階段側を向いて階段の目の前
・降りて真っ直ぐのT字路の一歩手前
・降りて左手に曲がった直後
作成キャラPTでも開始直後のセーブデータのデフォPTでも
100%再現しております。
また、win10とwin8.1で試しましたがどちらでも同様で、
手元にある複数のビルドで確認しても100%再現しています。
-----> TOD: 210712 19:54:23
version_id:85928096 / version:0.95.210710-113
Exception Class: #<NoMethodError: undefined method `+' for nil:NilClass>
Exception Strings: undefined method `+' for nil:NilClass
[trace]
(eval):320:in `check_event_trigger_here'
(eval):294:in `each'
(eval):294:in `check_event_trigger_here'
(eval):760:in `check_touch_event'
(eval):730:in `update_nonmoving'
(eval):692:in `update'
(eval):692:in `measure'
(eval):56:in `times'
(eval):56:in `measure'
(eval):692:in `update'
(eval):167:in `update'
(eval):25:in `main'
(eval):22:in `loop'
(eval):29:in `main'
(eval):145
Section003:7:in `eval'
Section003:13
Section003:7:in `each'
Section003:7
Re: 動作確認
ご連絡ありがとうございます。
イベント発生時の座標でイベント情報を拾えていないためにそうなっていると思われます。
ですが、このエラーが私のテスト環境で一度も発生がしたことが無いため、もう少し調べさせてください。
大変たすかります。
Jira ticket
https://kuwansoft.atlassian.net/browse/BUG-18
イベント発生時の座標でイベント情報を拾えていないためにそうなっていると思われます。
ですが、このエラーが私のテスト環境で一度も発生がしたことが無いため、もう少し調べさせてください。
大変たすかります。
Jira ticket
https://kuwansoft.atlassian.net/browse/BUG-18
Re: 動作確認
全く同じエラーが(;´Д⊂)
-----> TOD: 210712 21:37:55
version_id:36041179 / version:0.95.210712-125
Exception Class: #<NoMethodError: undefined method `+' for nil:NilClass>
Exception Strings: undefined method `+' for nil:NilClass
[trace]
(eval):308:in `check_event_trigger_here'
(eval):282:in `each'
(eval):282:in `check_event_trigger_here'
(eval):748:in `check_touch_event'
(eval):718:in `update_nonmoving'
(eval):680:in `update'
(eval):680:in `measure'
(eval):56:in `times'
(eval):56:in `measure'
(eval):680:in `update'
(eval):167:in `update'
(eval):25:in `main'
(eval):22:in `loop'
(eval):29:in `main'
(eval):145
Section003:7:in `eval'
Section003:13
Section003:7:in `each'
Section003:7
-----> TOD: 210712 21:37:55
version_id:36041179 / version:0.95.210712-125
Exception Class: #<NoMethodError: undefined method `+' for nil:NilClass>
Exception Strings: undefined method `+' for nil:NilClass
[trace]
(eval):308:in `check_event_trigger_here'
(eval):282:in `each'
(eval):282:in `check_event_trigger_here'
(eval):748:in `check_touch_event'
(eval):718:in `update_nonmoving'
(eval):680:in `update'
(eval):680:in `measure'
(eval):56:in `times'
(eval):56:in `measure'
(eval):680:in `update'
(eval):167:in `update'
(eval):25:in `main'
(eval):22:in `loop'
(eval):29:in `main'
(eval):145
Section003:7:in `eval'
Section003:13
Section003:7:in `each'
Section003:7
Re: 動作確認
直りました!
が、最新の32074271だと戦闘時に攻撃エフェクトが表示された直後に
例外エラーが出ます。やり直したところ再現もしました。
一個前の97975595では確認出来ません。
-----> TOD: 210713 18:31:57
version_id:32074271 / version:0.95.210712-125
Exception Class: #<NameError: undefined local variable or method `attacker' for #<Game_Actor:0xeb8fcf8>>
Exception Strings: undefined local variable or method `attacker' for #<Game_Actor:0xeb8fcf8>
[trace]
(eval)in `get_impact_ratio'
(eval)in `make_attack_damage_value'
(eval)in `times'
(eval)in `make_attack_damage_value'
(eval)in `attack_effect'
(eval)in `execute_action_attack'
(eval)in `each'
(eval)in `execute_action_attack'
(eval)in `execute_action'
(eval)in `process_action'
(eval):180:in `update'
(eval):25:in `main'
(eval):22:in `loop'
(eval):29:in `main'
(eval):145
Section003:7:in `eval'
Section003:13
Section003:7:in `each'
Section003:7
が、最新の32074271だと戦闘時に攻撃エフェクトが表示された直後に
例外エラーが出ます。やり直したところ再現もしました。
一個前の97975595では確認出来ません。
-----> TOD: 210713 18:31:57
version_id:32074271 / version:0.95.210712-125
Exception Class: #<NameError: undefined local variable or method `attacker' for #<Game_Actor:0xeb8fcf8>>
Exception Strings: undefined local variable or method `attacker' for #<Game_Actor:0xeb8fcf8>
[trace]
(eval)in `get_impact_ratio'
(eval)in `make_attack_damage_value'
(eval)in `times'
(eval)in `make_attack_damage_value'
(eval)in `attack_effect'
(eval)in `execute_action_attack'
(eval)in `each'
(eval)in `execute_action_attack'
(eval)in `execute_action'
(eval)in `process_action'
(eval):180:in `update'
(eval):25:in `main'
(eval):22:in `loop'
(eval):29:in `main'
(eval):145
Section003:7:in `eval'
Section003:13
Section003:7:in `each'
Section003:7