PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic

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

Aperta
#105 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Lingua principale
C++
Stelle
22
Fork
62
Merge medio
1g 3h
PR unite (30g)
4

Descrizione

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?

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Inizia confrontando la configurazione della build di release di v2.5.3 e v2.5.4, inclusi la definizione _WIN32_WINNT, la toolchain, l’SDK, la libreria di runtime e le dipendenze aggiornate. Ispeziona quindi l’eseguibile di v2.5.4 per verificare l’importazione di kernel32!WaitOnAddress, poi identifica la modifica della build che l’ha introdotta. Il lavoro è completato quando l’applicazione si avvia su Windows 7 senza questo errore di punto di ingresso.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
cpp
Ambito
build-system, operating-systems
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Tranquilla
Chiarezza
Abbastanza chiara
Idoneità per principianti
45/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.