ragexqvit Posted June 3, 2017 Share Posted June 3, 2017 Error [content0]game\gameplay\alchemy\alchemymanager.ws(196): Could not find function 'GetUnusedMutagensCount' Error [content0]game\gameplay\alchemy\alchemymanager.ws(270): Could not find function 'RemoveUnusedMutagensCount' Error [modautolootmenu]game\player\playerwitcher.ws(739): Function 'SetItemStackable' does not take 2 param(s) Error [modautolootmenu]game\player\playerwitcher.ws(744): Function 'SetItemStackable' does not take 2 param(s) Error [modautolootmenu]game\player\playerwitcher.ws(749): Function 'SetItemStackable' does not take 2 param(s) Error [modautolootmenu]game\player\playerwitcher.ws(754): Function 'SetItemStackable' does not take 2 param(s) Error [modautolootmenu]game\player\playerwitcher.ws(794): Function 'SetItemStackable' does not take 2 param(s) Error [modautolootmenu]game\player\playerwitcher.ws(798): Function 'SetItemStackable' does not take 2 param(s) Error [modautolootmenu]game\player\playerwitcher.ws(802): Function 'SetItemStackable' does not take 2 param(s) Error [modautolootmenu]game\player\playerwitcher.ws(806): Function 'SetItemStackable' does not take 2 param(s) Error [modautolootmenu]game\player\playerwitcher.ws(5481): Function 'SplitItem' does not take 2 param(s) Error [content0]game\vehicles\horse\horsecomponent.ws(189): Function 'GetCategoryDefaultItem' does not take 1 param(s) Error [modcustomlocalizationfix]game\gui\menus\blacksmithmenu.ws(601): Unable to convert from '&array:2,0,SItemUniqueId' to 'Int32' Error [modcustomlocalizationfix]game\gui\menus\blacksmithmenu.ws(601): With parameter 'dismantleCount' Error [modcustomlocalizationfix]game\gui\menus\alchemymenu.ws(62): Could not find function 'GetAlchemyFiltters' Error [modcustomlocalizationfix]game\gui\menus\alchemymenu.ws(126): Could not find function 'SetAlchemyFiltters' Error [modcustomlocalizationfix]game\gui\menus\craftingmenu.ws(103): Could not find function 'GetCraftingFilters' Error [modcustomlocalizationfix]game\gui\menus\craftingmenu.ws(170): Could not find function 'SetCraftingFilters' Error [content0]game\gameplay\ability\playerabilitymanager.ws(623): Function 'SetItemStackable' does not take 2 param(s) Error [content0]game\gameplay\ability\playerabilitymanager.ws(4031): Could not find function 'RemoveUnusedMutagensCountById' Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code. Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code. Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code. This is the code, I'm new to modding so I just have no clue what to do. Link to comment Share on other sites More sharing options...
weaver11b Posted June 24, 2017 Share Posted June 24, 2017 (edited) [edit: found the culprit; for some reason Trade Man was causing the issues. Once i removed Trade Man, it booted right up, no issues.] Ever fix this error bc i am getting the exact same error... Error [content0]game\gameplay\alchemy\alchemymanager.ws(196): Could not find function 'GetUnusedMutagensCount'Error [content0]game\gameplay\alchemy\alchemymanager.ws(270): Could not find function 'RemoveUnusedMutagensCount'Error [modautolootmenu]game\player\playerwitcher.ws(739): Function 'SetItemStackable' does not take 2 param(s)Error [modautolootmenu]game\player\playerwitcher.ws(744): Function 'SetItemStackable' does not take 2 param(s)Error [modautolootmenu]game\player\playerwitcher.ws(749): Function 'SetItemStackable' does not take 2 param(s)Error [modautolootmenu]game\player\playerwitcher.ws(754): Function 'SetItemStackable' does not take 2 param(s)Error [modautolootmenu]game\player\playerwitcher.ws(794): Function 'SetItemStackable' does not take 2 param(s)Error [modautolootmenu]game\player\playerwitcher.ws(798): Function 'SetItemStackable' does not take 2 param(s)Error [modautolootmenu]game\player\playerwitcher.ws(802): Function 'SetItemStackable' does not take 2 param(s)Error [modautolootmenu]game\player\playerwitcher.ws(806): Function 'SetItemStackable' does not take 2 param(s)Error [modautolootmenu]game\player\playerwitcher.ws(5481): Function 'SplitItem' does not take 2 param(s)Error [content0]game\vehicles\horse\horsecomponent.ws(189): Function 'GetCategoryDefaultItem' does not take 1 param(s)Error [content0]game\gui\menus\charactermenu.ws(253): Could not find function 'GetFirstUnusedMutagenByName'Error [content0]game\gui\menus\charactermenu.ws(708): Could not find function 'GetUnusedMutagensCount'Error [content0]game\gui\menus\charactermenu.ws(721): Could not find function 'GetUnusedMutagensCount'Error [content0]game\gui\menus\charactermenu.ws(734): Could not find function 'GetUnusedMutagensCount'Error [content0]game\gui\menus\listbasemenu.ws(186): Could not find function 'GetUnusedMutagensCount'Error [content0]game\gameplay\ability\playerabilitymanager.ws(623): Function 'SetItemStackable' does not take 2 param(s)Error [content0]game\gameplay\ability\playerabilitymanager.ws(4031): Could not find function 'RemoveUnusedMutagensCountById' Warning [modsharedimports]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.Warning [modsharedimports]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code. Edited June 24, 2017 by weaver11b Link to comment Share on other sites More sharing options...
Recommended Posts