チケット #47679

movement_animation() : values outside 'int' range

登録: 2023-03-25 01:11 最終更新: 2023-03-31 14:26

報告者:
担当者:
(未割り当て)
チケットの種類:
状況:
オープン
コンポーネント:
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
なし
ファイル:
なし

詳細

From #47574 reported by alain_bkr:

../../client/mapview_common.c:214:13: runtime error: -nan is outside the range of representable values of type 'int'
../../client/mapview_common.c:215:13: runtime error: -nan is outside the range of representable values of type 'int'

Those lines are:
new_x = start_x + anim->movement.canvas_dx * (mytime / timing_sec);
new_y = start_y + anim->movement.canvas_dy * (mytime / timing_sec);

チケットの履歴 (2 件中 2 件表示)

2023-03-25 01:11 更新者: cazfi
  • 新しいチケット "movement_animation() : values outside 'int' range" が作成されました
2023-03-31 14:26 更新者: cazfi
コメント

See also #42262 : pixman assert failures caused be bad values for the location or the size of the animation area. I've been debugging that a bit now.

添付ファイルリスト

添付ファイルはありません

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする