Where can I download MaxMind.dll?

No screenshots!

OS Name/Version:
NAME=“Linux Mint”
VERSION=“22.1 (Xia)”
x86_64

Product:
AMP
2.6.2.2

Problem Description:

Hi, I was trying to make a script to change my instance port to match my VPN provider’s port. This is how I caught this error. Now, when I manually stop ADS01, I then use the –RebindInstance command. What happens is: My instance gets deactivated every time. I also get the MaxMind.dll Missing error, and another error concerning Bedrock version, which I am not using!

Summary:

  • Using –RebindInstance MyInstance 0.0.0.0 12345 deactivates that instance.
  • I see a MaxMind.dll missing.
  • There is a system warning concerning a Minecraft bedrock that I am not using.

Steps to reproduce:

  • Step 1
    I wanted to make a script to auto-change change port got an issue, so I started manually going through every step, starting with: Stopping ADS01 with: ampinstmgr stop ADS01

  • Step 2
    After stopping the ADS01, I went to change the ports for my instance (manually) by using my case-sensitive instance name with this command: ampinstmgr --RebindInstance MyInstance 0.0.0.0 25565. So far, so good, until step 3.

  • Step 3
    On step 3. First, I checked my new 25565 port by doing: ampinstmgr -l. My instance indeed has its new port in place. Next, I tried launching it, but it kept restarting. After that, I used: ampinstmgr --View MyInstance, and the instance was offline. I used the command: ampinstmgr --LastLog MyInstance to view its logs, and then found out it was deactivated!

Actions taken to resolve so far:
First, I tried reactivating the instance. But it kept deactivating every time I tried doing
–RebindInstance. Second, I tried getting the MaxMind.dll file, but couldn’t find it. Third, I tried searching for the file in the system, but it was missing in all instances. I don’t know if it should be in the ADS01 instance only, or other instances as well.

What could be the issue?
There’s only one error I could see in the log, which is MaxMind.dll. I copied the code down there from the line I believe it made the error. I got this log by running:
ampinstmgr ----LastLog MyInstance, and I also get this log when reactivating my instance.

Blockquote
[14:40:19] [System Error/9] : Missing plugin/assembly: MaxMind.Db (/home/amp/.ampdata/instances/M3wshpack01/Plugins/MaxMind.Db/MaxMind.Db.dll) for
[14:40:20] [System Warning/12] : Unable to get Bedrock version data from https://www.minecraft.net/en-us/download/server/bedrock: Match not found.
[14:40:20] [System Info/12] : Trying first Bedrock info fallback…
[14:40:20] [Loader Notice/1] : Using keypair with fingerprint TFq/TS51foHzqGsouegznjwpQ1uN8I1V68usiraNrOU=
[14:40:20] [Loader Info/1] : SFTP Server started on 0.0.0.0:2224
[14:40:20] [Core Warning/1] : Expected licence feature RunAMP is not present.
[14:40:20] [Core Error/1] : No valid AMP licence was found. Please open a shell as the ‘amp’ user and run ampinstmgr reactivate M3wshpack01 to reactivate this instance.
[14:40:20] [Core Info/1] : Available features:
[14:40:20] [Core Info/1] : Active Licences:
/home/amp/.ampdata/instances/M3wshpack01/AMP_Logs/AMPLOG 2025-07-24 14-40-13.log (END)

1 Like

Why do I get the feeling you’ve been asking ChatGPT for help? Because absolutely nothing in this post makes sense.

2 Likes

Lol, who doesn’t? But I actually wrote this. Maybe it is because of how often I look into generated chats? And, I have a grammar extension enabled.

The MaxMind error isn’t anything to concern yourself about. It’s just some cleanup we need to do on our side. The Bedrock is also nothing to worry about. We’ve stopped supporting that in the Minecraft instance type since it was moved to its own generic template. The Minecraft module gets update information for all the supported mod loaders and types because it populates the versions drop down list. So whatever you’re using, it still tries to populate it. We can actually disable that fully on our end now since it’s not going to be corrected.

As for why it deactivates whenever you rebind? That’s an odd one. Usually it takes a hardware change to cause that. You mentioned your VPN provider which might be the cause of it. I know Mike put in some checks at one point to filter out looking at virtual adapters like that, but it may be the issue still. Do you notice it happening when you just restart the server or any other times?

1 Like

Hello @IceOfWraith. Thank you for your reply. And @Mike, sorry for the crumbled text in my first message. I’ll try to make sense this time :sweat_smile: . As for the issue, when restarting the server, my instance doesn’t deactivate. I noticed it only deactivates when I specifically do – RebindInstance. But, I didn’t try the command without the VPN, I’ll turn it off, retry, and continue writing :writing_hand:

I’m back. I have disabled my VPN. Nothing changed. My instance gets deactivated only when I do the --RebindInstance command.

While I was writing the latter paragraph, I saw my instance running. I double checked, it was running fine even after the rebind issue. But, it seems the rebind didn’t take effect. My instance ports didn’t change.

Well, that’s all I have to write. If anything comes up, I’ll make sure to add it here for any future user facing such an issue. Last but not least, thank you for your time, and have a nice day.

Can you post the input/output of you running the rebind command?

1 Like

Sure! Here it is:

First, I log in as the amp user.
Second, I have to stop ADS01 by using the command ampinstmgr stop ADS01 or else I will get this error:

[Info/1] AMP Instance Manager v2.6.2.2 built 06/07/2025 05:40
[Info/1] Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[Warning/1] Instances may not be created or modified using this tool while ADS is running. Either make the changes via ADS itself or stop ADS before making changes.
[Warning/1] You can do this by running ‘ampinstmgr stop ADS01’

Third, my input, ampinstmgr RebindInstance M3wshpack01 0.0.0.0 12345.

Output:

[Info/1] AMP Instance Manager v2.6.2.2 built 06/07/2025 05:40
[Info/1] Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[Info/1] Reconfiguring instance M3wshpack01…
[Info/1] Stopping instance M3wshpack01…
[Info/1] Requesting soft-stop…
[Info/1] Waiting for instance to stop…
[Info/6] Instance was shut down gracefully.
[Info/6] Instance M3wshpack01 has stopped.
[09:03:53] [Program Info/1] : Starting AMP version 2.6.2.4 (Phobos), built 24/07/2025 10:06
[09:03:53] [Program Info/1] : Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[09:03:53] [Core Info/1] : Loading configuration from provisionargs.kvp…
[09:03:53] [Program Warning/1] : Current time zone is set to Arabian Standard Time - It is recommended you switch to UTC+0 to avoid time-zone related issues
[09:03:53] [Program Info/1] : OS: Linux / x86_64
[09:03:53] [Program Info/1] : CPU: Intel(R) Core™ i5-4590 CPU @ 3.30GHz (4C/4T)
[09:03:53] [Program Info/1] : RAM: 3857MB
[09:03:53] [Program Info/1] : AMP Instance ID: 0cea2f03-0c31-47ec-b584-9a0c6e1ba96c
[09:03:54] [Core Info/1] : Loaded MinecraftModule version 2.6.2.4 by CubeCoders Limited
[09:03:54] [Core Info/1] : Metrics publishing is enabled at udp://localhost:12820.
[09:03:54] [Loader Info/1] : Loaded FileManagerPlugin by CubeCoders Limited
[09:03:54] [Loader Info/1] : Loaded EmailSenderPlugin by CubeCoders Limited
[09:03:55] [Loader Info/1] : Loaded WebRequestPlugin by CubeCoders Limited
[09:03:55] [Loader Info/1] : Loaded LocalFileBackupPlugin by CubeCoders Limited
[09:03:55] [Loader Info/1] : Loaded CommonCorePlugin by CubeCoders Limited
[09:03:55] [Loader Info/1] : Loaded AnalyticsPlugin by CubeCoders Limited
[09:03:55] [Core Info/1] : Licence Present: AMP Standard Edition - Lifetime Licence
[09:03:55] [Program Info/1] : -configonly specified or activation performed. Saving settings and shutting down. This is perfectly normal.
[Info/8] Waiting for AMP instance to start…
[Notice/8] AMP instance M3wshpack01 is now running.
[Info/8] Done. Use --ShowInstancesList to see your changes.

Of course, when I view my instance ampinstmgr --t, I can see the port has changed. But, the issue happens after I start my ADS01 ampinstmgr start ADS01 I get this normal log:

[Info/1] AMP Instance Manager v2.6.2.2 built 06/07/2025 05:40
[Info/1] Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[Info/1] Starting Instance: ‘ADS01’
[Info/1] Waiting for AMP instance to start…
[Notice/7] AMP instance ADS01 is now running.
[Info/9] You can browse to this instance at http://192.168.8.103:8080/
[Info/9] Instance started in new session. Run ‘ampinstmgr View ADS01’ to view this instances live output.

And, here’s the last log. ampinstmgr --LastLog M3wshpack01:

[09:08:07] [Program Info/1] : Starting AMP version 2.6.2.4 (Phobos), built 24/07/2025 10:06
[09:08:07] [Program Info/1] : Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV
[09:08:07] [Program Warning/1] : Current time zone is set to Arabian Standard Time - It is recommended you switch to UTC+0 to avoid time-zone related issues
[09:08:07] [Program Info/1] : OS: Linux / x86_64
[09:08:07] [Program Info/1] : CPU: Intel(R) Core™ i5-4590 CPU @ 3.30GHz (4C/4T)
[09:08:07] [Program Info/1] : RAM: 3857MB
[09:08:07] [Program Info/1] : AMP Instance ID: 0cea2f03-0c31-47ec-b584-9a0c6e1ba96c
[09:08:07] [Core Info/1] : Loaded MinecraftModule version 2.6.2.4 by CubeCoders Limited
[09:08:07] [Core Info/1] : Metrics publishing is enabled at udp://localhost:12820.
[09:08:08] [Loader Info/1] : Loaded FileManagerPlugin by CubeCoders Limited
[09:08:08] [Loader Info/1] : Loaded EmailSenderPlugin by CubeCoders Limited
[09:08:08] [Loader Info/1] : Loaded WebRequestPlugin by CubeCoders Limited
[09:08:08] [Loader Info/1] : Loaded LocalFileBackupPlugin by CubeCoders Limited
[09:08:08] [Loader Info/1] : Loaded CommonCorePlugin by CubeCoders Limited
[09:08:08] [Loader Info/1] : Loaded AnalyticsPlugin by CubeCoders Limited
[09:08:09] [System Info/12] : Modpack cache is up-to-date.
[09:08:09] [System Warning/7] : Unable to get Bedrock version data from https://www.minecraft.net/en-us/download/server/bedrock: Match not found.
[09:08:09] [System Info/7] : Trying first Bedrock info fallback…
[09:08:09] [Loader Notice/1] : Using keypair with fingerprint xGegB73+B5XBLHg3UFIeN7zHsegp83m6xxzsYwRCBIM=
[09:08:09] [Loader Info/1] : SFTP Server started on 0.0.0.0:2224
[09:08:09] [Core Warning/1] : Expected licence feature RunAMP is not present.
[09:08:09] [Core Error/1] : No valid AMP licence was found. Please open a shell as the ‘amp’ user and run ampinstmgr reactivate M3wshpack01 to reactivate this instance.
[09:08:09] [Core Info/1] : Available features:
[09:08:09] [Core Info/1] : Active Licences:

That’s when my instance gets deactivated! If you were to ask about the amp version mismatch, I recently updated it from 2.6.2.2 to 2.6.2.4, thinking it might fix the issue. Thank you for your time.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.