Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
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
  #2  
Old 11-24-2017, 04:44 AM
jungleman jungleman is offline
Decaying Skeleton


Join Date: Apr 2017
Posts: 2
Default

great work!
  #3  
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
  #4  
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.
  #5  
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
  #6  
Old 01-17-2018, 08:01 PM
GamParse GamParse is offline
Skeleton


Join Date: Mar 2017
Posts: 15
Default

Quote:
Originally Posted by CodyF86 [You must be logged in to view images. Log in or Register.]
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?
For various reasons (features, security) I recently updated the required .NET framework to 4.7.1. This affects version 1.5.2.14 and above.

Gamparse 1.0.3 used Framework 2.0 Versions 1.5.0.0 to 1.5.2.13 used Framework. 4.0.


I'm not sure what versions WINE supports, (I'm not terribly familiar with it) but it may just require an update of your .NET framework.

If it doesn't support 4.7.1, I'll see about using a lower version for you guys. No promises though.
  #7  
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?
  #8  
Old 12-12-2017, 04:52 PM
Jimjam Jimjam is offline
Planar Protector


Join Date: Jul 2013
Posts: 12,489
Default

Choose the 'supress errors' option as I recall.
  #9  
Old 12-13-2017, 10:37 PM
Zekayy Zekayy is offline
Fire Giant

Zekayy's Avatar

Join Date: Sep 2014
Posts: 580
Default

Keylogger no thanks
__________________

Zekay 60 Torpor Shaman - <Guild>
  #10  
Old 01-17-2018, 08:03 PM
GamParse GamParse is offline
Skeleton


Join Date: Mar 2017
Posts: 15
Default

Quote:
Originally Posted by Zekayy [You must be logged in to view images. Log in or Register.]
Keylogger no thanks
It's not a keylogger.

Don't use it if you don't want to, but don't spread shit either.
Closed Thread


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 06:35 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.