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
いつも楽しませていただいております。 このたび、OTRPを使ったサーバーにてクラッシュバグの報告がありましたのでご報告です。
環境 Simutrans-OTRP v35_2_1 Simutrans version 122.0.1 Nightly from Feb 1 2024 r211212 Windows ※Ubuntu仮想環境で動作するサーバーアプリケーションも同様にクラッシュすることを確認
現象 末尾に中継点→車庫というスケジュールの路線を作成したとき、クラッシュすることがある
再現手順
コマンドライン引数に-debug 1を付加して起動したところ、下記のようなエラー文が表示されました。
ERROR: schedule_t::access_corresponding_entry: corresponding entry not found.
ソースコード上で上記メッセージを検索したところ、dataobj/schedule.ccのschedule_t::access_corresponding_entry関数でヒットし、これがsimuconvoi.ccのconvoi_t::register_journey_timeでのみ使用されていることから、所要時間の計算でスケジュール情報にアクセスする際に問題が発生しているものと考えられます。
dataobj/schedule.cc
schedule_t::access_corresponding_entry
simuconvoi.cc
convoi_t::register_journey_time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
いつも楽しませていただいております。
このたび、OTRPを使ったサーバーにてクラッシュバグの報告がありましたのでご報告です。
環境
Simutrans-OTRP v35_2_1
Simutrans version 122.0.1 Nightly from Feb 1 2024 r211212
Windows ※Ubuntu仮想環境で動作するサーバーアプリケーションも同様にクラッシュすることを確認
現象
末尾に中継点→車庫というスケジュールの路線を作成したとき、クラッシュすることがある
再現手順
コマンドライン引数に-debug 1を付加して起動したところ、下記のようなエラー文が表示されました。
ソースコード上で上記メッセージを検索したところ、
dataobj/schedule.cc
のschedule_t::access_corresponding_entry
関数でヒットし、これがsimuconvoi.cc
のconvoi_t::register_journey_time
でのみ使用されていることから、所要時間の計算でスケジュール情報にアクセスする際に問題が発生しているものと考えられます。The text was updated successfully, but these errors were encountered: