Forums WoW Modding Support Archives Azerothcore Discord Archives [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

[DiscordArchive] It's working on Windows, I tested it multiple times. Probably you have an edge case, can you send a

Pages (5): Previous 1 2 3 4 5 Next
rektbyfaith
Administrator
0
04-23-2021, 09:39 AM
#11
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&]
rektbyfaith
04-23-2021, 09:39 AM #11

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&]

rektbyfaith
Administrator
0
04-23-2021, 09:40 AM
#12
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&]
rektbyfaith
04-23-2021, 09:40 AM #12

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&]

rektbyfaith
Administrator
0
04-23-2021, 09:49 AM
#13
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. ️
rektbyfaith
04-23-2021, 09:49 AM #13

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. ️

rektbyfaith
Administrator
0
04-23-2021, 10:02 AM
#14
Archived author: Shin • Posted: 2021-04-23T10:02:53.772000+00:00
Original source

<@!108617457836539904>
rektbyfaith
04-23-2021, 10:02 AM #14

Archived author: Shin • Posted: 2021-04-23T10:02:53.772000+00:00
Original source

<@!108617457836539904>

rektbyfaith
Administrator
0
04-23-2021, 11:43 AM
#15
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
rektbyfaith
04-23-2021, 11:43 AM #15

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

rektbyfaith
Administrator
0
04-23-2021, 11:49 AM
#16
Archived author: Dominique • Posted: 2021-04-23T11:49:40.740000+00:00
Original source


build.txt
rektbyfaith
04-23-2021, 11:49 AM #16

Archived author: Dominique • Posted: 2021-04-23T11:49:40.740000+00:00
Original source


build.txt

rektbyfaith
Administrator
0
04-23-2021, 12:25 PM
#17
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
rektbyfaith
04-23-2021, 12:25 PM #17

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

rektbyfaith
Administrator
0
04-23-2021, 12:26 PM
#18
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
rektbyfaith
04-23-2021, 12:26 PM #18

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

rektbyfaith
Administrator
0
04-23-2021, 12:26 PM
#19
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
rektbyfaith
04-23-2021, 12:26 PM #19

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

rektbyfaith
Administrator
0
04-23-2021, 12:27 PM
#20
Archived author: Yehonal • Posted: 2021-04-23T12:27:58.565000+00:00
Original source

<@!162876570854359040> can you try this PR first
rektbyfaith
04-23-2021, 12:27 PM #20

Archived author: Yehonal • Posted: 2021-04-23T12:27:58.565000+00:00
Original source

<@!162876570854359040> can you try this PR first

Pages (5): Previous 1 2 3 4 5 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)