View Single Post
  #9  
Unread 08-13-2005, 12:35 AM
codehoser codehoser is offline
A Coastal Crab
 
Join Date: Aug 2005
Server: Antonia Bayle
Posts: 1
Default found a problem

Hi there.

I also had trouble with the software. My wife's computer took to it just fine, but mine didn't. After reading this thread, I took a look at the eq2.ini file and noticed it was malformed. I had already created this file for testing anti-aliasing and had an option specified in it. The installer appended to the file without adding a carriage return (it seems), causing a malformed ini file.

Once I added the carriage return and restarted Everquest, the software worked fine (great actually!).

I submitted this as a bug on your project page (1258240). I provided details in the bug report, but incase it's useful for anyone here -- the ini file looked like this after installation:

r_aa_blit 1cl_ui_skinname EQ2MAP
cl_ui_subdir UI/

I changed it to:

r_aa_blit 1
cl_ui_skinname EQ2MAP
cl_ui_subdir UI/

Problem solved. Hope this helps.

Kevin

Last edited by codehoser : 08-13-2005 at 12:38 AM.
Reply With Quote