HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: cwbowron on 2007-07-11 20:36:36

Title: Album Art Browser
Post by: cwbowron on 2007-07-11 20:36:36
I put together a columns ui panel that lets you browse albums by their album art.  Works similar to my foo_browser plugin.

It's in its beta stages now, and I'm really not ready for an onslaught of feature requests, but if you do find bugs, please let me know.

Details can be found: http://www.bazquux.com/wiki/Foobar2000:foo_cwbowron (http://www.bazquux.com/wiki/Foobar2000:foo_cwbowron)

Direct download link: http://foobar.bazquux.com/downloads/foo_cwbowron.zip (http://foobar.bazquux.com/downloads/foo_cwbowron.zip)

The name of the dll is a very generic foo_cwbowron.dll so that any new plugins I create will be integrated into this dll so that I have fewer files to distribute.


(http://www.bazquux.com/w/images/1/18/AlbumArtBrowser.png)
Title: Album Art Browser
Post by: stampgevaar on 2007-07-11 20:45:45
your component does nothing in my foobar but the idea is nice
Title: Album Art Browser
Post by: sylla on 2007-07-11 21:00:35
Doesn't work for me, gets an error message when i start foobar that it failed to load
Title: Album Art Browser
Post by: buktore on 2007-07-11 21:11:18
No problem so far for me.    It's work like a charm.

this is godsend for someone who use Column UI like me.  and if another feature were add it would be awsome.

looking forward for update version 
Title: Album Art Browser
Post by: strogoff_ger on 2007-07-11 21:15:02
Yesssss! Finally! Someone got to do this. I'm looking forward for updated versions.
Title: Album Art Browser
Post by: drbeachboy on 2007-07-11 21:23:19
Hi Chris,

I am getting a "Failed to load DLL: foo_cwbowron.dll
Reason: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

Do you have any idea as to why the dll is failing to load?


Edit: Spelling
Title: Album Art Browser
Post by: freanir on 2007-07-11 21:28:38
Hi,
this Plugin really has great potential.
I've already got some feature requests, but these will have to wait.

I've actually found a "bug":
I've set the following String as Album Art Location:
Code: [Select]
C:\Users\Raphael\Pictures\Scans\Cover\%album artist% - %album%.jpg

When I searched for my AC/DC Albums, the component found nothing.
That's because the Album Art got the following filename, for example: 
Code: [Select]
AC_DC - Let there be Rock.jpg

Every component I know of,  automaticly replaces invalid characters for filenames  with  "_". So  I think this component should do it, too.

P.S.: The invalid characters for filenames are the following chars:
Code: [Select]
\ / : * ? " < > |
Title: Album Art Browser
Post by: Spirit_of_the_ocean on 2007-07-11 21:38:29
You could use a code that replace all these characters in %album artist% with "_". This would solve your problem.
Title: Album Art Browser
Post by: cwbowron on 2007-07-11 21:50:48
I am getting a "Failed to load DLL: foo_cwbowron.dll
Reason: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

Do you have any idea as to why the dll is failing to load?


Could be missing DLL's... You might need MSVCR80.dll and GDIPLUS.DLL... Not sure where you can find them...
Title: Album Art Browser
Post by: sIIhZt on 2007-07-11 21:56:13
got the same problem as drbeachboy, both MSVCR80.dll and GDIPLUS.DLL are available and properly registered
Title: Album Art Browser
Post by: freanir on 2007-07-11 22:10:32
You could use a code that replace all these characters in %album artist% with "_". This would solve your problem.

Of course, I could, but why? Even the official components (for example foo_converter.dll) do it for you.
Title: Album Art Browser
Post by: Spirit_of_the_ocean on 2007-07-11 22:14:25
But this is the other way round.
You have some characters replced by "_"
But how should you get from "_" to each single of these characters
Title: Album Art Browser
Post by: freanir on 2007-07-11 22:29:32
But this is the other way round.
You have some characters replced by "_"
But how should you get from "_" to each single of these characters

My explanation was maybe a tad bit confusing.

The String
Code: [Select]
C:\Users\Raphael\Pictures\Scans\Cover\%album artist% - %album%.jpg
gives the following result:
Code: [Select]
C:\Users\Raphael\Pictures\Scans\Cover\AC/DC - Let there be Rock.jpg


But:
The File in
Code: [Select]
C:\Users\Raphael\Pictures\Scans\Cover\
is called:
Code: [Select]
AC_DC - Let there be Rock.jpg

,because the following chars are invalid in a filename:
Code: [Select]
\ / : * ? " < > |
.

Result: Album Art Browser won't find the file. It would have to replace the invalid chars with "_". This is the method of every other component.
But currently it isn't using this method.
Title: Album Art Browser
Post by: kanak on 2007-07-11 22:56:50
First off: AWESOME! It's been ages since a feature like this was requested. Thank you for this component.

I added the browser in a tab using (foo_uie_tabs). When i doubleclick the blank area, foobar crashes:

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 01552045h
Access violation, operation: read, address: FFFFFFFCh
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (01552045h):
01552005h:  55 00 50 50 8B 42 24 56 8B CD FF D0 8B 55 00 8B
01552015h:  F0 8B 42 5C 56 8B CD FF D0 8B 55 00 8B 52 44 8D
01552025h:  44 24 44 50 56 8B CD C7 44 24 4C 90 94 55 01 FF
01552035h:  D2 8B 44 24 40 8B 48 2C C7 44 24 18 9C 94 55 01
01552045h:  8B 04 B9 8B 55 00 8B 52 50 8D 4C 24 18 51 50 6A
01552055h:  FF 56 8B CD FF D2 8B 45 00 8B 50 14 56 8B CD FF
01552065h:  D2 8B 45 00 8B 50 1C 56 8B CD FF D2 89 5C 24 40
01552075h:  8D 7C 24 40 C6 44 24 38 03 E8 6D 29 00 00 C6 44
Stack (0012F468h):
0012F448h:  00000000 00000000 00000000 00000000
0012F458h:  00000000 00000000 00000000 00000000
0012F468h:  E88F9658 0012F794 0000004E 0012F4BC
0012F478h:  00000000 004DF178 0155949C 015594C0
0012F488h:  01D970A8 00000016 00000016 00000005
0012F498h:  0012F554 01558A18 00000002 01551CFF
0012F4A8h:  055114F8 01559490 0012F538 0000004E
0012F4B8h:  00000000 0012F4E8 77081A10 000805EE
0012F4C8h:  0000004E 000003E9 0012F794 0000004E
0012F4D8h:  DCBAABCD 00000000 0012F538 0000004E
0012F4E8h:  0012F564 77070E04 01551CA0 000805EE
0012F4F8h:  0000004E 000003E9 0012F794 E96C3937
0012F508h:  0000004E 000805EE 00D66980 00000024
0012F518h:  00000001 00000000 00000000 00000030
0012F528h:  FFFFFFFF FFFFFFFF 77070DBA 00000000
0012F538h:  7707916A 00000000 00000001 00000000
0012F548h:  00000000 0012F504 0012F088 0012F65C
0012F558h:  770C76CC 9E79C27B 00000000 0012F5AC
0012F568h:  77070C7E 00000000 01551CA0 000805EE
0012F578h:  0000004E 000003E9 0012F794 00D66994
Registers:
EAX: 055114F8, EBX: 00000000, ECX: 00000000, EDX: 00302138
ESI: 00000007, EDI: FFFFFFFF, EBP: 004DF178, ESP: 0012F468
Crash location: "foo_cwbowron", loaded at 01550000h - 01562000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 77D80000h - 77E9E000h
kernel32                        loaded at 76880000h - 76958000h
COMCTL32                        loaded at 753D0000h - 75564000h
msvcrt                          loaded at 766F0000h - 7679A000h
ADVAPI32                        loaded at 76A00000h - 76ABF000h
RPCRT4                          loaded at 767A0000h - 76863000h
GDI32                            loaded at 76640000h - 7668B000h
USER32                          loaded at 77060000h - 770FE000h
SHLWAPI                          loaded at 76690000h - 766E5000h
SHELL32                          loaded at 772B0000h - 77D7E000h
ole32                            loaded at 76AC0000h - 76C04000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 77100000h - 77174000h
IMM32                            loaded at 77FA0000h - 77FBE000h
MSCTF                            loaded at 76F90000h - 77057000h
LPK                              loaded at 76870000h - 76879000h
USP10                            loaded at 76DF0000h - 76E6D000h
guard32                          loaded at 00290000h - 002AD000h
fltLib                          loaded at 764C0000h - 764C7000h
winsta                          loaded at 76490000h - 764B4000h
ws2_32                          loaded at 77EB0000h - 77EDD000h
NSI                              loaded at 76960000h - 76966000h
uxtheme                          loaded at 756D0000h - 7570F000h
foo_audioscrobbler              loaded at 013D0000h - 01407000h
foo_autoplaylist                loaded at 01220000h - 01250000h
foo_benchmark                    loaded at 01390000h - 013B8000h
foo_bitcompare                  loaded at 01410000h - 01437000h
foo_cdda                        loaded at 01470000h - 014A5000h
foo_common                      loaded at 014F0000h - 01523000h
foo_converter                    loaded at 01580000h - 015E9000h
LVPrcInj                        loaded at 01530000h - 01547000h
foo_convolve                    loaded at 01760000h - 017B1000h
foo_cwbowron                    loaded at 01550000h - 01562000h
gdiplus                          loaded at 74E80000h - 7502A000h
MSVCR80                          loaded at 70FD0000h - 7106B000h
foo_cwb_hooks                    loaded at 01660000h - 016AD000h
foo_dbsearch                    loaded at 016B0000h - 01720000h
OLEAUT32                        loaded at 77F10000h - 77F9C000h
foo_dsp_crossfader              loaded at 01AA0000h - 01AFD000h
libmmd                          loaded at 01DA0000h - 02051000h
foo_dsp_dolbyhp                  loaded at 01720000h - 01741000h
VERSION                          loaded at 75D00000h - 75D08000h
foo_dsp_std                      loaded at 01940000h - 01981000h
foo_freedb2                      loaded at 01B00000h - 01B40000h
foo_input_alac                  loaded at 017C0000h - 017DD000h
foo_input_dts                    loaded at 01CA0000h - 01D05000h
foo_input_monkey                loaded at 01D10000h - 01D5A000h
foo_input_shorten                loaded at 01B40000h - 01B6D000h
foo_input_std                    loaded at 02550000h - 02663000h
foo_input_tak                    loaded at 02160000h - 021A7000h
tak_deco_lib                    loaded at 022F0000h - 02321000h
foo_input_tta                    loaded at 023D0000h - 023FD000h
foo_lyricsdb                    loaded at 02400000h - 0242F000h
WININET                          loaded at 76EC0000h - 76F8F000h
Normaliz                        loaded at 77EA0000h - 77EA3000h
iertutil                        loaded at 76E70000h - 76EB5000h
foo_masstag                      loaded at 02460000h - 024AF000h
foo_playcount                    loaded at 024C0000h - 024E8000h
foo_playlist_tree                loaded at 02670000h - 026E5000h
libmzsch360_000                  loaded at 10400000h - 105D0000h
WSOCK32                          loaded at 73BB0000h - 73BB7000h
libmzgc360_000                  loaded at 02820000h - 028C4000h
foo_pqview                      loaded at 024F0000h - 0250B000h
foo_rgscan                      loaded at 028F0000h - 02938000h
foo_run                          loaded at 02960000h - 0298B000h
foo_scrobblecharts              loaded at 02AC0000h - 02AF3000h
foo_tradersfriend                loaded at 02B40000h - 02B7A000h
foo_uie_albumart                loaded at 02B90000h - 02BCC000h
foo_uie_albumlist                loaded at 02C30000h - 02C73000h
foo_uie_peakmeter                loaded at 02B00000h - 02B28000h
foo_uie_playlists_dropdown      loaded at 02CB0000h - 02CE9000h
foo_uie_queuemanager            loaded at 02CF0000h - 02D29000h
mscoree                          loaded at 79000000h - 79045000h
msvcm80                          loaded at 6CDF0000h - 6CE6D000h
mscorwks                        loaded at 79E70000h - 7A3D6000h
mscorlib.ni                      loaded at 790C0000h - 79BDE000h
mscorjit                        loaded at 79060000h - 790B3000h
rsaenh                          loaded at 75A20000h - 75A58000h
System.ni                        loaded at 7A440000h - 7AC0C000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF70000h
foo_uie_tabs                    loaded at 03010000h - 0303A000h
foo_ui_columns                  loaded at 065A0000h - 06642000h
foo_ui_panels                    loaded at 06810000h - 068F9000h
foo_unpack                      loaded at 03080000h - 030AE000h
foo_utils                        loaded at 05C50000h - 05C88000h
foo_verifier                    loaded at 05CA0000h - 05CD0000h
WindowsCodecs                    loaded at 716D0000h - 71782000h
apphelp                          loaded at 76430000h - 7645C000h
CLBCatQ                          loaded at 76970000h - 769F4000h
cscui                            loaded at 70D40000h - 70DD5000h
PROPSYS                          loaded at 74AA0000h - 74B57000h
CSCDLL                          loaded at 70E30000h - 70E39000h
CSCAPI                          loaded at 709D0000h - 709DA000h
IconCodecService                loaded at 70940000h - 70946000h
LINKINFO                        loaded at 70950000h - 70959000h
SETUPAPI                        loaded at 76C10000h - 76D98000h
dciman32                        loaded at 6DC80000h - 6DC86000h
DolbyHph                        loaded at 061E0000h - 062DC000h
Msimg32                          loaded at 75970000h - 75975000h
NLAapi                          loaded at 74C40000h - 74C4F000h
IPHLPAPI                        loaded at 75EE0000h - 75EF9000h
dhcpcsvc                        loaded at 75EA0000h - 75ED5000h
DNSAPI                          loaded at 76170000h - 7619B000h
Secur32                          loaded at 764D0000h - 764E4000h
WINNSI                          loaded at 75E90000h - 75E97000h
dhcpcsvc6                        loaded at 75E70000h - 75E90000h
mswsock                          loaded at 75C90000h - 75CCB000h
winrnr                          loaded at 73510000h - 73518000h
WLDAP32                          loaded at 76DA0000h - 76DE9000h
PSAPI                            loaded at 76630000h - 76637000h
napinsp                          loaded at 73440000h - 7344F000h
pnrpnsp                          loaded at 732E0000h - 732F2000h
wshbth                          loaded at 73430000h - 7343C000h
rasadhlp                        loaded at 73450000h - 73456000h
wship6                          loaded at 75CF0000h - 75CF6000h
wshtcpip                        loaded at 75960000h - 75966000h
System.Windows.Forms.ni          loaded at 7AFD0000h - 7BC5E000h
imagehlp                        loaded at 77EE0000h - 77F09000h
dbghelp                          loaded at 73D80000h - 73E5C000h

Stack dump analysis:
Address: 004DF178h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0155949Ch, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Symbol: "foobar2000_get_interface" (+0000408Ch)
Address: 015594C0h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Symbol: "foobar2000_get_interface" (+000040B0h)
Address: 01558A18h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Symbol: "foobar2000_get_interface" (+00003608h)
Address: 01551CFFh, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Address: 01559490h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Symbol: "foobar2000_get_interface" (+00004080h)
Address: 77081A10h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+0000006Eh)
Address: 77070E04h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetTitleBarInfo" (+00000437h)
Address: 01551CA0h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Address: 77070DBAh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetTitleBarInfo" (+000003EDh)
Address: 7707916Ah, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DestroyWindow" (+0000053Ch)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 77070C7Eh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetTitleBarInfo" (+000002B1h)
Address: 01551CA0h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Address: 7707123Bh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77081A10h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+0000006Eh)
Address: 77081AE8h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+00000146h)
Address: 77071219h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77081A91h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+000000EFh)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 7708286Ah, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetDesktopWindow" (+0000010Ah)
Address: 77071219h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77071219h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77082BBAh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "SendMessageW" (+00000049h)
Address: 75439BFDh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "ImageList_ReplaceIcon" (+0000011Ah)
Address: 75417E7Bh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "RegisterClassNameW" (+000004BEh)
Address: 7544B393h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "CreateToolbarEx" (+00000EEDh)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 75417D4Bh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "RegisterClassNameW" (+0000038Eh)
Address: 754031B4h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "TaskDialogIndirect" (+0002F3AFh)
Address: 7541F365h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "ImageList_GetIconSize" (+00003F02h)
Address: 7540E94Eh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_Clone" (+00001E9Ah)
Address: 7540DA8Bh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_Clone" (+00000FD7h)
Address: 7541B4D6h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "ImageList_GetIconSize" (+00000073h)
Address: 75439DACh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "ImageList_ReplaceIcon" (+000002C9h)
Address: 77081A91h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+000000EFh)
Address: 77081B41h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+0000019Fh)
Address: 77082539h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77082545h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+00000037h)
Address: 77082539h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77082545h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+00000037h)
Address: 75438494h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+0000035Fh)
Address: 77082539h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77082545h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+00000037h)
Address: 7543848Ch, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+00000357h)
Address: 77081A10h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+0000006Eh)
Address: 77081AE8h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+00000146h)
Address: 75438454h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+0000031Fh)
Address: 77081A91h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+000000EFh)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 77082A47h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "IsWindow" (+0000014Dh)
Address: 75438454h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+0000031Fh)
Address: 77078C2Eh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DestroyWindow" (+00000000h)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 77082A98h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 75438454h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+0000031Fh)
Address: 0042FE21h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0530h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430967h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C07D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D88BF2h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "EtwLogTraceEvent" (+000000FBh)
Address: 77DC1EDFh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "wcscmp" (+00000E23h)
Address: 77DE2447h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlTryEnterCriticalSection" (+00000B61h)
Address: 77DE214Ch, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlTryEnterCriticalSection" (+00000866h)
Address: 77DC1EDFh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "wcscmp" (+00000E23h)
Address: 77DE5BA9h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlFindActivationContextSectionGuid" (+000002FDh)
Address: 77DE1843h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000216h)
Address: 77DE1843h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000216h)
Address: 77D88BF2h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "EtwLogTraceEvent" (+000000FBh)
Address: 77DC1747h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "wcscmp" (+0000068Bh)
Address: 77DE1843h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000216h)
Address: 77DE16DCh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+000000AFh)
Address: 77DE162Dh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 77D88BF2h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "EtwLogTraceEvent" (+000000FBh)
Address: 77DE1843h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000216h)
Address: 0043D4DDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00407E27h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00491E58h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00491E58h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4218h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00447AE7h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0043D4DDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004991DDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF4F4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430B6Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0928h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004973CAh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004936FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004936F6h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B33D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4210h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF8E8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496284h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 768C3833h, location: "kernel32", loaded at 76880000h - 76958000h
Symbol: "BaseThreadInitThunk" (+00000012h)
Address: 77DBA9BDh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "LdrInitializeThunk" (+0000004Dh)
Address: 76915984h, location: "kernel32", loaded at 76880000h - 76958000h
Symbol: "UnhandledExceptionFilter" (+00000000h)
Address: 76915984h, location: "kernel32", loaded at 76880000h - 76958000h
Symbol: "UnhandledExceptionFilter" (+00000000h)
Address: 77D88BF2h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "EtwLogTraceEvent" (+000000FBh)
Address: 77DC1B87h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "wcscmp" (+00000ACBh)
Address: 004962EDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00440020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430020h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
Decoding Speed Test 1.0  (foo_benchmark)
TAK Decoder 0.3.2  (foo_input_tak)
Playlists Dropdown 0.6 alpha 3  (foo_uie_playlists_dropdown)
Database Search 1.4  (foo_dbsearch)
Dolby Headphone Wrapper 1.1  (foo_dsp_dolbyhp)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Album Art Browser 0.0.3 [Jul 11 2007 - 11:15:14]  (foo_cwbowron)
Run services 0.3.2  (foo_run)
File Integrity Verifier 1.0.1  (foo_verifier)
Panels UI 0.13.8 beta [Jun 12 2007 - 12:28:00]  (foo_ui_panels)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
Playlist Tree Panel 3.0.BETA_3 [Apr  3 2007 - 11:39:32]  (foo_playlist_tree)
RAR reader 1.1  (foo_unpack)
Autoplaylist Manager 1.0  (foo_autoplaylist)
ZIP/GZIP reader 1.0  (foo_unpack)
Playlist Tools 0.5.9  (foo_utils)
Album Art Panel 0.2.6  (foo_uie_albumart)
Common services 0.1  (foo_common)
DTS decoder 0.1.7  (foo_input_dts)
Converter 1.0.1  (foo_converter)
ALAC Decoder 1.0  (foo_input_alac)
Monkey's Audio decoder 2.1.2  (foo_input_monkey)
CD Audio Decoder 2.1.1  (foo_cdda)
WMA Decoder 1.1  (foo_input_std)
Binary Comparator 1.1  (foo_bitcompare)
Convolver 0.3  (foo_convolve)
Shorten decoder 0.4.2a  (foo_input_shorten)
freedb Tagger 0.5.2a  (foo_freedb2)
TTA Audio Decoder (unofficial) 2.4.2  (foo_input_tta)
Live Show Tagger 0.6.1  (foo_tradersfriend)
Masstagger 1.6  (foo_masstag)
Audioscrobbler 1.3.6  (foo_audioscrobbler)
Playback Statistics 1.3.2  (foo_playcount)
Tagger Panel Window 1.0.5 [Jun 12 2007 - 15:14:00]  (foo_cwb_hooks)
foobar2000 core 0.9.4.3  (Core)
Gapless Crossfader 0.3.2.2 (Intel SSE)  (foo_dsp_crossfader)
Peakmeter Panel 0.0.3 beta  (foo_uie_peakmeter)
Last.fm Chart Player 0.2.3  (foo_scrobblecharts)
Standard DSP array 1.0  (foo_dsp_std)
Album list panel 0.2.3 beta  (foo_uie_albumlist)
Standard Input Array 1.0  (foo_input_std)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
Columns UI 0.2.0 alpha 1  (foo_ui_columns)
foo_lyricsdb 0.0.7 beta 5  (foo_lyricsdb)
FLAC Decoder 1.1.0  (foo_input_std)
cwbowron's title format hooks 1.2.5 [Jun  8 2007 - 08:49:42]  (foo_cwb_hooks)
Title: Album Art Browser
Post by: buktore on 2007-07-11 23:12:42
First off: AWESOME! It's been ages since a feature like this was requested. Thank you for this component.

