Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - shell_prisoner

Pages: [1]
1
Discussion Board / Post Your Desktop
« on: February 11, 2015, 12:37:48 pm »
Hi everybody!
Today, one of the most legendary of platinum threads of Internets is finally coming to FeralHeart Forums!
You're tired? Feeling lonely? World around you has bleached out, and there is no fun anymore? Sit back and relax while we will be showing you best works of World's greatest screenshotcrafting masters!
You feel a great UI designer is dying in you? You've found out where Microsoft has hidden interface colors customization in new Windows? Your favorite artist has made a new wallpaper for you? Feel free to show us your achievements! Only here: professional screenshot criticism.
Maybe you're critic? Have a degree in program icons placement? Can configure font hinting even on grandma's calculator? You're welcome here, remember we truly NEED your advice!

Rules:
1. Post your desktop screenshots. Or homescreen shots. Or whatever you have on your device.
1.1 (optional) add some description to it.
2. Comment other people's desktops, if you have something to say. Just try to avoid comments like "Oh, this is cool". Remember, people come here to see pictures, not for some clumsy flattery.
3. Keep friendly atmosphere .
4. Have fun!


An example:
The Almost Default Desktop

Wallpaper: The Light by Steve-O-mac
(hope i'v read it right)

2
Hi. I've been looking for some old tutorials (had my own reasons) and it looks they were deleted. Is this because too many people kept referencing outdated information, or just some case of NIH? Anyway, it's very sad that there is nothing left, at least you could create some sort of "Archive" subboard for outdated tutorials.

3
Introduction / Pointless post of pointlessness
« on: June 03, 2013, 12:09:51 pm »
I have not visited this site for a few months, and I have never actually introduced myself here, and I think placing this post here would be a good idea. So, here I am, you've probably already seen my posts here on forum. I know I am probably supposed to say my name, age, etc, but I won't :P You can call me by my silly nickname, or just "Shell" as some of you already do, or even "hey you, ignorant fool" :) By the way, my nickname has no some mysterious meaning, it was just supposed to look cool on some non-english-speaking website.
What else can I tell you about myself? I am unpleasant person. I am rude, I am selfish, I am a huge lier, and most likely I don't respect law of country you live in. I've also had some "dirty buisness" with "evil hackers" of FeralHeart. But don't ask me where to find them, I don't know this anymore. Maybe admins of this beautiful place hunted all of them down.
I like: sunny days, copyright/piracy holywars and clicky computer keyboards (not very long list, I know)
I dislike: the World, myself, your mom, tax collectors and pulseaudio.
Roleplaying: I don't roleplay, only watch how others do. I have no imagination, I don't know English well enough, and I am totally illiterate even in my native language. It took for me 5 hours to write this text :)
Why I am writing so not-so-many letters here, maybe I should go outside and do something useful?
Feel free to put any horrible thoughts of me here, I will add them to may collection. Yo can place nice thoughts too if you have some.

Not sorry for bothering you
~Shell

4
Site/Forum Help / Random forum logouts
« on: March 30, 2012, 06:26:49 am »
Few weeks ago forums started to log me out randomly. The strange thing is that it unauthorizes me only in SMF, i.e. I stay authorized in Joomla. Any ideas?

5
I've been reading "Help" forums for a month, and I've seen many users encounter different "OGRE exception" errors. Of course, all games have bugs just after first release, but these are really annoying. And what is worst: nobody really knows (or just does not want to tell) how to fix them.
Maybe we just don't have enough information about these errors, so It would be a good idea to tell the World everything you know about them. Everything is important: the error message, version of your operating system, your hardware details (type of graphics card, CPU, motherboard) and versions of hardware drivers. The more information you will give, the higher a chance that Kov will fix all bugs.


As for me, I have not seen any of these exceptions on my computers, but I've read most of topics related to these exceptions in "Game help". Here are some of exceptions:

Code: [Select]
OGRE EXCEPTION(3:RenderingAPIException): Zero sized texture surface on texture loading0.jpg face 0 mipmap 0. Probably, the GL driver refused to create the texture. in GLTexture::_createSurfaceList at c:\Ogre_161_tag\RenderSystems\GL\src\OgreGLTexture.cpp (line 394)
The most "popular" problem. Renderer fails to create a texture surface, something is wrong to you GL subsystem. Switching to Direct3D helps in some cases. If it will not help you will get the following message:
Code: [Select]
OGRE EXCEPTION(3:RenderingAPIEException): Failed to create Direct3D9 Device: Not available in D3D9RenderWindows::createD3DResources at c:\Orgre_161_tag\RenderSystems\Driect3D9\src\OgreD3DRenderWindow.ccp (line 597)
Updating video driver may also fix this.

