salass00 / smb2fs

SMB2 file system client
GNU General Public License v2.0
26 stars 6 forks source link

Password requester crashing on OS 3.2+ if the class isn't resident #12

Closed BSzili closed 1 year ago

BSzili commented 1 year ago

Apparently you shouldn't call any functions that could trigger DOS operations after the handler replies to the ACTION_STARTUP packet. Opening/closing requester.class in smb2fs_main before FbxSetupFS should fix it by making the class read its prefs ahead of time. I'll try this over the weekend.

BSzili commented 1 year ago

This is now confirmed to be fixed, closing the issue.