I added the browser in a tab using (foo_uie_tabs). When i doubleclick the blank area, foobar crashes:

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 01552045h
Access violation, operation: read, address: FFFFFFFCh
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (01552045h):
01552005h:  55 00 50 50 8B 42 24 56 8B CD FF D0 8B 55 00 8B
01552015h:  F0 8B 42 5C 56 8B CD FF D0 8B 55 00 8B 52 44 8D
01552025h:  44 24 44 50 56 8B CD C7 44 24 4C 90 94 55 01 FF
01552035h:  D2 8B 44 24 40 8B 48 2C C7 44 24 18 9C 94 55 01
01552045h:  8B 04 B9 8B 55 00 8B 52 50 8D 4C 24 18 51 50 6A
01552055h:  FF 56 8B CD FF D2 8B 45 00 8B 50 14 56 8B CD FF
01552065h:  D2 8B 45 00 8B 50 1C 56 8B CD FF D2 89 5C 24 40
01552075h:  8D 7C 24 40 C6 44 24 38 03 E8 6D 29 00 00 C6 44
Stack (0012F468h):
0012F448h:  00000000 00000000 00000000 00000000
0012F458h:  00000000 00000000 00000000 00000000
0012F468h:  E88F9658 0012F794 0000004E 0012F4BC
0012F478h:  00000000 004DF178 0155949C 015594C0
0012F488h:  01D970A8 00000016 00000016 00000005
0012F498h:  0012F554 01558A18 00000002 01551CFF
0012F4A8h:  055114F8 01559490 0012F538 0000004E
0012F4B8h:  00000000 0012F4E8 77081A10 000805EE
0012F4C8h:  0000004E 000003E9 0012F794 0000004E
0012F4D8h:  DCBAABCD 00000000 0012F538 0000004E
0012F4E8h:  0012F564 77070E04 01551CA0 000805EE
0012F4F8h:  0000004E 000003E9 0012F794 E96C3937
0012F508h:  0000004E 000805EE 00D66980 00000024
0012F518h:  00000001 00000000 00000000 00000030
0012F528h:  FFFFFFFF FFFFFFFF 77070DBA 00000000
0012F538h:  7707916A 00000000 00000001 00000000
0012F548h:  00000000 0012F504 0012F088 0012F65C
0012F558h:  770C76CC 9E79C27B 00000000 0012F5AC
0012F568h:  77070C7E 00000000 01551CA0 000805EE
0012F578h:  0000004E 000003E9 0012F794 00D66994
Registers:
EAX: 055114F8, EBX: 00000000, ECX: 00000000, EDX: 00302138
ESI: 00000007, EDI: FFFFFFFF, EBP: 004DF178, ESP: 0012F468
Crash location: "foo_cwbowron", loaded at 01550000h - 01562000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 77D80000h - 77E9E000h
kernel32                        loaded at 76880000h - 76958000h
COMCTL32                        loaded at 753D0000h - 75564000h
msvcrt                          loaded at 766F0000h - 7679A000h
ADVAPI32                        loaded at 76A00000h - 76ABF000h
RPCRT4                          loaded at 767A0000h - 76863000h
GDI32                            loaded at 76640000h - 7668B000h
USER32                          loaded at 77060000h - 770FE000h
SHLWAPI                          loaded at 76690000h - 766E5000h
SHELL32                          loaded at 772B0000h - 77D7E000h
ole32                            loaded at 76AC0000h - 76C04000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 77100000h - 77174000h
IMM32                            loaded at 77FA0000h - 77FBE000h
MSCTF                            loaded at 76F90000h - 77057000h
LPK                              loaded at 76870000h - 76879000h
USP10                            loaded at 76DF0000h - 76E6D000h
guard32                          loaded at 00290000h - 002AD000h
fltLib                          loaded at 764C0000h - 764C7000h
winsta                          loaded at 76490000h - 764B4000h
ws2_32                          loaded at 77EB0000h - 77EDD000h
NSI                              loaded at 76960000h - 76966000h
uxtheme                          loaded at 756D0000h - 7570F000h
foo_audioscrobbler              loaded at 013D0000h - 01407000h
foo_autoplaylist                loaded at 01220000h - 01250000h
foo_benchmark                    loaded at 01390000h - 013B8000h
foo_bitcompare                  loaded at 01410000h - 01437000h
foo_cdda                        loaded at 01470000h - 014A5000h
foo_common                      loaded at 014F0000h - 01523000h
foo_converter                    loaded at 01580000h - 015E9000h
LVPrcInj                        loaded at 01530000h - 01547000h
foo_convolve                    loaded at 01760000h - 017B1000h
foo_cwbowron                    loaded at 01550000h - 01562000h
gdiplus                          loaded at 74E80000h - 7502A000h
MSVCR80                          loaded at 70FD0000h - 7106B000h
foo_cwb_hooks                    loaded at 01660000h - 016AD000h
foo_dbsearch                    loaded at 016B0000h - 01720000h
OLEAUT32                        loaded at 77F10000h - 77F9C000h
foo_dsp_crossfader              loaded at 01AA0000h - 01AFD000h
libmmd                          loaded at 01DA0000h - 02051000h
foo_dsp_dolbyhp                  loaded at 01720000h - 01741000h
VERSION                          loaded at 75D00000h - 75D08000h
foo_dsp_std                      loaded at 01940000h - 01981000h
foo_freedb2                      loaded at 01B00000h - 01B40000h
foo_input_alac                  loaded at 017C0000h - 017DD000h
foo_input_dts                    loaded at 01CA0000h - 01D05000h
foo_input_monkey                loaded at 01D10000h - 01D5A000h
foo_input_shorten                loaded at 01B40000h - 01B6D000h
foo_input_std                    loaded at 02550000h - 02663000h
foo_input_tak                    loaded at 02160000h - 021A7000h
tak_deco_lib                    loaded at 022F0000h - 02321000h
foo_input_tta                    loaded at 023D0000h - 023FD000h
foo_lyricsdb                    loaded at 02400000h - 0242F000h
WININET                          loaded at 76EC0000h - 76F8F000h
Normaliz                        loaded at 77EA0000h - 77EA3000h
iertutil                        loaded at 76E70000h - 76EB5000h
foo_masstag                      loaded at 02460000h - 024AF000h
foo_playcount                    loaded at 024C0000h - 024E8000h
foo_playlist_tree                loaded at 02670000h - 026E5000h
libmzsch360_000                  loaded at 10400000h - 105D0000h
WSOCK32                          loaded at 73BB0000h - 73BB7000h
libmzgc360_000                  loaded at 02820000h - 028C4000h
foo_pqview                      loaded at 024F0000h - 0250B000h
foo_rgscan                      loaded at 028F0000h - 02938000h
foo_run                          loaded at 02960000h - 0298B000h
foo_scrobblecharts              loaded at 02AC0000h - 02AF3000h
foo_tradersfriend                loaded at 02B40000h - 02B7A000h
foo_uie_albumart                loaded at 02B90000h - 02BCC000h
foo_uie_albumlist                loaded at 02C30000h - 02C73000h
foo_uie_peakmeter                loaded at 02B00000h - 02B28000h
foo_uie_playlists_dropdown      loaded at 02CB0000h - 02CE9000h
foo_uie_queuemanager            loaded at 02CF0000h - 02D29000h
mscoree                          loaded at 79000000h - 79045000h
msvcm80                          loaded at 6CDF0000h - 6CE6D000h
mscorwks                        loaded at 79E70000h - 7A3D6000h
mscorlib.ni                      loaded at 790C0000h - 79BDE000h
mscorjit                        loaded at 79060000h - 790B3000h
rsaenh                          loaded at 75A20000h - 75A58000h
System.ni                        loaded at 7A440000h - 7AC0C000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF70000h
foo_uie_tabs                    loaded at 03010000h - 0303A000h
foo_ui_columns                  loaded at 065A0000h - 06642000h
foo_ui_panels                    loaded at 06810000h - 068F9000h
foo_unpack                      loaded at 03080000h - 030AE000h
foo_utils                        loaded at 05C50000h - 05C88000h
foo_verifier                    loaded at 05CA0000h - 05CD0000h
WindowsCodecs                    loaded at 716D0000h - 71782000h
apphelp                          loaded at 76430000h - 7645C000h
CLBCatQ                          loaded at 76970000h - 769F4000h
cscui                            loaded at 70D40000h - 70DD5000h
PROPSYS                          loaded at 74AA0000h - 74B57000h
CSCDLL                          loaded at 70E30000h - 70E39000h
CSCAPI                          loaded at 709D0000h - 709DA000h
IconCodecService                loaded at 70940000h - 70946000h
LINKINFO                        loaded at 70950000h - 70959000h
SETUPAPI                        loaded at 76C10000h - 76D98000h
dciman32                        loaded at 6DC80000h - 6DC86000h
DolbyHph                        loaded at 061E0000h - 062DC000h
Msimg32                          loaded at 75970000h - 75975000h
NLAapi                          loaded at 74C40000h - 74C4F000h
IPHLPAPI                        loaded at 75EE0000h - 75EF9000h
dhcpcsvc                        loaded at 75EA0000h - 75ED5000h
DNSAPI                          loaded at 76170000h - 7619B000h
Secur32                          loaded at 764D0000h - 764E4000h
WINNSI                          loaded at 75E90000h - 75E97000h
dhcpcsvc6                        loaded at 75E70000h - 75E90000h
mswsock                          loaded at 75C90000h - 75CCB000h
winrnr                          loaded at 73510000h - 73518000h
WLDAP32                          loaded at 76DA0000h - 76DE9000h
PSAPI                            loaded at 76630000h - 76637000h
napinsp                          loaded at 73440000h - 7344F000h
pnrpnsp                          loaded at 732E0000h - 732F2000h
wshbth                          loaded at 73430000h - 7343C000h
rasadhlp                        loaded at 73450000h - 73456000h
wship6                          loaded at 75CF0000h - 75CF6000h
wshtcpip                        loaded at 75960000h - 75966000h
System.Windows.Forms.ni          loaded at 7AFD0000h - 7BC5E000h
imagehlp                        loaded at 77EE0000h - 77F09000h
dbghelp                          loaded at 73D80000h - 73E5C000h

Stack dump analysis:
Address: 004DF178h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0155949Ch, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Symbol: "foobar2000_get_interface" (+0000408Ch)
Address: 015594C0h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Symbol: "foobar2000_get_interface" (+000040B0h)
Address: 01558A18h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Symbol: "foobar2000_get_interface" (+00003608h)
Address: 01551CFFh, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Address: 01559490h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Symbol: "foobar2000_get_interface" (+00004080h)
Address: 77081A10h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+0000006Eh)
Address: 77070E04h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetTitleBarInfo" (+00000437h)
Address: 01551CA0h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Address: 77070DBAh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetTitleBarInfo" (+000003EDh)
Address: 7707916Ah, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DestroyWindow" (+0000053Ch)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 77070C7Eh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetTitleBarInfo" (+000002B1h)
Address: 01551CA0h, location: "foo_cwbowron", loaded at 01550000h - 01562000h
Address: 7707123Bh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77081A10h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+0000006Eh)
Address: 77081AE8h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+00000146h)
Address: 77071219h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77081A91h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+000000EFh)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 7708286Ah, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetDesktopWindow" (+0000010Ah)
Address: 77071219h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77071219h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77082BBAh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "SendMessageW" (+00000049h)
Address: 75439BFDh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "ImageList_ReplaceIcon" (+0000011Ah)
Address: 75417E7Bh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "RegisterClassNameW" (+000004BEh)
Address: 7544B393h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "CreateToolbarEx" (+00000EEDh)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 75417D4Bh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "RegisterClassNameW" (+0000038Eh)
Address: 754031B4h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "TaskDialogIndirect" (+0002F3AFh)
Address: 7541F365h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "ImageList_GetIconSize" (+00003F02h)
Address: 7540E94Eh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_Clone" (+00001E9Ah)
Address: 7540DA8Bh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_Clone" (+00000FD7h)
Address: 7541B4D6h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "ImageList_GetIconSize" (+00000073h)
Address: 75439DACh, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "ImageList_ReplaceIcon" (+000002C9h)
Address: 77081A91h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+000000EFh)
Address: 77081B41h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+0000019Fh)
Address: 77082539h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77082545h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+00000037h)
Address: 77082539h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77082545h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+00000037h)
Address: 75438494h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+0000035Fh)
Address: 77082539h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77082545h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetWindowLongW" (+00000037h)
Address: 7543848Ch, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+00000357h)
Address: 77081A10h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+0000006Eh)
Address: 77081AE8h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+00000146h)
Address: 75438454h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+0000031Fh)
Address: 77081A91h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "GetMessageW" (+000000EFh)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 77082A47h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "IsWindow" (+0000014Dh)
Address: 75438454h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+0000031Fh)
Address: 77078C2Eh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DestroyWindow" (+00000000h)
Address: 770C76CCh, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "AlignRects" (+00001926h)
Address: 77082A98h, location: "USER32", loaded at 77060000h - 770FE000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 75438454h, location: "COMCTL32", loaded at 753D0000h - 75564000h
Symbol: "DPA_GetPtrIndex" (+0000031Fh)
Address: 0042FE21h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0530h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430967h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C07D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D88BF2h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "EtwLogTraceEvent" (+000000FBh)
Address: 77DC1EDFh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "wcscmp" (+00000E23h)
Address: 77DE2447h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlTryEnterCriticalSection" (+00000B61h)
Address: 77DE214Ch, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlTryEnterCriticalSection" (+00000866h)
Address: 77DC1EDFh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "wcscmp" (+00000E23h)
Address: 77DE5BA9h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlFindActivationContextSectionGuid" (+000002FDh)
Address: 77DE1843h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000216h)
Address: 77DE1843h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000216h)
Address: 77D88BF2h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "EtwLogTraceEvent" (+000000FBh)
Address: 77DC1747h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "wcscmp" (+0000068Bh)
Address: 77DE1843h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000216h)
Address: 77DE16DCh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+000000AFh)
Address: 77DE162Dh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 77D88BF2h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "EtwLogTraceEvent" (+000000FBh)
Address: 77DE1843h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "RtlAllocateHeap" (+00000216h)
Address: 0043D4DDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00407E27h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00491E58h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00491E58h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4218h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00447AE7h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0043D4DDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004991DDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF4F4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430B6Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0928h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004973CAh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004936FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004936F6h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B33D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4210h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF8E8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496284h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 768C3833h, location: "kernel32", loaded at 76880000h - 76958000h
Symbol: "BaseThreadInitThunk" (+00000012h)
Address: 77DBA9BDh, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "LdrInitializeThunk" (+0000004Dh)
Address: 76915984h, location: "kernel32", loaded at 76880000h - 76958000h
Symbol: "UnhandledExceptionFilter" (+00000000h)
Address: 76915984h, location: "kernel32", loaded at 76880000h - 76958000h
Symbol: "UnhandledExceptionFilter" (+00000000h)
Address: 77D88BF2h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "EtwLogTraceEvent" (+000000FBh)
Address: 77DC1B87h, location: "ntdll", loaded at 77D80000h - 77E9E000h
Symbol: "wcscmp" (+00000ACBh)
Address: 004962EDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00440020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430020h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
Decoding Speed Test 1.0  (foo_benchmark)
TAK Decoder 0.3.2  (foo_input_tak)
Playlists Dropdown 0.6 alpha 3  (foo_uie_playlists_dropdown)
Database Search 1.4  (foo_dbsearch)
Dolby Headphone Wrapper 1.1  (foo_dsp_dolbyhp)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Album Art Browser 0.0.3 [Jul 11 2007 - 11:15:14]  (foo_cwbowron)
Run services 0.3.2  (foo_run)
File Integrity Verifier 1.0.1  (foo_verifier)
Panels UI 0.13.8 beta [Jun 12 2007 - 12:28:00]  (foo_ui_panels)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
Playlist Tree Panel 3.0.BETA_3 [Apr  3 2007 - 11:39:32]  (foo_playlist_tree)
RAR reader 1.1  (foo_unpack)
Autoplaylist Manager 1.0  (foo_autoplaylist)
ZIP/GZIP reader 1.0  (foo_unpack)
Playlist Tools 0.5.9  (foo_utils)
Album Art Panel 0.2.6  (foo_uie_albumart)
Common services 0.1  (foo_common)
DTS decoder 0.1.7  (foo_input_dts)
Converter 1.0.1  (foo_converter)
ALAC Decoder 1.0  (foo_input_alac)
Monkey's Audio decoder 2.1.2  (foo_input_monkey)
CD Audio Decoder 2.1.1  (foo_cdda)
WMA Decoder 1.1  (foo_input_std)
Binary Comparator 1.1  (foo_bitcompare)
Convolver 0.3  (foo_convolve)
Shorten decoder 0.4.2a  (foo_input_shorten)
freedb Tagger 0.5.2a  (foo_freedb2)
TTA Audio Decoder (unofficial) 2.4.2  (foo_input_tta)
Live Show Tagger 0.6.1  (foo_tradersfriend)
Masstagger 1.6  (foo_masstag)
Audioscrobbler 1.3.6  (foo_audioscrobbler)
Playback Statistics 1.3.2  (foo_playcount)
Tagger Panel Window 1.0.5 [Jun 12 2007 - 15:14:00]  (foo_cwb_hooks)
foobar2000 core 0.9.4.3  (Core)
Gapless Crossfader 0.3.2.2 (Intel SSE)  (foo_dsp_crossfader)
Peakmeter Panel 0.0.3 beta  (foo_uie_peakmeter)
Last.fm Chart Player 0.2.3  (foo_scrobblecharts)
Standard DSP array 1.0  (foo_dsp_std)
Album list panel 0.2.3 beta  (foo_uie_albumlist)
Standard Input Array 1.0  (foo_input_std)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
Columns UI 0.2.0 alpha 1  (foo_ui_columns)
foo_lyricsdb 0.0.7 beta 5  (foo_lyricsdb)
FLAC Decoder 1.1.0  (foo_input_std)
cwbowron's title format hooks 1.2.5 [Jun  8 2007 - 08:49:42]  (foo_cwb_hooks)

I can confirm this too.

And "Crash location" is differrent if i doubleclick empty space before and after browse album art.

