Unread posts   New posts   Your posts

All times are UTC + 1 hour [ DST ]



Post new topic Reply to topic  [ 12 posts ] 
Author Message
PostPosted: 30 Dec 2011, 16:43     Post subject: Map not loading anymore
Skaarj Assassin
Skaarj Assassin
User avatar

Joined: Mar 16th, 2011
Posts: 127
I worked on a map for several days, yesterday I saved it and now it won't load up anymore.
The map file size seems ok.
When loading the map the screen just stays blank. There is no error message nor indication of any kind. The map just doesn't show up

This was a common thing to happen back in the UED days. But what can I do?
Wasn't there a way to merge the map content to a new map or anything?

Any ideas, help?
Map/changes lost forever?
Backup tool?


Top
 Profile  
 
PostPosted: 30 Dec 2011, 18:22     Post subject: Re: Map not loading anymore
>:E
>:E
User avatar

Joined: Dec 15th, 2007
Posts: 3695
Location: The Kitchen
If you mean the viewport is blank, i.e. you can't move around and it's just a white screen, then you need to go to View > Viewports > Configure... and if the little box doesn't pop up, press Alt on the keyboard and it will. Select your layout and the viewports will be back.

If the viewports are there, open the log and tell us what package it says it can't find.

_________________
Image


Top
 Profile  
 
PostPosted: 30 Dec 2011, 23:31     Post subject: Re: Map not loading anymore
Skaarj Assassin
Skaarj Assassin
User avatar

Joined: Mar 16th, 2011
Posts: 127
No sorry, thats not it.
I mean when I load the map the viewports just stay black with the space wireframe. The editor window name changes to the map name, but the map doesn't show up.

This usually happens if a object in the map is missing from a pack. But there is no error message and nothing is missing. The map simply doesn't load or show up.

Maybe a single actor is broken, but Is there nothing to recover the map?


Top
 Profile  
 
PostPosted: 31 Dec 2011, 00:24     Post subject: Re: Map not loading anymore
>:E
>:E
User avatar

Joined: Dec 15th, 2007
Posts: 3695
Location: The Kitchen
What's in the log?

_________________
Image


Top
 Profile  
 
PostPosted: 31 Dec 2011, 00:51     Post subject: Re: Map not loading anymore
Skaarj Assassin
Skaarj Assassin
User avatar

Joined: Mar 16th, 2011
Posts: 127
As I already said:
Nothing ;)

it goes like

loading map 'my map name'
loading various packages
unloading garbage


finish
nothing on the screen expect the level name.
Are you a veteran UED mapper? I'm sure you ran into that same situation at least once.
It's really common for UED suddenly stopping to load a map. But In my memory I remember something like a solution. Either a Unreal map restore tool, or a way to load a map without broken actors.


Top
 Profile  
 
PostPosted: 31 Dec 2011, 02:21     Post subject: Re: Map not loading anymore
>:E
>:E
User avatar

Joined: Dec 15th, 2007
Posts: 3695
Location: The Kitchen
BuddhaMaster wrote:
As I already said:
Nothing ;)


If it's broken actors, you'd see SOMETHING in the log telling you it couldn't load X class in Y package or something along those lines. It sounds like your entire map was deleted and then saved over. How big is the .unr file? You can try opening the .unr file in Notepad, saving it as a .t3d, and reimporting it, but I'm not sure if that will work. I know most data is stored in basically a text-like format for .t3ds and .unrs are similar, but not quite the same.

_________________
Image


Top
 Profile  
 
PostPosted: 31 Dec 2011, 04:34     Post subject: Re: Map not loading anymore
Skaarj Assassin
Skaarj Assassin
User avatar

Joined: Mar 16th, 2011
Posts: 127
Yeah, as I said. Theres no error message. Just loading... and nothing shows up but the map name.

That "broken" map is slightly larger than the previous save, which still loads.
Something must have gone broken. The file size seems totally appropriate

I've changed a many things and it was one of those relieving moments where everything goes right and just flows with the time.
And then *booooom* It won't load. Yeah, great.


btw: Any great ways to create rain?


Top
 Profile  
 
PostPosted: 01 Jan 2012, 08:39     Post subject: Re: Map not loading anymore
Skaarj Elder
Skaarj Elder

Joined: Dec 8th, 2007
Posts: 1271
I have had this, , but was from importing, the map loads, but just an edit screen.

It has got to be a missing texture, like importing a ut2004 map, but it still loads for ut
Without the texture from a known scourcefile

Try "texture cull" in the command line at the bottom of the editor from now on.

_________________
I STILL like the flak.


Top
 Profile  
 
PostPosted: 02 Jan 2012, 19:12     Post subject: Re: Map not loading anymore
Skaarj Warlord
Skaarj Warlord

Joined: Feb 27th, 2010
Posts: 685
Yeah like they've said, this is nearly always (always for me) a missing file of some sort. Either a texture, music, sound (onpfootsteps?) etc.


Top
 Profile  
 
PostPosted: 03 Jan 2012, 02:23     Post subject: Re: Map not loading anymore
Banned
Banned
User avatar

Joined: Mar 10th, 2009
Posts: 45
Please post your editor.log contents on pastebin and link to it here. I've gotten this error before and it's always been a failure to load some content.

As for rain generation, you have a couple options:
1.) Use 227's WeatherEmitter classes.
2.) Use PrecipitationGenerator.

I've seen other rain generator mods out there, but the only one I've ever had success with was PrecipitationGenerator.

_________________
Coder/Mapper for the UDHQ Development Team

Check out the latest in Unreal 1 Development at the Unreal Development Headquarters -- Bringing new and exciting content to Unreal for over 5 years!
Image
The UDHQ Website


Top
 Profile  
 
PostPosted: 06 Jan 2012, 03:06     Post subject: Re: Map not loading anymore
Skaarj Assassin
Skaarj Assassin
User avatar

Joined: Mar 16th, 2011
Posts: 127
Hello Pcube thanks for your help offers.

But there is really NOTHING erroneous or failing in the log.
It's simply loading 2-3 packages used for the map, then it goes unloading garbage and presents a empty map.

The file is 4.69Mb.

The only thing I remember doing before saving the map for the last time is: Changing some settings for a group of equivalent movers at the same time.

Is it not possible to load a map with everything working, everything failing omitted?


Top
 Profile  
 
PostPosted: 06 Jan 2012, 09:50     Post subject: Re: Map not loading anymore
Skaarj Berserker
Skaarj Berserker
User avatar

Joined: Sep 25th, 2008
Posts: 385
Waffnuffly wrote:
If the viewports are there, open the log and tell us what package it says it can't find.

Waffnuffly wrote:
What's in the log?

Waffnuffly wrote:
If it's broken actors, you'd see SOMETHING in the log telling you it couldn't load X class in Y package or something along those lines. It sounds like your entire map was deleted and then saved over. How big is the .unr file? You can try opening the .unr file in Notepad, saving it as a .t3d, and reimporting it, but I'm not sure if that will work. I know most data is stored in basically a text-like format for .t3ds and .unrs are similar, but not quite the same.

Pcube wrote:
Please post your editor.log contents on pastebin and link to it here. I've gotten this error before and it's always been a failure to load some content.


Hey. I'd love to help you but... we need THE LOG or the file itself.


http://pastebin.org/#stopbeinglazyweWANTtohelpyou


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group