Search found 3 matches

by devmonkey
Tue Dec 17, 2013 9:48 am
Forum: Troubleshooting
Topic: Dec. 11th Update - Report Bugs Here
Replies: 14
Views: 12988

Re: Dec. 11th Update - Report Bugs Here

I noticed that clicking on home points causes my character to stare at it in creepy stalker mode until I hit escape... and the moogle in my mog house (Windurst) is named Muchu Kuchu or something. Haven't done much of any other testing since I quite literally just got the latest SVN release compiled ...
by devmonkey
Wed Oct 24, 2012 8:26 pm
Forum: Troubleshooting
Topic: DSGame-server
Replies: 3
Views: 3623

Re: DSGame-server

Fixed it... in merit.cpp on line:

#if define "ABYSSEA_EXPANSION"

change it to:

#if define == "ABYSSEA_EXPANSION"
by devmonkey
Wed Oct 24, 2012 8:16 pm
Forum: Troubleshooting
Topic: DSGame-server
Replies: 3
Views: 3623

Re: DSGame-server

I'm having a similar issue with building the server on linux:

src/merit/merit.cpp:36:12:
error: missing binary operator before token "ABYSSEA_EXPANSION"

build fails after this error...

Suggestions?