before browse album art

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00E42045h
Access violation, operation: read, address: FFFFFFFCh
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (00E42045h):
00E42005h:  55 00 50 50 8B 42 24 56 8B CD FF D0 8B 55 00 8B
00E42015h:  F0 8B 42 5C 56 8B CD FF D0 8B 55 00 8B 52 44 8D
00E42025h:  44 24 44 50 56 8B CD C7 44 24 4C 90 94 E4 00 FF
00E42035h:  D2 8B 44 24 40 8B 48 2C C7 44 24 18 9C 94 E4 00
00E42045h:  8B 04 B9 8B 55 00 8B 52 50 8D 4C 24 18 51 50 6A
00E42055h:  FF 56 8B CD FF D2 8B 45 00 8B 50 14 56 8B CD FF
00E42065h:  D2 8B 45 00 8B 50 1C 56 8B CD FF D2 89 5C 24 40
00E42075h:  8D 7C 24 40 C6 44 24 38 03 E8 6D 29 00 00 C6 44
Stack (0012F528h):
0012F508h:  0120DCDC 7C9C93C0 77F643DD 7C9C93C0
0012F518h:  00000004 00000000 0120D1E8 00000000
0012F528h:  56942038 0012F81C 00E41CA0 0012F578
0012F538h:  00000000 004DF178 00E4949C 00E494C0
0012F548h:  00E861B0 00000025 00000025 00000014
0012F558h:  0012F600 00E48A18 00000002 00E41CFF
0012F568h:  00E86708 00E49490 0012F5E0 00E41CA0
0012F578h:  0012F5A4 77D48734 001A036A 0000004E
0012F588h:  000003E9 0012F81C 00E41CA0 DCBAABCD
0012F598h:  00000000 0012F5E0 00E41CA0 0012F610
0012F5A8h:  77D5418D 00E41CA0 001A036A 0000004E
0012F5B8h:  000003E9 0012F81C 0000004E 001A036A
0012F5C8h:  00736B50 00000014 00000001 00000000
0012F5D8h:  00000000 00000010 00000000 77D4C331
0012F5E8h:  00000000 00000001 00000000 00000000
0012F5F8h:  0012F5C0 0012F14C 0012F6F8 77D70467
0012F608h:  77D541B0 00000000 0012F658 77D53FD9
0012F618h:  00000000 00E41CA0 001A036A 0000004E
0012F628h:  000003E9 0012F81C 00736B64 0012F660
0012F638h:  0012F6DC 77D541E2 00000000 000003E9
Registers:
EAX: 00E86708, EBX: 00000000, ECX: 00000000, EDX: 00153510
ESI: 00000012, EDI: FFFFFFFF, EBP: 004DF178, ESP: 0012F528
Crash location: "foo_cwbowron", loaded at 00E40000h - 00E52000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F2000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F5000h
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
IMM32                            loaded at 76390000h - 763AD000h
LPK                              loaded at 629C0000h - 629C9000h
USP10                            loaded at 74D90000h - 74DFB000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
msctfime                        loaded at 755C0000h - 755EE000h
foo_abx                          loaded at 00A30000h - 00A63000h
foo_autoplaylist                loaded at 00A80000h - 00AB0000h
foo_benchmark                    loaded at 00AD0000h - 00AF8000h
foo_bitcompare                  loaded at 00B20000h - 00B47000h
foo_burninate                    loaded at 00B70000h - 00BA7000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_cdda                        loaded at 00BD0000h - 00C05000h
foo_converter                    loaded at 00C30000h - 00C99000h
foo_convolve                    loaded at 00CC0000h - 00D11000h
foo_cuesheet_creator            loaded at 00D40000h - 00D6D000h
foo_custominfo                  loaded at 00D90000h - 00E15000h
foo_cwbowron                    loaded at 00E40000h - 00E52000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_cwb_hooks                    loaded at 00E90000h - 00EDD000h
foo_dsp_bs2b                    loaded at 00F00000h - 00F1C000h
foo_dsp_crossfader              loaded at 00F40000h - 00F9D000h
libmmd                          loaded at 00FB0000h - 01261000h
foo_dsp_crossfeed                loaded at 01280000h - 012A4000h
foo_dsp_soundtouch              loaded at 012D0000h - 012DF000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
foo_dsp_std                      loaded at 012F0000h - 01331000h
foo_dsp_vlevel(3)                loaded at 01360000h - 01384000h
foo_dsp_winamp                  loaded at 013B0000h - 013D3000h
foo_dumb                        loaded at 01400000h - 01489000h
foo_freedb2                      loaded at 014B0000h - 014F0000h
foo_fullscreen                  loaded at 01510000h - 0152B000h
foo_infobox                      loaded at 01550000h - 01590000h
foo_input_alac                  loaded at 015B0000h - 015CD000h
foo_input_monkey                loaded at 015F0000h - 0163A000h
foo_input_std                    loaded at 01660000h - 01773000h
foo_input_tak                    loaded at 017A0000h - 017E7000h
tak_deco_lib                    loaded at 01800000h - 01831000h
oleaut32                        loaded at 77120000h - 771AC000h
foo_input_tta                    loaded at 01960000h - 0198D000h
foo_joystick_control            loaded at 019B0000h - 019CB000h
DINPUT8                          loaded at 6CE10000h - 6CE48000h
foo_lnk                          loaded at 019F0000h - 01A09000h
foo_masstag                      loaded at 01A30000h - 01A7F000h
foo_masstag_addons              loaded at 01AA0000h - 01ABD000h
foo_menu_addons                  loaded at 01AD0000h - 01B21000h
foo_navigator                    loaded at 01B40000h - 01B71000h
foo_out_ks                      loaded at 01BA0000h - 01BCA000h
SETUPAPI                        loaded at 77920000h - 77A13000h
foo_playcount                    loaded at 01BF0000h - 01C18000h
foo_psf                          loaded at 01C40000h - 01D21000h
foo_rgscan                      loaded at 01D50000h - 01D98000h
foo_rg_trn                      loaded at 01DC0000h - 01DDB000h
foo_run                          loaded at 01E00000h - 01E2B000h
foo_scheduler                    loaded at 01E50000h - 01EBF000h
POWRPROF                        loaded at 74AD0000h - 74AD8000h
WINMM                            loaded at 76B40000h - 76B6D000h
foo_skip                        loaded at 01F60000h - 01F7B000h
foo_snesapu                      loaded at 01FA0000h - 01FB3000h
foo_uie_albumart                loaded at 01FD0000h - 0200C000h
foo_uie_albumlist                loaded at 02030000h - 0206D000h
foo_uie_peakmeter                loaded at 02090000h - 020B8000h
foo_uie_playlists_dropdown      loaded at 020E0000h - 02119000h
foo_uie_queuemanager            loaded at 02140000h - 02179000h
mscoree                          loaded at 79000000h - 79045000h
msvcm80                          loaded at 7C4C0000h - 7C53D000h
mscorwks                        loaded at 79E70000h - 7A3D1000h
mscorlib.ni                      loaded at 790C0000h - 79BA6000h
mscorjit                        loaded at 79060000h - 790B3000h
rsaenh                          loaded at 0FFD0000h - 0FFF8000h
System.ni                        loaded at 7A440000h - 7ABFE000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF74000h
foo_uie_quicksearch              loaded at 048D0000h - 04916000h
foo_uie_tabs                    loaded at 04930000h - 0495A000h
foo_uie_vis_egoh                loaded at 04980000h - 0499D000h
foo_ui_columns                  loaded at 049B0000h - 04A53000h
foo_ui_panels                    loaded at 04A80000h - 04B69000h
foo_unpack                      loaded at 04B90000h - 04BBE000h
foo_utils                        loaded at 04BE0000h - 04C18000h
foo_verifier                    loaded at 04C40000h - 04C70000h
ctagent                          loaded at 05090000h - 05096000h
dciman32                        loaded at 73BC0000h - 73BC6000h
dsp_iZOzone                      loaded at 05C60000h - 05FC2000h
MSVCP60                          loaded at 76080000h - 760E5000h
WININET                          loaded at 771B0000h - 7725A000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
Msimg32                          loaded at 76380000h - 76385000h
HID                              loaded at 688F0000h - 688F9000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 004DF178h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00E4949Ch, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E494C0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E48A18h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E41CFFh, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E49490h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 77D5418Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 77D4C331h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetRectEmpty" (+0000004Fh)
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: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D484FCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D485A4h, location: "USER32", loaded at 77D40000h - 77DD0000h
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: 77D4B89Bh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetParent" (+0000016Ch)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4B903h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773EAFF1h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal414" (+00000FB4h)
Address: 7743C666h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+000507C6h)
Address: 77D4B96Bh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsWindow" (+00000038h)
Address: 774206BFh, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0003481Fh)
Address: 011F010Bh, location: "libmmd", loaded at 00FB0000h - 01261000h
Symbol: "_csqrtq_f90" (+0023D7CFh)
Address: 77420AA6h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034C06h)
Address: 774214D9h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00035639h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 05C614E7h, location: "dsp_iZOzone", loaded at 05C60000h - 05FC2000h
Address: 05C614E7h, location: "dsp_iZOzone", loaded at 05C60000h - 05FC2000h
Address: 77D48BD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 77D541DCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+00000301h)
Address: 77D541A9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002CEh)
Address: 77DA0088h, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D541B0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D541A9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002CEh)
Address: 77D53FD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 05C614E7h, location: "dsp_iZOzone", loaded at 05C60000h - 05FC2000h
Address: 77D53FEAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+0000010Fh)
Address: 77D6E54Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcA" (+00000000h)
Address: 049818AFh, location: "foo_uie_vis_egoh", loaded at 04980000h - 0499D000h
Address: 77D48B26h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+000000A6h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77D6E571h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcA" (+00000022h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77D48BD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 77D4EB3Eh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+0000003Bh)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 011F010Bh, location: "libmmd", loaded at 00FB0000h - 01261000h
Symbol: "_csqrtq_f90" (+0023D7CFh)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 011F010Bh, location: "libmmd", loaded at 00FB0000h - 01261000h
Symbol: "_csqrtq_f90" (+0023D7CFh)
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
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: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 011F010Bh, location: "libmmd", loaded at 00FB0000h - 01261000h
Symbol: "_csqrtq_f90" (+0023D7CFh)
Address: 77D4DAEAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyWindow" (+00000000h)
Address: 77D5E04Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "IsDialogMessageW" (+0000008Eh)
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: 0042FE21h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 011F010Bh, location: "libmmd", loaded at 00FB0000h - 01261000h
Symbol: "_csqrtq_f90" (+0023D7CFh)
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0530h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00D4DAEAh, location: "foo_cuesheet_creator", loaded at 00D40000h - 00D6D000h
Address: 00430967h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004C07D0h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004C70E0h, location: "foobar2000", loaded at 00400000h - 004F2000h
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: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 004E4198h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004B49CCh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C917BF5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlReAllocateHeap" (+000001F8h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 004E3E68h, location: "foobar2000", loaded at 00400000h - 004F2000h
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: 00491E58h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004E4218h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00447AE7h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 0043D4DDh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00407E27h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 0049812Dh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004AF4F4h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00430B6Eh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004E0928h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004973CAh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004936FCh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004936F6h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004B49E0h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004B33D0h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004E4210h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004AF8E8h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00496284h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 7C816FD7h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 7C839A10h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C816FE0h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 004962EDh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 01C79D42h, location: "foo_psf", loaded at 01C40000h - 01D21000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 01C79D42h, location: "foo_psf", loaded at 01C40000h - 01D21000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 004F2000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
Album list panel 0.2.1  (foo_uie_albumlist)
Standard Input Array 1.0  (foo_input_std)
Shell Link Resolver 1.2  (foo_lnk)
ReplayGain override 0.1.1  (foo_rg_trn)
Panels UI 0.13.8 beta [Jun 12 2007 - 12:28:00]  (foo_ui_panels)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
FLAC Decoder 1.1.0  (foo_input_std)
Convolver 0.3  (foo_convolve)
TAK Decoder 0.3.2  (foo_input_tak)
Binary Comparator 1.1  (foo_bitcompare)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Album Art Browser 0.0.3 [Jul 11 2007 - 11:15:14]  (foo_cwbowron)
RAR reader 1.1  (foo_unpack)
Album Art Panel 0.2.6  (foo_uie_albumart)
bs2b 2.1.0  (foo_dsp_bs2b)
Decoding Speed Test 1.0  (foo_benchmark)
Tagger Panel Window 1.0.5 [Jun 12 2007 - 15:14:00]  (foo_cwb_hooks)
VLevel 20060324.0  (foo_dsp_vlevel(3))
Special file info box 2.0.4  (foo_infobox)
Joystick Control 0.0.2  (foo_joystick_control)
Run services 0.3.2  (foo_run)
Peakmeter Panel 0.0.3 beta  (foo_uie_peakmeter)
Cuesheet Creator 0.4.5  (foo_cuesheet_creator)
cwbowron's title format hooks 1.2.5 [Jun  8 2007 - 08:49:42]  (foo_cwb_hooks)
TTA Audio Decoder (unofficial) 2.4.2  (foo_input_tta)
foo_skip 0.2  (foo_skip)
Playlists Dropdown 0.6 alpha 3  (foo_uie_playlists_dropdown)
Quick Search Toolbar 2.8l  (foo_uie_quicksearch)
Menu Addons 0.3.9.5 (Intel SSE)  (foo_menu_addons)
Converter 1.0.1  (foo_converter)
freedb Tagger 0.5.2a  (foo_freedb2)
DUMB module decoder 0.9.8.4  (foo_dumb)
Columns UI 0.2.0 alpha 2  (foo_ui_columns)
Masstagger 1.6  (foo_masstag)
Standard DSP array 1.0  (foo_dsp_std)
foo_custominfo 0.1.2  (foo_custominfo)
Gapless Crossfader 0.3.2.2 (Intel SSE)  (foo_dsp_crossfader)
Highly Experimental 2.0.5  (foo_psf)
Winamp DSP Bridge 1.4.1  (foo_dsp_winamp)
Playback Statistics 1.3.2  (foo_playcount)
Playlist Tools 0.5.9  (foo_utils)
File Integrity Verifier 1.0.1  (foo_verifier)
SoundTouch DSP 0.1  (foo_dsp_soundtouch)
foobar2000 core 0.9.4.3  (Core)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
Masstagger Addons 0.3.4 (Intel SSE)  (foo_masstag_addons)
WMA Decoder 1.1  (foo_input_std)
Crossfeed 0.92  (foo_dsp_crossfeed)
ZIP/GZIP reader 1.0  (foo_unpack)
Scheduler 3.53  (foo_scheduler)
Navigator 0.6  (foo_navigator)
Kernel Streaming Output 1.2.2  (foo_out_ks)
Autoplaylist Manager 1.0  (foo_autoplaylist)
ABX Comparator 1.3.1  (foo_abx)
SNESAPU SPC Decoder 0.50  (foo_snesapu)
Audio CD Writer 2.0.1  (foo_burninate)
CD Audio Decoder 2.1.1  (foo_cdda)
Fullscreen 0.3.1  (foo_fullscreen)
Egoh Spectrum analyser (uie) 1.1.2  (foo_uie_vis_egoh)
Monkey's Audio decoder 2.1.2  (foo_input_monkey)
ALAC Decoder 1.0  (foo_input_alac)
Title: Album Art Browser
Post by: buktore on 2007-07-11 23:24:11
after browse album art.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00451F5Eh
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (00451F5Eh):
00451F1Eh:  8B 06 8B CE FF 10 B0 01 EB 11 83 4D FC FF 8B 4D
00451F2Eh:  F0 85 C9 74 04 8B 01 FF 10 32 C0 8B 4D F4 5F 5E
00451F3Eh:  5B 64 89 0D 00 00 00 00 C9 C2 08 00 B8 30 86 4A
00451F4Eh:  00 E8 78 41 05 00 83 EC 14 8B 4D 10 8B 01 53 57
00451F5Eh:  FF 10 8D 5E 18 89 45 F0 8B 03 8B CB FF 10 8B 7D
00451F6Eh:  0C 3B F8 76 0B 8B 03 8B CB FF 10 89 45 0C 8B F8
00451F7Eh:  8B 55 F0 85 D2 0F 86 FE 00 00 00 8B 4E 4C 85 C9
00451F8Eh:  74 11 FF 75 14 8B 01 FF 75 10 57 FF 50 0C 8B 55
Stack (0012F4D0h):
0012F4B0h:  0012F7A0 7C9C93C0 77F643DD 7C9C93C0
0012F4C0h:  00000004 00000000 0012ECAC 00000000
0012F4D0h:  FFFFFFFF 00000000 00CD4478 00000000
0012F4E0h:  FFFFFFFF 004BDD00 00451F54 0012F558
0012F4F0h:  004A8630 FFFFFFFF 004DF178 00452C67
0012F500h:  0000000F FFFFFFFF 000801ED 0012F540
0012F510h:  0000000F 00E4205B 0000000F FFFFFFFF
0012F520h:  000801ED 0012F540 30A37F4E 0012F81C
0012F530h:  00E41CA0 0012F578 00000000 004DF178
0012F540h:  00E4949C 00E494C0 00E8DFC8 00000011
0012F550h:  00000011 00000000 0012F600 00E48A18
0012F560h:  00000002 00E41CFF 00E86708 00E49490
0012F570h:  0012F5E0 00E41CA0 0012F5A4 77D48734
0012F580h:  001C0290 0000004E 000003E9 0012F81C
0012F590h:  00E41CA0 DCBAABCD 00000000 0012F5E0
0012F5A0h:  00E41CA0 0012F610 77D5418D 00E41CA0
0012F5B0h:  001C0290 0000004E 000003E9 0012F81C
0012F5C0h:  0000004E 001C0290 007295C8 00000014
0012F5D0h:  00000001 00000000 00000000 00000010
0012F5E0h:  00000000 00000000 00000000 00000001
Registers:
EAX: 00000000, EBX: 00000000, ECX: 000801ED, EDX: 00452C34
ESI: 04CD4460, EDI: FFFFFFFF, EBP: 0012F4F8, ESP: 0012F4D0
Crash location: "foobar2000", loaded at 00400000h - 004F2000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F2000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F5000h
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
IMM32                            loaded at 76390000h - 763AD000h
LPK                              loaded at 629C0000h - 629C9000h
USP10                            loaded at 74D90000h - 74DFB000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
msctfime                        loaded at 755C0000h - 755EE000h
foo_abx                          loaded at 00A30000h - 00A63000h
foo_autoplaylist                loaded at 00A80000h - 00AB0000h
foo_benchmark                    loaded at 00AD0000h - 00AF8000h
foo_bitcompare                  loaded at 00B20000h - 00B47000h
foo_burninate                    loaded at 00B70000h - 00BA7000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_cdda                        loaded at 00BD0000h - 00C05000h
foo_converter                    loaded at 00C30000h - 00C99000h
foo_convolve                    loaded at 00CC0000h - 00D11000h
foo_cuesheet_creator            loaded at 00D40000h - 00D6D000h
foo_custominfo                  loaded at 00D90000h - 00E15000h
foo_cwbowron                    loaded at 00E40000h - 00E52000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_cwb_hooks                    loaded at 00E90000h - 00EDD000h
foo_dsp_bs2b                    loaded at 00F00000h - 00F1C000h
foo_dsp_crossfader              loaded at 00F40000h - 00F9D000h
libmmd                          loaded at 00FB0000h - 01261000h
foo_dsp_crossfeed                loaded at 01280000h - 012A4000h
foo_dsp_soundtouch              loaded at 012D0000h - 012DF000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
foo_dsp_std                      loaded at 012F0000h - 01331000h
foo_dsp_vlevel(3)                loaded at 01360000h - 01384000h
foo_dsp_winamp                  loaded at 013B0000h - 013D3000h
foo_dumb                        loaded at 01400000h - 01489000h
foo_freedb2                      loaded at 014B0000h - 014F0000h
foo_fullscreen                  loaded at 01510000h - 0152B000h
foo_infobox                      loaded at 01550000h - 01590000h
foo_input_alac                  loaded at 015B0000h - 015CD000h
foo_input_monkey                loaded at 015F0000h - 0163A000h
foo_input_std                    loaded at 01660000h - 01773000h
foo_input_tak                    loaded at 017A0000h - 017E7000h
tak_deco_lib                    loaded at 01800000h - 01831000h
oleaut32                        loaded at 77120000h - 771AC000h
foo_input_tta                    loaded at 01960000h - 0198D000h
foo_joystick_control            loaded at 019B0000h - 019CB000h
DINPUT8                          loaded at 6CE10000h - 6CE48000h
foo_lnk                          loaded at 019F0000h - 01A09000h
foo_masstag                      loaded at 01A30000h - 01A7F000h
foo_masstag_addons              loaded at 01AA0000h - 01ABD000h
foo_menu_addons                  loaded at 01AD0000h - 01B21000h
foo_navigator                    loaded at 01B40000h - 01B71000h
foo_out_ks                      loaded at 01BA0000h - 01BCA000h
SETUPAPI                        loaded at 77920000h - 77A13000h
foo_playcount                    loaded at 01BF0000h - 01C18000h
foo_psf                          loaded at 01C40000h - 01D21000h
foo_rgscan                      loaded at 01D50000h - 01D98000h
foo_rg_trn                      loaded at 01DC0000h - 01DDB000h
foo_run                          loaded at 01E00000h - 01E2B000h
foo_scheduler                    loaded at 01E50000h - 01EBF000h
POWRPROF                        loaded at 74AD0000h - 74AD8000h
WINMM                            loaded at 76B40000h - 76B6D000h
foo_skip                        loaded at 01F60000h - 01F7B000h
foo_snesapu                      loaded at 01FA0000h - 01FB3000h
foo_uie_albumart                loaded at 01FD0000h - 0200C000h
foo_uie_albumlist                loaded at 02030000h - 0206D000h
foo_uie_peakmeter                loaded at 02090000h - 020B8000h
foo_uie_playlists_dropdown      loaded at 020E0000h - 02119000h
foo_uie_queuemanager            loaded at 02140000h - 02179000h
mscoree                          loaded at 79000000h - 79045000h
msvcm80                          loaded at 7C4C0000h - 7C53D000h
mscorwks                        loaded at 79E70000h - 7A3D1000h
mscorlib.ni                      loaded at 790C0000h - 79BA6000h
mscorjit                        loaded at 79060000h - 790B3000h
rsaenh                          loaded at 0FFD0000h - 0FFF8000h
System.ni                        loaded at 7A440000h - 7ABFE000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF74000h
foo_uie_quicksearch              loaded at 048D0000h - 04916000h
foo_uie_tabs                    loaded at 04930000h - 0495A000h
foo_uie_vis_egoh                loaded at 04980000h - 0499D000h
foo_ui_columns                  loaded at 049B0000h - 04A53000h
foo_ui_panels                    loaded at 04A80000h - 04B69000h
foo_unpack                      loaded at 04B90000h - 04BBE000h
foo_utils                        loaded at 04BE0000h - 04C18000h
foo_verifier                    loaded at 04C40000h - 04C70000h
ctagent                          loaded at 05090000h - 05096000h
dciman32                        loaded at 73BC0000h - 73BC6000h
Msimg32                          loaded at 76380000h - 76385000h
dsp_iZOzone                      loaded at 05E60000h - 061C2000h
MSVCP60                          loaded at 76080000h - 760E5000h
WININET                          loaded at 771B0000h - 7725A000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
HID                              loaded at 688F0000h - 688F9000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
CLBCATQ                          loaded at 76FD0000h - 7704F000h
COMRes                          loaded at 77050000h - 77115000h
browseui                        loaded at 75F80000h - 7607D000h
ksuser                          loaded at 73EE0000h - 73EE4000h
xpsp2res                        loaded at 20000000h - 202C5000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 00CD4478h, location: "foo_convolve", loaded at 00CC0000h - 00D11000h
Address: 004BDD00h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00451F54h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004A8630h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004DF178h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00452C67h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00E4205Bh, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 004DF178h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00E4949Ch, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E494C0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E48A18h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E41CFFh, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E49490h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 77D5418Dh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
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: 00E41CA0h, location: "foo_cwbowron", loaded at 00E40000h - 00E52000h
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D484FCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D485A4h, location: "USER32", loaded at 77D40000h - 77DD0000h
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: 77D4B89Bh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetParent" (+0000016Ch)
Address: 77D541E2h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4B903h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773EAFF1h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal414" (+00000FB4h)
Address: 7743C666h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+000507C6h)
Address: 7741C0D5h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00030235h)
Address: 774206BFh, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0003481Fh)
Address: 01830113h, location: "tak_deco_lib", loaded at 01800000h - 01831000h
Address: 77420AA6h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034C06h)
Address: 774214D9h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00035639h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 05E614E7h, location: "dsp_iZOzone", loaded at 05E60000h - 061C2000h
Address: 05E614E7h, location: "dsp_iZOzone", loaded at 05E60000h - 061C2000h
Address: 77D48BD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 77D541DCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+00000301h)
Address: 77D541A9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002CEh)
Address: 77DA0088h, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D541B0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D541A9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000002CEh)
Address: 77D53FD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 05E614E7h, location: "dsp_iZOzone", loaded at 05E60000h - 061C2000h
Address: 77D53FEAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PrivateExtractIconExW" (+0000010Fh)
Address: 77D6E54Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcA" (+00000000h)
Address: 049818AFh, location: "foo_uie_vis_egoh", loaded at 04980000h - 0499D000h
Address: 77D48B26h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+000000A6h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77D6E571h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcA" (+00000022h)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77D48BD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 77D4EB3Eh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+0000003Bh)
Address: 77D48734h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 01830113h, location: "tak_deco_lib", loaded at 01800000h - 01831000h
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77D48816h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 01830113h, location: "tak_deco_lib", loaded at 01800000h - 01831000h
Address: 77D70467h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
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: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 01830113h, location: "tak_deco_lib", loaded at 01800000h - 01831000h
Address: 77D4DAEAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DestroyWindow" (+00000000h)
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: 0042FE21h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 01830113h, location: "tak_deco_lib", loaded at 01800000h - 01831000h
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0530h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00D4DAEAh, location: "foo_cuesheet_creator", loaded at 00D40000h - 00D6D000h
Address: 00430967h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004C07D0h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004C70E0h, location: "foobar2000", loaded at 00400000h - 004F2000h
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: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 004E4198h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004B49CCh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C917BF5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlReAllocateHeap" (+000001F8h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 004E3E68h, location: "foobar2000", loaded at 00400000h - 004F2000h
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: 00491E58h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004E4218h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00447AE7h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 0043D4DDh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00407E27h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 0049812Dh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004AF4F4h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00430B6Eh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004E0928h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004973CAh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004936FCh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004936F6h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004B49E0h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004B33D0h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004E4210h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004AF8E8h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00496284h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 7C816FD7h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 7C839A10h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C816FE0h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 004962EDh, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 01C79D42h, location: "foo_psf", loaded at 01C40000h - 01D21000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 004F2000h
Address: 01C79D42h, location: "foo_psf", loaded at 01C40000h - 01D21000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 004F2000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
Standard Input Array 1.0  (foo_input_std)
Joystick Control 0.0.2  (foo_joystick_control)
Decoding Speed Test 1.0  (foo_benchmark)
Navigator 0.6  (foo_navigator)
Converter 1.0.1  (foo_converter)
Cuesheet Creator 0.4.5  (foo_cuesheet_creator)
Run services 0.3.2  (foo_run)
Playlists Dropdown 0.6 alpha 3  (foo_uie_playlists_dropdown)
Autoplaylist Manager 1.0  (foo_autoplaylist)
SoundTouch DSP 0.1  (foo_dsp_soundtouch)
TTA Audio Decoder (unofficial) 2.4.2  (foo_input_tta)
ALAC Decoder 1.0  (foo_input_alac)
Crossfeed 0.92  (foo_dsp_crossfeed)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Highly Experimental 2.0.5  (foo_psf)
ABX Comparator 1.3.1  (foo_abx)
Scheduler 3.53  (foo_scheduler)
bs2b 2.1.0  (foo_dsp_bs2b)
Columns UI 0.2.0 alpha 2  (foo_ui_columns)
RAR reader 1.1  (foo_unpack)
Album Art Browser 0.0.3 [Jul 11 2007 - 11:15:14]  (foo_cwbowron)
VLevel 20060324.0  (foo_dsp_vlevel(3))
Kernel Streaming Output 1.2.2  (foo_out_ks)
foo_custominfo 0.1.2  (foo_custominfo)
Menu Addons 0.3.9.5 (Intel SSE)  (foo_menu_addons)
SNESAPU SPC Decoder 0.50  (foo_snesapu)
Playback Statistics 1.3.2  (foo_playcount)
Panels UI 0.13.8 beta [Jun 12 2007 - 12:28:00]  (foo_ui_panels)
Peakmeter Panel 0.0.3 beta  (foo_uie_peakmeter)
foo_skip 0.2  (foo_skip)
Winamp DSP Bridge 1.4.1  (foo_dsp_winamp)
Convolver 0.3  (foo_convolve)
Shell Link Resolver 1.2  (foo_lnk)
Fullscreen 0.3.1  (foo_fullscreen)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
ReplayGain override 0.1.1  (foo_rg_trn)
Gapless Crossfader 0.3.2.2 (Intel SSE)  (foo_dsp_crossfader)
Album list panel 0.2.1  (foo_uie_albumlist)
Binary Comparator 1.1  (foo_bitcompare)
Special file info box 2.0.4  (foo_infobox)
Standard DSP array 1.0  (foo_dsp_std)
Masstagger 1.6  (foo_masstag)
Quick Search Toolbar 2.8l  (foo_uie_quicksearch)
Egoh Spectrum analyser (uie) 1.1.2  (foo_uie_vis_egoh)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
Audio CD Writer 2.0.1  (foo_burninate)
File Integrity Verifier 1.0.1  (foo_verifier)
Playlist Tools 0.5.9  (foo_utils)
CD Audio Decoder 2.1.1  (foo_cdda)
freedb Tagger 0.5.2a  (foo_freedb2)
cwbowron's title format hooks 1.2.5 [Jun  8 2007 - 08:49:42]  (foo_cwb_hooks)
FLAC Decoder 1.1.0  (foo_input_std)
WMA Decoder 1.1  (foo_input_std)
Masstagger Addons 0.3.4 (Intel SSE)  (foo_masstag_addons)
DUMB module decoder 0.9.8.4  (foo_dumb)
foobar2000 core 0.9.4.3  (Core)
Tagger Panel Window 1.0.5 [Jun 12 2007 - 15:14:00]  (foo_cwb_hooks)
Album Art Panel 0.2.6  (foo_uie_albumart)
TAK Decoder 0.3.2  (foo_input_tak)
Monkey's Audio decoder 2.1.2  (foo_input_monkey)
ZIP/GZIP reader 1.0  (foo_unpack)

