Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] any idea why it happened?

[DiscordArchive] any idea why it happened?

[DiscordArchive] any idea why it happened?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
05-16-2020, 03:20 PM
#1
Archived author: Degen • Posted: 2020-05-16T15:20:29.938000+00:00
Original source

any idea why it happened?
rektbyfaith
05-16-2020, 03:20 PM #1

Archived author: Degen • Posted: 2020-05-16T15:20:29.938000+00:00
Original source

any idea why it happened?

rektbyfaith
Administrator
0
05-16-2020, 03:20 PM
#2
Archived author: Ori_CC • Posted: 2020-05-16T15:20:41.749000+00:00
Original source

something something docker wasn't building them from the bin
rektbyfaith
05-16-2020, 03:20 PM #2

Archived author: Ori_CC • Posted: 2020-05-16T15:20:41.749000+00:00
Original source

something something docker wasn't building them from the bin

rektbyfaith
Administrator
0
05-16-2020, 03:21 PM
#3
Archived author: Ori_CC • Posted: 2020-05-16T15:21:03.344000+00:00
Original source

I dunno, this is like day 2 of figuring this stuff out, I just follow the tutorials and pray
rektbyfaith
05-16-2020, 03:21 PM #3

Archived author: Ori_CC • Posted: 2020-05-16T15:21:03.344000+00:00
Original source

I dunno, this is like day 2 of figuring this stuff out, I just follow the tutorials and pray

rektbyfaith
Administrator
0
05-16-2020, 03:22 PM
#4
Archived author: H0lysp4nk • Posted: 2020-05-16T15:22:09.395000+00:00
Original source

Seems like there's an issue with the acbuild image for Docker on Windows
rektbyfaith
05-16-2020, 03:22 PM #4

Archived author: H0lysp4nk • Posted: 2020-05-16T15:22:09.395000+00:00
Original source

Seems like there's an issue with the acbuild image for Docker on Windows

rektbyfaith
Administrator
0
05-16-2020, 03:22 PM
#5
Archived author: Degen • Posted: 2020-05-16T15:22:32.146000+00:00
Original source

yea just seen all the troubleshooting you did earlier
rektbyfaith
05-16-2020, 03:22 PM #5

Archived author: Degen • Posted: 2020-05-16T15:22:32.146000+00:00
Original source

yea just seen all the troubleshooting you did earlier

rektbyfaith
Administrator
0
05-16-2020, 03:22 PM
#6
Archived author: H0lysp4nk • Posted: 2020-05-16T15:22:32.470000+00:00
Original source

Would need someone else to confirm as I don't have a Windows Pro license to be able to enable Hyper-V on Windows to use Docker
rektbyfaith
05-16-2020, 03:22 PM #6

Archived author: H0lysp4nk • Posted: 2020-05-16T15:22:32.470000+00:00
Original source

Would need someone else to confirm as I don't have a Windows Pro license to be able to enable Hyper-V on Windows to use Docker

rektbyfaith
Administrator
0
05-16-2020, 03:23 PM
#7
Archived author: Ori_CC • Posted: 2020-05-16T15:23:37.357000+00:00
Original source

Well, it's happened twice now to two different people, and I'd hazard a guess that the person on stackoverflow I linked had the same thing
rektbyfaith
05-16-2020, 03:23 PM #7

Archived author: Ori_CC • Posted: 2020-05-16T15:23:37.357000+00:00
Original source

Well, it's happened twice now to two different people, and I'd hazard a guess that the person on stackoverflow I linked had the same thing

rektbyfaith
Administrator
0
05-16-2020, 03:25 PM
#8
Archived author: Ori_CC • Posted: 2020-05-16T15:25:01.670000+00:00
Original source

Now here's a real idiot question: how do I open the worldserver console
rektbyfaith
05-16-2020, 03:25 PM #8

Archived author: Ori_CC • Posted: 2020-05-16T15:25:01.670000+00:00
Original source

Now here's a real idiot question: how do I open the worldserver console

rektbyfaith
Administrator
0
05-16-2020, 03:25 PM
#9
Archived author: H0lysp4nk • Posted: 2020-05-16T15:25:27.594000+00:00
Original source

```
How can I run commands in the worldserver console?
You can easily attach/detach from the worldserver console. First of all, type docker-compose ps to know the name of your worldserver container, it should be something like azerothcore-wotlk_ac-worldserver_1.

To attach: open a new terminal tab and type docker attach azerothcore-wotlk_ac-worldserver_1

Note for Windows users: using git bash on Windows you have to prefix this command with winpty. Example:

winpty docker attach azerothcore-wotlk_ac-worldserver_1

To detach: press ctr+p and ctrl+q.

Do NOT try to detach using ctrl+c or you will kill your worldserver process!
```
rektbyfaith
05-16-2020, 03:25 PM #9

Archived author: H0lysp4nk • Posted: 2020-05-16T15:25:27.594000+00:00
Original source

```
How can I run commands in the worldserver console?
You can easily attach/detach from the worldserver console. First of all, type docker-compose ps to know the name of your worldserver container, it should be something like azerothcore-wotlk_ac-worldserver_1.

To attach: open a new terminal tab and type docker attach azerothcore-wotlk_ac-worldserver_1

Note for Windows users: using git bash on Windows you have to prefix this command with winpty. Example:

winpty docker attach azerothcore-wotlk_ac-worldserver_1

To detach: press ctr+p and ctrl+q.

Do NOT try to detach using ctrl+c or you will kill your worldserver process!
```

rektbyfaith
Administrator
0
05-16-2020, 03:26 PM
#10
Archived author: H0lysp4nk • Posted: 2020-05-16T15:26:10.184000+00:00
Original source

I would look at the Docker issue but I'm too busy with revamping a load of stuff in the Temple of Ahn'Qiraj
rektbyfaith
05-16-2020, 03:26 PM #10

Archived author: H0lysp4nk • Posted: 2020-05-16T15:26:10.184000+00:00
Original source

I would look at the Docker issue but I'm too busy with revamping a load of stuff in the Temple of Ahn'Qiraj

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)