Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 09-22-2010, 06:13 PM
Orov Orov is offline
Kobold

Orov's Avatar

Join Date: Sep 2010
Posts: 194
Default Won't run full screen

Last night when I installed the game I had it running full screen nicely. Today it defaulted to windowed mode (no big deal) but when I try to make it full screen it crashes and even messes up the gamma on my system after its gone. I HATE playing games in windowed mode. Also I'm having the same problem as a few other people: when I click certain places on the screen sometimes it minimizes the game for me. Thoughts?

Thanks!
Reply With Quote
  #2  
Old 09-22-2010, 07:10 PM
Mcbard Mcbard is offline
Banned


Join Date: Sep 2010
Location: Da U.P. eh
Posts: 992
Default

Quote:
Originally Posted by Orov [You must be logged in to view images. Log in or Register.]
Last night when I installed the game I had it running full screen nicely. Today it defaulted to windowed mode (no big deal) but when I try to make it full screen it crashes and even messes up the gamma on my system after its gone. I HATE playing games in windowed mode. Also I'm having the same problem as a few other people: when I click certain places on the screen sometimes it minimizes the game for me. Thoughts?

Thanks!
As far as crashing when you go full screen, the only thing I can think of is to check your eqclient.ini (Should be in the root directory of your EverQuest folder, C:\Program Files\Sony\EverQuest or something similar) and make sure the lines for width/height do not exceed your current resolution on your computer.

For example, when I was playing on my Mac, the video section of my client.ini looked something like this:
Code:
[VideoMode]
Width=1280
Height=800
WidthWindowed=800
HeightWindowed=600
WindowedWidth=1024
WindowedHeight=768
FullscreenBitsPerPixel=32
FullscreenRefreshRate=60
That exceeded the resolution on my gfs computer so when I tried playing on her computer using my eqclient.ini it kept crashing until I went in and manually changed the lines to this:
Code:
[VideoMode]
Width=1024
Height=768
WidthWindowed=800
HeightWindowed=600
WindowedWidth=1024
WindowedHeight=768
FullscreenBitsPerPixel=32
FullscreenRefreshRate=60
Hope that helps.
Reply With Quote
  #3  
Old 09-22-2010, 07:16 PM
regatta regatta is offline
Kobold

regatta's Avatar

Join Date: Nov 2009
Location: Greenville, SC
Posts: 133
Send a message via AIM to regatta
Default

Yeah and make sure your game resolution is lower than your display resolution.
__________________
Burple Beergut
60 Dwarf High Priest
Reply With Quote
  #4  
Old 09-22-2010, 10:20 PM
Orov Orov is offline
Kobold

Orov's Avatar

Join Date: Sep 2010
Posts: 194
Default

So the resolution in game has to be lower than my regular display resolution? That's the first time I've ever heard it. I both use 1920 x 1080 on my desktop as well as in every single game I play and this is the only time I've ever had a problem. I shall try both of these things, thanks!
Reply With Quote
  #5  
Old 09-23-2010, 04:37 AM
Deemo Deemo is offline
Aviak

Deemo's Avatar

Join Date: Oct 2009
Location: The Netherlands
Posts: 86
Default

i having the click true problem as wel. Seems to be Windows 7 related. The Aero desktop giving me issues. If i press near any off the sides it pop to Windows and EQ gets send to task bar.

So atm iam running in Windows mode.
Reply With Quote
  #6  
Old 09-23-2010, 08:38 AM
Mcbard Mcbard is offline
Banned


Join Date: Sep 2010
Location: Da U.P. eh
Posts: 992
Default

Quote:
Originally Posted by Orov [You must be logged in to view images. Log in or Register.]
So the resolution in game has to be lower than my regular display resolution? That's the first time I've ever heard it. I both use 1920 x 1080 on my desktop as well as in every single game I play and this is the only time I've ever had a problem. I shall try both of these things, thanks!
This shouldn't be true. Your resolution probably shouldn't be higher than your desktop resolution (mine always match), although if it were it would still probably work just as long as you were not trying to run the game at a resolution that is higher than your graphics card can handle.
Reply With Quote
  #7  
Old 09-23-2010, 09:16 AM
Koota Koota is offline
Fire Giant

Koota's Avatar

Join Date: Jun 2010
Location: Richmond, VA
Posts: 792
Default

Google WinEQ2. Download it. Use it. Problem solved.
__________________
Quote:
Originally Posted by Rogean View Post
You guys want to boast about being such badasses in pve - you aren't. I've watched you guys raid, you suck.
Reply With Quote
  #8  
Old 01-31-2011, 07:43 PM
Ropethunder Ropethunder is offline
Developer


Join Date: May 2010
Posts: 399
Default

Bumping this thread to link a fix which does not require WinEQ2:

http://www.project1999.org/forums/sh...ad.php?t=25588
Reply With Quote
  #9  
Old 02-14-2016, 12:38 AM
ThorsGrundle ThorsGrundle is offline
Skeleton


Join Date: Jul 2014
Posts: 16
Default Same Issue - eqconfig.ini file nowhere to be found

I'm having this same issue, however I have searched throughout my EQ files and I cannot seem to find the eqconfig.ini file that you are all referencing. Any thoughts on where this might be, or other fixes for the windowed issue?

The files go from EQDOD_man_v5.pdf to eqfeart.pak while sorted by name.
Reply With Quote
  #10  
Old 02-14-2016, 12:53 AM
Baler Baler is offline
Planar Protector

Baler's Avatar

Join Date: Mar 2014
Posts: 9,522
Default

I'm able to go full screen just fine. You want your full screen AND windowed resolution to be your monitor resolution.

You can set your windowed resolution in game but I think you have to edit the ini to make sure your fullscreen is correct. It took me a lot of trial and error. very annoying.
eqclient.ini (I have never had a eqconfig.ini)

If you don't set your windowed resolution the same as your fullscreen resolution... full screen will minimize back into windowed mode as resolved in this thread: http://www.project1999.com/forums/sh...d.php?t=215014

Here is my videomode section from my eqclient.ini ( I set the window resolution in game, (I normally play in windowed mode))
Code:
[VideoMode]
WindowedWidth=1600
WindowedHeight=900
Width=1680
Height=1050
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0
WidthWindowed=1152
HeightWindowed=864
FullscreenRefreshRate=0 (I have No clue why this is 0, but I set my refresh rate in game also(I would recommend setting this to 60 or what ever your monitor refresh rate is (hz))))

WidthWindowed=1152 (idk what this is)
HeightWindowed=864 (idk what this is)
Last edited by Baler; 02-14-2016 at 01:03 AM..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:13 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.