• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved ´problem runing cipsoft files windows 10 dockerized

Felipe93

Ghost Member
Joined
Mar 21, 2015
Messages
2,035
Solutions
9
Reaction score
354
Location
Chile
im trying tu run cipsoft leaked files in windows 10



it says that the structure inside folders must be the following


everything builded correctly but when i run the server i get this

1741918826471.webp

1741918860467.webp
1741918895596.webp
places files in its place
1741918997795.webp

1741919928503.webp
realots-docker on master ➜ tree .
.
├── Dockerfile.game
├── Dockerfile.login-server
├── Dockerfile.query-manager
├── README.md
├── docker-compose.yml
├── game
│ ├── dennis-libraries
│ │ ├── ilovesatan.so.9
│ │ ├── libc.so.6
│ │ ├── lmao.so.9
│ │ ├── payhunted.so.9
│ │ ├── rofl.so.9
│ │ ├── satanism.so.9
│ │ ├── test_libpthread.so
│ │ └── trololol.so.9
│ ├── dennis-libraries.rar
│ ├── game
│ └── tibia-game.tarball.tar.gz
├── levels.csv
├── load_db.sh
├── run.sh
├── scripts
│ ├── ip_changer
│ └── update_levels
└── sqls
├── insert_users.sql
├── realots-schema-inc-players.sql
├── remove_noobs.sql
├── update_player_users.sql
└── update_players.sql

in the strcutere i see anoher game file which in don't have that might eb the problem?
i have installed docker wsl ubuntu, ´´yton latest version downloaded all files
 
LUA:
 => [game 24/27] RUN rm /home/game/save/game.pid                           0.5s
 => [game 25/27] RUN chmod 777 dennis-libraries/*                          0.7s
 => [game 26/27] RUN mv dennis-libraries/* /lib                            0.6s
 => [game 27/27] COPY --chmod=755 <<EOT /entrypoint.sh                     0.1s
 => [game] exporting to image                                            163.6s
 => => exporting layers                                                   94.6s
 => => exporting manifest sha256:63e5a8861d05b789ad05d2a6772cc4ef8461c1d1  0.0s
 => => exporting config sha256:39fa38cf08e68f65a017bb12eff77de4d6027975fd  0.0s
 => => exporting attestation manifest sha256:e853756ee8420561901467ab00b5  0.1s
 => => exporting manifest list sha256:5efccfbd2e8aa9aecca4739309e7f843454  0.0s
 => => naming to docker.io/library/realots-docker-game:latest              0.0s
 => => unpacking to docker.io/library/realots-docker-game:latest          68.8s
 => [game] resolving provenance for metadata file                          0.0s
[+] Building 3/3
 ✔ game           Built                                                    0.0s
 ✔ login          Built                                                    0.0s
 ✔ query-manager  Built                                                    0.0s
Starting MySQL...
[+] Running 11/11
 ✔ mysql Pulled                                                           63.7s
   ✔ 69e76254f502 Pull complete                                            0.5s
   ✔ 804bb8ae89de Pull complete                                           46.0s
   ✔ e0a910cc8604 Pull complete                                           46.6s
   ✔ 8d73d2a73425 Pull complete                                           47.4s
   ✔ 1b515e7ceb69 Pull complete                                            1.0s
   ✔ eaa11c0a9f08 Pull complete                                            4.2s
   ✔ bc0c792ca096 Pull complete                                            0.7s
   ✔ 8d18181893b8 Pull complete                                           46.5s
   ✔ 27a2553d6a80 Pull complete                                           57.9s
   ✔ 4a7e00d873b9 Pull complete                                            0.7s
[+] Running 2/2
 ✔ Network realots-docker_default    C...                                  0.7s
 ✔ Container realots-docker-mysql-1  Started                              16.1s
Loading database...
Waiting for MySQL to be ready...
mysqladmin: [Warning] Using a password on the command line interface can be inse
cure.
exit status 1
MySQL is not ready yet... waiting 5 seconds
mysqladmin: [Warning] Using a password on the command line interface can be inse
cure.
exit status 1
MySQL is not ready yet... waiting 5 seconds
mysqladmin: [Warning] Using a password on the command line interface can be inse
cure.
exit status 1
MySQL is not ready yet... waiting 5 seconds
mysqladmin: [Warning] Using a password on the command line interface can be inse
cure.
mysqld is alive
MySQL is ready!
Loading schema...
mysql: [Warning] Using a password on the command line interface can be insecure.
Schema loaded successfully!
Starting services...
[+] Running 4/4
 ✔ Container realots-docker-mysql-1          Healthy                       1.7s
 ✔ Container realots-docker-query-manager-1  Started                       2.0s
 ✔ Container realots-docker-login-1          Started                       2.1s
 ✔ Container realots-docker-game-1           Started                       1.7s
All services started!

felip@DESKTOP-12E56TH MINGW64 ~/Documents/GitHub/realots-docker (test)
$
have made modifications, don't know if somenody would be willing to help
 
Do you still have any issues? Couldn't deduct anything from your last post, seems to be running
yes i still have issues, seems to be running but the ports are being opened there's a file missing or something as i stated the project wasn't even compiling i took a file from nekiro repositoriy the i did what i could editing the project in order to log in but haven't had success you have this working? if so would you help me ?
 
Back
Top