Skip to main content
October 25, 2010
Question

Shared Objects write error - how do shared objects work exactly?

  • October 25, 2010
  • 1 reply
  • 321 views

Our application is a chat program with about 20 - 30 chat rooms with 10-100 users at a time, only 2 at a time can be writing text/draw on a board  in each room. 4 of the rooms also have audio, only spoken by 1 user per room. We used remote shared objects on FMS to share content to the room users.

My application has recently started giving the following error sporadically:

1124 Failed to open shared object file (%1$S) for write.

I've been trying to find information on this error and what can cause it and have had little luck. Can anyone point me in the right direction?

    This topic has been closed for replies.

    1 reply

    October 26, 2010

    There is very little information to really get to the issue. I do not get as to how you are using the shared object. However, you can explicit set Sharedobject write/read permissons and even lock/unlock when writing, a desirable action if you expect concurrent use of the SO. For all this you need a server side script to handle it.

    Thanks,

    Abhishek