Skip to content
smartymarv edited this page Sep 29, 2016 · 6 revisions

It shows nothing! What did I do wrong?

There are four common pitfalls:

  • You didn't edit your accounts.js file. I mean, come on
  • You didn't delete/replace both example accounts from said file
  • You broke syntax when you were editing your accounts.js. Use an editor with syntax highlighting and common sense
  • You failed to rename the file properly because of your file manager. In Windows, try to enable file name extensions

It doesn't work in my Internet Explorer!

A modern browser is required for muledump to work. Use latest Firefox, Chrome, Safari, or Opera.

My account is showing old data and does not update

Make sure that you have the latest version of lib/realmapi.js. Downloading a fresh copy of muledump will correct this issue.

Running mulelogin.au3 gives an "Unable to write registry" error when I am the system administrator

Run AutoIt as administrator, then use that to open mulelogin.au3. After setup, one-click login will work properly.

If that doesn't work, edit mulelogin.au3 and add the line "#RequireAdmin" (without parentheses) somewhere, then run the script. After running it, remove the line.