View Single Post
  #7  
Unread 05-29-2020, 05:04 AM
theit8514 theit8514 is offline
A Coastal Crab
 
Join Date: Feb 2008
Server: Antonia Bayle
Posts: 1
Default

I have this issue as well. My gear was showing correctly but no bags or items. I checked the log file that gets generated but it had a file name of EQ2INV31_Character instead of my character's name. I renamed this file and it loaded the items fine.

Not an expert, but I did find this line in the persona xml file:
('EQ2INV31_')##(Parent.Parent.Parent.Parent.WindowFrame.LeftGrouper.Title.Text)

Since the title of this frame is "Character", that could explain it. I tried updating it to use the dynamic CharName field and that writes the correct log file name. E.g:
('EQ2INV31_')##(Parent.Parent.Parent.Parent.CharName.Text)
Reply With Quote