Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Does anyone know the cause/an easy fix for the azerothcore-wotlk_ac-worldserver_1 and azoerthcore-wo

[DiscordArchive] Does anyone know the cause/an easy fix for the azerothcore-wotlk_ac-worldserver_1 and azoerthcore-wo

[DiscordArchive] Does anyone know the cause/an easy fix for the azerothcore-wotlk_ac-worldserver_1 and azoerthcore-wo

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
06-16-2021, 02:32 PM
#1
Archived author: Suniary • Posted: 2021-06-16T14:32:47.297000+00:00
Original source

Does anyone know the cause/an easy fix for the azerothcore-wotlk_ac-worldserver_1 and azoerthcore-wotlk_ac-authserver_1 constantly restarting when trying to launch?
rektbyfaith
06-16-2021, 02:32 PM #1

Archived author: Suniary • Posted: 2021-06-16T14:32:47.297000+00:00
Original source

Does anyone know the cause/an easy fix for the azerothcore-wotlk_ac-worldserver_1 and azoerthcore-wotlk_ac-authserver_1 constantly restarting when trying to launch?

rektbyfaith
Administrator
0
06-16-2021, 02:34 PM
#2
Archived author: Suniary • Posted: 2021-06-16T14:34:38.901000+00:00
Original source


[Image: unknown.png?ex=690c093e&is=690ab7be&hm=6...39b7e7d08&]
rektbyfaith
06-16-2021, 02:34 PM #2

Archived author: Suniary • Posted: 2021-06-16T14:34:38.901000+00:00
Original source


[Image: unknown.png?ex=690c093e&is=690ab7be&hm=6...39b7e7d08&]

rektbyfaith
Administrator
0
06-16-2021, 03:15 PM
#3
Archived author: Honey • Posted: 2021-06-16T15:15:19.187000+00:00
Original source

You want to Check the crashlog
rektbyfaith
06-16-2021, 03:15 PM #3

Archived author: Honey • Posted: 2021-06-16T15:15:19.187000+00:00
Original source

You want to Check the crashlog

rektbyfaith
Administrator
0
06-16-2021, 05:38 PM
#4
Archived author: Suniary • Posted: 2021-06-16T17:38:07.744000+00:00
Original source

It seems to just repeat this:
rektbyfaith
06-16-2021, 05:38 PM #4

Archived author: Suniary • Posted: 2021-06-16T17:38:07.744000+00:00
Original source

It seems to just repeat this:

rektbyfaith
Administrator
0
06-16-2021, 05:38 PM
#5
Archived author: Suniary • Posted: 2021-06-16T17:38:11.596000+00:00
Original source

$ docker logs 4247dd0ac593
Deno version check:
/azerothcore/apps/bash_shared/deno.sh: line 18: ./deps/deno/bin/deno: No such file or directory
Installing Deno...
######################################################################## 100.0%##O=######################################################################### 100.0%#-#O=######################################################################## 100.0%
Archive: /azerothcore/deps/deno/bin/deno.zip
inflating: /azerothcore/deps/deno/bin/deno
Deno was installed successfully to /azerothcore/deps/deno/bin/deno
Manually add the directory to your $HOME/.bash_profile (or similar)
export DENO_INSTALL="/azerothcore/deps/deno"
export PATH="$DENO_INSTALL/bin:$PATH"
Run '/azerothcore/deps/deno/bin/deno --help' to get started
Running worldserver ...
/azerothcore/env/dist/bin/worldserver doesn't exists!
Deno version check:
Checking https://github.com/denoland/deno/release...ux-gnu.zip
30.1 MiB / 30.1 MiB (100.0%)
Deno is upgrading to version 1.9.1
Archive: /tmp/.tmpzxpheu/deno.zip
inflating: deno
Upgraded successfully
Running worldserver ...
/azerothcore/env/dist/bin/worldserver doesn't exists!
Deno version check:
Version 1.9.1 is already installed
Running worldserver ...
/azerothcore/env/dist/bin/worldserver doesn't exists!
Deno version check:
Version 1.9.1 is already installed
Running worldserver ...
rektbyfaith
06-16-2021, 05:38 PM #5

Archived author: Suniary • Posted: 2021-06-16T17:38:11.596000+00:00
Original source

$ docker logs 4247dd0ac593
Deno version check:
/azerothcore/apps/bash_shared/deno.sh: line 18: ./deps/deno/bin/deno: No such file or directory
Installing Deno...
######################################################################## 100.0%##O=######################################################################### 100.0%#-#O=######################################################################## 100.0%
Archive: /azerothcore/deps/deno/bin/deno.zip
inflating: /azerothcore/deps/deno/bin/deno
Deno was installed successfully to /azerothcore/deps/deno/bin/deno
Manually add the directory to your $HOME/.bash_profile (or similar)
export DENO_INSTALL="/azerothcore/deps/deno"
export PATH="$DENO_INSTALL/bin:$PATH"
Run '/azerothcore/deps/deno/bin/deno --help' to get started
Running worldserver ...
/azerothcore/env/dist/bin/worldserver doesn't exists!
Deno version check:
Checking https://github.com/denoland/deno/release...ux-gnu.zip
30.1 MiB / 30.1 MiB (100.0%)
Deno is upgrading to version 1.9.1
Archive: /tmp/.tmpzxpheu/deno.zip
inflating: deno
Upgraded successfully
Running worldserver ...
/azerothcore/env/dist/bin/worldserver doesn't exists!
Deno version check:
Version 1.9.1 is already installed
Running worldserver ...
/azerothcore/env/dist/bin/worldserver doesn't exists!
Deno version check:
Version 1.9.1 is already installed
Running worldserver ...

rektbyfaith
Administrator
0
06-16-2021, 05:39 PM
#6
Archived author: Suniary • Posted: 2021-06-16T17:39:06.929000+00:00
Original source

Up to this point, I have followed the steps in <https://www.azerothcore.org/wiki/install-with-docker#introduction>, so not sure why any vital part wouldn't exist
rektbyfaith
06-16-2021, 05:39 PM #6

Archived author: Suniary • Posted: 2021-06-16T17:39:06.929000+00:00
Original source

Up to this point, I have followed the steps in <https://www.azerothcore.org/wiki/install-with-docker#introduction>, so not sure why any vital part wouldn't exist

rektbyfaith
Administrator
0
06-16-2021, 05:40 PM
#7
Archived author: Honey • Posted: 2021-06-16T17:40:17.893000+00:00
Original source

i'm not good with docker, can't help with it
rektbyfaith
06-16-2021, 05:40 PM #7

Archived author: Honey • Posted: 2021-06-16T17:40:17.893000+00:00
Original source

i'm not good with docker, can't help with it

rektbyfaith
Administrator
0
06-16-2021, 05:40 PM
#8
Archived author: Suniary • Posted: 2021-06-16T17:40:27.686000+00:00
Original source

no worries, thanks anyway
rektbyfaith
06-16-2021, 05:40 PM #8

Archived author: Suniary • Posted: 2021-06-16T17:40:27.686000+00:00
Original source

no worries, thanks anyway

rektbyfaith
Administrator
0
06-16-2021, 05:40 PM
#9
Archived author: Suniary • Posted: 2021-06-16T17:40:43.627000+00:00
Original source

first time I'm using it
rektbyfaith
06-16-2021, 05:40 PM #9

Archived author: Suniary • Posted: 2021-06-16T17:40:43.627000+00:00
Original source

first time I'm using it

rektbyfaith
Administrator
0
06-16-2021, 05:58 PM
#10
Archived author: Suniary • Posted: 2021-06-16T17:58:37.533000+00:00
Original source

When I build the docker images, I get this warning... could this be a cause? "NOTICE: file </d/Azeroth Core/azerothcore-wotlk/conf/config.sh> has not been found, you should create and configure it."
rektbyfaith
06-16-2021, 05:58 PM #10

Archived author: Suniary • Posted: 2021-06-16T17:58:37.533000+00:00
Original source

When I build the docker images, I get this warning... could this be a cause? "NOTICE: file </d/Azeroth Core/azerothcore-wotlk/conf/config.sh> has not been found, you should create and configure it."

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