ID:2297725
 
Resolved
The output operator's overload handling acted on the wrong operand, causing output of sound datums to fail.
BYOND Version:512.1386
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 60.0.3112.113
Applies to:Dream Daemon
Status: Resolved (512.1387)

This issue has been resolved.
Descriptive Problem Summary:

Numbered Steps to Reproduce Problem: Try playing a sound file

Code Snippet (if applicable) to Reproduce Problem:
src<<sound('IntroReal.ogg',1,0,3,50)


Expected Results:
to play a song
Actual Results:
runtime error: type mismatch: /sound (/sound) << null
proc name: Login (/mob/Login)
source file: Azusa.dm,265
usr: (src)
src: Inutaishos (/mob)
src.loc: null
call stack:
Inutaishos (/mob): Login()

Does the problem occur:
Every time? Or how often? Everytime


When does the problem NOT occur? Previous byond versions

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Workarounds:
Use a previous byond version

</<>
I've encountered this same issue as well.

Lummox JR resolved issue with message:
The output operator's overload handling acted on the wrong operand, causing output of sound datums to fail.