PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic

SimpleGraphic v2.5.4 fails to start on Windows 7: kernel32.WaitOnAddress entry point not found

オープン
#105 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
C++
スター
22
フォーク
62
平均マージ
1日 3時間
マージ済み PR(30日)
4

説明

After updating from SimpleGraphic v2.5.3 to v2.5.4, Path of Building no longer starts on Windows 7.

The application immediately shows the following error:

Image

The procedure entry point kernel32.WaitOnAddress could not be located in the dynamic link library api-ms-win-core-synch-l1-2-0.dll.

Observations:

  • v2.5.3 works correctly on the same system.
  • v2.5.4 fails before the application starts.
  • Looking at the source code, I couldn't find any direct calls to WaitOnAddress.
  • The project still defines _WIN32_WINNT as WIN7, so this may be caused by the toolchain, runtime library, or one of the updated dependencies rather than the project code itself.

It looks like something in the v2.5.4 build now imports kernel32!WaitOnAddress, which makes the executable incompatible with Windows 7.

Could you please check whether the release was built with a newer runtime or SDK that introduced this dependency?

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、_WIN32_WINNT の定義、toolchain、SDK、ランタイムライブラリ、更新された依存関係を含め、v2.5.3 と v2.5.4 のリリースビルド構成を比較します。次に、v2.5.4 の実行可能ファイルを調べて kernel32!WaitOnAddress のインポートを確認し、それを導入したビルド変更を特定します。Windows 7 でそのエントリポイントエラーが発生せずにアプリケーションが起動すれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
cpp
領域
build-system, operating-systems
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。