The next one is:
Code: [Select]
OGRE EXCEPTION(3:RenderingAPIException): wglShareLists() failed in Win32PBuffer::createPBuffer at c:/Ogre_161_tag\RenderSystems\GL\src\OgreWin32RenderTexture.ccp (line 202)
I don't know much about this exception. If anybody knows, please report. It seems that changing rendering system helps.

One of the most easy-to-fix:
Code: [Select]
OGRE EXCEPTION(5:ItemIdentityException): OverlayElement with name SplashScreen/Loading not found. on OverlayManager::getOverlayElementImpl at c:\Ogre_161_tag\OgreMain\src\OgreOverlayManager.cpp (line 593)
This means that you have some texture missing, Re-downloading/reinstalling should fix it.

Some misc exceptions:
Code: [Select]
OGRE EXCEPTION(1:InvalidStateException): Cannot initialize - no render system has been selected. in Root::initialise at c:\Ogre_161_tag\OgreMain\src\OgreRoot.cpp (line 510)
The first line of your ogre.cfg is wrong/missing or you have lost the whole file.
Code: [Select]
OGRE EXCEPTION(7:InternalErrorExeption): Can't find requested video mode. in D3D9RenderSystem::initialise at c:\Ogre_161_tag\RenderSystems\Direct3D9\src\OgreD3D9RenderSystem.cpp (line 560)
Current video mode (screen/window resolution) is not supported by Direct3D. Open ogre.cfg and set the right mode.
Code: [Select]
OGRE EXCEPTION(2:InvalidParametersException): Option named 'Allow NVPerfHUD' does not exist. in Win32GLSupport::setConfigOption at c:\Ogre_161_tag\RenderSystems\GL\src\OgreWin32GLSupport.cpp (line 172)
You have set renderer to direct3d9, but the is no "Direct3D9 Rendering Subsystem" section in your ogre.cfg

There are also some "mysterious" exceptions: I've found only a line number for them: line 259 and line 162. If you know something about them (ore any other error, as well), please tell.

UPD (Feb 16, 2011): Added new "line 162" error. Thanks to Chaos.
Code: [Select]
OGRE EXCEPTION(3:RenderingAPIException): wlgChoosePixelFormatARB()failed in Win32PBuffer::createPBuffer at c:\Ogre_161_tag\RenderSystems\GL\src\OgreWin32RenderTexture.cpp (line 162)
General OpenGL renderer failure: incorrect pixel buffer format. It may happen due to limitations of your hardware or just broken drivers.  At first, try this, if it fails, try to change rendering system

UPD2 (Mar 13, 2011): The easiest way to collect all information about your computer configuration is to use MSINFO32 utility which comes with Windows. To start MSINFO32 use following instructions:

1. Press WIN + R on your keyboard
2. When a new window opens type msinfo32 and click OK
3. Wait while program starts, then go to File -> Save (saving may take some time)
4. Post the file you just saved somewhere on forums.

Hope it will help.

UPD3 (Mar 18, 2011): Identifying exceptions by error number:
  • OGRE EXCEPTION(0:IOException): Unknown
  • OGRE EXCEPTION(1:InvalidStateException): FeralHeart failed to load some of it's modules. Reinstall the game.
  • OGRE EXCEPTION(2:InvalidParametersException): Configuration files are wrong. Reinstall the game.
  • OGRE EXCEPTION(3:RenderingAPIException): FeralHeart failed to initialize your graphics card. It seems that something is wrong with your computer.
  • OGRE EXCEPTION(4:ItemIdentityException): FeralHeart failed to initialize it's own resources. There are duplicated resources due to installed mods. Remove mods/reinstall the game.
  • OGRE EXCEPTION(5:ItemIdentityException): FeralHeart failed to initialize it's own resources. Files got damaged, reinstall the game
  • OGRE EXCEPTION(6:FileNotFoundException): Unknown
  • OGRE EXCEPTION(7:InternalErrorExeption): Internal logic error. This should never happen. If you see this, you have found a bug, or your computer's hardware is unstable.
  • OGRE EXCEPTION(8: RuntimeAssertionException): Unknown
  • OGRE EXCEPTION(9: UnimplementedException): Unknown

UPD4 (Mar 20, 2011 ): Added more exceptions

Pages: [1]