NEED HELP!

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
SweSpy
Posts: 20
Joined: Sun Feb 15, 2009 7:42 pm

NEED HELP!

Post by SweSpy »

Hello I cant open my file anymore!
And I really need to get it to work!

I upload the file here so u can se the error!
PLZ help!
MUST have it to work!
http://www.2shared.com/file/b9_M7Z6-/Untitled.html

THX!
User avatar
patricia3d
Posts: 726
Joined: Thu May 31, 2007 4:38 am
Location: India
Contact:

Post by patricia3d »

I tried to open but I get the error

Could not open file.
Error Details:
Read error at line 179035. In code file ..\..\lib_moho\animval.cpp, Line 42


I think Developers can help you. Or some thing new you have done, leaving that use previous verions of the file. I always save my file with different names after some new work is done in the same file.
User avatar
heyvern
Posts: 7042
Joined: Fri Sep 02, 2005 4:49 am

Post by heyvern »

One of your layers got "squashed' during a save. The file didn't complete the write process and one or more layers got stripped off.

------------------------------------------------
To fix the file open in a plain text editor like notepad.
Do a search for

Code: Select all

name "overkroppen"
(This is the name of the broken layer that needs to be removed.)

Select all the text of this layer starting at "layer_type 1" above the name of the layer to the end of the file and delete.

(Select starting from and including the line "layer_type" above the name to end of file and delete)

Code: Select all

	layer_type 1
	{
		### generic layer values
		name "overkroppen"
		quality_flags 2044
		animated_layer_effects false
		origin 0 0
		.....
		.....
		.....
		(select to the end of the file and delete)
This removes the broken layer. Now type a "}" so the last 4 lines of the file look like this now:

Code: Select all

 			groups 0
		]
	}
}
Save as an .anme file with a new name (just in case) making sure your text editor doesn't add ".txt" to the end of the file name. You want ".anme" at the end of the file name. Sometimes notepad insists on putting .txt at the end.

Open the new file in AS. It should open now. Of course that layer and any layer "below" it in the file is gone because of the corrupted save.

-vern
Post Reply