Skip to content

Copypasta no longer loads #11

@jadinm

Description

@jadinm

Addon version: 1.1.2
Game version: 11.0.2.56110

Copypasta no longer loads correctly. We have an empty frame showing up, i.e., no text field, rendering the addon unusable.

I've observed the following lua errors:

  1. on /reload
Message: Interface/AddOns/CopyPasta/core.lua:224: attempt to call global 'GetAddOnMetadata' (a nil value)
Time: Thu Aug 15 10:27:53 2024
Count: 1
Stack: Interface/AddOns/CopyPasta/core.lua:224: attempt to call global 'GetAddOnMetadata' (a nil value)
[string "@Interface/AddOns/Bartender4/libs/AceAddon-3.0/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
[string "@Interface/AddOns/Bartender4/libs/AceAddon-3.0/AceAddon-3.0.lua"]:619: in function <...AddOns/Bartender4/libs/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals: self = <table> {
 initializequeue = <table> {
 }
 statuses = <table> {
 }
 embeds = <table> {
 }
 frame = AceAddon30Frame {
 }
 addons = <table> {
 }
 enablequeue = <table> {
 }
}
addon = <table> {
 modules = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 wherefn = <table> {
 }
 name = "CopyPasta"
 orderedModules = <table> {
 }
 db = <table> {
 }
 enabledState = true
 baseName = "CopyPasta"
 defaultModuleState = true
}
  1. On opening copy pasta window:
Message: Interface/AddOns/CopyPasta/core.lua:331: attempt to index field 'edit' (a nil value)
Time: Thu Aug 15 10:35:21 2024
Count: 3
Stack: Interface/AddOns/CopyPasta/core.lua:331: attempt to index field 'edit' (a nil value)
[string "@Interface/AddOns/CopyPasta/core.lua"]:331: in function `ToggleWindow'
[string "@Interface/AddOns/CopyPasta/core.lua"]:299: in function `OnClick'
[string "@Interface/AddOns/Journalator_Display/Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua"]:179: in function `oclick'
[string "@Interface/AddOns/MBB/MBB.lua"]:435: in function <Interface/AddOns/MBB/MBB.lua:423>

Locals: self = <table> {
 modules = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 wherefn = <table> {
 }
 name = "CopyPasta"
 orderedModules = <table> {
 }
 db = <table> {
 }
 enabledState = true
 baseName = "CopyPasta"
 defaultModuleState = true
 gui = <table> {
 }
}
keystate = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'edit' (a nil value)"
addon = <table> {
 modules = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 wherefn = <table> {
 }
 name = "CopyPasta"
 orderedModules = <table> {
 }
 db = <table> {
 }
 enabledState = true
 baseName = "CopyPasta"
 defaultModuleState = true
 gui = <table> {
 }
}

Here is a screenshot of what I get when I open copypasta window:
Capture d'écran 2024-08-15 104002

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions