OS Name/Version: Ubuntu 22.04.5 LTS
Product Name/Version: version 2.6.2.4 - 20250724.1
Problem Description: I changed the case server and now it only runs Minecraft servers, the files of the other servers are accessible by ftp and AMP detects them but when clicking on launch it pretends to run the instance but then the button to run the instance becomes available again
Also if I create a new server that is not Minecraft it does not run, the same thing happens
Deployment Logs
:pioluluso
09:32:37
wine8: Pulling from cubecoders/ampbase
Digest: sha256:2d9a1edc5ec757fb529992c185f7baae6eaf77f5c11c4154ba2c1a254d0d8bde
Status: Image is up to date for cubecoders/ampbase:wine8
docker.io/cubecoders/ampbase:wine8
e8b07583e65287a34beda7b14c74c86ce9410242b6afa4f2a3d74d415c0f0f23
:pioluluso
09:47:37
latest: Pulling from cubecoders/ampbase
Digest: sha256:61a7ad5845bc52e4053363e012883e0574ac644d65e8d5bd20fbcd2f1e43dbbb
Status: Image is up to date for cubecoders/ampbase:latest
docker.io/cubecoders/ampbase:latest
37544206239bba90815306b58d42375e9ec88b43b8e1e296e9b8791f894a2177
System Description:
OS Linux
Platform Ubuntu 22.04.5
System Type x86_64
Hardware Platform Gigabyte Technology Co., Ltd. 970A-UD3P
CPU Model AMD FX(tm)-6300 Six-Core Processor
CPU Layout 1S/3C/6T
Installed RAM 28092
Virtualization None
Network Mode Standard
Module ADSModule
Module Application Application Deployment
Loaded Plugins FileManagerPlugin, EmailSenderPlugin, WebRequestPlugin, LocalFileBackupPlugin, CommonCorePlugin, AnalyticsPlugin
Application Name AMP
Application Version 2.6.2.4
Codename Phobos
Tools Version 2.6.0.6
Release Stream Mainline
Build Spec Release
Build Date 24/07/2025 10:06
InstanceID da30728e-40a1-40f2-bcf0-dead64389b8f
Last Executable
Last Arguments
Last Process ID 6641
Virtualization is enabled:
root@dangerservidor:/home/administrador# egrep -c '(vmx|svm)' /proc/cpuinfo
6
Steps to reproduce:
- Step 1: I click the start instance button.
- Step 2: It pretends to start.
- Step 3: It says “Instance not running” again.
Actions taken to resolve so far: I haven’t been able to resolve the issue, I tried reinstalling docket, restarting the server, restarting AMP separately, updating AMP to version 2.6.2.4 - 20250724.1
Update:
How I fixed wine8 servers not starting in AMP after hardware change
Hey everyone! Quick story in case it helps someone:
I had several servers running on AMP, but after changing my PC case, the ones using the wine8
Docker image stopped starting. The Java servers worked fine, but the wine8 ones just wouldn’t launch. When I tried to run the container manually, I got a weird exec format error
.
I checked virtualization in BIOS — it was enabled, and the CPU supports it (ran the command to check CPU flags, all good), so that wasn’t the issue.
What finally worked for me was cleaning up all stopped containers, unused images, and cache with:
docker system prune -a
That cleared out a lot of old stuff, including the problematic wine8
image. Then I pulled the image fresh with:
docker pull cubecoders/ampbase:wine8
After that, the wine8 servers started running smoothly through AMP, no issues at all.
If you run into something similar, try cleaning up Docker and pulling the image again — sometimes corrupted caches or images cause weird problems.
Cheers!