Wiki Tracker         The Ogre Wiki Page Bug Tracker Page - were we keep track of pages which needs fixing
Information
Info Red


How it works:
Each page has a report issue form at the bottom.
If you find something wrong about a page, report it, and it will turn up on this list.

Pages with issues will feature a bugTracker box at the top, indicating that the page has been reported.
The box will have a link to the entry in the bugtracker.

When an issue is fixed, the bugtracker entry can be deleted.

This makes it easy to keep track of what needs to be done.

Issues:

WikiPageIssue TypeDescriptionCreatedLastModif Last modified byComments
RetrieveVertexDatahas problemshello According to this paper, I met this problem "no suitable conversion function from "const Ogre::MeshPtr" to "Ogre::Mesh*" exists" when I called the function "getMeshInformation()". Tue 16 of Oct, 2012 02:01 GMT-0000 Tue 16 of Oct, 2012 02:01 GMT-0000James_jams0
QtOgrehas problemsOgre::Viewport *mViewport = mOgreWindow->addViewport( mCamera ); Is wrong, because mViewport is already initialized in ogrewidget.h! Should be: mViewport = mOgreWindow->addViewport( mCamera ); Sat 08 of Dec, 2012 17:40 GMT-0000 Sat 08 of Dec, 2012 17:40 GMT-0000visviva0
Manual Resource Loadingneeds updatingOverlay loading needs updating for 1.9 usage Mon 17 of Dec, 2012 17:01 GMT-0000 Mon 17 of Dec, 2012 17:01 GMT-0000drwbns0
TOC Cookbookhas problemsDuplicate entries for first person camera near the bottom of the TOC, already in Animation and movement Tue 18 of Dec, 2012 13:35 GMT-0000 Tue 18 of Dec, 2012 13:35 GMT-0000drwbns0
Setting Up An Application - CodeBlocks - Linuxneeds updatingThe directory is different on Linux Mint 13. This needs to be in the CMakeLists.txt if(UNIX) if(EXISTS "/usr/share/OGRE/cmake") set(CMAKE_MODULE_PATH "/usr/share/OGRE/cmake/modules/;${CMAKE_MODULE_PATH}") set(OGRE_SAMPLES_INCLUDEPATH "/usr/share/OGRE-1.7.4/Samples/Common/inc Wed 02 of Jan, 2013 00:19 GMT-0000 Wed 02 of Jan, 2013 00:19 GMT-0000Gyrth0
ManuallyControllingBoneshas problemsin "anim->destroyTrack(manuallyControlledBone->getHandle());" destroyTrack() is obsolete and the "note" on that is currently a 404. Thu 07 of Feb, 2013 02:36 GMT-0000 Thu 07 of Feb, 2013 02:36 GMT-0000solesschong0
Subversion settingsis obsoleteOgre don't use SVN anymore. Sat 07 of Sep, 2013 14:00 GMT-0000 Sat 07 of Sep, 2013 14:00 GMT-0000Klaim0
Skeleton Debuggerneeds updatingCode improvement : I fixed the bones orientation by adding an extra parameter when calling attachObjectToBone for child bone. see : http://www.ogre3d.org/forums/viewtopic.php?f=11&t=71152#p497625 Someone can test and update the wiki ? Fri 01 of Nov, 2013 14:11 GMT-0000 Fri 01 of Nov, 2013 14:11 GMT-0000daarkron0
RenderWindowParametersis inaccurateIn the properties table : FSAA 0,2,4,6,... It's not rather pow of 2 : FSAA 0,2,4,8,... Mon 18 of Nov, 2013 13:24 GMT-0000 Mon 18 of Nov, 2013 13:24 GMT-0000daarkron0
Holographe Shaderhas problemshow to create TGA file? Mon 18 of Aug, 2014 07:51 GMT-0000 Mon 18 of Aug, 2014 07:51 GMT-0000lenglengcsy0
Mogre Wiki Tutorial Frameworkhas problemsDownload links aren't working Sun 19 of Oct, 2014 16:52 GMT-0000 Sun 19 of Oct, 2014 16:52 GMT-00004EverNoob1
ali_lak-Sun 09 of Oct, 2016
Euler Angle Classhas problemsThe basic APIs like getYaw(), getPitch(), getRoll() could not been found in Euler class,but use yaw(),pitch(),roll() instead. Tue 16 of Dec, 2014 08:02 GMT-0000 Tue 16 of Dec, 2014 08:02 GMT-0000formula1230
Using SDL Inputhas problemsSDL_GL_SwapBuffers() is working only with SDL1, with SDL2 it got substitued by SDL_GL_SwapWindow(sdl_window); see https://wiki.libsdl.org/MigrationGuide for details (search for SDL_GL_SwapWindow in the page) Sun 12 of Jul, 2015 01:26 GMT-0000 Sun 12 of Jul, 2015 01:26 GMT-0000portaloffreedom0