Results 1 to 2 of 2
  1. #1
    Winphin Developer dolqube's Avatar
    Join Date
    Oct 2005
    Posts
    69

    No audio plugin written in fasm

    i coded a no audio plugin based on zilmars no_audio
    but it doesn't work

    here is the source if anyone can fix it



    trust me,
    i coded it in 15 mins and it has loads of bugs lol
    Attached Files Attached Files


    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    I found a couple of issues that might need to be fixed in the plugin. Maybe these are the cause of the crashes....

    * The line "export 'ERRORMSG.DLL',\" needs to be changed. This lines from here specify the exports in the plugin, so it needs to be changed to
    Code:
    export 'audio.dll',\
    This can be one possible cause of crashing.

    * The second issue is relating to how you seem to not be defining for PluginInfo.Name . A value for that needs to be defined in your plugin, so that it actually loads up correctly (as I'm aware, all N64 emu plugins need to have a name defined, for them to be usuable and selectable.)
    Last edited by mudlord; March 30th, 2007 at 02:36.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •