PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding-SimpleGraphic
SimpleGraphic v2.5.4 fails to start on Windows 7: kernel32.WaitOnAddress entry point not found
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- C++
- Estrellas
- 22
- Forks
- 62
- Merge medio
- 1 d 3 h
- PR fusionados (30 d)
- 4
Descripción
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:
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?
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza comparando la configuración de compilación de release de v2.5.3 y v2.5.4, incluida la definición _WIN32_WINNT, la toolchain, el SDK, la biblioteca de runtime y las dependencias actualizadas. Inspecciona después el ejecutable de v2.5.4 para comprobar su importación de kernel32!WaitOnAddress y, a continuación, identifica el cambio de compilación que la introdujo. Se considera terminado cuando la aplicación se inicia en Windows 7 sin ese error de punto de entrada.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- cpp
- Área
- build-system, operating-systems
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Tranquilo
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100