We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
こんな感じのスタックトレースと共に落ちる。
System.ArgumentOutOfRangeException [visibleSteps must contain steps] 場所 Ched.Drawing.NoteGraphics.DrawSlideBackground(DrawingContext dc, IEnumerable`1 steps, IEnumerable`1 visibleSteps, Single noteHeight) 場所 Ched.UI.NoteView.OnPaint(PaintEventArgs pe) 場所 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer) 場所 System.Windows.Forms.Control.WmPaint(Message& m) 場所 System.Windows.Forms.Control.WndProc(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 場所 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
スライドの編集で矛盾した状態を作っているか上下スクロール時のタイミングあたり?
The text was updated successfully, but these errors were encountered:
スライド背景描画時に可視中継点のリスト範囲外の中継点のリストを渡してしまっていることが原因(負荷を抑えるためにこの前提のコレクションを受け取って描画している)。 譜面スクロール時に落ちたらしいので描画部分で想定していないパターンがある? スライドの状態によってスクロールで一部が見えたりする際にハマってしまう可能性がありそう
Ched/Ched.Drawing/NoteGraphics.cs
Lines 99 to 102 in 247705e
Sorry, something went wrong.
No branches or pull requests
こんな感じのスタックトレースと共に落ちる。
スライドの編集で矛盾した状態を作っているか上下スクロール時のタイミングあたり?
The text was updated successfully, but these errors were encountered: