Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #21  
Old 11-24-2017, 04:44 AM
jungleman jungleman is offline
Decaying Skeleton


Join Date: Apr 2017
Posts: 2
Default

great work!
  #22  
Old 11-24-2017, 03:14 PM
mickmoranis mickmoranis is offline
Banned


Join Date: Sep 2016
Posts: 5,664
Default

Quote:
Originally Posted by GamParse [You must be logged in to view images. Log in or Register.]
a cease fire agreement was made with Daybreak.
could you elaborate, what does this mean?
  #23  
Old 12-07-2017, 06:51 PM
Darkatar Darkatar is offline
Fire Giant

Darkatar's Avatar

Join Date: Jun 2011
Posts: 545
Default

Quote:
Originally Posted by GamParse [You must be logged in to view images. Log in or Register.]
I knew you existed. I just didn't care until it became annoying for me
You could do so well here...
__________________

~Urrsa -60 Ogre Shaman-
~Gream -60 Dark Elf Cleric-
~Greame -60 Halfling Druid-
~Oppa -41 Dark Elf Enchanter-

Quote:
Originally Posted by Haynar View Post
boxers are responsible for ruining EQ.
Quote:
Originally Posted by Sirken View Post
Rogean sits on his ivory throne and casts lightning bolts at anyone that disagrees with him or goes against the grain.
  #24  
Old 12-07-2017, 07:10 PM
Phenyo Phenyo is offline
Fire Giant

Phenyo's Avatar

Join Date: Oct 2014
Location: straight outa cabilis
Posts: 575
Default

Quote:
Originally Posted by GamParse [You must be logged in to view images. Log in or Register.]
I knew you existed. I just didn't care until it became annoying for me
laffin
  #25  
Old 12-07-2017, 10:06 PM
Issar Issar is offline
Fire Giant

Issar's Avatar

Join Date: Sep 2014
Posts: 551
Default

Quote:
Originally Posted by Darkatar [You must be logged in to view images. Log in or Register.]
You could do so well here...
Lmao, I literally had that exact thought when I read it.
__________________
The great wave is coming. Praise be to Prexus!
  #26  
Old 12-09-2017, 05:32 AM
Muggens Muggens is offline
Planar Protector

Muggens's Avatar

Join Date: Aug 2013
Location: Norway
Posts: 1,697
Default

A youtube link for setting this up for p99? My gamparse is a mess, ima scrub n a noob with this neat program
  #27  
Old 12-12-2017, 04:36 AM
Jimjam Jimjam is offline
Planar Protector


Join Date: Jul 2013
Posts: 11,341
Default

Quote:
Originally Posted by GamParse [You must be logged in to view images. Log in or Register.]
If you really want to parse 1,000 kills of level 5 trash mobs in Crushbone when you're level 60 more power to you. I generally don't want to.
In sad fairness, doing this efficiently represents several large parts of the p99 experience.
  #28  
Old 12-12-2017, 07:08 AM
Jhaerik Jhaerik is offline
Orc


Join Date: Oct 2015
Posts: 45
Default

If it's dead.... who cares.
  #29  
Old 12-12-2017, 07:56 AM
CodyF86 CodyF86 is offline
Sarnak

CodyF86's Avatar

Join Date: Jan 2013
Location: Colorado
Posts: 231
Default Can you catch this null exception with an if check please?

I know you only support this for windows, but there is a large number (relatively) of people who run EQ under wine / mac. 1.0.3 works great under wine (along with EQ), but the latest version dies in a fireball (even on some windows machines) and here is why...if there is anyway you could update it sometime and catch this null pointer exception with an if check?

Code:
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
  at System.Windows.Forms.WebBrowser.Refresh (System.Windows.Forms.WebBrowserRefreshOption opt) [0x00042] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.WebBrowser.Refresh () [0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x0004b] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnParentEnabledChanged (System.EventArgs e) [0x00008] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x00082] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnParentEnabledChanged (System.EventArgs e) [0x00008] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x00082] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.set_Enabled (System.Boolean value) [0x0003a] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Enabled (bool)
  at GamParse.MainScreen..ctor () [0x007be] in <d4d14c0e4407446dab057d17573ca4b1>:0 
  at (wrapper remoting-invoke-with-check) GamParse.MainScreen:.ctor ()
  at GamParse.Program.Main () [0x0000e] in <d4d14c0e4407446dab057d17573ca4b1>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
  at System.Windows.Forms.WebBrowser.Refresh (System.Windows.Forms.WebBrowserRefreshOption opt) [0x00042] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.WebBrowser.Refresh () [0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x0004b] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnParentEnabledChanged (System.EventArgs e) [0x00008] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x00082] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnParentEnabledChanged (System.EventArgs e) [0x00008] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x00082] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at System.Windows.Forms.Control.set_Enabled (System.Boolean value) [0x0003a] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Enabled (bool)
  at GamParse.MainScreen..ctor () [0x007be] in <d4d14c0e4407446dab057d17573ca4b1>:0 
  at (wrapper remoting-invoke-with-check) GamParse.MainScreen:.ctor ()
  at GamParse.Program.Main () [0x0000e] in <d4d14c0e4407446dab057d17573ca4b1>:0
  #30  
Old 12-12-2017, 09:32 AM
Skew Skew is offline
Fire Giant


Join Date: Jan 2014
Posts: 727
Default

Last time i used gameparse it kept forcing me to Ok click through window boxes of every person in my logs. What was i doing wrong?
Closed Thread

Thread Tools
Display Modes

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 09:03 AM.


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 - 2024, Jelsoft Enterprises Ltd.