Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save coreybruce/f131729389a597e8292d8c8d207d9bb4 to your computer and use it in GitHub Desktop.
Save coreybruce/f131729389a597e8292d8c8d207d9bb4 to your computer and use it in GitHub Desktop.
Jazz2 crash log Arch32
[corey@Corey-Fujitsu Jazz2]$ mono Jazz2.exe
˙ Using 'DefaultAssemblyLoader' to load plugins.
˙ Environment Info:
Current Directory: /home/corey/Warpinator/Jazz2
Command Line: /home/corey/Warpinator/Jazz2/Jazz2.exe
Operating System: Unix 5.15.44.1
64 Bit OS: False
64 Bit Process: False
CLR Version: 4.0.30319.42000
Processor Count: 2
˙ Currently Loaded Assemblies:
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Jazz2, Version=0.7.3.0, Culture=neutral, PublicKeyToken=null
System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
˙ Plugin Base Directories:
/home/corey/Warpinator/Jazz2/Extensions
˙ Available Assembly Paths:
/home/corey/Warpinator/Jazz2/Extensions/GL21Backend.core.dll
/home/corey/Warpinator/Jazz2/Extensions/OpenTKBackend.core.dll
/home/corey/Warpinator/Jazz2/Extensions/OpenALSoft.x86.dll
/home/corey/Warpinator/Jazz2/Extensions/OpenALSoft.x64.dll
˙ Assembly loaded: GL21Backend, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
˙ Assembly loaded: Anonymously Hosted DynamicMethods Assembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
˙ Assembly loaded: OpenTKBackend, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
˙ Assembly loaded: OpenTK, Version=1.2.2.0, Culture=neutral, PublicKeyToken=null
˙ Initializing OpenTK...
˙ Platform Backend: Default
EnableHighResolution: True
˙ Active graphics backend: OpenGL 2.1
˙ Assembly loaded: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
˙ Available display devices:
˙ First : 1024x 768 at 60 Hz, 32 bpp, pos [ 0, 0] (Primary)
˙ Available audio devices:
JACK Default (Default)
˙ Current device: OpenAL Soft
˙ OpenAL Version: 1.1 ALSOFT 1.21.1
Vendor: OpenAL Community
Renderer: OpenAL Soft
Effects: True
˙ Initializing core plugins...
˙ DualityApp initialized
Debug Mode: False
Command line arguments:
˙ Window Specification:
Buffers: 2
Samples: 0
ColorFormat: 24 (8880)
AccumFormat: 0 (0000)
Depth: 24
Stencil: 8
VSync: On
SwapInterval: 1
=================================================================
Native Crash Reporting
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
=================================================================
0x4f4a31 - mono :
0x4c6503 - mono :
0x4ebe01 - mono :
0x5944fc - mono :
0x485ed8 - mono :
0xb7fa1560 - linux-gate.so.1 : __kernel_rt_sigreturn
0x483123 - mono :
0x482e8c - mono :
0x4c88de - mono :
0x4c9eba - mono :
0xb7f8b188 - Unknown
0x19e7698 - Unknown
0xb1531c00 - Unknown
0xb1531ab4 - Unknown
0xb153c324 - Unknown
0xb153b5c0 - Unknown
0xb153b4e5 - Unknown
0xb76d49cc - Unknown
0xb76d50ed - Unknown
0x485148 - mono :
=================================================================
Telemetry Dumper:
=================================================================
Pkilling 0x3076831936x from 0x3083437824x
Pkilling 0x2956974784x from 0x3083437824x
Entering thread summarizer pause from 0x3083437824x
Finished thread summarizer pause from 0x3083437824x.
Failed to create breadcrumb file (null)/crash_hash_0x8ae75f0b4
Waiting for dumping threads to resume
=================================================================
External Debugger Dump:
=================================================================
=================================================================
Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x483123):0x483113 89 e9 66 0f 6e ca 66 0f 6e c0 89 f0 66 0f 62 c1 ..f.n.f.n...f.b.
0x483123 0f 29 44 24 04 6a ff 6a 00 6a 01 8b 54 24 2c e8 .)D$.j.j.j..T$,.
0x483133 59 9b 08 00 89 c3 e8 d2 3c 2f 00 66 0f 6e c0 66 Y.......</.f.n.f
0x483143 0f 6e ca 66 0f 62 c1 f3 0f 7e 8f 90 25 00 00 66 .n.f.b...~..%..f
=================================================================
Managed Stacktrace:
=================================================================
at <unknown> <0xffffffff>
at OpenTK.Graphics.OpenGL.GL:GetString <0x0004b>
at Duality.Backend.GL21.OpenTKGraphicsCapabilities:RetrieveFromAPI <0x0006f>
at Duality.Backend.GL21.GraphicsBackend:QueryOpenGLCapabilities <0x0002b>
at Duality.Backend.GL21.NativeWindow:.ctor <0x00d33>
at Duality.Backend.GL21.GraphicsBackend:Duality.Backend.IGraphicsBackend.CreateWindow <0x0006f>
at Duality.DualityApp:OpenWindow <0x0003c>
at Jazz2.Game.App:Main <0x0041b>
at <Module>:runtime_invoke_int_object <0x0006c>
=================================================================
Aborted (core dumped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment