Rincevvind Posted February 9, 2016 Share Posted February 9, 2016 (edited) I have mod which adding custom badge for beaverness. All works fine except one thing. After playing woody, game will crash if press "Exit" button in main menu. in log only this shows something useful: Manager - ORPHANED UNKNOWN RESOURCES: images/woodie.xml - 1 Assert failure 'mTextureHandle == INVALID_RESOURCE_HANDLE' at ..\source\game\render\Atlas.cpp(25): Trace follows... any tips? Edited February 9, 2016 by Rincevvind Link to comment https://forums.kleientertainment.com/forums/topic/64058-beaverness-badge/ Share on other sites More sharing options...
Mobbstar Posted February 9, 2016 Share Posted February 9, 2016 @Rincevvind this means you tried to load an entirely broken texture. Is it a custom widget? If not, this error should not be thrown. Though it shouldn't be thrown when shutting down the game to begin with... Link to comment https://forums.kleientertainment.com/forums/topic/64058-beaverness-badge/#findComment-719969 Share on other sites More sharing options...
Rincevvind Posted February 9, 2016 Author Share Posted February 9, 2016 inst.beaver = inst:AddChild(Badge("beaver_meter", inst.owner)) in AddClassPostConstruct("widgets/statusdisplays", TweakStatusDisplays) if i can call this "custom". and i am hiding original one. Link to comment https://forums.kleientertainment.com/forums/topic/64058-beaverness-badge/#findComment-720006 Share on other sites More sharing options...
Rincevvind Posted February 17, 2016 Author Share Posted February 17, 2016 btw, thats how game crashing on exit with Millenium Fox addon: " Manager - ORPHANED UNKNOWN RESOURCES: ../mods/__MilleniumFox/sound/foxpointup.fev - 2 Manager - ORPHANED UNKNOWN RESOURCES: ../mods/__MilleniumFox/images/selectscreen_portraits/wharang.xml - 2 Assert failure 'mTextureHandle == INVALID_RESOURCE_HANDLE' at ..\source\game\render\Atlas.cpp(25): Trace follows... " Out of memory? Link to comment https://forums.kleientertainment.com/forums/topic/64058-beaverness-badge/#findComment-723882 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now