neechbear / trinitycore

Moved to https://gitlab.com/nicolaw/trinitycore
https://gitlab.com/nicolaw/trinitycore
MIT License
29 stars 20 forks source link

ADD TDB_*.sql Error running make run in Ubuntu [See Comment for Solution] #13

Closed qwoodmansee closed 5 years ago

qwoodmansee commented 5 years ago

Hey there, I'm having an issue extremely similar to the one mentioned in https://github.com/neechbear/trinitycore/issues/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 onlyTDB_*. 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

qwoodmansee commented 5 years ago

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.