What the fuck does this mean?!?
Completed a skin, trying to test it... but everytime I select it the system crashes.
Error Messages
-
- Godlike
- Posts: 10297
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Error Messages
You do not have the required permissions to view the files attached to this post.
· http://unreal-games.livejournal.com/
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
Smilies · https://ut99.org/viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 3258
- Joined: Sat Mar 21, 2020 5:32 am
-
- Adept
- Posts: 270
- Joined: Mon Oct 02, 2017 9:39 am
Re: Error Messages
Meaning its a to high detailed character for Direct 3d7?
Character tools and tutorials https://drive.google.com/drive/folders/ ... fMEQ2w212Z
-
- Godlike
- Posts: 3258
- Joined: Sat Mar 21, 2020 5:32 am
Re: Error Messages
It can be anything. d3d7 bad almost for everything. Bad code, bad api, bad support hardware, limited supported set input data.
There no any reason use it in modern world. And nobody will support or fix in it something.
There no any reason use it in modern world. And nobody will support or fix in it something.
-
- Godlike
- Posts: 10297
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Error Messages
Give it to me gently, among other things I got killed while in spectator mode.
You do not have the required permissions to view the files attached to this post.
· http://unreal-games.livejournal.com/
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
Smilies · https://ut99.org/viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 3258
- Joined: Sat Mar 21, 2020 5:32 am
Re: Error Messages
MemCache subsystem rewritten for 469e. So this message will not appear on it.
Currently you can't do much with it, if you on latest 469d Release. If you not - suggest update to it, possible this error will gone.
You can also increase MemCache limits:
For reduce lags in game you can tune game settings:
1. Open UnrealTournament.ini
2. Search here section
3. Set here values (if there no such items - add it):
As alternative way (windows only), you can:
1. Open game.
2. Type in console
3. Navigate to
Currently you can't do much with it, if you on latest 469d Release. If you not - suggest update to it, possible this error will gone.
You can also increase MemCache limits:
For reduce lags in game you can tune game settings:
1. Open UnrealTournament.ini
2. Search here section
[Engine.GameEngine]
3. Set here values (if there no such items - add it):
Code: Select all
MaxCacheItems=65536
CacheSizeMegs=32
1. Open game.
2. Type in console
preferences
3. Navigate to
Advanced -> Game Engine Settings
and set here values
MaxCacheItems=65536
CacheSizeMegs=32
You do not have the required permissions to view the files attached to this post.
-
- Godlike
- Posts: 6463
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: Error Messages
Index of ScreenShot-s name/names is max 255, if you have too many "shots" something dumb will happen...
This stage combined with mods and lousy skins won't help either...
Years ago I realized that I cannot play UT in a toilette environment, and then I went to clean up all "mods" that were printing "Warning" and "ScriptWarning" text in the log file.
If you check well the image and the log, all happened during a "ScreenShot" time... when things went wrong affecting connected functions.
This stage combined with mods and lousy skins won't help either...
Years ago I realized that I cannot play UT in a toilette environment, and then I went to clean up all "mods" that were printing "Warning" and "ScriptWarning" text in the log file.
If you check well the image and the log, all happened during a "ScreenShot" time... when things went wrong affecting connected functions.
You do not have the required permissions to view the files attached to this post.
-
- Godlike
- Posts: 3760
- Joined: Sat Sep 12, 2015 8:46 pm
Re: Error Messages
Blitzkrieg is a small but bugged map - it has lots of pathnodes, some very close together, but ... the paths are not built so there is no Navigation Chain. Perhaps this had some contribution to the crash (plus, possibly, using more bots than there are PlayerStarts)?
-
- Godlike
- Posts: 10297
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Error Messages
What happened?
You do not have the required permissions to view the files attached to this post.
· http://unreal-games.livejournal.com/
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
Smilies · https://ut99.org/viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 3258
- Joined: Sat Mar 21, 2020 5:32 am
Re: Error Messages
Crash on attach decal. If you use not 469d - try update to 469d.
Also IIRC in 469e will be fixed some issues for decals. So if update to 469d not help, need wait to 469e.
Unless you can make reproducible case for crash.
In that case, you need create github issue for it. So it will be fixed for upcoming 469e patch.
Also IIRC in 469e will be fixed some issues for decals. So if update to 469d not help, need wait to 469e.
Unless you can make reproducible case for crash.
In that case, you need create github issue for it. So it will be fixed for upcoming 469e patch.
-
- Godlike
- Posts: 6463
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: Error Messages
There are zones destroying everything... decals are included... If projectile spawns a decal which will go in destruction, the same engine will fail to attach this object pending deletion...
-
- Godlike
- Posts: 10297
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Error Messages
Translation?
You do not have the required permissions to view the files attached to this post.
· http://unreal-games.livejournal.com/
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
Smilies · https://ut99.org/viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 3760
- Joined: Sat Sep 12, 2015 8:46 pm
-
- Godlike
- Posts: 3258
- Joined: Sat Mar 21, 2020 5:32 am
Re: Error Messages
Failed reallocate memory on attach decal. Since amount of memory pretty low, it mean memory ended or memory corruption.
-
- Godlike
- Posts: 10297
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Error Messages
What the heck does that mean?!?
You do not have the required permissions to view the files attached to this post.
· http://unreal-games.livejournal.com/
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
Smilies · https://ut99.org/viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins