You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.
Hey there, I'm having an issue extremely similar to the one mentioned in #1 - I have tried to resolve this but am quite stuck. Your help will be greatly appreciated :)
For a little extra info, I have made sure to implement the fixes in #11 and #5 locally.
I am unable to get make run to pass, because of an error related to that missing sql file. I've tried to search around before making this issue, but I promise to update this with a step by step in going forward once it's fixed so that hopefully similar issues will be solvable in the future.
Step 14/17 : ADD TDB_*.sql "${install_prefix}/bin/"
ERROR: Service 'worldserver' failed to build: ADD failed: no source files were specified
Makefile:125: recipe for target 'run' failed
make: *** [run] Error 1
one thing I noted as trying to debug myself is that the only TDB_*. file i can find is actually a zip file: TDB_full_world_335.64_2018_02_19.zip. perhaps this is related? Is this the file that should be copied into docker/worldserver as mentioned by issue 1 (linked above)?
Once again, thanks so much for any and all help
The text was updated successfully, but these errors were encountered:
I'm going to close this issue out. I was able to get make run to start the server by extracting the zip file (TDB_full_world_335.64_2018_02_19.zip) and placing the extraction into docker/worldserver. That being said - once it started up I saw a warning on the trinity core server that said to go download a new version of that TDB_ file, so keep an eye out for if you'll need to do that.
This also did not get the server completely working; however it did get it started. I'll be opening new issues for things I run into as i continue to set up the server, for documentation purposes.
Hey there, I'm having an issue extremely similar to the one mentioned in #1 - I have tried to resolve this but am quite stuck. Your help will be greatly appreciated :)
For a little extra info, I have made sure to implement the fixes in #11 and #5 locally.
I am unable to get
make run
to pass, because of an error related to that missing sql file. I've tried to search around before making this issue, but I promise to update this with a step by step in going forward once it's fixed so that hopefully similar issues will be solvable in the future.one thing I noted as trying to debug myself is that the only
TDB_*.
file i can find is actually azip
file:TDB_full_world_335.64_2018_02_19.zip
. perhaps this is related? Is this the file that should be copied intodocker/worldserver
as mentioned by issue 1 (linked above)?Once again, thanks so much for any and all help
The text was updated successfully, but these errors were encountered: