Log files from build and run?

Gandolforf

New Member
Joined
Jan 8, 2019
Messages
5
I get an error when building and several errors when starting my server.
I assume log files are automatically created - where can I find them?

Also, when starting the server I get [TreeArchive] errors and several items are reported missing (scout armor, for example. Is there a simple way to find which Tre file(s) contains these items?

The server actually starts ok and I can login and play. The only problem I've found so far is that no draft schematics are available in datapad,not for crafting profs and not for jedi.

Thanks in advance!
 

Aeryna

Moderator
Staff member
Moderator
Joined
Oct 10, 2017
Messages
359
I can just say "SWG" is a pimple in the ass. Unlike other scripting languages in other games (like ArmA series) i can't find the solutions so quick as i would like. You're always learning and you never get it at all. The combination between Lua and C language is terrible for an amateur in this world.

Also, when starting the server I get [TreeArchive] errors and several items are reported missing (scout armor, for example. Is there a simple way to find which Tre file(s) contains these items?
I wouldn't worry about that. Those errors appear to many of us and the server works without apparent problems.

I'm sorry if i can't help you better but at least it's an answer :p.
Greetings.
 

Gandolforf

New Member
Joined
Jan 8, 2019
Messages
5
Thanks for your reply.
Yes, the server does indeed seem to run fine and is playable, however without being able to craft anything at all it's still pointless =)
 

Aeryna

Moderator
Staff member
Moderator
Joined
Oct 10, 2017
Messages
359
Try to make another clean build opening a terminal and:

cd /home/vagrant/workspace/MMOCoreORB (in my case)
make clean
make config
make idl
make build

Maybe your build wasn't finished and got some issue. So your server works but it's missing some files because the code is broken.
 
Top Bottom