<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">(Apologies for not replying to the previous message about this issue, I just subscribed to this list so I’m not sure if it’s possible for me to reply to older messages.)<div class=""><br class=""></div><div class="">My project is having the same issue as <a href="http://icculus.org/pipermail/physfs/2018-October/001272.html" class="">http://icculus.org/pipermail/physfs/2018-October/001272.html</a> in PhysFS 3.0 where PhysFS_Init doesn’t work for users running Windows 10 update 1809.</div><div class=""><br class=""></div><div class="">We took a slightly different approach to work around the issue. We tested GetUserProfileDirectory on Windows 7, Windows 10 pre-1809, and Windows 10 post-1809, and found that passing NULL as the second argument worked on all those platforms when querying the directory string length.</div><div class=""><br class=""></div><div class="">Here’s a mercurial commit in my project’s (in-tree) local copy of PhysFS which seems to fix the issue: <a href="https://bitbucket.org/rude/love/commits/b7375a6aed148aa0b259b6950a4536915c7c1360" class="">https://bitbucket.org/rude/love/commits/b7375a6aed148aa0b259b6950a4536915c7c1360</a></div><div class=""><br class=""></div><div class="">- Alex</div></body></html>