Jump to content

[LE] Error Message Line 56


Recommended Posts

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 FIles

3) Find SkyrimEditor.ini

4) CTRL + F

5) Find bBlockMessageBoxes

6) 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

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 by Amardan
Link to comment
Share on other sites

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

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 by Amardan
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...