-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
When I try to start the game, it closes immediately. Console output:
The crash is caused in a function char * __PHYSFS_platformCalcUserDir(void) in file physfs_platform_windows.c
This element of code should fail but it doesn't. Second parameter is set to '\0'
/*
* Should fail. Will write the size of the profile path in
* psize. Also note that the second parameter can't be
* NULL or the function fails.
*/
rc = pGetDir(accessToken, &dummy, &psize);
GOTO_IF(rc, PHYSFS_ERR_OS_ERROR, done); /* should have failed! */
Later it causes access violations and game crashes.
Metadata
Metadata
Assignees
Labels
No labels
