derStreber Posted August 29, 2013 Share Posted August 29, 2013 I hate to labern again and again the prob http://www.bilder-hochladen.net/files/ki75-3e-07e1.gif - okay hier it is: SkyUI always tells me that my papyrus settings are wrong. I do not know what it is. And yes - bsas are correctly placed. Also menu data. Tried to extract them from bsa - doesnt wörk - tried to use bsa only (and removed other files of course) - doesnt wörk And yes - SkyUI Troubleshooting I have already done - doesnt wörk. And yes - Modder already contacted ... no answer (this was expected). And here are my ini-settings: [General] sLanguage=GERMAN uInterior Cell Buffer=48 uExterior Cell Buffer=288 iPreloadsizeLimit=524288000 [Display] fShadowLODMaxStartFade=1000.0 fSpecularLODMaxStartFade=2000.0 fLightLODMaxStartFade=3500.0 iShadowMapResolutionPrimary=2048 bAllowScreenshot=1 [Audio] fMusicDuckingSeconds=6.0 fMusicUnDuckingSeconds=8.0 fMenuModeFadeOutTime=3.0 fMenuModeFadeInTime=1.0 [Grass] bAllowCreateGrass=1 bAllowLoadGrass=0 [GeneralWarnings] SGeneralMasterMismatchWarning=One or more plugins could not find the correct versions of the master files they depend on. Errors may occur during load or game play. Check the "Warnings.txt" file for more information. [Archive] sResourceArchiveList=Skyrim - Misc.bsa, Skyrim - Shaders.bsa, Skyrim - Textures.bsa, Skyrim - Interface.bsa, Skyrim - Animations.bsa, Skyrim - Meshes.bsa, Skyrim - Sounds.bsa sResourceArchiveList2=Skyrim - Voices.bsa, Skyrim - VoicesExtra.bsa [Combat] fMagnetismStrafeHeadingMult=0.0 fMagnetismLookingMult=0.0 [Papyrus] fPostLoadUpdateTimeMS=500.0 bEnableLogging=0 bEnableTrace=0 bLoadDebugInformation=0 iMinMemoryPageSize=100000 iMaxMemoryPageSize=5000000 iMaxAllocatedMemoryBytes=17000000000 [Water] bReflectLODObjects=1 bReflectLODLand=1 bReflectSky=0 bReflectLODTrees=1 Please dear schlangster remove this nerving error message from SkyUI or tell it SkyUI-Team. This cruelty is build in since version 3.2. Reseting the papyrus doesnt wörk. I have already done nearly everything but nothing helped. This is pity because this mod is very useful. SkyUI seems (though error messages) to wörk correctly. And another thing: I hate to write in English (hätten we won WW2 than this prob would not be there) http://www.bilder-hochladen.net/files/ki75-3b-c451.gif And another thing: MCM Mods configuration kicks out certain mods after a time or if new mods added or removed after clearsave - I do not know why? Is there any chance to add mods like Deady Dragons via console commands - if yes please post command lines. Thanks. Link to comment Share on other sites More sharing options...
a4nic8er Posted August 30, 2013 Share Posted August 30, 2013 'Skyrim.ini' - SkyUI: Max. Memory Settings (prevent Error Code 4).Skyrim.ini[Papyrus]iMinMemoryPageSize=128iMaxMemoryPageSize=512iMaxAllocatedMemoryBytes=76800 Link to comment Share on other sites More sharing options...
derStreber Posted August 31, 2013 Author Share Posted August 31, 2013 I have already written that I have done SkyUI Troubleshooting and this DOES NOT WÖRK http://www.bilder-hochladen.net/files/ki75-26-fbd7.gif https://github.com/schlangster/skyui/wiki/SkyUI-Errors Anicber I know that it is not your fault http://www.bilder-hochladen.net/files/kj6x-4s-006f.gif but you can believe me when I write that I have done the advices of development team. And furthermore this is not my first post about this problem - you see it in my first entnerving post. http://www.bilder-hochladen.net/files/ki75-h-70ef.gifWhether reseting Skyrim INI and PrefsINI to default or modifying it with your recommended settings DOES NOT WÖRK. The developers should not use papyrus settings http://www.bilder-hochladen.net/files/ki75-20-7cbb.gif for this mod because it is an very individual settings for different machines where Skyrim is running. For example the iMaxAllocatedMemoryBytes! We have got all different computers with different memory modules - that have to be considered.Other ones: what is your opinion why SkyUI always to insist upon that are user papyrus settings are always wrong? Please post complete program code!!! http://www.bilder-hochladen.net/files/ki75-3u-7f1d.gif Link to comment Share on other sites More sharing options...
a4nic8er Posted August 31, 2013 Share Posted August 31, 2013 It is right there in your first post. [Papyrus] <snip>iMinMemoryPageSize=100000 iMaxMemoryPageSize=5000000 iMaxAllocatedMemoryBytes=17000000000 That is why you are getting SkyUI error 4.Change those 3 settings to the ones I gave you and error 4 will go away. If you spent some of the time wasted typing multicolour rants full of angst and emotes on actually trying the advice you are given, people like me would be less likely to think "I'm not going to bother helping this ignorant pig-headed fool again". Link to comment Share on other sites More sharing options...
schlangster Posted September 5, 2013 Share Posted September 5, 2013 I noticed that this error can also be triggered if your SKSE scripts have been partially overwritten. This can happen, if Steam restores the original scripts for whatever reason and you don't re-install SKSE after that. What happens in this case:; Passes, because SKSE.pex is a unique SKSE script, so it won't get overwritten. The runtime is also still there, so the function is bound. if (SKSE.GetVersionRelease() < MinSKSERelease) ... ; Passes, for same reason as last one if (SKSE.GetScriptVersionRelease() < MinSKSERelease) ... ; Utility.GetINIInt is no longer in Utility.pex, because it has been overwritten. Calls to missing functions are evaluated to 0, which gets mistaken for the function actually returning a <= 0 value. if (Utility.GetINIInt("iMinMemoryPageSize:Papyrus") <= 0 || Utility.GetINIInt("iMaxMemoryPageSize:Papyrus") <= 0 || Utility.GetINIInt("iMaxAllocatedMemoryBytes:Papyrus") <= 0) ... Link to comment Share on other sites More sharing options...
steve40 Posted September 8, 2013 Share Posted September 8, 2013 (edited) iMinMemoryPageSize=100000 iMaxMemoryPageSize=5000000 iMaxAllocatedMemoryBytes=17000000000 You have set ridculous values for your Papyrus memory settings and corrupted your savegames. Edited September 8, 2013 by steve40 Link to comment Share on other sites More sharing options...
derStreber Posted September 13, 2013 Author Share Posted September 13, 2013 @a4nic8er I have tried this already, and this does not work. @schlangster You are the one that I want to talk to. Thanks for your advice. And how could I solve this problem? How can I re-install SKSE? And this is not the only problem what I got. I have noticed that Mods like "Deadly Dragons" are not configurable anymore (does not appear in ModConfiguration). What should I do so that SkyUI works correctly? Please dear schlangster tell it more in detail and for mod-learners. Link to comment Share on other sites More sharing options...
steve40 Posted September 13, 2013 Share Posted September 13, 2013 (edited) How can I re-install SKSE? By following the installation instructions in the SKSE readme.txt Or by watching this video both which are linked from the official SKSE page Edited September 13, 2013 by steve40 Link to comment Share on other sites More sharing options...
derStreber Posted September 15, 2013 Author Share Posted September 15, 2013 Hey steve40, thank you very much. This has wörked !http://www.bilder-hochladen.net/files/ki75-1k-b53b.gif [Papyrus] fUpdateBudgetMS=1.2 fExtraTaskletBudgetMS=1.2 fPostLoadUpdateTimeMS=500.0 ;Xenon and PS3 use 2000.0 iMinMemoryPageSize=128 iMaxMemoryPageSize=512 iMaxAllocatedMemoryBytes=76800 bEnableLogging=0 bEnableTrace=0 bLoadDebugInformation=0 bEnableProfiling=0 But I got a second question: If for some reason SkyUI does not show a mod (we stay for instance on DeadlyDragons) in ModConfiguration - how could I be able to install this mod via console? I mean which commands should I use? Or is there another chance that I am able to make SkyUI "DeadlyDragons" to recognize again? http://www.bilder-hochladen.net/files/ki75-1q-7f39.gif The video tolds me nothing what I know before but it is well done: in finest British English - a language that every foreigner can understand http://www.bilder-hochladen.net/files/kj6x-55-0451.gif - not so if it would be in Amercian English. Sorry but Americans always got a very strong dialect - difficult to understand if they not speak slowly. Link to comment Share on other sites More sharing options...
vlaka Posted September 15, 2013 Share Posted September 15, 2013 try reinstalling the mod. Link to comment Share on other sites More sharing options...
Recommended Posts