Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay Config_Init() #73

Merged
merged 1 commit into from Jan 12, 2021
Merged

Delay Config_Init() #73

merged 1 commit into from Jan 12, 2021

Conversation

Batfoxkid
Copy link
Contributor

Fixes a bug with TF Econ Data not having it's SDKCalls ready at the time.

[SM] Exception reported: Native is not bound
[SM] Blaming: tf_econ_data.smx
[SM] Call stack trace:
[SM]   [0] SDKCall
[SM]   [1] Line 423, tf_econ_data.sp::GetEconItemSchema
[SM]   [2] Line 366, tf_econ_data.sp::GetEconItemDefinition
[SM]   [3] Line 296, tf_econ_data/item_definition.sp::LoadEconItemDefinitionString
[SM]   [4] Line 33, tf_econ_data/item_definition.sp::Native_GetItemName
[SM]   [6] TF2Econ_GetItemName
[SM]   [7] Line 270, tfgo/stocks.sp::TF2_GetItemName
[SM]   [8] Line 64, tfgo/config.sp::SortFunc_SortAvailableWeaponsByName
[SM]   [10] ArrayList.SortCustom
[SM]   [11] Line 35, tfgo/config.sp::Config_Init
[SM]   [12] Line 303, tfgo.sp::OnPluginStart
[SM] Unable to load plugin "tfgo.smx": Error detected in plugin startup (see error logs)

Fixes a bug with TF Econ Data not having it's SDKCalls ready at the time.
```
[SM] Exception reported: Native is not bound
[SM] Blaming: tf_econ_data.smx
[SM] Call stack trace:
[SM]   [0] SDKCall
[SM]   [1] Line 423, tf_econ_data.sp::GetEconItemSchema
[SM]   [2] Line 366, tf_econ_data.sp::GetEconItemDefinition
[SM]   [3] Line 296, tf_econ_data/item_definition.sp::LoadEconItemDefinitionString
[SM]   [4] Line 33, tf_econ_data/item_definition.sp::Native_GetItemName
[SM]   [6] TF2Econ_GetItemName
[SM]   [7] Line 270, tfgo/stocks.sp::TF2_GetItemName
[SM]   [8] Line 64, tfgo/config.sp::SortFunc_SortAvailableWeaponsByName
[SM]   [10] ArrayList.SortCustom
[SM]   [11] Line 35, tfgo/config.sp::Config_Init
[SM]   [12] Line 303, tfgo.sp::OnPluginStart
[SM] Unable to load plugin "tfgo.smx": Error detected in plugin startup (see error logs)
```
@Mikusch Mikusch merged commit 7e832f3 into Mikusch:master Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants