http://bugs.winehq.org/show_bug.cgi?id=15559
--- Comment #65 from Casey caseyjp1@gmail.com 2008-12-06 17:33:21 --- I discovered the error: E: shm.c: shm_open() failed: Read-only file system E: shm.c: shm_open() failed: Read-only file system E: shm.c: shm_open() failed: Read-only file system
was due to this change to fstab:
tmpfs /dev/shm tmpfs defaults,ro 0 0
which is a recommended security change.
Re-commenting that line in fstab removed the error when running wine.
1.1.9 had NO issues with this line in fstab. 1.1.10 does.
The issues with sound remain. This bug ain't fixed.