Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New menu system
04-24-2006, 03:15 PM,
#49
 
I thought you might find that one! I ran across it last night but like this:
Code:
(gdb) bt
#0  0xb7d509cb in std::string::compare () from /usr/lib/libstdc++.so.6
#1  0x08054632 in std::operator==<char, std::char_traits<char>, std::allocator<char> > (__lhs=@0x1c, __rhs=@0xbfedb110)
    at basic_string.h:2075
#2  0x0809ab1a in TEXTURES::Load (this=0x8164ca8, newtexfile=
        {static npos = 4294967295, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x8797a5c "hud/timerbox.png"}}, mipmap=false, w=@0xbfedb128, h=@0xbfedb124)
    at src/textures.cpp:126
#3  0x080582e9 in TEXTURES::Load (this=0x8164ca8, newtexfile=
        {static npos = 4294967295, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x0}}, mipmap=false) at textures.h:73
#4  0x0809babb in TIMER::Load (this=0x8167f80) at src/timer.cpp:190
#5  0x0804e360 in ChangeDisplay (w=1024, h=768, bpp=16, fullscreen=false, reloadtextures=true) at src/main.cpp:375
#6  0x0804e8f4 in ReloadDisplay () at src/main.cpp:413
#7  0x0811ca68 in VGUI::Gui::ProcessAction (this=0x869b6e0, action=
        {static npos = 4294967295, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x88d6194 "ReloadDisplay"}}) at src/gui/gui.cpp:2808
#8  0x0811c17c in VGUI::Gui::MouseRelease (this=0x869b6e0) at src/gui/gui.cpp:2608
#9  0x08053711 in main (argc=1, argv=0xbfedb4a4) at src/main.cpp:2323
(btw if you compile with -g3 you get all that nice extra debug info.)

So for me, it crashes when TIMER::Load tries to reload its textures after a display change. For you, it looks like i'ts crashing when reloading Particle textures. Why mine makes it through loading particles but yours doesn't is beyond me...but it seems like this is a bug with the TEXTURES class.
Reply


Messages In This Thread
New menu system - by thelusiv - 11-05-2005, 03:01 AM
New menu system - by gianni - 11-05-2005, 05:20 PM
New menu system - by joevenzon_phpbb2_import3 - 11-05-2005, 07:53 PM
New menu system - by thelusiv - 11-07-2005, 10:08 AM
New menu system - by joevenzon_phpbb2_import3 - 11-07-2005, 10:30 AM
New menu system - by thelusiv - 11-07-2005, 01:33 PM
New menu system - by thelusiv - 11-07-2005, 02:09 PM
New menu system - by gianni - 11-07-2005, 02:33 PM
New menu system - by thelusiv - 11-07-2005, 03:10 PM
New menu system - by Nenillo - 11-07-2005, 03:10 PM
New menu system - by thelusiv - 11-07-2005, 03:23 PM
New menu system - by joevenzon_phpbb2_import3 - 11-07-2005, 10:56 PM
New menu system - by thelusiv - 11-08-2005, 10:30 AM
New menu system - by thelusiv - 11-28-2005, 01:26 PM
New menu system - by thelusiv - 11-28-2005, 07:24 PM
New menu system - by thelusiv - 11-30-2005, 03:28 AM
New menu system - by thelusiv - 11-30-2005, 02:32 PM
New menu system - by joevenzon_phpbb2_import3 - 11-30-2005, 11:37 PM
New menu system - by gianni - 12-01-2005, 07:14 AM
New menu system - by thelusiv - 12-01-2005, 09:26 AM
New menu system - by thelusiv - 12-07-2005, 12:04 PM
New menu system - by joevenzon_phpbb2_import3 - 12-07-2005, 11:12 PM
New menu system - by thelusiv - 12-08-2005, 05:46 PM
New menu system - by joevenzon_phpbb2_import3 - 12-08-2005, 09:38 PM
New menu system - by thelusiv - 12-09-2005, 09:30 AM
New menu system - by joevenzon_phpbb2_import3 - 12-09-2005, 10:30 AM
New menu system - by thelusiv - 12-09-2005, 02:29 PM
New menu system - by joevenzon_phpbb2_import3 - 12-09-2005, 09:24 PM
New menu system - by thelusiv - 03-12-2006, 11:10 PM
New menu system - by joevenzon_phpbb2_import3 - 03-13-2006, 12:39 AM
New menu system - by joevenzon_phpbb2_import3 - 03-13-2006, 12:41 AM
New menu system - by thelusiv - 03-13-2006, 01:40 AM
New menu system - by thelusiv - 03-13-2006, 09:06 PM
New menu system - by thelusiv - 03-20-2006, 01:50 AM
New menu system - by joevenzon_phpbb2_import3 - 03-20-2006, 10:29 AM
[No subject] - by thelusiv - 04-17-2006, 03:45 AM
[No subject] - by FFuser - 04-18-2006, 01:01 PM
[No subject] - by thelusiv - 04-19-2006, 02:43 AM
[No subject] - by abs1nth - 04-19-2006, 06:35 AM
[No subject] - by thelusiv - 04-19-2006, 08:14 AM
[No subject] - by abs1nth - 04-19-2006, 01:16 PM
[No subject] - by thelusiv - 04-19-2006, 05:14 PM
[No subject] - by thelusiv - 04-22-2006, 03:45 AM
[No subject] - by thelusiv - 04-23-2006, 03:24 AM
[No subject] - by thelusiv - 04-24-2006, 12:19 AM
[No subject] - by thelusiv - 04-24-2006, 04:24 AM
[No subject] - by thelusiv - 04-24-2006, 04:46 AM
[No subject] - by abs1nth - 04-24-2006, 02:53 PM
[No subject] - by thelusiv - 04-24-2006, 03:15 PM
[No subject] - by thelusiv - 04-24-2006, 06:57 PM
[No subject] - by thelusiv - 04-25-2006, 04:32 PM
[No subject] - by thelusiv - 04-26-2006, 03:39 AM
[No subject] - by abs1nth - 04-27-2006, 10:41 AM
[No subject] - by thelusiv - 04-27-2006, 12:23 PM
[No subject] - by thelusiv - 04-28-2006, 12:44 AM
[No subject] - by abs1nth - 04-29-2006, 05:30 PM
[No subject] - by thelusiv - 04-30-2006, 04:23 AM
[No subject] - by thelusiv - 05-03-2006, 03:47 AM
[No subject] - by thelusiv - 05-04-2006, 12:00 AM
[No subject] - by thelusiv - 05-04-2006, 03:02 AM
[No subject] - by thelusiv - 05-05-2006, 02:59 AM
[No subject] - by abs1nth - 05-05-2006, 07:45 PM
[No subject] - by thelusiv - 05-06-2006, 01:56 PM
[No subject] - by thelusiv - 05-07-2006, 07:30 PM
[No subject] - by thelusiv - 06-07-2006, 02:12 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)