Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_ui_panels (Read 1318012 times) previous topic - next topic
0 Members and 25 Guests are viewing this topic.

foo_ui_panels

Reply #575
Even with this debug version I am experiencing the crashes. I am trying on two different machines. One running 2k3 and the other running XP. I have tried a fresh install and rebuild of foobar on both machines and am still experiencing the crashes. I have tried a variety of plugin combinations but none of them appear to stick out as the cause.

It might be my imagination but if I change the track (click the next button) before loading the configuration then it crashes far less often. If there is anything you would like me to do to narrow down this bug please let me know. There were posts by others describing a similar problem so I do not believe it is isolated to my setup.

I've uploaded another debug version. after it crashes, please post the contents of "C:\panelsui.txt".

Hi,

I've just tried the new version available on the link of the first post of this thread, and it's a 0.7.3 beta that i get ???
And the .txt says 0.7.5 with new anchor point for the function WINDOWSIZE,

 Resize window works very well
BUT
 Anchor Points doesn't work anymore  is it a regression Terrestrial ??

my code:
Code: [Select]
$button(550,14,0,0,16,12,images11\bt\down0.png,images11\bt\down1.png,'WINDOWSIZE:620:899:LEFT:TOP',)

Thanx in advance

Br3tt

more often than not, I forget to change the version numbers 

LEFT:TOP are the default anchor points so if you're using that, you wont notice a difference.

Small request. Would you mind editing your first post and add a link to the wiki page so new users and lazy asses like mine have an easy access to the components doc.

done.

Quote
Edit:
On a side note, I was thinking that it might be useful to add feature requests and known issues sections in the wiki, something like cwbowron did on his web site. Not that I want to peer pressure the developper, but I think it could ease the beta stage for all of us.

I'll be waiting for Terrestrial approbation before attempting any move.

yep, sounds like a good idea (especially the know issues part).

A request for $drawrect - Similar to CSS "border-style" would it be possible to have borders drawn in different styles, such as:

dotted
dashed
solid
double
groove
ridge
inset
outset

dotted and dashed can be added. you should be able to duplicate the others using other $drawrects (and there's a WIDTH option for the width of the pen).

I don't know if this has been addressed yet (apologies if I'm out of the loop), but $glass seems to break the transparency of a transparent png in the  $button function. Conversely, a transparent png using $imageabs works fine on $glass.

Here is an example image of what I am talking about.



The first image is called using $button, the next two are called with $imageabs. All three images are transparent png's.

add "nobkgnd" to the button options


Foobar throws me this error when i was trying to use XM plugin . I was stil able to listen to XM unless I close the "send error report" window.

does it mean panel UI is not compatible with XM plugin ?

are you using $eval() and dividing by 0 somewhere?

Quote
and other small question: now that we don't use foobar status bar anymore , is there anyway to trigger foobar change the playlist and go back to the currently playing track without waiting the track to finish or have to manually change to a new track for SCPL to go back ? Sometimes I find it difficult to scroll through lots of playlists & track to find it. If I set SCPL to "playing" then the playilist switcher doesn't work anymore .

Thanks

no way to do it currently (unless there is another plugin that adds this ability). I will add a button to do this in an upcoming version.

foo_ui_panels

Reply #576
Does the 'nobkgnd' option have any function/use in WinXP (no glass)?

foo_ui_panels

Reply #577
not really. it's only a workaround for the glass problem.

foo_ui_panels

Reply #578
terrestrial, thanks. I added that bit of information regarding nobkgnd  to the wiki.

wraithdu, your suggestion partially worked. The image was displayed with transparency but it broke the button altogether, and it displayed both images in the button simultaneously.


foo_ui_panels

Reply #580
I've made a config that should clearly demonstrate the issues when stretching images with $imageabs2.

Code: [Select]
$drawrect(0,0,%_width%,%_height%,brushColor-255-0-255 penColor-null)
$imageabs2(%_width%,%_height%,0,0,0,0,0,0,/images/1.png,nokeepaspect)
$imageabs($sub($div(%_width%,2),12),$sub($div(%_height%,2),12),/images/1.png,)


As you can see I used a pink color in the bottom to show that the image gets gradient transparent borders. And when the border fade from pink it gets a lot brighter in the gray/white areas than the original image.

In the middle is what the original image look like @ 1:1.



Please, try to fix this issue. As I've said before, the problem wasn't this severe in v0.6.

 

foo_ui_panels

Reply #581
I've uploaded another debug version. after it crashes, please post the contents of "C:\panelsui.txt".

Thank you again for your dedication to your components. I have triggered the crash in a few different situations and they all come up with the same panelsui.txt, here are the contents:
Code: [Select]
loading confg

initializing dialog

init dialog begin

init scintilla

set format string

setting anchors

foo_ui_panels

Reply #582
Quote
Hi,

