Aurora

Aurora

352k Downloads

[Bug] Character, Guild, Collection Windows, Bags and Chat have the old Blizz UI after updating Aurora 10.0 game ver.

msyanig opened this issue · 4 comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Game Client

Retail

Current Behavior

image

Aurora isn't working on retail after updating it to 10.0 Game Ver.

NOT WORKING:

  • Character window
  • Collections window
  • Guild & Communities window
  • Chat
  • Bag

I also attached the screenshot for proof.

I hope this will get fixed. I choose Aurora than the default Blizz frames. Thanks in advance, devs!

Expected Behavior

No response

Steps To Reproduce

No response

Additional context

No response

commented

Adding to this. I experience the same. 297 lua errors when I log into the game world.

Each error starts "attempt to call field 'some field name' (a nil value).

I have tried using the latest and previous builds and clearing Aurora from SavedVariables, with same result.

Attached is the first of them.
lua error.txt

Edit to add more details. Running on latest retail client with all other addons disabled I get the following results:
Aurora version 9.0.0.0: Returns 23 LUA errors. Starting with: Interface/AddOns/Aurora/gui.lua:198: attempt to call field 'BlizzardOptionsPanel_Slider_Enable' (a nil value)
Aurora version 9.2.5.0: Returns 23 LUA errors. Starting with: Interface/AddOns/Aurora/gui.lua:198: attempt to call field 'BlizzardOptionsPanel_Slider_Enable' (a nil value)
Aurora version 9.2.7.0: Returns 297 LUA errors. Starting with: Interface/AddOns/Aurora/Skin/init.lua:93: attempt to call field 'LibStub' (a nil value)
Aurora version 10.0.0.0: Returns 297 LUA errors. Starting with: Interface/AddOns/Aurora/Skin/init.lua:93: attempt to call field 'LibStub' (a nil value)

commented

Adding to this. I experience the same. 297 lua errors when I log into the game world.

Each error starts "attempt to call field 'some field name' (a nil value).

I have tried using the latest and previous builds and clearing Aurora from SavedVariables, with same result.

Attached is the first of them. lua error.txt

This is caused by the addon loading init.lua before LibStub. You can fix it by moving libs\Libs.xml before Skin\skin.xml in the .toc.

commented

image

Thank you! I moved the texts in the .toc file and it is now working! :)

commented

This is caused by the addon loading init.lua before LibStub. You can fix it by moving libs\Libs.xml before Skin\skin.xml in the .toc.

Awesome. Moving that line fixed most of the errors for me. I no longer get any lua errors when logging in and most interface panels appear skinned. However I noticed a few panels still triggering lua errors.

Opening Guild & Communities
Inspecting another player
Opening the Collections menu