Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Music won't play?


RedJacket7
 Share

Recommended Posts

Hi guys, I recently decided to add some midi files to my game and I encountered a strange problem.

Music was working just fine, however as soon as I added new ones, no music would play. Even the old midi files.

I'm using ER, and this is literally the only recent change I made. I searched and found similar problems but none with a real answer to my problem.

If I dl a new version of Eclipse then the music works just fine, and I can play the files just fine on my music player.

It's just ER that wont run them.

Any help or suggestions?
Link to comment
Share on other sites

I get Runtime error 53

fmod.dll not found

and it brings me to this line of code

Public Sub Destroy()

    ' destroy music engine

    Music_Stop

    FSOUND_Close   

    bInit_Audio = False

    curSong = vbNullString

    CurrentChannel = 1

End Sub

and it highlights "FSOUND_Close"

I know for a fact I have fmod.dll however.
Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...