Just to inform you. 
Title: Album Art Browser
Post by: topdownjimmy on 2007-07-11 23:49:18
I'm using this as my cover art string:

Code: [Select]
$if($cwb_fileexists(c:\album art\%artist% - %album% '('front')'.jpg),c:\album art\%artist% - %album% '('front')'.jpg,$if($cwb_fileexists(c:\album art\%artist% - %album% '('front')'.gif),c:\album art\%artist% - %album% '('front')'.gif,c:\nocover.jpg))


Sometimes the final nocover.jpg is used, sometimes nothing is used, and the album doesn't appear -- I don't think this is something wrong with the string, as I've put it in a playlist view column, and it comes out fine.  I can't find a pattern -- this happens even with albums that don't have weird characters in their names.
Title: Album Art Browser
Post by: buktore on 2007-07-12 00:23:11
I use this.

Code: [Select]
$if($cwb_fileexists($replace(%path%,%filename_ext%,)folder.jpg)
,$replace(%path%,%filename_ext%,)folder.jpg,C:\Program Files\foobar2000\no\nocover.jpg)


All album that not have album art will group in "nocover.jpg" album pic in album browser. and use first album name it can find.

this maybe fix in future. i think
Title: Album Art Browser
Post by: Maranatha on 2007-07-12 01:10:11
I can get a panel to show up in PanelsUI with this plugin, no problem there.

I can configure the colors, and the size of the thumbnail, no problem there.

Double-clicking on the Album Art does create a new playlist with the appropriate name, and does start playing the playlist, no problem there.

Bug Report:


1.)  I can add one album art, however when I select the second album art to add, it replaces the first one.  So, it will show no more than one album art in the panel.

2.)  As already mentioned earlier in this thread, double clicking on a blank spot in the panel produces a crash and burn......

3.)  As far as I can tell, there is no way to remove the one and only Album Art that does show up in the panel.  I've gone thru all the context menu options, and the closest I've come is to empty the newly created playlist, but the playlist still remains, and so does the thumbnail in the panel.


I think this has some good possibilities, once things are ironed out...  Thanks!
Title: Album Art Browser
Post by: cwbowron on 2007-07-12 01:31:07
I use this.

Code: [Select]
$if($cwb_fileexists($replace(%path%,%filename_ext%,)folder.jpg)
,$replace(%path%,%filename_ext%,)folder.jpg,C:\Program Files\foobar2000\no\nocover.jpg)


All album that not have album art will group in "nocover.jpg" album pic in album browser. and use first album name it can find.

this maybe fix in future. i think


Yes, currently the groupings are based on the image paths and since your files that don't have art all resolve to the nocover.jpg, all the files without album art fall into that one no cover file.  I plan to add a nocover file option so that you can just use the part that looks for a folder.jpg and if doesnt find one then it will use the nocover picture, but each album without art will show up with different labels.
Title: Album Art Browser
Post by: Keikonium on 2007-07-12 01:41:32
"Failed to load DLL: foo_cwbowron.dll
Reason: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.  "



Windows XP SP2, Panels UI, FB2K 0.9.4.3
Title: Album Art Browser
Post by: drbeachboy on 2007-07-12 01:49:40
Chris,

Everything works as expected during the instance of fb2k that is running. If I close down and re-open fb2k, my browser is wiped clean. Is that what is supposed to happen?

If I double left click my mouse in the browser window, fb2k crashes.

Code: [Select]
  
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00C82045h
Access violation, operation: read, address: FFFFFFFCh
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (00C82045h):
00C82005h:  55 00 50 50 8B 42 24 56 8B CD FF D0 8B 55 00 8B
00C82015h:  F0 8B 42 5C 56 8B CD FF D0 8B 55 00 8B 52 44 8D
00C82025h:  44 24 44 50 56 8B CD C7 44 24 4C 90 94 C8 00 FF
00C82035h:  D2 8B 44 24 40 8B 48 2C C7 44 24 18 9C 94 C8 00
00C82045h:  8B 04 B9 8B 55 00 8B 52 50 8D 4C 24 18 51 50 6A
00C82055h:  FF 56 8B CD FF D2 8B 45 00 8B 50 14 56 8B CD FF
00C82065h:  D2 8B 45 00 8B 50 1C 56 8B CD FF D2 89 5C 24 40
00C82075h:  8D 7C 24 40 C6 44 24 38 03 E8 6D 29 00 00 C6 44
Stack (0013F528h):
0013F508h:  0117DCDC 7C9C93C0 77F643DD 7C9C93C0
0013F518h:  00000004 00000000 0117D1E8 00000000
0013F528h:  1C7C69A1 0013F81C 00C81CA0 0013F578
0013F538h:  00000000 004DF178 00C8949C 00C894C0
0013F548h:  00CC2A78 00000020 00000020 0000000F
0013F558h:  0013F600 00C88A18 00000002 00C81CFF
0013F568h:  00CC3DB0 00C89490 0013F5E0 00C81CA0
0013F578h:  0013F5A4 7E418734 001F0714 0000004E
0013F588h:  000003E9 0013F81C 00C81CA0 DCBAABCD
0013F598h:  00000000 0013F5E0 00C81CA0 0013F610
0013F5A8h:  7E423745 00C81CA0 001F0714 0000004E
0013F5B8h:  000003E9 0013F81C 0000004E 001F0714
0013F5C8h:  0079DC40 00000014 00000001 00000000
0013F5D8h:  00000000 00000010 00000000 7E41C331
0013F5E8h:  00000000 00000001 00000000 00000000
0013F5F8h:  0013F5C0 0013F14C 0013F6F8 7E440457
0013F608h:  7E423768 00000000 0013F658 7E423591
0013F618h:  00000000 00C81CA0 001F0714 0000004E
0013F628h:  000003E9 0013F81C 0079DC54 0013F660
0013F638h:  0013F6DC 7E42379A 00000000 000003E9
Registers:
EAX: 00CC3DB0, EBX: 00000000, ECX: 00000000, EDX: 00163538
ESI: 0000000B, EDI: FFFFFFFF, EBP: 004DF178, ESP: 0013F528
Crash location: "foo_cwbowron", loaded at 00C80000h - 00C92000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F5000h
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 7E410000h - 7E4A0000h
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
IMM32                            loaded at 76390000h - 763AD000h
LPK                              loaded at 629C0000h - 629C9000h
USP10                            loaded at 74D90000h - 74DFB000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
apphelp                          loaded at 77B40000h - 77B62000h
msctfime                        loaded at 755C0000h - 755EE000h
foo_abx                          loaded at 00A30000h - 00A63000h
foo_ac3                          loaded at 00A70000h - 00A9F000h
foo_albumlist                    loaded at 00AC0000h - 00B07000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_burninate                    loaded at 00B30000h - 00B67000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_cdda                        loaded at 00B90000h - 00BC5000h
foo_converter                    loaded at 00BF0000h - 00C59000h
foo_cwbowron                    loaded at 00C80000h - 00C92000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_dop                          loaded at 00CD0000h - 00D36000h
SETUPAPI                        loaded at 77920000h - 77A13000h
foo_dsp_std                      loaded at 00D60000h - 00DA1000h
foo_freedb2                      loaded at 00DD0000h - 00E10000h
foo_infobox                      loaded at 00E30000h - 00E70000h
foo_input_dts                    loaded at 00E90000h - 00EF5000h
foo_input_matroska              loaded at 00F20000h - 00FA8000h
foo_input_std                    loaded at 00FD0000h - 010E3000h
foo_input_tak                    loaded at 01110000h - 01157000h
tak_deco_lib                    loaded at 01170000h - 011A1000h
foo_masstag                      loaded at 012D0000h - 0131F000h
foo_playcount                    loaded at 01340000h - 01368000h
foo_rgscan                      loaded at 01390000h - 013D8000h
foo_uie_albumart                loaded at 01400000h - 0143A000h
foo_uie_albumlist                loaded at 01460000h - 0149F000h
foo_uie_explorer                loaded at 014C0000h - 014FC000h
foo_uie_playlists_dropdown      loaded at 01520000h - 01559000h
foo_uie_tabs                    loaded at 01580000h - 015A9000h
foo_uie_trackinfo                loaded at 015D0000h - 015FE000h
foo_ui_columns                  loaded at 01620000h - 016C2000h
foo_ui_std                      loaded at 016F0000h - 01747000h
foo_unpack                      loaded at 01770000h - 0179E000h
foo_utils                        loaded at 017C0000h - 017F8000h
foo_utils_matroska              loaded at 01820000h - 0183A000h
ctagent                          loaded at 01960000h - 01966000h
CLBCATQ                          loaded at 76FD0000h - 7704F000h
COMRes                          loaded at 77050000h - 77115000h
cscui                            loaded at 77A20000h - 77A74000h
CSCDLL                          loaded at 76600000h - 7661D000h
dciman32                        loaded at 73BC0000h - 73BC6000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 00C81CA0h, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 004DF178h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00C8949Ch, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 00C894C0h, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 00C88A18h, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 00C81CFFh, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 00C89490h, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 00C81CA0h, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00C81CA0h, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 00C81CA0h, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 7E423745h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 00C81CA0h, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 7E41C331h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "SetRectEmpty" (+0000004Fh)
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E423768h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 7E423591h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 00C81CA0h, location: "foo_cwbowron", loaded at 00C80000h - 00C92000h
Address: 7E42379Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E4184FCh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Address: 7E4185A4h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Address: 7E4237BCh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000006Dh)
Address: 7E42379Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E42379Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E418816h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000014Fh)
Address: 7E42379Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E418830h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000169h)
Address: 7E41B89Bh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetParent" (+0000016Ch)
Address: 7E42379Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E41B903h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773EAFF1h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal414" (+00000FB4h)
Address: 7743C666h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+000507C6h)
Address: 7E41B96Bh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IsWindow" (+00000038h)
Address: 774206BFh, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0003481Fh)
Address: 77420AA6h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034C06h)
Address: 774214D9h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00035639h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 7C910570h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 015D9B37h, location: "foo_uie_trackinfo", loaded at 015D0000h - 015FE000h
Address: 015D9B56h, location: "foo_uie_trackinfo", loaded at 015D0000h - 015FE000h
Address: 77F15B80h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "SelectObject" (+00000000h)
Address: 015DC030h, location: "foo_uie_trackinfo", loaded at 015D0000h - 015FE000h
Address: 015D9B56h, location: "foo_uie_trackinfo", loaded at 015D0000h - 015FE000h
Address: 015D30F3h, location: "foo_uie_trackinfo", loaded at 015D0000h - 015FE000h
Address: 015D33EBh, location: "foo_uie_trackinfo", loaded at 015D0000h - 015FE000h
Address: 015EC05Ch, location: "foo_uie_trackinfo", loaded at 015D0000h - 015FE000h
Address: 7C9105C8h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 7C910551h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 7E418BD9h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E41F896h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "CallNextHookEx" (+0000003Bh)
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 7E418816h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E418830h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000169h)
Address: 7E4189CDh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 77420C82h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+00034DE2h)
Address: 7E41DAEAh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DestroyWindow" (+00000000h)
Address: 7E42D950h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IsDialogMessageW" (+0000008Eh)
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E4189F0h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 7E418A10h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 0042FE21h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0530h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0041DAEAh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430967h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C90EA00h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "NtWriteFile" (+0000000Dh)
Address: 004C07D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC438h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00441621h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 01000000h, location: "foo_input_std", loaded at 00FD0000h - 010E3000h
Address: 01000000h, location: "foo_input_std", loaded at 00FD0000h - 010E3000h
Address: 00499193h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00441621h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0117D19Ch, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 77DDE350h, location: "ADVAPI32", loaded at 77DD0000h - 77E6B000h
Symbol: "ObjectOpenAuditAlarmW" (+000007B7h)
Address: 00470045h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0041004Dh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00480043h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0053h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0117CFA4h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 7C914D8Fh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAppendUnicodeToString" (+0000004Dh)
Address: 77DDD248h, location: "ADVAPI32", loaded at 77DD0000h - 77E6B000h
Symbol: "SaferComputeTokenFromLevel" (+000024F3h)
Address: 0117D018h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D018h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117CFC4h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D0BCh, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D018h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117CF24h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D018h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117F8C0h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910570h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 77DDE0AEh, location: "ADVAPI32", loaded at 77DD0000h - 77E6B000h
Symbol: "ObjectOpenAuditAlarmW" (+00000515h)
Address: 0117D250h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D250h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D018h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 010800CCh, location: "foo_input_std", loaded at 00FD0000h - 010E3000h
Address: 0117D204h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 77DDE32Eh, location: "ADVAPI32", loaded at 77DD0000h - 77E6B000h
Symbol: "ObjectOpenAuditAlarmW" (+00000795h)
Address: 0117D054h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D06Ch, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D204h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D180h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 7C90E1FEh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "ZwQueryValueKey" (+00000000h)
Address: 0117D0C0h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D07Ch, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 7C90FB6Ch, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlNtStatusToDosError" (+0000002Fh)
Address: 0117D19Ch, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D19Ch, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 77F643D0h, location: "SHLWAPI", loaded at 77F60000h - 77FD6000h
Symbol: "SHRegGetValueW" (+000000B1h)
Address: 0117D1E8h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117DCDCh, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 7C9C93C0h, location: "SHELL32", loaded at 7C9C0000h - 7D1D5000h
Symbol: "Ordinal517" (+000093C0h)
Address: 77F643DDh, location: "SHLWAPI", loaded at 77F60000h - 77FD6000h
Symbol: "SHRegGetValueW" (+000000BEh)
Address: 7C9C93C0h, location: "SHELL32", loaded at 7C9C0000h - 7D1D5000h
Symbol: "Ordinal517" (+000093C0h)
Address: 0117D1E8h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 004991DDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 01000000h, location: "foo_input_std", loaded at 00FD0000h - 010E3000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF4F4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0540h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430B6Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0928h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004973CAh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004936FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004936F6h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B33D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4210h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF8E8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496284h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0117D0B8h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 0117D0B8h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C816FD7h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 0117D0B8h, location: "tak_deco_lib", loaded at 01170000h - 011A1000h
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C816FE0h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 004962EDh, 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.3
UNICODE

Additional info:
Tabbed panel modified 0.2.4  (foo_uie_tabs)
iPod manager 0.4.1 TEST  (foo_dop)
AC3 decoder 0.9  (foo_ac3)
freedb Tagger 0.5.2a  (foo_freedb2)
Album list panel 0.2.1 beta 4  (foo_uie_albumlist)
Matroska Utility Plugin 1.0.2  (foo_utils_matroska)
ReplayGain Scanner 2.0.2  (foo_rgscan)
CD Audio Decoder 2.1.1  (foo_cdda)
Playlist Tools 0.5.9  (foo_utils)
Columns UI 0.2.0 alpha 1  (foo_ui_columns)
RAR reader 1.1  (foo_unpack)
Album List 3.2.0  (foo_albumlist)
ABX Comparator 1.3.1  (foo_abx)
Converter 1.0.1  (foo_converter)
Masstagger 1.6  (foo_masstag)
Standard DSP array 1.0  (foo_dsp_std)
foobar2000 core 0.9.4.3  (Core)
Playback Statistics 1.3.2  (foo_playcount)
Standard Input Array 1.0  (foo_input_std)
Explorer Tree 1.04.6b  (foo_uie_explorer)
WMA Decoder 1.1  (foo_input_std)
Playlists Dropdown 0.5.7.1  (foo_uie_playlists_dropdown)
DTS decoder 0.1.7  (foo_input_dts)
TAK Decoder 0.3.2  (foo_input_tak)
Album Art Browser 0.0.3 [Jul 11 2007 - 11:15:14]  (foo_cwbowron)
FLAC Decoder 1.1.0  (foo_input_std)
Track info panel 0.8  (foo_uie_trackinfo)
Album Art Panel 0.2.5.2  (foo_uie_albumart)
Audio CD Writer 2.0.1  (foo_burninate)
Special file info box 2.0.4  (foo_infobox)
ZIP/GZIP reader 1.0  (foo_unpack)
Default User Interface 0.9acc  (foo_ui_std)
Matroska Plugin 0.9.2.0  (foo_input_matroska)

This is a pretty cool plugin. I'm impressed with it's possibilities.

Thanks!

Dirk
Title: Album Art Browser
Post by: kockroach on 2007-07-12 02:06:11
"Failed to load DLL: foo_cwbowron.dll
Reason: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.  "



Windows XP SP2, Panels UI, FB2K 0.9.4.3

I'm getting the same error.
Title: Album Art Browser
Post by: Keikonium on 2007-07-12 02:58:32
Just for the sake of testing, this doesn't function for me under Columns UI either. I am using the 2.0 Beta, Number 2.
Title: Album Art Browser
Post by: carmenm on 2007-07-12 07:41:47
I am using columns UI 2.0 beta 2. I have no preference panel. One other little thing, if i select file in my playlist and do browse alum art it works, but if i select an item in album list panel and do browse album art, it doesnt work.

Seems to be a very cool component, thanks for your work
Title: Album Art Browser
Post by: kanak on 2007-07-12 09:30:36
I have no preference panel.


I was confused at first too- turns out the only way to access the preferences is to use shift-right click on the panel.

One other little thing, if i select file in my playlist and do browse alum art it works, but if i select an item in album list panel and do browse album art, it doesnt work.


It works on mine- i'm using 0.2.3 beta of the album list panel.
Title: Album Art Browser
Post by: carmenm on 2007-07-12 09:51:27

I have no preference panel.


I was confused at first too- turns out the only way to access the preferences is to use shift-right click on the panel.

One other little thing, if i select file in my playlist and do browse alum art it works, but if i select an item in album list panel and do browse album art, it doesnt work.


It works on mine- i'm using 0.2.3 beta of the album list panel.

OK for the config, now i got it

For the rest you are right i am a dumbass, my library was not up to date on my laptop

Thanks
Title: Album Art Browser
Post by: cwbowron on 2007-07-12 18:30:03
Release 0.0.4

Quote
* fixed double click on blank area crash bug
    * sort by label
    * you can use the columns ui configure button now to configure a panel
    * don't do the first image hack thing for the image list
    * main menu option: View->Browse Library Album Art ( could be really slow depending on size of library - 20 seconds on my large collection )
    * replace illegal characters: / : * ? " < > | with _
Title: Album Art Browser
Post by: carmenm on 2007-07-12 18:45:38
Thanks for the last update. Could we have a no text option where the arts would be closer  to each others?
Title: Album Art Browser
Post by: topdownjimmy on 2007-07-12 19:57:09
Thanks for the last update. Could we have a no text option where the arts would be closer  to each others?

Or perhaps

(1) no text only when album art is present
(2) text always available as a tooltip, even with album art
Title: Album Art Browser
Post by: strogoff_ger on 2007-07-12 21:18:27
Works absolutely great!

Can we have vertical scrolling or perhaps even an array of covers with customizable padding?

Edit: Well i see we already have an array, yeehaw!
Title: Album Art Browser
Post by: Russell777 on 2007-07-12 22:00:25
Great!Thank you Christopher!
I do believe however that the whole concept should be slightly changed:I believe it would be better to give it
the concept of visual media library instead of just browsing art for selected items.Meaning that no matter
what you do or don't you have all your library presented in the panel through the album art thumbnails.
But it's only my humble opinion,thanks again.
Title: Album Art Browser
Post by: Keikonium on 2007-07-12 22:35:27
"Failed to load DLL: foo_cwbowron.dll
Reason: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

I am still getting this same error when opening foobar. I am using the newest 0.0.4 release. Any idea on how to fix this? Any other dependencies I might need?
Title: Album Art Browser
Post by: kockroach on 2007-07-12 22:40:24
"Failed to load DLL: foo_cwbowron.dll
Reason: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

I am still getting this same error when opening foobar. I am using the newest 0.0.4 release. Any idea on how to fix this? Any other dependencies I might need?

Yeah, I am still getting this too.  Not sure what is the problem.  I even tried to have minimal components loaded (just Columns UI and this component, or Panels UI and this component) and it still gives this error.
Title: Album Art Browser
Post by: buktore on 2007-07-12 23:29:04
As i see drbeachboy had the these problem and seem like he got it work now. maybe you should ask him how he done that.

How did you do it drbeachboy?

----

Thanks for updated cwbowron. now if only it's can save album that already browse and not have to browse them again when restart foobar...
Title: Album Art Browser
Post by: drbeachboy on 2007-07-13 00:10:33
As i see drbeachboy had the these problem and seem like he got it work now. maybe you should ask him how he done that.

How did you do it drbeachboy?

----

Thanks for updated cwbowron. now if only it's can save album that already browse and not have to browse them again when restart foobar...

Sorry, I can't help here. My original problem was on Work Computer and I still can't get it to load. I have msvcr80.dll & gdiplus.dll and still a no go. On the otherhand, my home computer had no problems at all loading the plugin. I will try the new version later this evening.
Title: Album Art Browser
Post by: sylla on 2007-07-13 00:31:06
hmm, I get the same error when starting, I don't think i have any of these dll's, guess I can google them, but where should I put them? in foobar root dir or in components or anywhere else?


hmm, I get the same error when starting, I don't think i have any of these dll's, guess I can google them, but where should I put them? in foobar root dir or in components or anywhere else?
Title: Album Art Browser
Post by: kockroach on 2007-07-13 00:51:39
Sorry, I can't help here. My original problem was on Work Computer and I still can't get it to load. I have msvcr80.dll & gdiplus.dll and still a no go. On the otherhand, my home computer had no problems at all loading the plugin. I will try the new version later this evening.

I have those DLLs and I still get the error.  I can't figure out what is causing it.
Title: Album Art Browser
Post by: drbeachboy on 2007-07-13 01:25:30
Hi Chris,

Release 0.0.4 is working great on my home computer. Everything in the change log works.

As for the work computer, are there any other dll files or dependencies that we all could be missing? I'm stumped at this point.

Lastly, I am still wondering about why I lose my album covers everytime I close fb2k and reopen? Is this expected behavior or a bug?

Thanks again!

Dirk

EDIT: Grammar

2nd EDIT: Spelling
Title: Album Art Browser
Post by: cwbowron on 2007-07-13 01:31:45
Lastly, I am still wondering about why I lose my album covers everytime I close fb2k and reopen? Is this expected behavior or a bug?


That's the expected behavior.
Title: Album Art Browser
Post by: 4nt1 on 2007-07-13 02:56:32
I also have the dll's running win xp latest windows updates...

Failed to load DLL: foo_cwbowron.dll
Reason: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

really want to test this component just need to know what I am missing...
Title: Album Art Browser
Post by: cwbowron on 2007-07-13 03:57:01
Failed to load DLL: foo_cwbowron.dll
Reason: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

really want to test this component just need to know what I am missing...


Try this:

http://www.microsoft.com/downloads/details...;displaylang=en (http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en)
Title: Album Art Browser
Post by: kockroach on 2007-07-13 04:04:26
Try this:

http://www.microsoft.com/downloads/details...;displaylang=en (http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en)

cwbowron,

I already had this installed prior to using your new Album Art browser.  Another component required it.
Title: Album Art Browser
Post by: start78 on 2007-07-13 12:37:48

Try this:

http://www.microsoft.com/downloads/details...;displaylang=en (http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en)

cwbowron,

I already had this installed prior to using your new Album Art browser.  Another component required it.


Same here. I searched for the mentioned files and there are two of each on my system (under %SystemRoot%\WinSxS).
Title: Album Art Browser
Post by: foosion on 2007-07-13 13:01:49
Try Dependency Walker (http://www.dependencywalker.com/) to see what is missing. By the way, statically linking the C++ runtime library avoids a whole lot of trouble for users.
Title: Album Art Browser
Post by: kockroach on 2007-07-13 13:35:23
Try Dependency Walker (http://www.dependencywalker.com/) to see what is missing. By the way, statically linking the C++ runtime library avoids a whole lot of trouble for users.
Thanks foosion,

Nice program suggestion.  I ran it on the foo_cwbowron.dll, and it showed these missing:

MSVCR80.DLL
SHARED.DLL
DWMAPI.DLL

I have the first two, even though it says "Error Opening the File.  The System Cannot Find the Specified File (2)."

The third one cannot be found on my computer.

EDIT:
I did a suggestion found in the Dependency Walker help.  It recommended opening REGSVR32.exe to see what errors occurred.  The only one that showed was the DWMAPI.DLL.  I'm not sure where I would find this DLL, or what would install it.  Check that, it looks like it is from Vista.  Am I right?
Title: Album Art Browser
Post by: drbeachboy on 2007-07-13 14:35:20
This error message came up in Dependency Walker for MSVCR80.dll & SHARED.dll on my computer at work.

Code: [Select]
Error: The Side-by-Side configuration information for "c:\foobar2000v0.9\components\FOO_CWBOWRON.DLL"
contains errors.
This application has failed to start because the application configuration is incorrect.
Reinstalling the application may fix this problem (14001).
Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.
Title: Album Art Browser
Post by: cwbowron on 2007-07-13 14:43:40
= release 0.0.5 =
Quote
* customizable double click action
    * customizable selection action
    * compile as "release-staticlink" - might help with some dependency issues
Title: Album Art Browser
Post by: kockroach on 2007-07-13 14:59:09
Still have the problem with the new version.

Same DLL problems.  I forgot to mention this additional information, like drbeachboy:

Error: The Side-by-Side configuration information for "c:\program files\foobar2k test\components\FOO_CWBOWRON.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
Title: Album Art Browser
Post by: drbeachboy on 2007-07-13 15:05:53
Release 0.0.5 fixed the SHARED.dll part of the problem. Now the problem is only with MSVCR80.dll. I am getting same error message for that file in Dependency Walker that I stated in my last post.


EDIT: SHARED.dll portion was fixed only after having to copy the file to the "Components" folder. I have it in the fb2k main folder already, but none of the foo_cwbowron.dll's could find it there. Copying MSVCR80.dll to the "Components" folder did not help.
Title: Album Art Browser
Post by: cwbowron on 2007-07-13 15:20:56
If you're having trouble with it loading, try this:

http://foobar.bazquux.com/downloads/foo_cwbowron_static.zip (http://foobar.bazquux.com/downloads/foo_cwbowron_static.zip)

If that works, I will switch the regular version to that build.
Title: Album Art Browser
Post by: Kiteroa on 2007-07-13 15:21:39
Many thanks for another great component! Works great first time for me!


1)Could you let the panel have a fixed width and scroll vertically rather than a fixed height and scroll horizontally?

2)Could you allow scheme code, in your Playlist Tree Queries, to be run against selected albumks?


Thanks again.
Title: Album Art Browser
Post by: kockroach on 2007-07-13 15:24:39
If that works, I will switch the regular version to that build.

It works for me!  A little slow to load, but that might be panels UI.

Thanks cwbowron...now time to play with the component.
Title: Album Art Browser
Post by: drbeachboy on 2007-07-13 15:33:33
Hi Chris,

The latest static version did the trick for me, as well. Thank you very much!
Title: Album Art Browser
Post by: start78 on 2007-07-13 15:47:06
I downloaded version 0.5 from the initial post and it solved the problem for me...
Title: Album Art Browser
Post by: kanak on 2007-07-13 19:50:06
Release 0.0.5 fixed the SHARED.dll part of the problem. Now the problem is only with MSVCR80.dll. I am getting same error message for that file in Dependency Walker that I stated in my last post.


EDIT: SHARED.dll portion was fixed only after having to copy the file to the "Components" folder. I have it in the fb2k main folder already, but none of the foo_cwbowron.dll's could find it there. Copying MSVCR80.dll to the "Components" folder did not help.


Instead of copying the MSVCR800.dll, try installing the Visual C++ 8 SP1 runtimes.
Title: Album Art Browser
Post by: drbeachboy on 2007-07-13 21:23:32
Quote
Instead of copying the MSVCR800.dll, try installing the Visual C++ 8 SP1 runtimes.

I can't do that on my work computer, as it has restrictions on it. Besides, the static version of Release 0.0.5 works perfectly, so I will just use that.

Thanks again, Chris!
Title: Album Art Browser
Post by: slinger1182 on 2007-07-13 22:28:49
Great!Thank you Christopher!
I do believe however that the whole concept should be slightly changed:I believe it would be better to give it
the concept of visual media library instead of just browsing art for selected items.Meaning that no matter
what you do or don't you have all your library presented in the panel through the album art thumbnails.
But it's only my humble opinion,thanks again.


Seconded. IMHO too. A cool component either way though.
Title: Album Art Browser
Post by: Keikonium on 2007-07-13 22:32:49
Thanks! The new static version works great on my computer now :].
*goes to try this component out*
Title: Album Art Browser
Post by: kockroach on 2007-07-13 22:35:45
cwbowron,

I love this little component.  I have three of your regular browser windows (still love that component even though you don't develop it anylonger) paired with an Album Art browser.  Lets me browse my whole library, artist or genre.  With just a double click I can pull out any art I want and play that CD.

Nice work!
Title: Album Art Browser
Post by: Keikonium on 2007-07-13 22:59:07
Quick question:

My album art is in the folder. "C:\Song Album Covers\" so in the location box I put in "C:\Song Album Covers\%album%.png" (they are all named with the album name, and are in PNG format), but it doesn't find any album art. Is there something I am doing wrong?
Title: Album Art Browser
Post by: Spirit_of_the_ocean on 2007-07-13 23:31:14
Just go to your library management component (for me album list) then click right and choose browse album art



Sorry I am using an old version maybe this behaviour has changed?
Title: Album Art Browser
Post by: buktore on 2007-07-13 23:31:40
Are you already use view > browse libraly album art ?

Oh.. and cwbowron. An ability too use middle cilck would be great.

Maybe i ask this too quick
Title: Album Art Browser
Post by: Keikonium on 2007-07-13 23:46:43
Are you already use view > browse libraly album art ?


Gah, that worked. Thank you very much .

My bad if this was mentioned earlier  .
Title: Album Art Browser
Post by: sylla on 2007-07-15 01:44:51
The new build made it work for me too.

It's a good plugin, but I don't like the black frame that seems to be surrounding it, and I don't see any option to turn it off?
Title: Album Art Browser
Post by: shakey_snake on 2007-07-15 02:04:46
awesome!
I loved using the albumlist panel in Winamp, And I've been missing something like this for foobar.

While I know this plugin is in it's infancy, I do (like everyone else, i'd assume) have a few feature requests:some of these are obvious, but, yeah.
Title: Album Art Browser
Post by: kanak on 2007-07-15 02:40:11
While I know this plugin is in it's infancy, I do (like everyone else, i'd assume) have a few feature requests:
...


I'm hoping this will evolve into a "graphical" browser component; the plugin should allow for depths (like the browser plugin) with configurable art for each category:

e.g.
Code: [Select]
Genre (art specifiable)
         - Artists in that genre (art specifiable)
               - Albums by that artist (art specifiable)


I really really hope it evolves into this. This would be ULTRA MEGA COOL.
Title: Album Art Browser
Post by: CepiPerez on 2007-07-15 04:21:10
kanak:
You already can do this using Panels UI - Library Filter

cwbowron:
Can you add transparent background?
Title: Album Art Browser
Post by: Lite on 2007-07-16 22:06:42
cwbowron,
its great component!
is it possible to make automatic browsing library album art at opening foobar?
Title: Album Art Browser
Post by: plukin on 2007-07-16 23:58:27
Hi, nice component!
it seems that the browser cannot handle covers with the following naming scheme: *.jpg
%artist% - %album%.jpg works. probably it's the *
would be nice to see this implemented, too.
greetz


EDIT: and to show albums with no art as well (user customized image)
EDIT2: maybe an option to show albums from the now playing album artist!?
Title: Album Art Browser
Post by: Kiteroa on 2007-07-17 10:28:47
awesome!
I loved using the albumlist panel in Winamp, And I've been missing something like this for foobar.

