b-morgan / Skillet

World of Warcraft addon
GNU General Public License v3.0
15 stars 6 forks source link

skillet does not open #72

Closed drakmakm closed 1 year ago

drakmakm commented 1 year ago

I'm using the latest beta release (10). The output of "/dump GetLocale()" is:[1]="frFR".

When I try to launch skillet, it plays the sound, but nothing opens.

b-morgan commented 1 year ago

Did any of the previous 5.00 alphas or betas work for you? What other profession related addons do you have enabled?

While not logged into WoW, please rename your global saved variables file, Skillet.lua to SkilletOld.lua and delete Skillet.lua.bak and try again. If it still fails, please type "/skillet debugshow", "/skillet cleardebuglog", logoff and logon again, and then zip and upload your global saved variables files, Skillet.lua and SkilletOld.lua, and your character specific saved variables file, Skillet.lua. Please rename the character specific file if you put them all in the same zip file. Type "/skillet debugoff" to turn off debugging.

I'll look at those files and decide what further steps may be necessary.

b-morgan commented 1 year ago

https://github.com/b-morgan/Skillet/issues/58 has some additional insight.

drakmakm commented 1 year ago

thanks you for reply; will try that later in the evening

drakmakm commented 1 year ago

could not yesterday evening; updating to release 5.0 and will tell you what is happening and the results you were asking.

cannot update in fact ;) because of "The latest version of this file is currently awaiting approval from a file admin."

b-morgan commented 1 year ago

It just got approved so try again. I haven't fixed anything specific to this issue so if it is a Skillet bug, it will have to be fixed in a later release. My suspicions are that it is an addon conflict so we will have to deal with that.

drakmakm commented 1 year ago

Here is the Zip file Skillet.zip

drakmakm commented 1 year ago

thanks for your help

b-morgan commented 1 year ago

Does it still not open?

b-morgan commented 1 year ago

Please do another "/skillet cleardebuglog" and then "/skillet tracelog on" before opening Skillet.

I think some other addon is causing Skillet to close. Can you disable all addons except Skillet and see if Skillet will open?

Upload just the character specific saved variables file. The other files look fine.

drakmakm commented 1 year ago

Still does not open unless I disable all other addons.

"/skillet cleardebuglog" and then "/skillet tracelog on" did not show anything when I clicked (all addons enabled).

drakmakm commented 1 year ago

Found the guilty one: Ackis Recipe List. If I disable only that one, Skillet opens :).

b-morgan commented 1 year ago

Great News! Same culprit as #58. It looks like I'll have to add a check for that addon and warn the user.

drakmakm commented 1 year ago

thank you for your time and investigations :)

b-morgan commented 1 year ago

So I don't need to add a warning after all... I found a bug in Skillet caused by Ackis Recipe List (which, BTW, is out-of-date and has issues of its own with 10.0.2).

Please verify that Skillet-5.01-alpha1 fixes the issue when the Ackis Recipe List is enabled.

BTW, type "/skillet debugoff" to turn things off.

drakmakm commented 1 year ago

Works fine! I can open Skillet :).

Thank you very much!