View Single Post
  #13  
Old 03-22-2014, 06:06 PM
TheGrunch's Avatar
TheGrunch TheGrunch is offline
Approved Member
 
Join Date: Oct 2009
Location: United Kingdom
Posts: 843
Default

Finally solved this problem!

The mission file selection process via file chooser relies upon having network share access to the mission files.

The files were being locked via Samba from the Il-2 SSD client, and therefore when the server came to load them, they were unavailable for reading.

This is strange because the files are not "read" by my program, they are simply selected, so they shouldn't be locked. This may have something to do with opportunistic locking by the Windows Samba client process.

EDIT: Yep, confirmed it. When I add this to my share in my smb.conf it fixes it:

Code:
veto oplock files = /*.mis/

Last edited by TheGrunch; 03-22-2014 at 06:11 PM.
Reply With Quote