EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Showing results 1 to 19 of 19
Search took
0.00
seconds.
Search:
Posts Made By:
misanthropicfnd
Forum:
Archive::Linux Servers
04-02-2002, 12:30 PM
Replies:
10
WesQuests.cpp on 2.4 Pre 5
Views:
9,002
Posted By
misanthropicfnd
With any luck quests should work in Linux in the...
With any luck quests should work in Linux in the next release (IWFMATM (It Works For Me At The Moment)). It appears a memory management problem was the cause of the segfaults. While it no longer...
Forum:
Archive::Linux Servers
03-07-2002, 04:17 PM
Replies:
4
2.4 Pre-release 3 compile
Views:
5,447
Posted By
misanthropicfnd
With any luck most of the linux build issues...
With any luck most of the linux build issues should be addressed in the next release.
Gjor: That function is implemented in logindatabase.cpp in the login directory--should only be required if...
Forum:
Archive::Linux Servers
02-18-2002, 01:11 PM
Replies:
29
0.2.3 compile and run on Linux
Views:
14,485
Posted By
misanthropicfnd
I figured out the problem w/npc names not showing...
I figured out the problem w/npc names not showing up, and a fix is in for the next release.
Glibc's snprintf clears its destination buffer before operating on it, & the code was trying to use the...
Forum:
Archive::Linux Servers
02-17-2002, 09:23 AM
Replies:
4
Incomplete LoginServer.INI file
Views:
5,855
Posted By
misanthropicfnd
Have a look at this--should be the top post: ...
Have a look at this--should be the top post:
http://forums.eqemu.net/showthread.php?s=&threadid=408&perpage=15&pagenumber=2
This fix should be in the next release.
Chat suffers from a similar...
Forum:
Archive::Linux Servers
02-16-2002, 06:53 PM
Replies:
6
Problems with Compile?
Views:
5,931
Posted By
misanthropicfnd
I've committed this change to the development...
I've committed this change to the development codebase as well as a few of the other issues folks have run into building 0.2.3 on linux. I'm sure it still won't be perfect for everyone, but...
Forum:
Archive::Linux Servers
02-15-2002, 12:37 AM
Replies:
2
db.ini
Views:
6,737
Posted By
misanthropicfnd
At the moment the executables built on linux use...
At the moment the executables built on linux use the login & db info statically defined in dbconnectinfo.linux.txt. Try changing this file & rebuilding.
Forum:
Archive::Development
02-14-2002, 03:12 PM
Replies:
0
Patches for login on Linux
Views:
3,658
Posted By
misanthropicfnd
Patches for login on Linux
Hi,
I have minilogin working for linux (at least well enough to allow logins--haven't fully tested) with the following changes:
login/makefile:
Add -DMINILOGIN to line 13
login/net.cpp:...
Forum:
Archive::Linux Servers
02-13-2002, 02:20 PM
Replies:
29
0.2.3 compile and run on Linux
Views:
14,485
Posted By
misanthropicfnd
Here's a potential fix: Modify world/net.cpp...
Here's a potential fix:
Modify world/net.cpp line 326 to read:
if (fscanf (f, "%[^=]=%[^\r\n]\n", type, buf) == 2)
It turns out vim was concealing carriage returns in the file I was using...
Forum:
Archive::Linux Servers
02-13-2002, 12:38 PM
Replies:
29
0.2.3 compile and run on Linux
Views:
14,485
Posted By
misanthropicfnd
If someone receiving the Incomplete...
If someone receiving the Incomplete LoginServer.INI file error message when starting world could do the following to try to determine why it can't properly parse the file, it'd be helpful.
Modify...
Forum:
Archive::Linux Servers
02-13-2002, 12:09 PM
Replies:
29
0.2.3 compile and run on Linux
Views:
14,485
Posted By
misanthropicfnd
Trumpcard, it looks like 'hex' isn't declared...
Trumpcard, it looks like 'hex' isn't declared & that's preventing the build from completing. In the locations that complain about undefined references to hex try substituting std::hex as it sounds...
Forum:
Archive::Linux Servers
02-13-2002, 01:25 AM
Replies:
29
0.2.3 compile and run on Linux
Views:
14,485
Posted By
misanthropicfnd
Odd... Looking at the code it appears the...
Odd...
Looking at the code it appears the only time that message is displayed is if the loginserver or worldname values couldn't be parsed.
If you edit the file with vi, do any odd characters...
Forum:
Archive::Windows Servers
02-10-2002, 04:02 PM
Replies:
3
Bad username/pass when using Minilogin
Views:
4,418
Posted By
misanthropicfnd
Just to cover this as I didn't see it mentioned: ...
Just to cover this as I didn't see it mentioned: Did you change the eqhost.txt file in your everquest directory to reference your system rather than the real EQ servers (or gotfrags if you obtained...
Forum:
Archive::Windows Servers
02-10-2002, 12:33 PM
Replies:
16
Trouble starting zones
Views:
7,646
Posted By
misanthropicfnd
... Client dropped: GetAuthentication = 0,...
...
Client dropped: GetAuthentication = 0, n=Playername
Dropping client: Process=false, ip=127.0.0.1, port 1313
...
One place where I've seen that error is if you connect to the world server...
Forum:
Archive::Development
02-09-2002, 02:17 PM
Replies:
3
Mutex declaration for Linux
Views:
5,750
Posted By
misanthropicfnd
...
...
Forum:
Archive::Development
02-09-2002, 02:16 PM
Replies:
3
Mutex declaration for Linux
Views:
5,750
Posted By
misanthropicfnd
And now for zone...
And now for zone...
Forum:
Archive::Development
02-09-2002, 02:15 PM
Replies:
3
Mutex declaration for Linux
Views:
5,750
Posted By
misanthropicfnd
If somemone wants to try building the rest of...
If somemone wants to try building the rest of 0.2.2 on linux, I've attached the remaining zips. I had to split them up to stay under the file size limit. Unzip them all in the same directory & give...
Forum:
Archive::Development
02-09-2002, 11:56 AM
Replies:
3
Mutex declaration for Linux
Views:
5,750
Posted By
misanthropicfnd
Mutex declaration for Linux
I figured out how to get rid of the static instantiation of the mutexes using pthreads.
For pthread.h to define the necessary symbols _GNU_SOURCE needs to be declared. Probably easiest to add...
Forum:
Archive::Linux Servers
02-09-2002, 03:00 AM
Replies:
5
0.2.1 compiled, but problematic
Views:
5,495
Posted By
misanthropicfnd
Separating mutexes into a separate class will be...
Separating mutexes into a separate class will be good. It'd be nice to have the platform dependent stuff isolated in utilily classes so the main codebase doesn't need to be littered w/ifdefs. But I...
Forum:
Archive::Linux Servers
02-08-2002, 05:36 PM
Replies:
5
0.2.1 compiled, but problematic
Views:
5,495
Posted By
misanthropicfnd
I have hacked up the 0.2.2 codebase to the point...
I have hacked up the 0.2.2 codebase to the point where it builds and allows me to login, create characters, zone, & play. Zone doesn't properly disconnect clients as yet and there appear to be a few...
Showing results 1 to 19 of 19
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
03:10 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a
Creative Commons License
.
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3