New Memloc For KParser

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Windower » Support » New Memloc for KParser
New Memloc for KParser
First Page 2 3 4 5 6 7 8 9
 Asura.Chiaia
VIP
Offline
サーバ: Asura
Game: FFXI
user: Demmis
Posts: 1652
By Asura.Chiaia 2021-10-11 02:32:21  
006223D0 (Changed.)
necroskull Necro Bump Detected! [121 days between previous and next post]
 Asura.Saevel
Offline
サーバ: Asura
Game: FFXI
Posts: 9701
By Asura.Saevel 2022-02-08 18:10:16  
Kparser doesn't seem to work even with the new Memloc. I start it up and it never shows anything for player info or any other data present. Ok so parsing logs kinda sorta works, memory parsing just produces blanks.
 Asura.Chiaia
VIP
Offline
サーバ: Asura
Game: FFXI
user: Demmis
Posts: 1652
By Asura.Chiaia 2022-02-08 19:27:31  
Did you use the one from the January monthly update thread? I don't always update this since it always added to monthly update thread.
 Asura.Saevel
Offline
サーバ: Asura
Game: FFXI
Posts: 9701
By Asura.Saevel 2022-02-08 20:52:05  
Ok used the one in that thread and that seems to work. What version of KParser should I use? I see a 1.6.6 and a "modified" 1.6.5?

When I click Edit -> Player Information it gives an exception.
Code
************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
   at System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
   at WaywardGamers.KParser.Forms.PlayerInfoDlg..ctor(ParserWindow parentWin) in C:\Users\Gilles\Desktop\Nouveau dossier (4)\src_VS2013CE_SQLCE4_NoUnitTest\kparser\FFXILogParser\Forms\PlayerInfoDlg.cs:line 61
   at WaywardGamers.KParser.ParserWindow.playerInformationToolStripMenuItem_Click(Object sender, EventArgs e) in C:\Users\Gilles\Desktop\Nouveau dossier (4)\src_VS2013CE_SQLCE4_NoUnitTest\kparser\FFXILogParser\ParserWindow.cs:line 980
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 Asura.Chiaia
VIP
Offline
サーバ: Asura
Game: FFXI
user: Demmis
Posts: 1652
By Asura.Chiaia 2022-02-08 23:41:33  
Asura.Saevel said: »
Ok used the one in that thread and that seems to work. What version of KParser should I use? I see a 1.6.6 and a "modified" 1.6.5?

When I click Edit -> Player Information it gives an exception.
Code
************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
   at System.Windows.Forms.ListBox.set_SelectedIndex(Int32 value)
   at WaywardGamers.KParser.Forms.PlayerInfoDlg..ctor(ParserWindow parentWin) in C:\Users\Gilles\Desktop\Nouveau dossier (4)\src_VS2013CE_SQLCE4_NoUnitTest\kparser\FFXILogParser\Forms\PlayerInfoDlg.cs:line 61
   at WaywardGamers.KParser.ParserWindow.playerInformationToolStripMenuItem_Click(Object sender, EventArgs e) in C:\Users\Gilles\Desktop\Nouveau dossier (4)\src_VS2013CE_SQLCE4_NoUnitTest\kparser\FFXILogParser\ParserWindow.cs:line 980
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I don't actually use kparser these days,like +5 years, most of my testing I write addons that log packet data. You might want to PM Martel I know he uses it from time to time still.

I just started adding it to my monthly list of ***I do because I got sick of people asking on here and windower's discord.
 Asura.Saevel
Offline
サーバ: Asura
Game: FFXI
Posts: 9701
By Asura.Saevel 2022-02-09 08:02:31  
I got it working for the most part, thanks for the MemLoc, I'll be sure to check the Monthly Update thread for new ones. I love the incredibly amount of detail that it gathers and presents, record a fight then drill down afterward.
[+]
 Cerberus.Gillesjboulon
Offline
サーバ: Cerberus
Game: FFXI
user: gilles
Posts: 134
By Cerberus.Gillesjboulon 2022-02-09 14:06:29  
Asura.Saevel said: »
What version of KParser should I use? I see a 1.6.6 and a "modified" 1.6.5?
use version 1.6.6 https://code.google.com/archive/p/kparser/downloads if you are on an old server (before 2015)

SE made an update to add unity chat on december 2014, which break the program
use the modified version https://www.ffxiah.com/forum/topic/16905/new-memloc-for-kparser/5/#2778822 if you are on a 2015+ server

always use the memloc matching your client version
there is a tool for that :
http://dl.atom0s.com/Game%20Specific/Final%20Fantasy%20XI/KParser%20Memloc%20Finder.7z if you have an old client (before 2015)
https://www.ffxiah.com/forum/topic/16905/new-memloc-for-kparser/6/#3160998 if you are on a 2015+ client
[+]
 Quetzalcoatl.Khajit
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Khajit
Posts: 415
By Quetzalcoatl.Khajit 2022-02-09 15:24:32  
I'm getting a 404 on those kparser 2015+ links. Anyone mind uploading a "new" copy
 Cerberus.Gillesjboulon
Offline
サーバ: Cerberus
Game: FFXI
user: gilles
Posts: 134
By Cerberus.Gillesjboulon 2022-02-09 17:58:10  
Quetzalcoatl.Khajit said: »
I'm getting a 404 on those kparser 2015+ links. Anyone mind uploading a "new" copy
i am sorry, i posted links to old posts
i just review all links in these posts
now, they should work
 Shiva.Ilikefish
Offline
サーバ: Shiva
Game: FFXI
user: mjrtarget
Posts: 1
By Shiva.Ilikefish 2022-02-16 07:59:54  
Hi I play on wings, using Ashita version 3.1.0.3, I really miss Kparser, I used to run it when I played on retail, but I can't get it to work on wings. I am using Kparser 1.6.6.0, using Memloc 0061D5C0. I unloaded ALL addons and plugins. Here is some data that I am seeing.




Any suggestions?
Thank you.
First Page 2 3 4 5 6 7 8 9
Log in to post.