Thread: Oops.
View Single Post
  #1  
Old 08-01-2004, 12:46 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Oops.

Hey all, got a few technical problems here

I am currently running 5.7-DR6, and having some zoning issues. For some reason whenever I zone into anything OTHER than cshome (as far as I can tell), the client crashes. Even when you try and log back in. I have to go back into MySQL-Front and swich the x,y,z,zoneid,zonename back to 100,100,0,cshome,26 in order to login again. I AM behind a router but I highly doubt that the router is the source of the issue, because (1) I CAN login to the world, just only in CSHOME, and (2) CSHOME is not a static zone, so if i

-CAN login to cshome via 7995
-CANT login to nexus via 7995 (after relogging and still cant get in)

Its leading me to believe its not the router.

Any Ideas?
----------
----------
----------
Problem 2:

Ive been trying to get ZoneProxy set up on the computer I use to test with, but that isn't working either. Whenever I try to zone into a thirdparty zone, I get "Entering UNKNOWN ZONE..." on my screen, and in a few seconds I get that "EverQuest can not find the zone file {insert seemingly random UTF-8 symbols here}. Make sure you only have one EverQuest directory installed," blah blah blah..

And when I look at ZoneProxy, it has done nothing. I am using v1.4 and 8800 is forwarded to the appropriate computer. Everything is in the same directory..

---
---
---
I use a US Robotics 22Mbps Wireless Router (#USR8022)



Any Ideas!? :cry:
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.