An island! But, problematic. -
Crayder - 22.01.2015
Ok, so I've made an island. I have two problems:
1.) I can only explore one area of it. If I try the rest I get an instant crash, no time to see warnings, nothing. I do have the warnings from the chat log file below. All I know is that these addresses mean the crash is object related.
Quote:
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x544BC8
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x536DF4
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x544BC8
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x536DF4
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x544BC8
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x536DF4
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x544BC8
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x536DF4
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x544BC8
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x536DF4
[17:57:09] Warning(opcode 0x107): Exception 0xC0000005 at 0x544BC8
|
2.) The area that I can explore has the deformed object bug at certain view angles. Screenshots below.
Please note: all I have so far is the outline of the island; I've tried changing the stream distance (dynamic objects), it kinda worked at first, but I need to see far because the island is as wide as LV; lastly, I'm also wondering how you guys would go about moving large land masses, I'm choosing between TS grouping (which I already have the group made in, just can't move it where I want because of the crashes) and Adri1's map mover.
Re: An island! But, problematic. -
zaibaslr2 - 23.01.2015
This happens far out at sea, try mapping closer to the shore.
Re: An island! But, problematic. -
GGW - 23.01.2015
Quote:
Originally Posted by Jay_
0x00544BC8
Object related.
Typically occurs when too many objects are showing for the client, i.e. more than what it can handle.
One practical solution may be to use an object handler/streamer. Many streamers on these forums come with configuration settings to decrease the maximum amount of visible objects showing for a player at any given time
|
Maybe This Help
Re: An island! But, problematic. -
Crayder - 23.01.2015
Quote:
Originally Posted by GGW
Maybe This Help
|
No, I don't think it's a number problem...
Quote:
Originally Posted by zaibaslr2
This happens far out at sea, try mapping closer to the shore.
|
I know it does, but not in this case. I always map in these areas, it's only 5000 meters out.
Re: An island! But, problematic. -
Matess - 23.01.2015
Are you using only dynamic and not normal?(createobject)
Re: An island! But, problematic. -
Abagail - 23.01.2015
Is it possible there is a bad object ID somewhere that can be causing that crash? Try removing that areas mapping, and see if it's an issue with the area, and not the objects you use.
Re: An island! But, problematic. -
Crayder - 23.01.2015
No bad ID's, I know for sure... Can this happen if there are too many overlapped objects? (Like when too flat faced objects are the same height and their textures flash over each other.)
Re: An island! But, problematic. -
Crayder - 24.01.2015
I've narrowed it down to object id 4242. When I take all of that object out, it works fine. When just a few of them are in, it sometimes works. When there are like 10 and up, it crashes. What's wrong with object model 4242? (Ps. it's the ocean floor object, so without it I need a different flat surface object that's huge... I don't like the metal samp base objects, they shine and make weird sounds.)
Re: An island! But, problematic. -
Dignity - 24.01.2015
Use a streamer and set the dd to low.
EDIT:
I just tried this myself and I also got opcodes, this seems to be the issue:
Quote:
Originally Posted by zaibaslr2
This happens far out at sea, try mapping closer to the shore.
|
Re: An island! But, problematic. -
Crayder - 24.01.2015
Quote:
Originally Posted by Mionee
Use a streamer and set the dd to low.
EDIT:
I just tried this myself and I also got opcodes, this seems to be the issue:
|
That's not the issue, I have created a replica of the island above the origin, 500 meters up. The problem is something to do with object 4242. When I take that object out, it works; when I use just a few of that object, it sometimes works; when I use the amount I need, it crashes. Try it yourself, you'll see.
EDIT: Also, thanks for the effort.