Organizer Stops Collection At Start

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Organizer stops collection at start
Organizer stops collection at start
 Odin.Nappy
Offline
Server: Odin
Game: FFXI
user: Nappypup
Posts: 147
By Odin.Nappy 2015-05-23 23:04:16
Link | Quote | Reply
 
I have had my other GS luas work fine but I can not get //gs org to work with this gearswap... :(

It locks up my luacore and just says starting....
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-05-23 23:08:14
Link | Quote | Reply
 
The problem is this line, probably:
Code
sets.idle.Pet = sets.idle


However, Organizer should be designed to tolerate recursion, but I don't think I ever tested it. (I also don't particularly remember adding it).
 Odin.Nappy
Offline
Server: Odin
Game: FFXI
user: Nappypup
Posts: 147
By Odin.Nappy 2015-05-23 23:13:20
Link | Quote | Reply
 
I changed that line to
sets.idle.Pet = set_combine(sets.idle)

This set is part of motentens pup lua. Still not working :(
 Odin.Nappy
Offline
Server: Odin
Game: FFXI
user: Nappypup
Posts: 147
By Odin.Nappy 2015-05-24 23:40:52
Link | Quote | Reply
 
Lua update fixed the crash. Now I am getting
Initial movement of the route failed.
Unable to move item.
 Lakshmi.Rooks
Administrator
Offline
Server: Lakshmi
Game: FFXI
user: Rooks
Posts: 1566
By Lakshmi.Rooks 2015-05-24 23:46:12
Link | Quote | Reply
 
There's a default config option that doesn't get added if you have an existing file; I've already submitted a change to fix this even without the option, but adding the option is easy. I list the solution here, and let me know if you still have trouble after that.
 Odin.Nappy
Offline
Server: Odin
Game: FFXI
user: Nappypup
Posts: 147
By Odin.Nappy 2015-05-25 00:37:53
Link | Quote | Reply
 
Thanks!
 Odin.Nappy
Offline
Server: Odin
Game: FFXI
user: Nappypup
Posts: 147
By Odin.Nappy 2015-05-28 13:10:26
Link | Quote | Reply
 
Having another problem with it saying starting and after like 30 secs locks up my pol. It does not do this everytime. Seems random but I will add the lua that I use.
 Lakshmi.Rooks
Administrator
Offline
Server: Lakshmi
Game: FFXI
user: Rooks
Posts: 1566
By Lakshmi.Rooks 2015-05-28 13:25:50
Link | Quote | Reply
 
In Windower/addons/organizer/data, there will be two files of note:

inventory/organizer-lib-file.lua
wardrobe/organizer-lib-file.lua

Can you give me those as well (in spoiler/code tags, as they will be quite large)?
 Odin.Nappy
Offline
Server: Odin
Game: FFXI
user: Nappypup
Posts: 147
By Odin.Nappy 2015-05-28 14:01:38
Link | Quote | Reply
 
Inv

Wardrobe
 Lakshmi.Rooks
Administrator
Offline
Server: Lakshmi
Game: FFXI
user: Rooks
Posts: 1566
By Lakshmi.Rooks 2015-05-28 14:33:43
Link | Quote | Reply
 
Thanks. There have been issues where it'll try and load too many items in the past, but that's not the issue here. I'll keep looking.
Log in to post.