While I know this plugin is in it's infancy, I do (like everyone else, i'd assume) have a few feature requests:
  • ability to change the edge style (sunken just doesn't do it for me )
  • ability to go label-less
  • adjustable margin between art
  • ability to have vertical scrolling
  • ability to browse all playlists
  • progress bar when adding files to AAB
some of these are obvious, but, yeah.


To go label-less: remove the expression from the "Image Labels box" !

I'd really like a "populate on startup" option!
Title: Album Art Browser
Post by: strogoff_ger on 2007-07-20 12:31:03
Quote
I'd really like a "populate on startup" option!


I second that.

Would it be possible to automatically populate the browser panel on startup and by switching playlists? That would be awesome.
Title: Album Art Browser
Post by: cwbowron on 2007-07-20 20:33:14
I added a new feature to my foo_cwbowron.dll which will work nicely with the album art browser.

The new feature is called "Startup Actions" and will show up in preferences under Tools.

It allows you to create a list of main menu commands that will run when you startup foobar2000.  For example, you can add the "Browse Library Album Art" into the startup actions and it will populate your album art browser when you start up foobar2000.

Here's a quick demo....

http://www.screencast.com/t/Lvd4spvN (http://www.screencast.com/t/Lvd4spvN)
Title: Album Art Browser
Post by: Maranatha on 2007-07-20 20:40:21
I added a new feature to my foo_cwbowron.dll which will work nicely with the album art browser.

The new feature is called "Startup Actions" and will show up in preferences under Tools.

It allows you to create a list of main menu commands that will run when you startup foobar2000.  For example, you can add the "Browse Library Album Art" into the startup actions and it will populate your album art browser when you start up foobar2000.

Here's a quick demo....

http://www.screencast.com/t/Lvd4spvN (http://www.screencast.com/t/Lvd4spvN)

Most excellent!!

Thank you!
Title: Album Art Browser
Post by: slinger1182 on 2007-07-21 06:38:29
I added a new feature to my foo_cwbowron.dll which will work nicely with the album art browser.

The new feature is called "Startup Actions" and will show up in preferences under Tools.

It allows you to create a list of main menu commands that will run when you startup foobar2000.  For example, you can add the "Browse Library Album Art" into the startup actions and it will populate your album art browser when you start up foobar2000.

Here's a quick demo....

http://www.screencast.com/t/Lvd4spvN (http://www.screencast.com/t/Lvd4spvN)



Now this is cool! Please disregard my earlier comment about wanting this component to be a visual browser. This component is more than that. Awesome! I'd missed the View>Browse Library Album Art feature. With the Startup action, it's does what I wanted it to do. Now only if it could have the transparent background.
Title: Album Art Browser
Post by: Kiteroa on 2007-07-21 14:09:59
Thanks - Startup Actions is a great addition.

I'm trying to get it running a Playlist Tree (scheme) query (e.g "Tree 0: master list") It's a bit flaky as Startup Actions doesn't seem to see the queries until the Playlist Tree Panel is accessed (the action shows as <<Unknown command>>).

Is this something you might be able, and willing, to do something about?
Title: Album Art Browser
Post by: Lite on 2007-07-21 17:30:08
For example, you can add the "Browse Library Album Art" into the startup actions and it will populate your album art browser when you start up foobar2000.
[/url]


automatic browsing cover only in columns ui, not panels ui
Title: Album Art Browser
Post by: cwbowron on 2007-07-21 17:58:26
I'm trying to get it running a Playlist Tree (scheme) query (e.g "Tree 0: master list") It's a bit flaky as Startup Actions doesn't seem to see the queries until the Playlist Tree Panel is accessed (the action shows as <<Unknown command>>).

Is this something you might be able, and willing, to do something about?


I'll look into it.
Title: Album Art Browser
Post by: cwbowron on 2007-07-23 13:34:32
I'm trying to get it running a Playlist Tree (scheme) query (e.g "Tree 0: master list") It's a bit flaky as Startup Actions doesn't seem to see the queries until the Playlist Tree Panel is accessed (the action shows as <<Unknown command>>).

Is this something you might be able, and willing, to do something about?


I put up a new version that MIGHT fix it...

What UI are you using?
Title: Album Art Browser
Post by: Kiteroa on 2007-07-23 14:50:16
I'm trying to get it running a Playlist Tree (scheme) query (e.g "Tree 0: master list") It's a bit flaky as Startup Actions doesn't seem to see the queries until the Playlist Tree Panel is accessed (the action shows as <<Unknown command>>).

Is this something you might be able, and willing, to do something about?


I put up a new version that MIGHT fix it...

What UI are you using?



Thanks but no better I'm afraid.

I'm running Panels UI (switching between a number of panels including 2 or 3 Playlist Tree panels which, when I've got it all working, will be lists by artist, album etc. all using scheme queries).
Title: Album Art Browser
Post by: cwbowron on 2007-07-23 14:56:31
Thanks but no better I'm afraid.

I'm running Panels UI (switching between a number of panels including 2 or 3 Playlist Tree panels which, when I've got it all working, will be lists by artist, album etc. all using scheme queries).


I don't think there's anything I can do about it, because I think the playlist trees have not been created yet at startup.
Title: Album Art Browser
Post by: Kiteroa on 2007-07-24 11:10:07
Thanks but no better I'm afraid.

I'm running Panels UI (switching between a number of panels including 2 or 3 Playlist Tree panels which, when I've got it all working, will be lists by artist, album etc. all using scheme queries).


I don't think there's anything I can do about it, because I think the playlist trees have not been created yet at startup.


That makes sense.

Thanks anyway.
Title: Album Art Browser
Post by: Joelimite on 2007-07-26 05:10:52
First off, many thanks for coding this plug-in. It will prove most useful for those of us intimately familiar with their record collections. I have a couple of requests to go along with my praise however.

I would like to second the ability to scroll album art vertically, similar to a typical playlist. And second, I would like the ability to control the spacing around each thumbnail, specifically, the means to remove these blank areas entirely. I would like to tile all of my album artwork without artist & album name, without spaces, so that I may pick a record by cover art alone.

Thanks for taking these requests into consideration and, again, thanks for the excellent plug-in!
Title: Album Art Browser
Post by: Keikonium on 2007-07-26 05:21:48
I have run into a problem with this component:

In the newest versions (the past 2 or so) I only have 1 row of album art, whereas in previous versions I had 2 rows. I am using all the same settings, so I have a request. The ability the define a custom amount of rows and/or columns.

Another problem I am encountering is that the startup commands don't seem to execute when I have this panel set as a panel I can switch too using a button. I have to manually execute to browse album art.

Also, another request. To get rid of the white border around the panel.
Title: Album Art Browser
Post by: Gtr~Mike on 2007-08-06 01:13:08
I really appreciate your work, thanks a million.

My setup:
Win2k_SP4 - FB2K_0.9.4.3 - Columns UI_0.2.0 beta 1 - Album Art Browser_0.0.5
Album List Panel_0.2.3.beta - Album Art Panel_0.2.6 - GDIplus_5.1.3102.1360

The Problem: When double clicking the album Art in the AAB panel it will put the
contents of the folder in the "Columns Playlist" and begin playing but sorting is
messed up, it may start with trk 10 or trk 3 etc. If I right click on the image in
the "AAB" panel and go to "Metadata" - "Properties" and then "Track Number"
the sorting is not in order either. It shows something like "multiple values" 03;09;
10;01 instead of 01;02;03 etc. It will begin to play whatever track it has in the
#1 spot as in the above ex. track 10 but the issue is the sorting in the "Columns
UI Playlist panel".

This happens regardless if I load AAB as a startup action, or use the "View" -
"Browse Library Album Art".

My audio files are tagged 01;02;03 and in the album folder the files are named
01;02;03. I thought maybe if a file's tag or actual name had "1" instead of "01"
this may affect the situation but doesn't seem to. I do "apply"  "read only" status
to all my files once they have been tagged, RGed, and moved to my "Audio" folder.

There are no "sorting issues" when loading a folder using foobar's "File" - "Add
Directory", or "Album List", or the "Album List Panel", they all sort and display
correctly.

I'm sure it is in my setup but not sure how to fix it.

Also, as a request, or maybe advice:

Is there a way to "Single-Click" and "Load" but not "Play" via the Album Art
Browser panel image. Only a "Double-Click" "Loads" and begins "Playing" album.


Thanks again for a very handy add-on to foobar...

Mike
Title: Album Art Browser
Post by: Overlord on 2007-09-21 22:03:01
Great plugin, but only 4 of my albums are going in. Any thoughts as to why? I'm using Panels UI & Columns UI as a panel on it, and attempting to set AAB up as a seperate panel on PanelsUI.

EDIT: Never mind, found out why. Any chance we can get a multi-list-with-expressions list like the Album Art Panel does?  The majority of my collection isn't called folder.jpg due to how it's set up =P
Title: Album Art Browser
Post by: kabuki on 2007-09-30 15:01:39
Hey Chris,
Thanks for your work in here too.
Are you working in this component again?

If so, could it be possible to manage the sort of appearence?
...maybe something like [%artist%][%date%]%album%, in which only %album% appears but sort first by artist, then date...

And,  ... and, also a way to manage font type and size?
(maybe you could integrate the preference panel of album browser in the main foobar pref window ; would it be that hard to do?)

Oh...  ... and and a "middle click action" would be great too.

Cheers
Title: Album Art Browser
Post by: s33m33 on 2007-10-05 21:13:09
Like Overlord says,
Any chance we can get a multi-list-with-expressions list like the Album Art Panel does?