I've just tried the new version available on the link of the first post of this thread, and it's a 0.7.3 beta that i get ???
And the .txt says 0.7.5 with new anchor point for the function WINDOWSIZE,

 Resize window works very well
BUT
 Anchor Points doesn't work anymore  is it a regression Terrestrial ??

my code:
Code: [Select]
$button(550,14,0,0,16,12,images11\bt\down0.png,images11\bt\down1.png,'WINDOWSIZE:620:899:LEFT:TOP',)

Thanx in advance

Br3tt

more often than not, I forget to change the version numbers 

LEFT:TOP are the default anchor points so if you're using that, you wont notice a difference.

Maybe i don't understand what means 'anchor point', because for me, it moves the window to the left top corner of the screen if i use LEFT:TOP as parameters ...
but it doesn't , the window resize itself, but stay at the same place on my screen .... same pb with RIGHT:TOP or other values ...

could you tell me more ??

Thanx

Br3tt

foo_ui_panels

Reply #583
Maybe i don't understand what means 'anchor point', because for me, it moves the window to the left top corner of the screen if i use LEFT:TOP as parameters ...
but it doesn't , the window resize itself, but stay at the same place on my screen .... same pb with RIGHT:TOP or other values ...

could you tell me more ??

Thanx

Br3tt


This is how my layout behaves when the button to change it is

LEFT:TOP



and when it is LEFT:BOTTOM



Hey they're having a dance party

foo_ui_panels

Reply #584
is it possible to have a button perform more than one task (something like the below code)? for example, i would like to have the button i use to switch views also resize the window for one of the views. right now i have to switch views and then resize the window with another button.

Code: [Select]
$button2(56,$sub(%_height%,22),0,0,19,22,'$font(Arial,14,,170-210-255)'3,'$font(Arial,14,,4-123-255)'3,'PVAR:SET:display.mode:2' 'WINDOWSIZE:800:600:LEFT:TOP',)


thanks!

foo_ui_panels

Reply #585
cyclefiend2000: This has been discussed before, you need to stack buttons like this:
Code: [Select]
$button2(56,$sub(%_height%,22),0,0,19,22,,,'PVAR:SET:display.mode:2',)
$button2(56,$sub(%_height%,22),0,0,19,22,'$font(Arial,14,,170-210-255)'3,'$font(Arial,14,,4-123-255)'3, 'WINDOWSIZE:800:600:LEFT:TOP',)

foo_ui_panels

Reply #586
thanks. i looked back through several pages of this thread and didnt find the answer. i must have over looked it.

anyways, thanks again.

foo_ui_panels

Reply #587
Maybe i don't understand what means 'anchor point', because for me, it moves the window to the left top corner of the screen if i use LEFT:TOP as parameters ...
but it doesn't , the window resize itself, but stay at the same place on my screen .... same pb with RIGHT:TOP or other values ...

could you tell me more ??

Thanx

Br3tt

As described by the gifs, the anchor points refer to the corners of your foobar window, not the corners of your screen.  So if you anchor RIGHT:TOP, then the upper right corner of foobar will stay in the same place when you resize the window.  I use RIGHT:TOP for myself since I leave my foobar window in the upper right corner of my screen.  That way when it is resized, it expands to the left and down and stays on screen.

foo_ui_panels

Reply #588
I don't know if this is the right place but is it possible to make SCPl and Columns playlist scroll like they were one?
I try to combine both playlist because both have features I like.

Is it possible to do with some code or add this feature to panel ui?

This would be great

foo_ui_panels

Reply #589
I've uploaded another debug version. after it crashes, please post the contents of "C:\panelsui.txt".

Thank you again for your dedication to your components. I have triggered the crash in a few different situations and they all come up with the same panelsui.txt, here are the contents:


I've uploaded another debug version. please post the contents of the log file when it crashes. thanks.

I don't know if this is the right place but is it possible to make SCPl and Columns playlist scroll like they were one?
I try to combine both playlist because both have features I like.

Is it possible to do with some code or add this feature to panel ui?

This would be great


nope, not possible, sorry.

----------------------------

I've uploaded version 0.8.0, with some new features. back up your .pui files before upgrading.

foo_ui_panels

Reply #590
Quote
"windowsize" button will now work inside child track displays


thank you


foo_ui_panels

Reply #592
Is there a way to change the window title?  Right now it's a '?' if no track is playing.  When playing it shows artist - title.

EDIT:  n/m, got it.  It draws from the ColumnsUI titleformatting settings for main window title.

EDIT 2:  BUG - if you right-click on a Track Display (bringing up the context menu) then click off the menu but STILL INSIDE the track display, it does something undescribeable  Minimizing and maximizing the foobar window returns the display to normal.

foo_ui_panels

Reply #593
I've uploaded another debug version. please post the contents of the log file when it crashes. thanks.
Code: [Select]
loading confg

initializing dialog

init dialog begin

setting anchors

anchor init

anchor OK

anchor CANCEL

anchor APPLY

anchor SCIN

anchor BOXFS

anchor B

anchor G

anchor PT

anchor PS

scintilla init

scintilla init 2

scintilla init 3


foo_ui_panels

Reply #594
When using the 0.8.0 beta, selecting Save All from the Panels UI page in the preferences triggers a crash.
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00F36F04h
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (00F36F04h):
00F36EC4h:  24 60 8D 55 18 52 8D 54 24 24 E8 3D 71 01 00 EB
00F36ED4h:  12 8B 45 18 8B 50 08 8D 4D 18 6A FF 68 A3 17 FC
00F36EE4h:  00 FF D2 8B 44 24 20 3B C6 74 12 50 6A 01 8D 44
00F36EF4h:  24 1C 6A 04 50 E8 7E 86 06 00 83 C4 10 8B 4D 10
00F36F04h:  8B 11 8B 52 34 8D 44 24 28 50 8B 44 24 18 50 8D
00F36F14h:  44 24 24 50 FF D2 8B 44 24 20 3B C6 C7 44 24 1C
00F36F24h:  48 56 FC 00 74 09 50 E8 2E 8D 06 00 83 C4 04 8B
00F36F34h:  44 24 30 3B C6 89 74 24 30 74 07 50 FF 15 74 E1
Stack (0012F530h):
0012F510h:  BF8BD5A0 BC693498 00000047 00000000
0012F520h:  E3575588 10106A10 77D86258 00000002
0012F530h:  CBCCB8FF 00FD8A0C 00DE0508 0012F5E8
0012F540h:  00000000 00000AC5 00FC5068 00FC5648
0012F550h:  00FD7AA0 00000ACD 00FC5618 00DE0500
0012F560h:  0000000C 00FC507C 0101FEF8 00000041
0012F570h:  00000041 00000030 0012F644 00FBB6A8
0012F580h:  00000002 00F390BE 00000001 01012138
0012F590h:  00000000 00000000 00F386F2 00DE0508
0012F5A0h:  00FD8A0C 00000002 00F3868F 00DE0508
0012F5B0h:  00000002 0012F624 00F38650 00000000
0012F5C0h:  77D48734 00DE0508 00000002 00000000
0012F5D0h:  00000000 00F38650 DCBAABCD 00000000
0012F5E0h:  0012F624 00F38650 0012F654 77D5418D
0012F5F0h:  00F38650 00DE0508 00000002 00000000
0012F600h:  00000000 00000002 00DE0508 00743498
0012F610h:  00000014 00000001 00000000 00000000
0012F620h:  00000010 00000000 77D4B51C 00000000
0012F630h:  00000000 00000000 00000000 0012F604
0012F640h:  0012F154 0012F764 77D70467 77D541B0
Registers:
EAX: 00000001, EBX: 00000002, ECX: 00000000, EDX: 0101D748
ESI: 00000000, EDI: 0012F564, EBP: 00FDC74C, ESP: 0012F530
Crash location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h

Loaded modules:
foobar2000   loaded at 00400000h - 004F3000h
ntdll loaded at 7C900000h - 7C9B0000h
kernel32 loaded at 7C800000h - 7C8F4000h
COMCTL32 loaded at 773D0000h - 774D2000h
msvcrt   loaded at 77C10000h - 77C68000h
ADVAPI32 loaded at 77DD0000h - 77E6B000h
RPCRT4   loaded at 77E70000h - 77F01000h
GDI32 loaded at 77F10000h - 77F57000h
USER32   loaded at 77D40000h - 77DD0000h
SHLWAPI   loaded at 77F60000h - 77FD6000h
SHELL32   loaded at 7C9C0000h - 7D1D5000h
ole32 loaded at 774E0000h - 7761D000h
shared   loaded at 10000000h - 10029000h
comdlg32 loaded at 763B0000h - 763F9000h
RKLauncher   loaded at 003C0000h - 003CD000h
lgscroll loaded at 10100000h - 1010E000h
MSVCR71   loaded at 7C340000h - 7C396000h
MSVCP71   loaded at 7C3A0000h - 7C41B000h
foo_browser   loaded at 009E0000h - 00A1A000h
foo_cdda loaded at 00A30000h - 00A66000h
foo_converter loaded at 00A90000h - 00AF9000h
foo_cwb_hooks loaded at 00B20000h - 00B55000h
foo_dsp_std   loaded at 00B80000h - 00BC1000h
foo_input_std loaded at 00BF0000h - 00D04000h
foo_masstag   loaded at 00D30000h - 00D80000h
foo_out_asio loaded at 00DA0000h - 00DCE000h
foo_rgscan   loaded at 00DF0000h - 00E38000h
foo_ui_columns   loaded at 00E60000h - 00EF7000h
foo_ui_panels loaded at 00F20000h - 00FEA000h
IMM32 loaded at 76390000h - 763AD000h
gdiplus   loaded at 4EC50000h - 4EDF3000h
uxtheme   loaded at 5AD70000h - 5ADA8000h
HookDll   loaded at 10400000h - 10407000h
Msimg32   loaded at 76380000h - 76385000h
SSSensor loaded at 06330000h - 06345000h
imagehlp loaded at 76C90000h - 76CB8000h
DBGHELP   loaded at 59A60000h - 59B01000h
VERSION   loaded at 77C00000h - 77C08000h

