Jump to content
LaunchBox Community Forums

Miyuki333

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Miyuki333

  1. 4 hours ago, Miyuki333 said:

    Edited 1 hour ago by neil9000 
    Removed mega link, we dont advise people download .dll's from the internet, and as this is your first post here i have removed the link to be safe.

    My bad. Didn't mean to break any rules, I just found this page when Googling the problem and wanted to add a solution. Here is a quick ruby script to patch the DLL instead. 

    Quote

    file = File.open("padDemul.dll", "r+b")
    file.pos = 0x27E23
    buffer = [0xE9, 0x95, 0x00].pack("c*")
    file.write(buffer)

    Just install ruby (https://rubyinstaller.org/) create a file called "patch.rb" in the Demul plugins folder, copy the above code into the file and save it, and then run the "patch.rb" file. That should also fix the issue.

    Edit: Oh, also should mention the patch applies specifically to Demul build 111117, which you can find here: http://demul.emulation64.com/files/demul07_111117.7z

  2. I found that I was also having this error with the latest Demul build. Here is a patched DLL I created that will suppress the error. Just replace the existing DLL in the plugins folder with this one, and you are good to go! 

×
×
  • Create New...