Editing
Crash Report
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Preview
Advanced
Special characters
Help
Heading
Level 2
Level 3
Level 4
Level 5
Format
Insert
Latin
Latin extended
IPA
Symbols
Greek
Greek extended
Cyrillic
Arabic
Arabic extended
Hebrew
Bangla
Tamil
Telugu
Sinhala
Devanagari
Gujarati
Thai
Lao
Khmer
Canadian Aboriginal
Runes
Á
á
À
à
Â
â
Ä
ä
Ã
ã
Ǎ
ǎ
Ā
ā
Ă
ă
Ą
ą
Å
å
Ć
ć
Ĉ
ĉ
Ç
ç
Č
č
Ċ
ċ
Đ
đ
Ď
ď
É
é
È
è
Ê
ê
Ë
ë
Ě
ě
Ē
ē
Ĕ
ĕ
Ė
ė
Ę
ę
Ĝ
ĝ
Ģ
ģ
Ğ
ğ
Ġ
ġ
Ĥ
ĥ
Ħ
ħ
Í
í
Ì
ì
Î
î
Ï
ï
Ĩ
ĩ
Ǐ
ǐ
Ī
ī
Ĭ
ĭ
İ
ı
Į
į
Ĵ
ĵ
Ķ
ķ
Ĺ
ĺ
Ļ
ļ
Ľ
ľ
Ł
ł
Ń
ń
Ñ
ñ
Ņ
ņ
Ň
ň
Ó
ó
Ò
ò
Ô
ô
Ö
ö
Õ
õ
Ǒ
ǒ
Ō
ō
Ŏ
ŏ
Ǫ
ǫ
Ő
ő
Ŕ
ŕ
Ŗ
ŗ
Ř
ř
Ś
ś
Ŝ
ŝ
Ş
ş
Š
š
Ș
ș
Ț
ț
Ť
ť
Ú
ú
Ù
ù
Û
û
Ü
ü
Ũ
ũ
Ů
ů
Ǔ
ǔ
Ū
ū
ǖ
ǘ
ǚ
ǜ
Ŭ
ŭ
Ų
ų
Ű
ű
Ŵ
ŵ
Ý
ý
Ŷ
ŷ
Ÿ
ÿ
Ȳ
ȳ
Ź
ź
Ž
ž
Ż
ż
Æ
æ
Ǣ
ǣ
Ø
ø
Œ
œ
ß
Ð
ð
Þ
þ
Ə
ə
Formatting
Links
Headings
Lists
Files
Discussion
References
Description
What you type
What you get
Italic
''Italic text''
Italic text
Bold
'''Bold text'''
Bold text
Bold & italic
'''''Bold & italic text'''''
Bold & italic text
Description
What you type
What you get
Reference
Page text.<ref>[https://www.example.org/ Link text], additional text.</ref>
Page text.
[1]
Named reference
Page text.<ref name="test">[https://www.example.org/ Link text]</ref>
Page text.
[2]
Additional use of the same reference
Page text.<ref name="test" />
Page text.
[2]
Display references
<references />
↑
Link text
, additional text.
↑
Link text
{{legit}} A '''crash report''' will occur when a [[Buildings|building]] has an error that may or may not result in an error message. It can either appear during or after loading any building due to a number of factors. One example is an issue with a [[Development Builds|development build]]. The report always starts with "Unhandled Exception" and lists an Exp Code, Exp Flags, and Exp Address as well as what OS version was running at the time. It then shows a call stack about what was happening at the time of the crash, then a dump of the operating system specifications as well as the building. Below is an example Crash Report from the [[Simple]] building when attempting to Ctrl+Alt+Click to remove an elevator call or floor button: <pre> *** Unhandled Exception ExpCode: 0xC0000005 ExpFlags: 0 ExpAddress: 0xEF7B0EDF SymInit: Symbol SearchPath: '.', symOptions: 530, OS Version: 6.2.9200 () Loading symbols........................................................................................................ Call stack: C:\bullet-svn\src\BulletCollision\BroadphaseCollision\btQuantizedBvh.cpp (168): btQuantizedBvh::buildTree C:\bullet-svn\src\BulletCollision\CollisionShapes\btOptimizedBvh.cpp (187): btOptimizedBvh::build C:\bullet-svn\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp (352): btBvhTriangleMeshShape::buildOptimizedBvh C:\bullet-svn\src\BulletCollision\CollisionShapes\btBvhTriangleMeshShape.cpp (37): btBvhTriangleMeshShape::btBvhTriangleMeshShape C:\skyscraper\ogrebullet\Collisions\src\Shapes\OgreBulletCollisionsTrimeshShape.cpp (133): OgreBulletCollisions::TriangleMeshCollisionShape::Finish C:\skyscraper\src\sbs\mesh.cpp (840): SBS::MeshObject::CreateCollider C:\skyscraper\src\sbs\wall.cpp (156): SBS::Wall::DeletePolygons C:\skyscraper\src\sbs\mesh.cpp (394): SBS::MeshObject::DeleteWalls C:\skyscraper\src\sbs\mesh.cpp (145): SBS::MeshObject::~MeshObject 00007FFCF2507303 (SBS): (filename not available): SBS::MeshObject::`vector deleting destructor' C:\skyscraper\src\sbs\control.cpp (150): SBS::Control::~Control 00007FFCF250E5F3 (SBS): (filename not available): SBS::Control::`vector deleting destructor' C:\skyscraper\src\sbs\sbs.cpp (2590): SBS::SBS::DeleteObject C:\skyscraper\src\sbs\camera.cpp (635): SBS::Camera::ClickedObject C:\skyscraper\src\frontend\mainscreen.cpp (705): Skyscraper::MainScreen::OnMouseButton 00007FFCDE1D3884 (wxbase32u_vc_custom): (filename not available): wxAppConsoleBase::CallEventHandler 00007FFCDE2D71AF (wxbase32u_vc_custom): (filename not available): wxEvtHandler::ProcessEventIfMatchesId 00007FFCDE2D7CC3 (wxbase32u_vc_custom): (filename not available): wxEvtHandler::SearchDynamicEventTable 00007FFCDE2D8032 (wxbase32u_vc_custom): (filename not available): wxEvtHandler::TryHereOnly 00007FFCDE2D7113 (wxbase32u_vc_custom): (filename not available): wxEvtHandler::ProcessEvent 00007FFCDE2D7C2A (wxbase32u_vc_custom): (filename not available): wxEvtHandler::SafelyProcessEvent 00007FFCDAB755D2 (wxmsw32u_core_vc_custom): (filename not available): wxWindow::HandleMouseEvent 00007FFCDAB7B050 (wxmsw32u_core_vc_custom): (filename not available): wxWindow::MSWHandleMessage 00007FFCDAB7D4F8 (wxmsw32u_core_vc_custom): (filename not available): wxWindow::MSWWindowProc 00007FFCDAB82496 (wxmsw32u_core_vc_custom): (filename not available): wxWndProc 00007FFD28ADE858 (USER32): (filename not available): CallWindowProcW 00007FFD28ADE299 (USER32): (filename not available): DispatchMessageW 00007FFCDAB8E66D (wxmsw32u_core_vc_custom): (filename not available): wxGUIEventLoop::Dispatch 00007FFCDE2097C3 (wxbase32u_vc_custom): (filename not available): wxEventLoopManual::DoRun 00007FFCDE209A4A (wxbase32u_vc_custom): (filename not available): wxEventLoopBase::Run 00007FFCDE1D61B7 (wxbase32u_vc_custom): (filename not available): wxAppConsoleBase::MainLoop 00007FFCDE259F1C (wxbase32u_vc_custom): (filename not available): wxEntryReal 00007FFCDE336458 (wxbase32u_vc_custom): (filename not available): wxEntry C:\skyscraper\src\frontend\skyscraper.cpp (182): main D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl (288): __scrt_common_main_seh 00007FFD28447034 (KERNEL32): (filename not available): BaseThreadInitThunk 00007FFD29E02651 (ntdll): (filename not available): RtlUserThreadStart Simulator State Dump -------------------------- Platform: Windows x86 64-bit Renderer: Direct3D9 Frontend version: 1.12.0.2976 SBS version: 0.12.0.2980 Instance number: 0 Building Name: My Building Building Filename: Simple.bld Building Version: InStairwell: false InElevator: true InShaft: false CameraFloor: 0 ElevatorNumber: 1 CarNumber: 1 ElevatorSync: true Running Time: 17.68 BuildingsEnabled: false ExternalEnabled: false LandscapeEnabled: false SkyboxEnabled: true Verbose: false InterfloorOnTop: false Object Count: 1026 Camera Floor: 0 Camera Position: -2.44, 5.53, 7.62 -------------------------- Copy and paste the above information (select it and press CTRL-C) and either post it to the Skyscraper forum at http://forum.skyscrapersim.net or email to ryan@skyscrapersim.net Press OK to close Skyscraper </pre>
Summary:
Please note that all contributions to Skyscraper Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see
Skyscraper Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template:Legit
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information