[DiscordArchive] It's working on Windows, I tested it multiple times. Probably you have an edge case, can you send a
[DiscordArchive] It's working on Windows, I tested it multiple times. Probably you have an edge case, can you send a
![[Image: unknown.png?ex=690c6ceb&is=690b1b6b&hm=b...e862ea3dc&]](https://cdn.discordapp.com/attachments/535208956449128490/835087586933997579/unknown.png?ex=690c6ceb&is=690b1b6b&hm=b7dbb360f41c37a180bedbaf236958983bfdcb455f0c722ae29b230e862ea3dc&)
Archived author: Dominique • Posted: 2021-04-23T09:39:56.434000+00:00
Original source
Building using Docker seems to be stuck at Built target authserver
**System info:**
Building on Windows 10 - using Docker Desktop
Docker version 20.10.5, build 55c4c88
Docker-compose version 1.29.0, build 07737305
If I try to run the command again I get the same error as before
```
$ ./acore.sh docker build
Deno version check:
/d/_c hromus/azerothcore-wotlk/apps/bash_shared/deno.sh: line 17: ./deps/deno/bin/deno: cannot execute binary file: Exec format error
Installing Deno...
######################################################################## 100,0%######################################################################### 100,0%
Archive: /d/_c hromus/azerothcore-wotlk/deps/deno/bin/deno.zip
inflating: /d/_c hromus/azerothcore-wotlk/deps/deno/bin/deno.exe
Deno was installed successfully to /d/_c hromus/azerothcore-wotlk/deps/deno/bin/deno
Run 'deno --help' to get started
/d/_c hromus/azerothcore-wotlk/apps/bash_shared/deno.sh: line 17: ./deps/deno/bin/deno: cannot execute binary file: Exec format error
```
I pulled the latest changes, and tried again, the building process starts, but it gets stuck on Built target authserver as shown in the screenshot.
EDIT:
additional information, these are the steps that I took:
1. Clone the repository
2. Download client data - This works
3. Build the core - This fails with the
```
/d/project_chromus/azerothcore-wotlk/apps/bash_shared/deno.sh: line 17: ./deps/deno/bin/deno: cannot execute binary file: Exec format error
```
Error
I've cleaned the deno folder again and tried to build it again and it gets stuck on: Built target authserver (19%)
![[Image: unknown.png?ex=690c6ceb&is=690b1b6b&hm=b...e862ea3dc&]](https://cdn.discordapp.com/attachments/535208956449128490/835087586933997579/unknown.png?ex=690c6ceb&is=690b1b6b&hm=b7dbb360f41c37a180bedbaf236958983bfdcb455f0c722ae29b230e862ea3dc&)
![[Image: unknown.png?ex=690c6cfb&is=690b1b7b&hm=f...861cea32c&]](https://cdn.discordapp.com/attachments/535208956449128490/835087654109839360/unknown.png?ex=690c6cfb&is=690b1b7b&hm=f9c334f100c5f84e23ead048a96616ad6e2ae3c36d635bd6bbd3dc5861cea32c&)
Archived author: Dominique • Posted: 2021-04-23T09:40:12.655000+00:00
Original source
deps/deno/bin folder
![[Image: unknown.png?ex=690c6cfb&is=690b1b7b&hm=f...861cea32c&]](https://cdn.discordapp.com/attachments/535208956449128490/835087654109839360/unknown.png?ex=690c6cfb&is=690b1b7b&hm=f9c334f100c5f84e23ead048a96616ad6e2ae3c36d635bd6bbd3dc5861cea32c&)
Archived author: Xyron • Posted: 2021-04-23T09:49:32.370000+00:00
Original source
I have a problem since the recent docker changes.
Running `$ ./acore.sh docker client-data` results in this:
```
Successfully built cd8b8c9d08bd
Successfully tagged acore/dev-server:master
WARNING: Image for service ac-dev-server was built because it did not already exist. To rebuild this image you must use docker-compose build or docker-compose up --build.
Creating azerothcore-wotlk_ac-database_1 ... done
ERROR: for ac-dev-server Container "940fa8808192" is unhealthy.
ERROR: Encountered errors while bringing up the project.
```
Therefore `$ ./acore.sh docker build` results in this:
```
Deno version check:
Version 1.9.1 is already installed
>>>>> Running: docker-compose run --rm ac-dev-server bash bin/acore-docker-build
ERROR: for ac-dev-server Container "940fa8808192" is unhealthy.
ERROR: Encountered errors while bringing up the project.
```
The db can't start and after checking the logs `docker logs 940fa8808192` I got this:
```
[ERROR] [MY-010326] [Server] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
```
the container keeps restarting and I can't run the server.
```
Docker version 20.10.6, build 370c28948e
docker-compose version 1.28.4, build unknown
Running on Arch Linux
```
Help needed. ️
Archived author: Shin • Posted: 2021-04-23T10:02:53.772000+00:00
Original source
<@!108617457836539904>
Archived author: Dominique • Posted: 2021-04-23T11:43:46.614000+00:00
Original source
No longer relevant, the only problem now is that after fetching the client data the build fails with the ``` /d/_c hromus/azerothcore-wotlk/apps/bash_shared/deno.sh: line 17: ./deps/deno/bin/deno: cannot execute binary file: Exec format error
```
error again however cleaning the dependency folder again seems to fix this.
~~Building works, for some reason it was stuck for 60 mins on Built target authserver~~
Building failed, i'll attach the log in a sec
Archived author: Dominique • Posted: 2021-04-23T11:49:40.740000+00:00
Original source
build.txt
Archived author: Yehonal • Posted: 2021-04-23T12:25:57.875000+00:00
Original source
guys I replied 3 times to exactly the same question right above
Archived author: Yehonal • Posted: 2021-04-23T12:26:28.485000+00:00
Original source
the error is still the same as you can see, however, there's a PR in pending
Archived author: Yehonal • Posted: 2021-04-23T12:26:42.537000+00:00
Original source
let me merge that one so you won't have any further issue with this
Archived author: Yehonal • Posted: 2021-04-23T12:27:58.565000+00:00
Original source
<@!162876570854359040> can you try this PR first