http://bugs.winehq.org/show_bug.cgi?id=15559
--- Comment #66 from Matteo Modesti mattemod@gmail.com 2008-12-06 22:02:15 --- (In reply to comment #65)
tmpfs /dev/shm tmpfs defaults,ro 0 0
Re-commenting that line in fstab removed the error when running wine.
Don't comment that line, just remove that ",ro" and maybe add a 'size' argument; for example:
tmpfs /dev/shm tmpfs defaults,size=64m 0 0