I'll start with the Windows setup first seeing as I've spent the most time on it.
Windows 7 64bit and Windows 8 64bit
Ran all of the required installs except VS 12 RC instead of 11.
When running cmake, I get errors saying the the C:/Pythion32/libs folder must contain libs. Which it does.
I've confirmed C:/Python32 is added to the PATH and I've tried both options for cmake in the install guide. I've tried reinstalling VS and re-downloading the build numerous times. Always with the same errors. I've even reloaded the OS 3 times with a fresh install with no success. I'm not sure where to go from here. The only hiccup i saw in the installation docs that are provided is when adding a directory to the PATH, the suggestions use a "/" and Windows utilizes a "\" for the existing entries. Could this be the issue?
Linux (Ubuntu Server):
The install went fine until I had to configure the swhanh.cfg Pointing to a live.cfg. Not sure what the path should look like. The guide mentions copying an swg install from a windows machine, but doesn't go into detail. Maybe if someone can PM me and walk me through how to copy the game to a valid directory or something and then configure the file? I've copied the folders over previously, but was unsuccessful at getting the server to start up, so I think I did it wrong. Obviously I'm a noob on linux. I know some basics, and can fumble my way across a setup. Just not well versed enough to hash this out.
This is what I get for linux when I try to start up the server:(I ran the tests first)
- Code: Select all
yubin@swgsrvr:~/swganh/build/bin$ ./pub14_core_lib_test
Running 6 test cases...
*** No errors detected
yubin@swgsrvr:~/swganh/build/bin$ ./anh_lib_test
Running 51 test cases...
*** No errors detected
yubin@swgsrvr:~/swganh/build/bin$ ./swganh
2012-Jul-19 11:55:58.136003: Loading plugins...
2012-Jul-19 11:55:58.137488: Loading plugin pub14_core
2012-Jul-19 11:55:58.147661: No configuration loaded for plugin: pub14_core
2012-Jul-19 11:55:58.149541: Finished Loading plugins...
2012-Jul-19 11:55:58.150345: Loading Service Character::CharacterService...
2012-Jul-19 11:55:58.319805: Loaded Service Character::CharacterService
2012-Jul-19 11:55:58.320301: Loading Service Chat::ChatService...
2012-Jul-19 11:55:58.431287: Loaded Service Chat::ChatService
2012-Jul-19 11:55:58.431789: Loading Service Command::CommandService...
2012-Jul-19 11:55:58.666318: Unhandled application exception occurred: basic_ios::clear
yubin@swgsrvr:~/swganh/build/bin$
I'd prefer to run Linux just because it's not such a resource hog.
Machine:
Intel P6200 2.13Ghz
4GB Ram
500GB HD