also, is there any way i can remove the vertical scrollbars?
the below image explains what i want to do:
(http://img231.imageshack.us/img231/3328/foo2ce0.th.png) (http://img231.imageshack.us/my.php?image=foo2ce0.png)
Title: Album Art Browser
Post by: Beavis04 on 2007-10-13 04:51:42
Is there a way to get this to pop-up in a new window like the built in Media Library does?
Title: Album Art Browser
Post by: phunkydizco on 2007-10-14 11:32:57
This plugin is great and I have been waiting for something like that for a long time.

The only thing I don't like is the scroll direction. I think a vertical scroll bar would be much better, because nearly every application uses this direction, e.g Firefox and Word.

Is it possible to implement that in the next version?
Title: Album Art Browser
Post by: pepito on 2007-10-19 18:01:24
work like a charm for me 
I just need ,as some people asked already,transparent background !!!
would be great,
even for playlist tree, and why not for browser
I use all of them
Title: Album Art Browser
Post by: aliendesaster on 2007-11-01 00:41:58
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00C95B84h
Access violation, operation: write, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (00C95B84h):
00C95B44h:  00 00 00 00 59 5F 5E 5D 5B 83 C4 24 C2 04 00 CC
00C95B54h:  CC CC CC CC CC CC CC CC CC CC CC CC 83 79 10 00
00C95B64h:  76 04 8B 41 04 C3 B8 7E AB CA 00 C3 8B 44 24 04
00C95B74h:  39 41 10 76 44 8B 51 04 56 8D 71 04 89 41 10 57
00C95B84h:  C6 04 10 00 8B 79 10 8B 49 08 83 C7 01 3B CF 73
00C95B94h:  05 83 C7 10 EB 07 8D 47 20 3B C8 76 1A 3B 7E 08
00C95BA4h:  76 0D E8 E5 18 00 00 89 7E 04 5F 5E C2 04 00 89
00C95BB4h:  7E 04 E8 D5 18 00 00 5F 5E C2 04 00 53 56 57 8B
Stack (0012E834h):
0012E814h:  0251E530 7C9D93C0 77F443DD 7C9D93C0
0012E824h:  00000004 00000000 0251DA3C 00000000
0012E834h:  00000000 00000047 00C9284A 00000000
0012E844h:  5A859A01 002D06D0 00CE4538 00000000
0012E854h:  7E3ABA5B 002D06D0 00000001 00000047
0012E864h:  00000010 00000000 0012E898 00000001
0012E874h:  00000000 00000000 0012E848 02000001
0012E884h:  0012E8D8 7E390457 7E368830 FFFFFFFF
0012E894h:  7E36882A 7E36B4C0 00000000 02032580
0012E8A4h:  001307F8 00000020 00190768 02000001
0012E8B4h:  007804F4 7E36B4CB 00000020 77EF6C02
0012E8C4h:  77EF6BEC 68011130 00000060 0012EA48
0012E8D4h:  00A0AEBC 0012E9DC 7E390457 7E36B4D0
0012E8E4h:  FFFFFFFF 7E36B4CB 7E36B50C 007804E0
0012E8F4h:  00000020 00190768 7E36B51C 00000000
0012E904h:  00000000 00000000 00000000 0012E988
0012E914h:  7C91EAE3 0012E920 00000018 007804E0
0012E924h:  00000020 00190768 02000001 02032580
0012E934h:  7E36B473 7E3694BE 7E36B42D 002B0742
0012E944h:  00000020 00190768 02000001 00000000
Registers:
EAX: 00000000, EBX: 000003F5, ECX: 00CE4548, EDX: 00000000
ESI: 00CE454C, EDI: 00000000, EBP: 0012F0C8, ESP: 0012E834
Crash location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h

Loaded modules:
foobar2000                      loaded at 00400000h - 0050A000h
ntdll                            loaded at 7C910000h - 7C9C7000h
kernel32                        loaded at 7C800000h - 7C907000h
COMCTL32                        loaded at 773A0000h - 774A3000h
msvcrt                          loaded at 77BE0000h - 77C38000h
ADVAPI32                        loaded at 77DA0000h - 77E4A000h
RPCRT4                          loaded at 77E50000h - 77EE1000h
GDI32                            loaded at 77EF0000h - 77F37000h
USER32                          loaded at 7E360000h - 7E3F0000h
SHLWAPI                          loaded at 77F40000h - 77FB6000h
SHELL32                          loaded at 7C9D0000h - 7D1EF000h
ole32                            loaded at 774B0000h - 775ED000h
shared                          loaded at 10000000h - 1002D000h
COMDLG32                        loaded at 76350000h - 7639A000h
uxtheme                          loaded at 5B0F0000h - 5B128000h
foo_abx                          loaded at 00A30000h - 00A64000h
foo_ac3                          loaded at 00A70000h - 00A9B000h
foo_adpcm                        loaded at 00AB0000h - 00AFF000h
foo_asap                        loaded at 5FFF0000h - 6000B000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_cdda                        loaded at 00B40000h - 00B73000h
foo_converter                    loaded at 00BA0000h - 00C12000h
foo_cuesheet_creator            loaded at 00C40000h - 00C6C000h
foo_cwbowron                    loaded at 00C90000h - 00CBA000h
gdiplus                          loaded at 4EBA0000h - 4ED43000h
foo_cwb_hooks                    loaded at 00CF0000h - 00D1E000h
foo_discogs                      loaded at 00D40000h - 00D70000h
libcurl                          loaded at 00D80000h - 00D99000h
WS2_32                          loaded at 71A10000h - 71A27000h
WS2HELP                          loaded at 71A00000h - 71A08000h
WINMM                            loaded at 76AF0000h - 76B1E000h
foo_dsp_std                      loaded at 00E30000h - 00E77000h
foo_dumb                        loaded at 00EA0000h - 00F01000h
foo_facets                      loaded at 00F30000h - 00FCC000h
OLEAUT32                        loaded at 770F0000h - 7717C000h
MSIMG32                          loaded at 76320000h - 76325000h
foo_fileops                      loaded at 00FF0000h - 01036000h
foo_freedb2                      loaded at 01060000h - 010A1000h
foo_gep                          loaded at 010D0000h - 01168000h
foo_input_alac                  loaded at 01190000h - 011AD000h
foo_input_dts                    loaded at 011D0000h - 01235000h
foo_input_monkey                loaded at 01260000h - 012AA000h
foo_input_shorten                loaded at 012D0000h - 012FE000h
foo_input_std                    loaded at 01320000h - 01445000h
foo_lnk                          loaded at 01470000h - 01489000h
foo_lyricsdb                    loaded at 014B0000h - 014CE000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
WININET                          loaded at 77180000h - 7722B000h
CRYPT32                          loaded at 77A50000h - 77AE5000h
MSASN1                          loaded at 77AF0000h - 77B02000h
foo_masstag                      loaded at 014E0000h - 01530000h
foo_osd                          loaded at 01550000h - 01582000h
foo_out_asio                    loaded at 015C0000h - 015EF000h
foo_out_ks                      loaded at 01610000h - 0163A000h
SETUPAPI                        loaded at 778F0000h - 779E4000h
foo_playcount                    loaded at 01660000h - 01685000h
foo_playlist_tree                loaded at 016B0000h - 01719000h
foo_plbench                      loaded at 01740000h - 01771000h
foo_psf                          loaded at 017A0000h - 01882000h
foo_quicktag                    loaded at 018B0000h - 018EE000h
foo_random                      loaded at 01910000h - 0194F000h
foo_rgscan                      loaded at 01970000h - 019B6000h
foo_rg_trn                      loaded at 019E0000h - 019FB000h
foo_sic                          loaded at 01A20000h - 01A77000h
foo_sid                          loaded at 01BA0000h - 01C22000h
foo_spdif                        loaded at 01C50000h - 01C65000h
DSOUND                          loaded at 73E70000h - 73ECC000h
VERSION                          loaded at 77BD0000h - 77BD8000h
foo_uie_albumlist                loaded at 01C90000h - 01CD3000h
foo_uie_console                  loaded at 01D00000h - 01D1B000h
foo_uie_lyrics_panel            loaded at 01D40000h - 01DA9000h
foo_uie_playlists_dropdown      loaded at 01DD0000h - 01E09000h
foo_uie_quicksearch              loaded at 01E30000h - 01E78000h
foo_uie_tabs                    loaded at 01EA0000h - 01ECA000h
foo_uie_trackinfo_mod            loaded at 01EF0000h - 01F46000h
foo_uie_typefind                loaded at 01F60000h - 01F90000h
foo_ui_columns                  loaded at 01FB0000h - 0209A000h
foo_ui_std                      loaded at 020C0000h - 02174000h
foo_utils                        loaded at 021A0000h - 021D9000h
foo_verifier                    loaded at 02200000h - 02230000h
WINTRUST                        loaded at 76BF0000h - 76C1E000h
IMAGEHLP                        loaded at 76C50000h - 76C78000h
wdmaud                          loaded at 72C90000h - 72C99000h
msacm32                          loaded at 72C80000h - 72C88000h
MSACM32                          loaded at 77BB0000h - 77BC5000h
midimap                          loaded at 77BA0000h - 77BA7000h
KsUser                          loaded at 73E40000h - 73E44000h
netapi32                        loaded at 597D0000h - 59825000h
appHelp                          loaded at 77B10000h - 77B32000h
CLBCATQ                          loaded at 76F90000h - 7700F000h
COMRes                          loaded at 77010000h - 770E3000h
shdocvw                          loaded at 7E1E0000h - 7E351000h
CRYPTUI                          loaded at 76880000h - 76905000h
WLDAP32                          loaded at 76F20000h - 76F4D000h
EuShlExt                        loaded at 06940000h - 06956000h
urlmon                          loaded at 7DF20000h - 7DFC2000h
Secur32                          loaded at 77FC0000h - 77FD1000h
xpsp2res                        loaded at 20000000h - 202D9000h
mlang                            loaded at 75DC0000h - 75E51000h
msdmo                            loaded at 73620000h - 73627000h
wmadmod                          loaded at 0B360000h - 0B3C4000h
wmvdmod                          loaded at 0C590000h - 0C66C000h
DBGHELP                          loaded at 59DD0000h - 59E71000h

Stack dump analysis:
Address: 00C9284Ah, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 7E3ABA5Bh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDlgItemInt" (+00000000h)
Address: 02000001h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E368830h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000169h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 7E36B4C0h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 02032580h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 02000001h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E36B4CBh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+0000018Fh)
Address: 77EF6C02h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "GdiDrawStream" (+00000054h)
Address: 77EF6BECh, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "GdiDrawStream" (+0000003Eh)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E36B4D0h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 7E36B4CBh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+0000018Fh)
Address: 7E36B50Ch, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 7E36B51Ch, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+000001E0h)
Address: 7C91EAE3h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 02000001h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 02032580h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E36B473h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 7E3694BEh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 7E36B42Dh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+000000F1h)
Address: 02000001h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E36E284h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DrawTextExW" (+00000505h)
Address: 7E36B3F9h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+000000BDh)
Address: 02000001h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E368BD9h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 5B0F2BFBh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+000009E0h)
Address: 5B0F2BACh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+00000991h)
Address: 5B0F2B54h, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+00000939h)
Address: 5B0F2B92h, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+00000977h)
Address: 7E36E5EAh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "UserLpkPSMTextOut" (+0000006Bh)
Address: 7E36E611h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "UserLpkPSMTextOut" (+00000092h)
Address: 7E3684FCh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 7E3685A4h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 02000001h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 02032580h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 02032580h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E368BD9h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E36885Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000193h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 004B004Fh, location: "foobar2000", loaded at 00400000h - 0050A000h
Address: 5B0F1B3Dh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Address: 7E368F9Ch, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetSystemMetrics" (+00000000h)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E368830h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000169h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 7E36B4C0h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 01FE2B30h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 77EF6C02h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "GdiDrawStream" (+00000054h)
Address: 77EF6BECh, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "GdiDrawStream" (+0000003Eh)
Address: 01FE2B30h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 01FE2B30h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E368BD9h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 5B0F153Dh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Address: 7E36C66Eh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "CopyRect" (+00000000h)
Address: 00FFFFFFh, location: "foo_fileops", loaded at 00FF0000h - 01036000h
Address: 77EF5E39h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "SetBkColor" (+00000000h)
Address: 7E368BD9h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E3C0088h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 5B0FA2E8h, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "IsThemeActive" (+00000B3Bh)
Address: 00FFFFFFh, location: "foo_fileops", loaded at 00FF0000h - 01036000h
Address: 77EF5E39h, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "SetBkColor" (+00000000h)
Address: 7E36C66Eh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "CopyRect" (+00000000h)
Address: 5B0FA2EEh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "IsThemeActive" (+00000B41h)
Address: 00FFFFFFh, location: "foo_fileops", loaded at 00FF0000h - 01036000h
Address: 5B0FA496h, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "DrawThemeEdge" (+0000019Dh)
Address: 5B0F2BFBh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+000009E0h)
Address: 5B0F2BACh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+00000991h)
Address: 5B0F2B54h, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+00000939h)
Address: 5B0F2B92h, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+00000977h)
Address: 7C920732h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C920738h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C920732h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C9206ABh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+000000D7h)
Address: 7C9237ABh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlUnlockHeap" (+00000020h)
Address: 7C9237C7h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlUnlockHeap" (+0000003Ch)
Address: 7C832EB1h, location: "kernel32", loaded at 7C800000h - 7C907000h
Symbol: "LocalUnlock" (+00000078h)
Address: 7C832EB9h, location: "kernel32", loaded at 7C800000h - 7C907000h
Symbol: "LocalUnlock" (+00000080h)
Address: 7C832E39h, location: "kernel32", loaded at 7C800000h - 7C907000h
Symbol: "LocalUnlock" (+00000000h)
Address: 7C839A30h, location: "kernel32", loaded at 7C800000h - 7C907000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C832EC0h, location: "kernel32", loaded at 7C800000h - 7C907000h
Symbol: "LocalUnlock" (+00000087h)
Address: 7C832EB9h, location: "kernel32", loaded at 7C800000h - 7C907000h
Symbol: "LocalUnlock" (+00000080h)
Address: 773C1C4Eh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00005DAEh)
Address: 773F2910h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00036A70h)
Address: 7E3688A6h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 773C3E6Eh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00007FCEh)
Address: 773C3DBFh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00007F1Fh)
Address: 773C3DBFh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00007F1Fh)
Address: 7E3C0088h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773C3DBFh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00007F1Fh)
Address: 773C3DBFh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00007F1Fh)
Address: 7E368BD9h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E36885Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000193h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 7E3688A6h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000000h)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E368830h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000169h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 7E36B89Bh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetParent" (+0000016Ch)
Address: 773C3DBFh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+00007F1Fh)
Address: 7E36CE21h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowTextW" (+0000006Bh)
Address: 7E36CE0Bh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowTextW" (+00000055h)
Address: 7C8798F3h, location: "kernel32", loaded at 7C800000h - 7C907000h
Symbol: "FoldStringW" (+00000095h)
Address: 7E3ABB12h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDlgItemInt" (+000000B7h)
Address: 7E3ABBA8h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDlgItemInt" (+0000014Dh)
Address: 00C9C25Eh, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C920570h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C92056Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 1000FECAh, location: "shared", loaded at 10000000h - 1002D000h
Address: 1000FEE9h, location: "shared", loaded at 10000000h - 1002D000h
Address: 1000FEE9h, location: "shared", loaded at 10000000h - 1002D000h
Address: 10003254h, location: "shared", loaded at 10000000h - 1002D000h
Symbol: "uGetCallStackPath" (+000002B4h)
Address: 00CA84B8h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 100091A8h, location: "shared", loaded at 10000000h - 1002D000h
Symbol: "uGetWindowText" (+00000078h)
Address: 100031FEh, location: "shared", loaded at 10000000h - 1002D000h
Symbol: "uGetCallStackPath" (+0000025Eh)
Address: 100091C4h, location: "shared", loaded at 10000000h - 1002D000h
Symbol: "uGetWindowText" (+00000094h)
Address: 10009270h, location: "shared", loaded at 10000000h - 1002D000h
Symbol: "uGetDlgItemText" (+00000000h)
Address: 00CA85FBh, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00C92C2Bh, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00C92AE0h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00CAB004h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00CA8A88h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00C92AE0h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00C92AE0h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 7E373745h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 00C92AE0h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E373768h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 7E373591h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 00C92AE0h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 7E37379Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 02032580h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E3684FCh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 7E3685A4h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 7E3737BCh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 7E37379Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E37379Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E368816h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000014Fh)
Address: 7E37379Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E36882Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000163h)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E368830h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000169h)
Address: 7E36B89Bh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetParent" (+0000016Ch)
Address: 7E37379Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E36B903h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773C7344h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000B4A4h)
Address: 773C7426h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000B586h)
Address: 773C972Bh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D88Bh)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 77EF76BBh, location: "GDI32", loaded at 77EF0000h - 77F37000h
Symbol: "CreateCompatibleBitmap" (+000006A1h)
Address: 0203964Dh, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E36F896h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "CallNextHookEx" (+0000003Bh)
Address: 7E36970Eh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "IsChild" (+00000000h)
Address: 01FE13B1h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 01DE0435h, location: "foo_uie_playlists_dropdown", loaded at 01DD0000h - 01E09000h
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 7E368816h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000014Fh)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E368830h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+00000169h)
Address: 7E3689CDh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 773C8EA4h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000D004h)
Address: 7E3693E9h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PeekMessageW" (+0000014Eh)
Address: 7E3693A8h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PeekMessageW" (+0000010Dh)
Address: 7E381B3Ch, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "AppendMenuA" (+0000006Eh)
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E3689F0h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 7E368A10h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 7E37D99Dh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "IsDialogMessageW" (+000000DBh)
Address: 7E37DADAh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "CallMsgFilterW" (+0000012Eh)
Address: 7E37593Fh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DrawStateW" (+000001F2h)
Address: 7E375981h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DialogBoxIndirectParamAorW" (+00000036h)
Address: 00C90000h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00CB51A8h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00C92AE0h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 7E37559Eh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DialogBoxParamW" (+0000003Fh)
Address: 00C90000h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00CB51A8h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00C92AE0h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00C9404Fh, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00C90000h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 00C92AE0h, location: "foo_cwbowron", loaded at 00C90000h - 00CBA000h
Address: 0201CB48h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 0201CF00h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 0201E102h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 0201CF00h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E36DD9Dh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DrawTextExW" (+0000001Eh)
Address: 7C9205C8h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 7C920551h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C92056Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C9205D4h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 5B0F2E8Eh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "DrawThemeBackground" (+00000266h)
Address: 7C809E21h, location: "kernel32", loaded at 7C800000h - 7C907000h
Symbol: "IsBadReadPtr" (+00000000h)
Address: 5B0F153Dh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Address: 5B0F2299h, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+0000007Eh)
Address: 5B0F22ADh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "GetThemeAppProperties" (+00000092h)
Address: 5B0F30DCh, location: "uxtheme", loaded at 5B0F0000h - 5B128000h
Symbol: "DrawThemeText" (+000000ABh)
Address: 7C9205D4h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 773C86F5h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000C855h)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C920570h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C92056Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 773C8726h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0000C886h)
Address: 7E37379Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E3737BCh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 0205419Ch, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E368734h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "GetDC" (+0000006Dh)
Address: 0201CF00h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 0201CF00h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E373745h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 0201CF00h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E390457h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E373768h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 7E373591h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 0201CF00h, location: "foo_ui_columns", loaded at 01FB0000h - 0209A000h
Address: 7E37379Ah, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7E3684FCh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 7E3685A4h, location: "USER32", loaded at 7E360000h - 7E3F0000h
Address: 7E3737BCh, location: "USER32", loaded at 7E360000h - 7E3F0000h
Symbol: "DefDlgProcW" (+00000022h)

Version info:
foobar2000 v0.9.5 beta 1
UNICODE
Windows 5.1


Additional info:
Lyrics panel 0.35  (foo_uie_lyrics_panel)
SPDIF support 0.3  (foo_spdif)
Shorten decoder 0.4.2a  (foo_input_shorten)
File Integrity Verifier 1.0.1  (foo_verifier)
sidplay2 1.13  (foo_sid)
Columns UI 0.2.1 alpha 4 v2  (foo_ui_columns)
ReplayGain override 0.1.1  (foo_rg_trn)
foosic music database 1.0 beta 11  (foo_sic)
AC3 decoder 0.7  (foo_ac3)
Playlist Tree Panel 2.2.3 [Aug 25 2006 - 11:27:07]  (foo_playlist_tree)
Cuesheet Creator 0.4.6  (foo_cuesheet_creator)
Discogs Tagger 0.1  (foo_discogs)
Typefind 0.2 beta 2  (foo_uie_typefind)
On-Screen Display 1.52  (foo_osd)
Monkey's Audio decoder 2.1.2  (foo_input_monkey)
foobar2000 core 0.9.5 beta 1  (Core)
Playlist tools 0.5.7  (foo_utils)
OKI-ADPCM decoder 0.14  (foo_adpcm)
Album list panel 0.2.3 beta  (foo_uie_albumlist)
freedb Tagger 0.5.2.1  (foo_freedb2)
foo_lyricsdb 0.0.7 beta 4  (foo_lyricsdb)
XA ADPCM decoder 1.1  (foo_adpcm)
ASIO support 1.2.5  (foo_out_asio)
cwbowron's title format hooks 1.0.13 [Oct  2 2006 - 09:06:52]  (foo_cwb_hooks)
Console panel 0.2.1  (foo_uie_console)
Interplay ACM decoder 1.0  (foo_adpcm)
Randomized playlist entry 1.2.3  (foo_random)
ADX decoder 1.0  (foo_adpcm)
ASAP 0.2.1  (foo_asap)
Album Art Browser 0.0.5 [Jul 23 2007 - 08:27:55]  (foo_cwbowron)
Default User Interface 0.9.5  (foo_ui_std)
Facets 2007-10-21  (foo_facets)
DUMB module decoder 0.9.7.5  (foo_dumb)
Quick Search Toolbar 2.8h  (foo_uie_quicksearch)
Converter 1.0.1  (foo_converter)
Shell link resolver 1.1  (foo_lnk)
Playback Statistics 2.0  (foo_playcount)
Standard DSP Array 1.0  (foo_dsp_std)
DTS decoder 0.1.7  (foo_input_dts)
BRR decoder and converter 0.7  (foo_adpcm)
CD Audio Decoder 2.1.2  (foo_cdda)
GCN DSP decoder 1.2  (foo_adpcm)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
Game Emu Player 1.3  (foo_gep)
Startup Actions 0.0.2 [Jul 23 2007 - 08:27:55]  (foo_cwbowron)
File Operations 2.0  (foo_fileops)
ABX Comparator 1.3.1  (foo_abx)
ALAC Decoder 1.0  (foo_input_alac)
Playlists Dropdown 0.6 alpha 3  (foo_uie_playlists_dropdown)
kode's ADPCM decoders 1.2  (foo_adpcm)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Quick Tagger 1.0  (foo_quicktag)
Playlist Loader Benchmark 0.3  (foo_plbench)
Kernel Streaming Output 1.2.2  (foo_out_ks)
Standard Input Array 1.0  (foo_input_std)
Masstagger 1.6  (foo_masstag)
Highly Experimental 2.0.5  (foo_psf)
Track info panel mod 0.8.0 beta [Jan  5 2007 - 13:36:12]  (foo_uie_trackinfo_mod)
RAC decoder 1.0  (foo_adpcm)

huh? (sp2) after clickong on ok in component preferences dialog.
Title: Album Art Browser
Post by: jahwise on 2007-11-14 04:29:52
this component is a nice idea, its working like a charm on me panel ui config !
but like some other, it need some more option.
Nice work, hope to see soon a new version!
Title: Album Art Browser
Post by: blammo on 2007-12-24 12:28:52
Hi.

This inst working for me at all.  I am using 0.9.5 beta 8
Title: Album Art Browser
Post by: nightfishing on 2008-01-27 06:20:28
With all the chatter about the cover flow components, I still find the Album Art browser a much more usable way to browse my catalogue. (With a "big" screen, I can still easily browse thru 500+ albums with ease.)

Just a +1 for an update (no-cover image and maybe a couple of little added preference choices - a simple context menu with a few options would be ideal and being able to change sort-by options on-the-fly would be a plus.)

Great component; I use it every day with Dockable Panels.

Thanks!
Title: Album Art Browser
Post by: nightfishing on 2008-03-02 17:57:00
Not sure if there a chance in heck this is still in development, but...

If theres any chance you could fix the following bug it would be greatly appreciated:

When using Edit other/send to playlist and play the tracks are not sorted correctly.

If I use the same command from Album List (or any other component) the sort is correct.

I have tried to deduce where the sort is coming from, but I am stumped. Sort is fine on tracks that have never been played and/or do not have custom_info tags associated with them.

pics:

good :

http://www.halfbakedschemes.com/test/good.jpg (http://www.halfbakedschemes.com/test/good.jpg)

bad: :

http://www.halfbakedschemes.com/test/bad.jpg (http://www.halfbakedschemes.com/test/bad.jpg)

TIA
Title: Album Art Browser
Post by: Bodhi on 2010-09-06 17:31:53
Hello,

The link is dead, is there any working one somewhere?

Thank you.