|
|
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » [BUG] TheIDE startup JPEG error
Re: [BUG] TheIDE startup JPEG error [message #25825 is a reply to message #25813] |
Sun, 14 March 2010 13:51   |
masu
Messages: 378 Registered: February 2006
|
Senior Member |
|
|
It seems there is a problem with "icon16x16.png" loading for the package selection dialog.
If I choose the bazaar directory it tries to load image
bazaar/DockCtrl/icon16x16.png which is not present!
Here ist the backtrace of debug session (the call is in step #17):
#0 0xb7faa410 in __kernel_vsyscall ()
#1 0xb7bda085 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7bdba01 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb7dea480 in __gnu_cxx::__verbose_terminate_handler () from /usr/lib/libstdc++.so.6
#4 0xb7de7d05 in ?? () from /usr/lib/libstdc++.so.6
#5 0xb7de7d42 in std::terminate () from /usr/lib/libstdc++.so.6
#6 0xb7de7e6a in __cxa_throw () from /usr/lib/libstdc++.so.6
#7 0x08546a1c in png_user_error_fn (png_ptr=0x8990b68, error_msg=0x86a61a8 "Error reading input file!")
at /home/masu/upp-svn/uppsrc/plugin/png/pngupp.cpp:38
#8 0xb7e3ec89 in png_error () from /usr/lib/libpng12.so.0
#9 0x085480d7 in png_read_stream (png_ptr=0x8990b68, buffer=0x8990e50 "", length=8) at /home/masu/upp-svn/uppsrc/plugin/png/pngupp.cpp:18
#10 0xb7e34c12 in ?? () from /usr/lib/libpng12.so.0
#11 0xb7e33d5c in png_read_info () from /usr/lib/libpng12.so.0
#12 0x085471b8 in Upp::PNGRaster::Init (this=0xb7730620) at /home/masu/upp-svn/uppsrc/plugin/png/pngupp.cpp:113
#13 0x0854776f in Upp::PNGRaster::Create (this=0xb7730620) at /home/masu/upp-svn/uppsrc/plugin/png/pngupp.cpp:126
#14 0x08461c71 in Upp::StreamRaster::Open (this=0xb7730620, _s=@0xbf93969c) at /home/masu/upp-svn/uppsrc/Draw/Raster.cpp:182
#15 0x08468a86 in Upp::StreamRaster::OpenAny (s=@0xbf93969c) at /home/masu/upp-svn/uppsrc/Draw/Raster.cpp:234
#16 0x08474ff1 in Upp::StreamRaster::LoadAny (s=@0xbf93969c, progress=@0xbf9396e0) at /home/masu/upp-svn/uppsrc/Draw/Raster.cpp:244
#17 0x084771e4 in Upp::StreamRaster::LoadFileAny (fn=0xb7903298 "/usr/share/upp/bazaar/DockCtrl/icon16x16.png", progress=@0xbf939780)
at /home/masu/upp-svn/uppsrc/Draw/Raster.cpp:251
#18 0x080de7ed in SelectPackageDlg::Load (this=0xbf939f0c, upp=@0xbf939c10, dir=@0xbf939bf8, progress_pos=0, progress_count=1000,
case_fixed=@0xbf939b80, cache=@0xbf939afc) at /home/masu/upp-svn/uppsrc/ide/SelectPkg.cpp:561
#19 0x080df2e4 in SelectPackageDlg::Load (this=0xbf939f0c) at /home/masu/upp-svn/uppsrc/ide/SelectPkg.cpp:608
#20 0x080df6c5 in SelectPackageDlg::OnBase (this=0xbf939f0c) at /home/masu/upp-svn/uppsrc/ide/SelectPkg.cpp:383
#21 0x080ef621 in Upp::CallbackMethodAction<SelectPackageDlg, void (SelectPackageDlg::*)()>::Execute (this=0xb7732ef0)
at /home/masu/upp-svn/uppsrc/Core/Cbgen.h:31
#22 0x083613e6 in Upp::Callback::Execute (this=0xbf93bbe4) at /home/masu/upp-svn/uppsrc/Core/Callback.cpp:11
#23 0x08116e7f in Upp::Callback::operator() (this=0xbf93bbe4) at /home/masu/upp-svn/uppsrc/Core/Cbgen.h:63
#24 0x08265725 in Upp::ArrayCtrl::SetCursor0 (this=0xbf93b18c, i=0, dosel=true) at /home/masu/upp-svn/uppsrc/CtrlLib/ArrayCtrl.cpp:1256
#25 0x08265d60 in Upp::ArrayCtrl::SetCursor (this=0xbf93b18c, i=0) at /home/masu/upp-svn/uppsrc/CtrlLib/ArrayCtrl.cpp:1273
#26 0x080df987 in SelectPackageDlg::SyncBase (this=0xbf939f0c, initvars=@0xbf939e90) at /home/masu/upp-svn/uppsrc/ide/SelectPkg.cpp:640
#27 0x080dfa77 in SelectPackageDlg::Run (this=0xbf939f0c, startwith=@0xbf93cd28) at /home/masu/upp-svn/uppsrc/ide/SelectPkg.cpp:350
#28 0x080e1b88 in SelectPackage (title=0xb79034d8 "Select main package (TheIDE 2010-03-14 12:25)", startwith=0xbf93dbe0 "", selectvars=true,
main=true) at /home/masu/upp-svn/uppsrc/ide/SelectPkg.cpp:721
#29 0x080e1e5b in Ide::OpenMainPackage (this=0xbf93ce6c) at /home/masu/upp-svn/uppsrc/ide/ide.cpp:167
#30 0x080e35ad in GuiMainFn_ () at /home/masu/upp-svn/uppsrc/ide/idewin.cpp:1000
#31 0x080e3bc6 in main (argc=Cannot access memory at address 0x1957
) at /home/masu/upp-svn/uppsrc/ide/idewin.cpp:706
Matthias
|
|
|
 |
|
[BUG] TheIDE startup JPEG error
By: masu on Fri, 12 March 2010 18:26
|
 |
|
Re: [BUG] TheIDE startup JPEG error
By: masu on Fri, 12 March 2010 22:29
|
 |
|
Re: [BUG] TheIDE startup JPEG error
By: mirek on Sat, 13 March 2010 09:09
|
 |
|
Re: [BUG] TheIDE startup JPEG error
By: masu on Sun, 14 March 2010 13:51
|
 |
|
Re: [BUG] TheIDE startup JPEG error
By: masu on Sun, 14 March 2010 14:35
|
 |
|
Re: [BUG] TheIDE startup JPEG error
By: mirek on Sun, 14 March 2010 19:04
|
 |
|
Re: [BUG] TheIDE startup JPEG error
By: mdelfede on Sun, 14 March 2010 19:23
|
 |
|
Re: [BUG] TheIDE startup JPEG error
By: mirek on Sun, 14 March 2010 19:39
|
 |
|
Re: [BUG] TheIDE startup JPEG error
By: mirek on Sun, 14 March 2010 23:05
|
 |
|
Re: [BUG] TheIDE startup JPEG error
By: masu on Mon, 15 March 2010 12:27
|
Goto Forum:
Current Time: Sun Apr 27 19:47:40 CEST 2025
Total time taken to generate the page: 0.00731 seconds
|
|
|