Amardan Posted July 6, 2019 Share Posted July 6, 2019 I got this message while opening my Creation Kit today. I clicked retry and everything seemed to load okay. When I tried to save some work, I got a CTD. I tried Googling this, but to no avail. Thank you. Link to comment Share on other sites More sharing options...
agerweb Posted July 7, 2019 Share Posted July 7, 2019 Have you tried clicking ignore? If that doesn't work deinstall and reinstall the CK. Link to comment Share on other sites More sharing options...
TobiaszPL Posted July 7, 2019 Share Posted July 7, 2019 Agreweb: 1) Windows + R 2) paste ( "?:\...<Steam DIR>...\Steam\steamapps\common\Skyrim" ) a) try: ( "C:\Program Files (x86)\Steam\steamapps\common\Skyrim" ) b) or Steam -> Show Local FIles3) Find SkyrimEditor.ini4) CTRL + F5) Find bBlockMessageBoxes6) set it to 1 ( true ) from now CK will block every Message Box Unpack Scripts.zip???Start as Admin??? You were trying to make Script using SKSE etc. ?cause gosh... error in .cpp file xD lol { QPoint2D P3; double Angle; P3.x = (P1.x>P2.x) ? ( P1.x - P2.x ) : ( P2.x - P1.x ) ; P3.y = (P1.y>P2.y) ? ( P1.y - P2.y ) : ( P2.y - P1.y ) ; if((P3.y==0)&&(P3.x==0))return 0; (P3.y > P3.x ) ? ( Angle = ( 45 / P3.y ) * P3.x ) : ( Angle = 90 - ( ( 45 / P3.x ) * P3.y ) ); Angle = ( P1.x > P2.x ) ? ( ( P1.y > P2.y ) ? ( Angle ) : (180 - Angle) ) : ( ( P1.y > P2.y ) ? (360 - Angle) : (180 + Angle) ); return Angle; Why u open this Spoiler HEEEeee ? LEAVE ! } Occlusion... hmm it sounds like VR Mod? Link to comment Share on other sites More sharing options...
Amardan Posted July 7, 2019 Author Share Posted July 7, 2019 (edited) I wasn't trying to do anything with SKSE or even VR. LOL. Basically, I made two heightmaps with Annwyn. Because each map is exported as a separate ESP, I was using TES5Edit to copy the worldspace of ESP#1 into ESP#2. I changed all the form IDs to match ESP#2. Opening just the combined ESP in Skyrim, both worldspaces load correctly. When I try to open the file in the Creation Kit, I get this error message. I click ignore and everything loads okay. But, when I try to make some small edits and click save, I get a CTD. EDIT: I opened both worldspaces individually before the merge and they worked okay on their own. Even saving a couple of changes before using Oscape. Edited July 7, 2019 by Amardan Link to comment Share on other sites More sharing options...
agerweb Posted July 7, 2019 Share Posted July 7, 2019 Did you check both esp's for errors (and remove any) before merging? Link to comment Share on other sites More sharing options...
Amardan Posted July 8, 2019 Author Share Posted July 8, 2019 I did. No errors. Link to comment Share on other sites More sharing options...
agerweb Posted July 8, 2019 Share Posted July 8, 2019 Did you use the 'merge plugins' or the 'copy with override'. The former is preferable as it sorts out formid's automatically; the latter can be a bit cranky. Link to comment Share on other sites More sharing options...
Amardan Posted July 8, 2019 Author Share Posted July 8, 2019 (edited) Ah, I did "deep copy with override." Perhaps that is the issue. My Creation Kit got so screwed up with error messages, I couldn't even open it properly! I had to delete the overridden mod and reinstall the program. It works fine now. I'll try using the merge plugins script. Thank you for all the advice and support. EDIT: Well, I used the merge plugins script and everything went smoothly. Then I opened the mod in Creation Kit and got the same Line 56 error and CTD! Edited July 8, 2019 by Amardan Link to comment Share on other sites More sharing options...
Recommended Posts