Stack dump analysis:
Address: 00FD8A0Ch, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00FC5068h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00FC5648h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00FD7AA0h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00FC5618h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00FC507Ch, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00FBB6A8h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00F390BEh, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00F386F2h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00FD8A0Ch, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00F3868Fh, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00F38650h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00F38650h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 00F38650h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 77D5418Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 00F38650h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 77D4B51Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001E0h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D541B0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D53FD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 00F38650h, location: "foo_ui_panels", loaded at 00F20000h - 00FEA000h
Address: 77D4BDA2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsWindowEnabled" (+00000000h)
Address: 77D4D0A5h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "EnumDisplayMonitors" (+00000142h)
Address: 77D4B50Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 77D53F5Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+0000007Fh)
Address: 77D4DAF6h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyWindow" (+0000000Ch)
Address: 0045692Ah, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0045735Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456FE5h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D488DAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 77D488A6h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D488E0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+0000003Ah)
Address: 77D488DAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 773F8B8Ah, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD60h)
Address: 004AD298h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D5418Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D541B0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D53FD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D4B50Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 77D53F5Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+0000007Fh)
Address: 77D494BEh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 77D4D4E4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetPropW" (+000000BBh)
Address: 77D4B903h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773F6FF6h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000B1CCh)
Address: 773F70D8h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000B2AEh)
Address: 773F93DDh, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000D5B3h)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4EAB0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "EnableMenuItem" (+00000081h)
Address: 77D4EC03h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+00000100h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 063325C0h, location: "SSSensor", loaded at 06330000h - 06345000h
Symbol: "SsCreateScreenSaverSensor" (+00000090h)
Address: 77D618A2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "UnhookWinEvent" (+00000025h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D489CDh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 773F8B56h, location: "COMCTL32", loaded at 773D0000h - 774D2000h
Symbol: "Ordinal384" (+0000CD2Ch)
Address: 77D4EC03h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+00000100h)
Address: 77D61B4Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "AppendMenuA" (+0000006Eh)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D489F0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 77D48A10h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 77D5E097h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsDialogMessageW" (+000000DBh)
Address: 00430122h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D4DAEAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyWindow" (+00000000h)
Address: 004BEBB0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430194h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0560h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00D4DAEAh, location: "foo_masstag", loaded at 00D30000h - 00D80000h
Address: 00430CF3h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC44Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C911538h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 004E41B0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C917BF5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlReAllocateHeap" (+000001F8h)
Address: 004E3E80h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 00491D18h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4230h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0040CA96h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004480F4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004990ADh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF5D4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430EFAh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0928h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0049729Ah, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004935BCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004935B6h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49E4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B34A0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4228h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF9C8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496154h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C816D4Fh, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 7C8399F3h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "FindAtomW" (+00000094h)
Address: 7C816D58h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 004961BDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Converter 1.0.1  (foo_converter)
Standard Input Array 1.0  (foo_input_std)
Music Browser 1.2.3 [Dec  4 2006 - 09:42:32]  (foo_browser)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Standard DSP array 1.0  (foo_dsp_std)
ASIO support 1.2.4  (foo_out_asio)
Masstagger 1.6  (foo_masstag)
FLAC Decoder 1.1.0  (foo_input_std)
CD Audio Decoder 2.1.1  (foo_cdda)
cwbowron's title format hooks 1.1.0beta [Dec  1 2006 - 13:47:34]  (foo_cwb_hooks)
Panels UI 0.8.0 beta [Mar 14 2007 - 17:14:33]  (foo_ui_panels)
foobar2000 core 0.9.4.2  (Core)
WMA Decoder 1.1  (foo_input_std)
ReplayGain Scanner 2.0.2  (foo_rgscan)


foo_ui_panels

Reply #595
When using the 0.8.0 beta, selecting Save All from the Panels UI page in the preferences triggers a crash.


does it happen every time and with every pui? if only for one pui, please post the pui (+ images).

foo_ui_panels

Reply #596

Maybe i don't understand what means 'anchor point', because for me, it moves the window to the left top corner of the screen if i use LEFT:TOP as parameters ...
but it doesn't , the window resize itself, but stay at the same place on my screen .... same pb with RIGHT:TOP or other values ...

could you tell me more ??

Thanx

Br3tt

As described by the gifs, the anchor points refer to the corners of your foobar window, not the corners of your screen.  So if you anchor RIGHT:TOP, then the upper right corner of foobar will stay in the same place when you resize the window.  I use RIGHT:TOP for myself since I leave my foobar window in the upper right corner of my screen.  That way when it is resized, it expands to the left and down and stays on screen.



Thanx a lot !! it's clear for me now 


foo_ui_panels

Reply #598
Actually I just experienced the same crash -
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 01446F04h
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (01446F04h):
01446EC4h:  24 60 8D 55 18 52 8D 54 24 24 E8 3D 71 01 00 EB
01446ED4h:  12 8B 45 18 8B 50 08 8D 4D 18 6A FF 68 A3 17 4D
01446EE4h:  01 FF D2 8B 44 24 20 3B C6 74 12 50 6A 01 8D 44
01446EF4h:  24 1C 6A 04 50 E8 7E 86 06 00 83 C4 10 8B 4D 10
01446F04h:  8B 11 8B 52 34 8D 44 24 28 50 8B 44 24 18 50 8D
01446F14h:  44 24 24 50 FF D2 8B 44 24 20 3B C6 C7 44 24 1C
01446F24h:  48 56 4D 01 74 09 50 E8 2E 8D 06 00 83 C4 04 8B
01446F34h:  44 24 30 3B C6 89 74 24 30 74 07 50 FF 15 74 E1
Stack (0012F32Ch):
0012F30Ch:  BF8BD5A0 BC8D5780 00000047 00000000
0012F31Ch:  E56AE008 003F5B20 77D9AB8E 00000003
0012F32Ch:  47DA845D 014E8A0C 000E08E0 0012F3E4
0012F33Ch:  00000000 00000000 014D5068 014D5648
0012F34Ch:  00000000 00000000 014D5618 000E0800
0012F35Ch:  000000CC 014D507C 0151FF50 00000041
0012F36Ch:  00000041 00000030 0012F440 014CB6A8
0012F37Ch:  00000002 014490BE 00000000 01513DC8
0012F38Ch:  00000000 00000000 014486F2 000E08E0
0012F39Ch:  014E8A0C 00000002 0144868F 000E08E0
0012F3ACh:  00000002 0012F420 01448650 00000000
0012F3BCh:  77D48734 000E08E0 00000002 00000000
0012F3CCh:  00000000 01448650 DCBAABCD 00000000
0012F3DCh:  0012F420 01448650 0012F450 77D5418D
0012F3ECh:  01448650 000E08E0 00000002 00000000
0012F3FCh:  00000000 00000002 000E08E0 008F5780
0012F40Ch:  00000014 00000001 00000000 00000000
0012F41Ch:  00000010 00000000 0012F570 00000000
0012F42Ch:  00000001 00000000 00000000 0012F400
0012F43Ch:  0012EF50 0012F538 77D70467 77D541B0
Registers:
EAX: 00000000, EBX: 00000002, ECX: 00000000, EDX: 00000021
ESI: 00000000, EDI: 0012F360, EBP: 014EC74C, ESP: 0012F32C
Crash location: "foo_ui_panels", loaded at 01430000h - 014FA000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F4000h
COMCTL32                        loaded at 773D0000h - 774D3000h
msvcrt                          loaded at 77C10000h - 77C68000h
ADVAPI32                        loaded at 77DD0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D40000h - 77DD0000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1D5000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
wbsys                            loaded at 66500000h - 6650A000h
wbhelp                          loaded at 66600000h - 66617000h
wblind                          loaded at 66000000h - 6608F000h
WINMM                            loaded at 76B40000h - 76B6D000h
UXTHEME                          loaded at 5AD70000h - 5ADA8000h
msimg32                          loaded at 76380000h - 76385000h
StylerHelper                    loaded at 003F0000h - 003FE000h
MFC42                            loaded at 73DD0000h - 73ECE000h
foo_albumlist                    loaded at 00DA0000h - 00DE7000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_burninate                    loaded at 00E10000h - 00E47000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_cdda                        loaded at 00E70000h - 00EA6000h
foo_converter                    loaded at 00ED0000h - 00F39000h
foo_dsp_std                      loaded at 00F60000h - 00FA1000h
foo_freedb2                      loaded at 00FD0000h - 01010000h
foo_input_std                    loaded at 01030000h - 01144000h
foo_masstag                      loaded at 01170000h - 011C0000h
foo_rgscan                      loaded at 011E0000h - 01228000h
foo_run                          loaded at 01250000h - 0127B000h
foo_uie_albumart                loaded at 012A0000h - 012D7000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_uie_albumlist                loaded at 01310000h - 0134D000h
foo_ui_columns                  loaded at 01370000h - 01407000h
foo_ui_panels                    loaded at 01430000h - 014FA000h
IMM32                            loaded at 76390000h - 763AD000h
foo_ui_std                      loaded at 01520000h - 01577000h
foo_unpack                      loaded at 015A0000h - 015CE000h
ctagent                          loaded at 017F0000h - 01801000h
dciman32                        loaded at 73BC0000h - 73BC6000h
imagehlp                        loaded at 76C90000h - 76CB8000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 014E8A0Ch, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014D5068h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014D5648h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014D5618h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014D507Ch, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014CB6A8h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014490BEh, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014486F2h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014E8A0Ch, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 0144868Fh, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 77D5418Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D541B0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D53FD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D54204h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77D54204h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D4B4C0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4BDA2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsWindowEnabled" (+00000000h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4B4D0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 77D4B50Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4B473h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 77D4DAF6h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyWindow" (+0000000Ch)
Address: 0045692Ah, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0045735Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456FE5h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AD298h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D5418Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D541B0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D53FD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D54204h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D4B4C0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4B4D0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 77D4B50Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D618F4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "UnhookWinEvent" (+00000077h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4B473h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 77D494BEh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 77D4D4E4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetPropW" (+000000BBh)
Address: 77D4B903h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773F7344h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0000B4A4h)
Address: 773F7426h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0000B586h)
Address: 773F972Bh, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0000D88Bh)
Address: 773F8EA4h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 7C910551h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 77D4882Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000163h)
Address: 77D4EB3Eh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+0000003Bh)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773F8EA4h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 773F8EA4h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 773F8EA4h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D489CDh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 773F8EA4h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 77D4EC03h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+00000100h)
Address: 77D61B4Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "AppendMenuA" (+0000006Eh)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D489F0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 77D48A10h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 77D5E097h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsDialogMessageW" (+000000DBh)
Address: 00430122h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D4DAEAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyWindow" (+00000000h)
Address: 004BEBB0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430194h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0560h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430CF3h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC44Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 004E07CEh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C911538h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C911538h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 004E41B0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C917BF5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlReAllocateHeap" (+000001F8h)
Address: 0044005Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10003251h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uGetCallStackPath" (+00000451h)
Address: 004E3E80h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 00491D18h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4230h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0040CA96h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004480F4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004990ADh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 01000000h, location: "foo_freedb2", loaded at 00FD0000h - 01010000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF5D4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430EFAh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0928h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0049729Ah, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004935BCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004935B6h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49E4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B34A0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4228h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF9C8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496154h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C816FD7h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C816FE0h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 004961BDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
CD Audio Decoder 2.1.1  (foo_cdda)
Album list panel 0.2.1  (foo_uie_albumlist)
RAR reader 1.1  (foo_unpack)
Album Art Panel 0.2.5.1  (foo_uie_albumart)
ZIP/GZIP reader 1.0  (foo_unpack)
FLAC Decoder 1.1.0  (foo_input_std)
Panels UI 0.8.0 beta [Mar 14 2007 - 17:14:33]  (foo_ui_panels)
foobar2000 core 0.9.4.2  (Core)
Standard DSP array 1.0  (foo_dsp_std)
Audio CD Writer 2.0.1  (foo_burninate)
Masstagger 1.6  (foo_masstag)
Run services 0.3.2  (foo_run)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Standard Input Array 1.0  (foo_input_std)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Converter 1.0.1  (foo_converter)
freedb Tagger 0.5.2a  (foo_freedb2)
Album List 3.2.0  (foo_albumlist)
WMA Decoder 1.1  (foo_input_std)
Default User Interface 0.9acc  (foo_ui_std)

I think it's more basic than Chairman85 describes.  I'm using ColumnsUI on the computer as the main interface.  Simply open the preferences, click the PanelsUI entry in the tree, and then click ANYWHERE else in the tree = crash.

Second crashlog just for comparison -
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 01446F04h
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (01446F04h):
01446EC4h:  24 60 8D 55 18 52 8D 54 24 24 E8 3D 71 01 00 EB
01446ED4h:  12 8B 45 18 8B 50 08 8D 4D 18 6A FF 68 A3 17 4D
01446EE4h:  01 FF D2 8B 44 24 20 3B C6 74 12 50 6A 01 8D 44
01446EF4h:  24 1C 6A 04 50 E8 7E 86 06 00 83 C4 10 8B 4D 10
01446F04h:  8B 11 8B 52 34 8D 44 24 28 50 8B 44 24 18 50 8D
01446F14h:  44 24 24 50 FF D2 8B 44 24 20 3B C6 C7 44 24 1C
01446F24h:  48 56 4D 01 74 09 50 E8 2E 8D 06 00 83 C4 04 8B
01446F34h:  44 24 30 3B C6 89 74 24 30 74 07 50 FF 15 74 E1
Stack (0012F16Ch):
0012F14Ch:  BF8BD5A0 BC8D50B0 00000047 00000000
0012F15Ch:  E56AE008 003F5B20 77D9AB8E 00000003
0012F16Ch:  BC74247D 014E8A0C 000E085A 0012F224
0012F17Ch:  00000000 00000000 014D5068 014D5648
0012F18Ch:  00000000 00000000 014D5618 000E0800
0012F19Ch:  0000009C 014D507C 0151EAF8 00000041
0012F1ACh:  00000041 00000030 0012F280 014CB6A8
0012F1BCh:  00000002 014490BE 00000000 01513DC8
0012F1CCh:  00000000 00000000 014486F2 000E085A
0012F1DCh:  014E8A0C 00000002 0144868F 000E085A
0012F1ECh:  00000002 0012F260 01448650 00000000
0012F1FCh:  77D48734 000E085A 00000002 00000000
0012F20Ch:  00000000 01448650 DCBAABCD 00000000
0012F21Ch:  0012F260 01448650 0012F290 77D5418D
0012F22Ch:  01448650 000E085A 00000002 00000000
0012F23Ch:  00000000 00000002 000E085A 008F50B0
0012F24Ch:  00000014 00000001 00000000 00000000
0012F25Ch:  00000010 00000000 0012F3B0 00000000
0012F26Ch:  00000001 00000000 00000000 0012F240
0012F27Ch:  0012ED90 0012F378 77D70467 77D541B0
Registers:
EAX: 00000000, EBX: 00000002, ECX: 00000000, EDX: 00000021
ESI: 00000000, EDI: 0012F1A0, EBP: 014EC74C, ESP: 0012F16C
Crash location: "foo_ui_panels", loaded at 01430000h - 014FA000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F4000h
COMCTL32                        loaded at 773D0000h - 774D3000h
msvcrt                          loaded at 77C10000h - 77C68000h
ADVAPI32                        loaded at 77DD0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D40000h - 77DD0000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1D5000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
wbsys                            loaded at 66500000h - 6650A000h
wbhelp                          loaded at 66600000h - 66617000h
wblind                          loaded at 66000000h - 6608F000h
WINMM                            loaded at 76B40000h - 76B6D000h
UXTHEME                          loaded at 5AD70000h - 5ADA8000h
msimg32                          loaded at 76380000h - 76385000h
StylerHelper                    loaded at 003F0000h - 003FE000h
MFC42                            loaded at 73DD0000h - 73ECE000h
foo_albumlist                    loaded at 00DA0000h - 00DE7000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_burninate                    loaded at 00E10000h - 00E47000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_cdda                        loaded at 00E70000h - 00EA6000h
foo_converter                    loaded at 00ED0000h - 00F39000h
foo_dsp_std                      loaded at 00F60000h - 00FA1000h
foo_freedb2                      loaded at 00FD0000h - 01010000h
foo_input_std                    loaded at 01030000h - 01144000h
foo_masstag                      loaded at 01170000h - 011C0000h
foo_rgscan                      loaded at 011E0000h - 01228000h
foo_run                          loaded at 01250000h - 0127B000h
foo_uie_albumart                loaded at 012A0000h - 012D7000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_uie_albumlist                loaded at 01310000h - 0134D000h
foo_ui_columns                  loaded at 01370000h - 01407000h
foo_ui_panels                    loaded at 01430000h - 014FA000h
IMM32                            loaded at 76390000h - 763AD000h
foo_ui_std                      loaded at 01520000h - 01577000h
foo_unpack                      loaded at 015A0000h - 015CE000h
ctagent                          loaded at 017F0000h - 01801000h
dciman32                        loaded at 73BC0000h - 73BC6000h
imagehlp                        loaded at 76C90000h - 76CB8000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 014E8A0Ch, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014D5068h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014D5648h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014D5618h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014D507Ch, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014CB6A8h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014490BEh, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014486F2h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 014E8A0Ch, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 0144868Fh, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 77D5418Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D541B0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D53FD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 01448650h, location: "foo_ui_panels", loaded at 01430000h - 014FA000h
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D54204h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77D54204h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D4B4C0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4BDA2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsWindowEnabled" (+00000000h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4B4D0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 77D4B50Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4B473h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 77D4DAF6h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyWindow" (+0000000Ch)
Address: 0045692Ah, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456A06h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D4CE0Bh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowTextW" (+00000055h)
Address: 7C90F0AAh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAnsiStringToUnicodeString" (+0000005Eh)
Address: 6607179Ch, location: "wblind", loaded at 66000000h - 6608F000h
Address: 7C90D9C1h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "ZwFindAtom" (+0000000Ch)
Address: 004A9B19h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456FD9h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D48B26h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+000000A6h)
Address: 77D484FCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D485A4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D6001Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetPropA" (+00000000h)
Address: 77D4C487h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsWindowVisible" (+00000022h)
Address: 77D4C493h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsWindowVisible" (+0000002Eh)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D6001Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetPropA" (+00000000h)
Address: 004AD298h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D5418Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D541B0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D53FD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 00456DABh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D54204h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D4B4C0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4B4D0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 77D4B50Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4B473h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 77D494BEh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 77D4D4E4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetPropW" (+000000BBh)
Address: 77D4B903h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773EAFF1h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal414" (+00000FB4h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 77D9AB8Eh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetRawInputDeviceInfoA" (+000000C1h)
Address: 77D494BEh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 77D4D4E4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetPropW" (+000000BBh)
Address: 77407392h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001B4F2h)
Address: 773EABE2h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal414" (+00000BA5h)
Address: 77D4BF78h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "RedrawWindow" (+0000000Ch)
Address: 7740885Ch, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001C9BCh)
Address: 774096BDh, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001D81Dh)
Address: 7740A4CBh, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E62Bh)
Address: 77D48BD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 77D4885Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000193h)
Address: 77D484FCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D485A4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D488D1h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77D488DAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 7740AB7Fh, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001ECDFh)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D4B4CBh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+0000018Fh)
Address: 77D9ABECh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetRawInputDeviceInfoA" (+0000011Fh)
Address: 003F5B20h, location: "StylerHelper", loaded at 003F0000h - 003FE000h
Symbol: "whiteHook" (+000000B0h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48830h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D489CDh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D489F0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 77D48A10h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 77D5E097h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsDialogMessageW" (+000000DBh)
Address: 00430122h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D4DAEAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyWindow" (+00000000h)
Address: 004BEBB0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430194h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0560h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430CF3h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC44Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C911538h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C911538h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 004E41B0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C917BF5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlReAllocateHeap" (+000001F8h)
Address: 0044005Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10003251h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uGetCallStackPath" (+00000451h)
Address: 004E3E80h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 00491D18h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4230h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0040CA96h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004480F4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004990ADh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 01000000h, location: "foo_freedb2", loaded at 00FD0000h - 01010000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF5D4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430EFAh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0928h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0049729Ah, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004935BCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004935B6h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49E4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B34A0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4228h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF9C8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496154h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C816FD7h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C816FE0h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 004961BDh, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Panels UI 0.8.0 beta [Mar 14 2007 - 17:14:33]  (foo_ui_panels)
FLAC Decoder 1.1.0  (foo_input_std)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Album list panel 0.2.1  (foo_uie_albumlist)
RAR reader 1.1  (foo_unpack)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Album Art Panel 0.2.5.1  (foo_uie_albumart)
WMA Decoder 1.1  (foo_input_std)
Converter 1.0.1  (foo_converter)
Run services 0.3.2  (foo_run)
CD Audio Decoder 2.1.1  (foo_cdda)
Standard DSP array 1.0  (foo_dsp_std)
foobar2000 core 0.9.4.2  (Core)
Masstagger 1.6  (foo_masstag)
Standard Input Array 1.0  (foo_input_std)
freedb Tagger 0.5.2a  (foo_freedb2)
Default User Interface 0.9acc  (foo_ui_std)
ZIP/GZIP reader 1.0  (foo_unpack)
Album List 3.2.0  (foo_albumlist)
Audio CD Writer 2.0.1  (foo_burninate)

foo_ui_panels

Reply #599
hey there,
I just switched from using scpl to panels_ui and I gotta say I love it!! congrats on a job well done!!

here's my current config...really wanna keep it simple

Code: [Select]
// Tabs
$select($eval($getpvar(display.mode)+1),

// Playlist
$drawrect(0,0,0,0,brushcolor-SYSCOL-15 pencolor-SYSCOL-15)

$panel(Playlist,Single Column Playlist,0,20,%_width%,$eval(%_height%-40),)

$panel(Playlists Dropdown,Playlists Dropdown,0,0,$sub(%_width%,0),20,)

$panel(Seekbar,Seekbar,0,$sub(%_height%,60),$sub(%_width%,0),20,)

,

// Explorer
$drawrect(0,0,0,0,brushcolor-SYSCOL-15 pencolor-SYSCOL-15)
$panel(Explorer,Explorer Tree,0,0,%_width%,$eval(%_height%-20),)
)



$button2(5,$eval(%_height%-15),0,0,20,12,'$font(,,bold,SYSCOL-13)PL','$font(,,bold,SYSCOL-14)PL',PVAR:SET:display.mode:0,)
$button2(25,$eval(%_height%-16),0,0,18,12,'$font(Wingdings,10,,SYSCOL-13)0','$font(Wingdings,10,,SYSCOL-14)1',PVAR:SET:display.mode:1,)

$panel(Seekbar,Seekbar,45,$sub(%_height%,20),$sub(%_width%,45),20,)


now my question is...as you can see I got 2 buttons defined, now when I hover over them a tooltip pops up sayin "PVAR:SET:display.mode:0" ...can I change what it says? so it says PLAYLIST and EXPLORER TREE instead?
or is there a way to disable the tooltip completely?