Skip to main content

Notice

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

Foo_uie_albumart

Reply #75
Quote
Hey, recently I have been getting a dialog box with
"metadb_handle leaks, 1 objects"
when quitting foobar. I thought of what plugins I have recently installed, and removing them one by one, narrowed it down to yours.
[a href="index.php?act=findpost&pid=253962"][{POST_SNAPBACK}][/a]

So I guess I am the only one having this happen?

Foo_uie_albumart

Reply #76
i haven't come across that error message yet.
"If you cannot read this, please ask the flight attendant for assistance."
- United Airlines Flight Safety Brochure

Foo_uie_albumart

Reply #77
Quote from: foosion,Nov 15 2004, 05:54 AM

Quote from: rexy,Nov 15 2004, 02:39 PM
As for auto-hiding, does any ui_extension master coder (foosion?) know if there's a message I can send to columns_ui telling it to hide the sidebar? I guess I can tell my component to go to the menu and execute the hide thing, but I was wondering if there was a "proper" way. Anywho, you can set a default image to take up the sapce if you want to.[{POST_SNAPBACK}][/a]
The upcoming revision of the UI extension API will allow this. For more information on this, please see the discussion about the ui_extension API in the dev forum.
[a href="index.php?act=findpost&pid=254020"][{POST_SNAPBACK}][/a]

Thanks. Will go check out that thread.

Quote from: free,Nov 15 2004, 06:02 AM

thx now it's correctly work for me
[a href="index.php?act=findpost&pid=254022"][{POST_SNAPBACK}][/a]

Great! Your welcome.

Quote from: upNorth,Nov 15 2004, 06:25 AM

@rexy: There is a bug in the sources list. From time to time names gets mixed up when they are moved around, and you get two entries with the same name. Meaning  name doesn't correspond to value for one of them. It can be corrected again by moving them around some more

I don't know how to explain it any better, but my guess is that you copied this from one of the plugins that comes with the SDK. At least I did that myself, and got the same bug (don't remember how much I modified it though).
[a href="index.php?act=findpost&pid=254025"][{POST_SNAPBACK}][/a]

Quote from: kalmark,Nov 15 2004, 06:45 AM

Quote from: upNorth,Nov 15 2004, 04:25 PM
@rexy: There is a bug in the sources list. From time to time names gets mixed up when they are moved around, and you get two entries with the same name. Meaning  name doesn't correspond to value for one of them. It can be corrected again by moving them around some more
[a href="index.php?act=findpost&pid=254025"][{POST_SNAPBACK}][/a]

I wanted to report this too but my net was dead for a while 

Good job rexy, nice plugin!!!
[a href="index.php?act=findpost&pid=254031"][{POST_SNAPBACK}][/a]

Thanks. I noticed the source list bug thing too, but left it alone for now as it's not too critical as it can fixed by reopenning the config window. After a very brief look I couldn't figure out what was causing, so I'll just have to have a closer look later sometime.

Quote from: esa372,Nov 15 2004, 07:02 AM

Quote from: EZ-man,Nov 15 2004, 07:45 AM
I have put this plugin in components folder.
When I run fb2k, it doesn't show any errors.
But it also doesn' work...
Same here.
(XP-SP2, P4-2.8GHz)
[a href="index.php?act=findpost&pid=254036"][{POST_SNAPBACK}][/a]

There's a DLL that this component needs. Look at the first post. I'll make it more apparent... later.

Quote from: desigrid,Nov 15 2004, 07:06 AM

Great UIE rexy!

Though I've a similar request for foo_uie_albumart as I had for [a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=29363&view=findpost&p=253733]foo_uie_trackinfo[/url] . Besides have the option to either follow cursor or not, could you add a somewhat intermediary option that will turn off follow cursor when a track is currently playing and to turn it on when no track is playing? i.e. if a track is playing, album art of currently playing track is displayed and it is not affected by the playlist focus; if no track is playing, album art of currently selected track is displayed.
[{POST_SNAPBACK}][/a]

Thanks. Great idea! I like it. Will undoubtedly get implemented.

Quote from: foosion,Nov 15 2004, 07:07 AM

Problem 1 (crash): Transfering the album art panel from one host to another crashes foobar2000.

How to reproduce: add album art panel to regular sidebar, then try to add it to a panel stack instance.

Examples of how to do this correctly can be found in my foo_history/foosion_helpers source and in Phi's foo_uie_trackinfo (perhaps also in one of musicmusic's examples).

Problem 2 (glitch): The labels in the sources list are displayed wrong after adding one or more entries, like some entries appearing twice or being displayed in the wrong order. Double-clicking opens the expected entry.

Both tested with foo_uie_albumart 0.033.
[a href="index.php?act=findpost&pid=254038"][{POST_SNAPBACK}][/a]

I'll have to fix that host transfer thing. Where exactly can I get these helpers of yours? They sound helpful.
About the list thing, as I said above, I'll have to have a closer look at it.

Quote from: upNorth,Nov 15 2004, 08:18 AM

Feature request:
Option to refresh image for the playing track, to avoid the current need to start it over.

With foo_looks I used a simple "pause then play" to update it, so maybe it could be triggered by a on_playback_starting() callback or something.

Alternatively you could just add a "refresh" entry to the context menu.
[a href="index.php?act=findpost&pid=254053"][{POST_SNAPBACK}][/a]

The only reason it doesn't refresh by itself is because I forgot to tell my notifier thing to listen to the list cfg vars aswell. Will get fixed in next release.

Quote from: reardon,Nov 15 2004, 09:05 AM

Quote from: rexy,Nov 14 2004, 05:27 PM
Version 0.03a added.

@reardon: How exactly does it store the cover? Is it a tag that has the file's adress? If so, then it is now supported with the new version. Otherwise, is it simply binary data within a tag?... do you know where I may find specifications about the standart use of covers in tags? I may consider implementing this (I might not implement it though).


Check here: [a href="http://louhi.kempele.fi/~skyostil/projects/albumart/]http://louhi.kempele.fi/~skyostil/projects/albumart/[/url]

It seems to be in the APIC tag for MP3 (ID3v2) or in COVR tag for AAC.  I don't know the exact format from there, but I believe you can dig it out of the python sources.

I know a lot of people here simply want file-based referals, but I believe that embedded images are de facto more popular (if you use more than a PC to play music, it is basically the only option).  And iTunes is just making even more popular method.

+Reardon
[a href="index.php?act=findpost&pid=254066"][{POST_SNAPBACK}][/a]

I'll have a look at it, but this is pretty low priority because it seems like a lot of work for something not too important. I'll have a look and see and if it seems easy I'll prolly add it.

Quote from: NEMO7538,Nov 15 2004, 10:14 AM

Nice plugin ! Congratulations.
[a href="index.php?act=findpost&pid=254099"][{POST_SNAPBACK}][/a]

Thanks.

Quote from: EZ-man,Nov 15 2004, 11:24 AM

Thanks. Will get fixed.

Quote from: TheGreekGeek,Nov 15 2004, 01:18 PM

hi,

I'm using foobar with columnsUI 1.2 beta 3 (with azrael config). I tried your plugin, but I can't find a switch or button or whatever to switch on the panel. I can configure the plugIn, but I see no panel. A 'folder.jpg' is existing.

any ideas?

thx!
[a href="index.php?act=findpost&pid=254143"][{POST_SNAPBACK}][/a]

Sorry, but I really don't understand what your problem is. Be more specific. Is the panel not showing up? Is it not displaying images, but is showing up? Be sure to actually add the panel (right click your side bar).

Quote from: Moonwhaler,Nov 15 2004, 01:19 PM

Hi!

How about this crazy idea: Use some sort of "Get cover using XYZ" as context menu when clicking on a songs name. This will initiate a web search (amazon.whatever / configuration) and extracts the cover image and saves it to the appropriate folder... Something similar like foo_freedb already does. The next step would be "mass"-downloading covers for all selected albums / songs in the playlist (like masstagging), but with some intelligence: If there already is a folder.jpg / png jump to the next song etc.

The advantage within foobar would be using tags instead of the filename > higher accuracy...

This would be VERY nice. The "Album Cover Art Downloader" is a cool program, but if this functionality would be part of foobar (uie_albumart) that would rock - big time.


Anyways: I love your component!
Moon
[a href="index.php?act=findpost&pid=254144"][{POST_SNAPBACK}][/a]

Thanks. That sounds like a seperate component for cover retreival (that is, while it could be in the same DLL, logically there is no point to it and it would make more sense as a seperate component). I might make one and publish it along with the panel component, but that would be low priority. Maybe someone else would like to make a cover retreival component...

Quote from: badrad,Nov 15 2004, 01:48 PM

Quote from: badrad,Nov 14 2004, 11:58 PM
Hey, recently I have been getting a dialog box with
"metadb_handle leaks, 1 objects"
when quitting foobar. I thought of what plugins I have recently installed, and removing them one by one, narrowed it down to yours.
[a href="index.php?act=findpost&pid=253962"][{POST_SNAPBACK}][/a]

So I guess I am the only one having this happen?
[a href="index.php?act=findpost&pid=254153"][{POST_SNAPBACK}][/a]

Try v0.033. Sorry I didn't add a new post informing of the new version.

Foo_uie_albumart

Reply #78
hei rexy,

the panel isnt showing up. But as usual the user is the problem  The switch to show the panel is at the 'topic' of the sidebar. I clicked everywhere to find something like that but not there...
Now its working.

Great work!

THX

Foo_uie_albumart

Reply #79
I am obviously being incredibly stupid, but I just cannot see how you actually "add" the panel. I cannot find a way to turn it on, either in the preferences or in the components menu.

Sorry about this, but if anyone could point this out to me, i would be very grateful.

Thanks

Tourmalet

Have now discovered why. Wrong version of  foo_ui_columns. Sorry again to waste space.


Foo_uie_albumart

Reply #81
Quote
How about this crazy idea: Use some sort of "Get cover using XYZ" as context menu when clicking on a songs name...[a href="index.php?act=findpost&pid=254144"][{POST_SNAPBACK}][/a]
well, there are plugins that can run external programs from context menu (foo_run etc), and Album Cover Art Downloader has some sort of command line interface (i didn't look into it though), so i guess there's some chance you could work it out using existing plugins

Foo_uie_albumart

Reply #82
Version updated.

@foosion: thanks.

Foo_uie_albumart

Reply #83
Quote
Version updated.
[a href="index.php?act=findpost&pid=254195"][{POST_SNAPBACK}][/a]

This new version fixed the db error I was having on exit! Thanks!

I agree that any automated fetching should be in another component, becuase I wouldnt use it. I prefer to set mine up (semi)manually, as with automated retrieval it is only what that program thinks is correct.

Foo_uie_albumart

Reply #84
It keeps crashing at startup here 
Quote
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00B53A37h
Access violation, operation: read, address: 00000000h
Call path:
WinMain=>app_init
This is the first crash logged by this instance.
Code bytes (00B53A37h):
00B539F7h:  CC CC CC CC CC CC CC CC CC 56 57 E8 9A 0E 00 00
00B53A07h:  8B F0 8B 3E 8B CE FF 57 24 50 8B CE FF 57 1C 8B
00B53A17h:  F0 85 F6 74 1B 56 E8 4E F0 FF FF A1 28 81 B5 00
00B53A27h:  83 C4 04 6A 05 6A 00 6A 00 50 FF 15 18 61 B5 00
00B53A37h:  8B 16 5F 8B CE 5E FF 62 04 8B 15 04 67 B5 00 8B
00B53A47h:  C1 8D 48 08 89 11 8B 15 08 67 B5 00 89 51 04 8B
00B53A57h:  15 0C 67 B5 00 89 51 08 8B 15 10 67 B5 00 89 51
00B53A67h:  0C 8B 0D 80 83 B5 00 8B 54 24 04 89 48 04 8B 4C
Stack (0012FC14h):
0012FBF4h:  00E3F8D4 77FA88F0 77F521E0 0000005C
0012FC04h:  00E3D078 C0000005 00E3D054 00E3D064
0012FC14h:  004442AC 00B580E4 004118E9 70A74187
0012FC24h:  0015233D 00000000 00000006 0012FC64
0012FC34h:  008A0000 77F944A8 00000003 008A0718
0012FC44h:  008A0000 00000000 0012FC3C 00000120
0012FC54h:  0012FE84 77FA88F0 008A6700 0000011D
0012FC64h:  77F58497 77F57F98 77F58A3A 70A74187
0012FC74h:  00000010 00000000 77F8E397 008A0608
0012FC84h:  77F8E3C3 00000000 008A4C38 00000400
0012FC94h:  02080000 0012FC9C 0000000D 008A0640
0012FCA4h:  001562E0 77F5541D 008A0640 008A0640
0012FCB4h:  7FFDF000 00000000 00150640 00000000
0012FCC4h:  008A0640 008A0640 008A0178 008A0640
0012FCD4h:  00000000 00150640 008A0640 008A0640
0012FCE4h:  008A0640 008A0640 008A0640 008A0640
0012FCF4h:  008A0640 008A0640 008A0640 008A56B8
0012FD04h:  008A39E0 008A0178 001502F8 00156168
0012FD14h:  00000001 00000006 001502F8 001562E0
0012FD24h:  00150178 00156448 001562D0 00150178
Registers:
EAX: 00000000, EBX: 77C2AA6B, ECX: 0012FC04, EDX: 004458F8
ESI: 00000000, EDI: 0043B0D8, EBP: 0012FF0C, ESP: 0012FC14
Crash location: "foo_uie_albumart", loaded at 00B50000h - 00B5B000h

Loaded modules:
foobar2000                       loaded at 00400000h - 00452000h
ntdll                            loaded at 77F50000h - 77FF7000h
kernel32                         loaded at 77E60000h - 77F46000h
USER32                           loaded at 77D40000h - 77DCC000h
GDI32                            loaded at 7F000000h - 7F041000h
ADVAPI32                         loaded at 77DD0000h - 77E5D000h
RPCRT4                           loaded at 78000000h - 78087000h
ole32                            loaded at 771B0000h - 772D4000h
COMCTL32                         loaded at 71950000h - 71A34000h
msvcrt                           loaded at 77C10000h - 77C63000h
SHLWAPI                          loaded at 70A70000h - 70AD9000h
utf8api                          loaded at 10000000h - 1000D000h
comdlg32                         loaded at 763B0000h - 763F5000h
SHELL32                          loaded at 4F510000h - 4FD21000h
IMM32                            loaded at 76390000h - 763AC000h
LPK                              loaded at 629C0000h - 629C8000h
USP10                            loaded at 72FA0000h - 72FFA000h
foo_beammeup                     loaded at 008E0000h - 008EB000h
foo_clienc                       loaded at 008F0000h - 008FB000h
foo_console                      loaded at 00900000h - 00907000h
foo_diskwriter                   loaded at 00910000h - 00922000h
WINMM                            loaded at 76B40000h - 76B6C000h
foo_dsp_extra                    loaded at 009B0000h - 009C5000h
foo_history                      loaded at 009D0000h - 009E5000h
foo_infobox                      loaded at 009F0000h - 00A03000h
foo_input_std                    loaded at 00A10000h - 00AB2000h
MSACM32                          loaded at 77BE0000h - 77BF4000h
foo_masstag                      loaded at 00AC0000h - 00AD4000h
foo_openwith                     loaded at 00AE0000h - 00AE9000h
MSVCR71                          loaded at 7C340000h - 7C396000h
foo_out_dsound_ex2               loaded at 00B00000h - 00B09000h
DSOUND                           loaded at 51080000h - 510DD000h
VERSION                          loaded at 77C00000h - 77C07000h
foo_playlistfind                 loaded at 00B20000h - 00B2B000h
foo_read_http                    loaded at 00B30000h - 00B4B000h
WS2_32                           loaded at 71AB0000h - 71AC5000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
foo_uie_albumart                 loaded at 00B50000h - 00B5B000h
OLEAUT32                         loaded at 77120000h - 771AB000h
MSVCP71                          loaded at 7C3A0000h - 7C41B000h
foo_uie_albumlist                loaded at 00B60000h - 00B6E000h
foo_uie_ascii_buttons            loaded at 00B70000h - 00B76000h
foo_uie_dbexplorer               loaded at 00B80000h - 00B8A000h
foo_uie_simple_spectrum          loaded at 00B90000h - 00B9B000h
foo_uie_tabs                     loaded at 00BA0000h - 00BA9000h
foo_uie_trackinfo                loaded at 00BB0000h - 00BBB000h
foo_ui_columns                   loaded at 00BC0000h - 00BF6000h
foo_vis_bacon                    loaded at 00C00000h - 00C18000h
foo_vis_manager                  loaded at 00C20000h - 00C28000h
foo_winamp_input                 loaded at 00C30000h - 00C5A000h
uxtheme                          loaded at 5AD70000h - 5ADA4000h
msctfime                         loaded at 00DC0000h - 00DEB000h
Msimtf                           loaded at 746F0000h - 74716000h
MSCTF                            loaded at 74720000h - 74764000h
in_tara                          loaded at 01110000h - 0112E000h
WSOCK32                          loaded at 71AD0000h - 71AD8000h
MFC42                            loaded at 73DD0000h - 73EC2000h
imagehlp                         loaded at 76C90000h - 76CB2000h
DBGHELP                          loaded at 6D510000h - 6D58D000h

Stack dump analysis:
Address: 00B580E4h, location: "foo_uie_albumart", loaded at 00B50000h - 00B5B000h
Address: 004118E9h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 70A74187h, location: "SHLWAPI", loaded at 70A70000h - 70AD9000h
Symbol: "Ordinal125" (+0000002Dh)
Address: 77F944A8h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlRemoteCall" (+000001BEh)
Address: 77FA88F0h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "wcstombs" (+00003409h)
Address: 77F58497h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlAllocateHeap" (+000008E9h)
Address: 77F57F98h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlAllocateHeap" (+000003EAh)
Address: 77F58A3Ah, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlAllocateHeap" (+00000E8Ch)
Address: 70A74187h, location: "SHLWAPI", loaded at 70A70000h - 70AD9000h
Symbol: "Ordinal125" (+0000002Dh)
Address: 77F8E397h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlReAllocateHeap" (+00000D4Fh)
Address: 77F8E3C3h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlReAllocateHeap" (+00000D7Bh)
Address: 77F5541Dh, location: "ntdll", loaded at 77F50000h - 77FF7000h
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 77C5CA98h, location: "msvcrt", loaded at 77C10000h - 77C63000h
Symbol: "wpgmptr" (+000000A4h)
Address: 77F59BB3h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlAcquirePebLock" (+00000031h)
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043A200h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043A1ECh, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 00410FD5h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 00438DB5h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 70A74187h, location: "SHLWAPI", loaded at 70A70000h - 70AD9000h
Symbol: "Ordinal125" (+0000002Dh)
Address: 00438DE0h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043C320h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 77E8141Ah, location: "kernel32", loaded at 77E60000h - 77F46000h
Symbol: "GetCurrentDirectoryW" (+00000044h)
Address: 70A74187h, location: "SHLWAPI", loaded at 70A70000h - 70AD9000h
Symbol: "Ordinal125" (+0000002Dh)
Address: 77E9B2E5h, location: "kernel32", loaded at 77E60000h - 77F46000h
Symbol: "SetThreadExecutionState" (+00000097h)
Address: 77E97CE0h, location: "kernel32", loaded at 77E60000h - 77F46000h
Symbol: "VerSetConditionMask" (+0000D764h)
Address: 00438C81h, location: "foobar2000", loaded at 00400000h - 00452000h

Version info:
foobar2000 v0.8.3
UNICODE

Foo_uie_albumart

Reply #85
Quote
It keeps crashing at startup here 
[a href="index.php?act=findpost&pid=254213"][{POST_SNAPBACK}][/a]

Same here.  Crashes at startup, and I don't really feel like re-adding my sources and such.

Foo_uie_albumart

Reply #86
Quote
Quote
It keeps crashing at startup here 
[a href="index.php?act=findpost&pid=254213"][{POST_SNAPBACK}][/a]

Same here.  Crashes at startup, and I don't really feel like re-adding my sources and such.
[a href="index.php?act=findpost&pid=254230"][{POST_SNAPBACK}][/a]


Heh. The first version of this I tried blue-screened.  But I tried the newest and it seems ok.

Foo_uie_albumart

Reply #87
That's really weird... especially the blue screen you got with the first version. Try to download it again. I made a small modification. I doubt that's what it was, but try it.

Foo_uie_albumart

Reply #88
Quote
That's really weird... especially the blue screen you got with the first version. Try to download it again. I made a small modification. I doubt that's what it was, but try it.
[a href="index.php?act=findpost&pid=254235"][{POST_SNAPBACK}][/a]

Even weirder, whatever you did fixed the problem here.

Foo_uie_albumart

Reply #89
when running with track info+quick tag+play counter,
albumart will course error.
remove albumart plugin, the error will be fixed.
Is this a bug?

Foo_uie_albumart

Reply #90
Quote
when running with track info+quick tag+play counter,
albumart will course error.
remove albumart plugin, the error will be fixed.
Is this a bug?
[a href="index.php?act=findpost&pid=254257"][{POST_SNAPBACK}][/a]
What kind of error? I use them all, and so far I haven't experienced any problems. 

Foo_uie_albumart

Reply #91
But After I restart my computer, the problem was solved...
I don't know where the problem is

Foo_uie_albumart

Reply #92
add function:
when double-click on cover open this file

Foo_uie_albumart

Reply #93
Quote
add function:
when double-click on cover open this file
[a href="index.php?act=findpost&pid=254402"][{POST_SNAPBACK}][/a]
A drop down list in config, with actions to perform on double click and such, would be nice.
I would personally like to use it to refresh the picture.

Foo_uie_albumart

Reply #94
ok having a problem with this plugin which i'm sure is related to my stupidty. i have foo_ui_columns installed 0.1.2 alpha 5 and 0.334 foo_uie_albumart, with all required .dll files. The plugin appears in the preferences menu, yet i can't seem to find it anywhere within the foobar main windows. The UI selected is columns UI and there is no albumart toolbar option available that i can see.

any thoughts?

Foo_uie_albumart

Reply #95
@EZ-man: Are you sure you have the latest build (I didn't bother changing the version number becuase it was such a tiny change). At least Duble0Syx says it fixed it for him. I never had a crash problem...

@upNorth: An option for function on double click could work. Got ideas for other functions for double clicking? Just wondering, when would you need to refresh the album art? It auto-refreshes whenever you change any of the settings.

@Overdo: Open the sidebar. Right-click and add it.

Foo_uie_albumart

Reply #96
haha thx! i wasn't right clicking at the correct point so just got the info relating to the playlist, doh.

Foo_uie_albumart

Reply #97
I have update to 0.34 ,but sometimes it shows the message when starting fb2k:
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00E73A37h
Access violation, operation: read, address: 00000000h
Call path:
WinMain=>app_init
This is the first crash logged by this instance.
Code bytes (00E73A37h):
00E739F7h:  CC CC CC CC CC CC CC CC CC 56 57 E8 9A 0E 00 00
00E73A07h:  8B F0 8B 3E 8B CE FF 57 24 50 8B CE FF 57 1C 8B
00E73A17h:  F0 85 F6 74 1B 56 E8 4E F0 FF FF A1 28 81 E7 00
00E73A27h:  83 C4 04 6A 05 6A 00 6A 00 50 FF 15 18 61 E7 00
00E73A37h:  8B 16 5F 8B CE 5E FF 62 04 8B 15 04 67 E7 00 8B
00E73A47h:  C1 8D 48 08 89 11 8B 15 08 67 E7 00 89 51 04 8B
00E73A57h:  15 0C 67 E7 00 89 51 08 8B 15 10 67 E7 00 89 51
00E73A67h:  0C 8B 0D 80 83 E7 00 8B 54 24 04 89 48 04 8B 4C
Stack (0012FC14h):
0012FBF4h:  00F9F8C8 77FA88F0 77F521E0 00000058
0012FC04h:  00F9D238 C0000005 00F9D214 00F9D224
0012FC14h:  004442AC 00E780E4 004118E9 772A4187
0012FC24h:  0015233D 00000000 00000006 0012FC64
0012FC34h:  003B0000 77F944A8 00000003 003B0718
0012FC44h:  003B0000 00000000 0012FC3C 00000106
0012FC54h:  0012FE84 77FA88F0 003B67D0 00000103
0012FC64h:  77F58497 77F57F98 77F58A3A 772A4187
0012FC74h:  00000010 00000000 77F8E397 003B0608
0012FC84h:  77F8E3C3 00000000 003B4D08 00000400
0012FC94h:  02080000 0012FC9C 003B0178 003B0640
0012FCA4h:  003B0178 77F5541D 003B0640 003B0640
0012FCB4h:  7FFDF000 003B3AE0 00150640 00156D90
0012FCC4h:  003B0640 003B0640 001503F0 003B0640
0012FCD4h:  00000000 003B0640 003B0640 003B0640
0012FCE4h:  003B0640 003B0640 003B0640 003B0640
0012FCF4h:  003B0640 003B0640 003B0640 003B5788
0012FD04h:  00150178 00150178 003B0640 77F59037
0012FD14h:  00150178 00156580 003B4C00 00150178
0012FD24h:  00150178 003B0178 003B0190 003B3FF0
Registers:
EAX: 00000000, EBX: 77BFAA6B, ECX: 0012FC04, EDX: 004458F8
ESI: 00000000, EDI: 0043B0D8, EBP: 0012FF0C, ESP: 0012FC14
Crash location: "foo_uie_albumart", loaded at 00E70000h - 00E7B000h

Loaded modules:
foobar2000                       loaded at 00400000h - 00452000h
ntdll                            loaded at 77F50000h - 77FF7000h
kernel32                         loaded at 77E40000h - 77F4F000h
USER32                           loaded at 77D10000h - 77D9A000h
GDI32                            loaded at 7F000000h - 7F041000h
ADVAPI32                         loaded at 77DA0000h - 77E39000h
RPCRT4                           loaded at 78000000h - 78087000h
ole32                            loaded at 7CD50000h - 7CE74000h
COMCTL32                         loaded at 78090000h - 78174000h
msvcrt                           loaded at 77BE0000h - 77C33000h
SHLWAPI                          loaded at 772A0000h - 77309000h
utf8api                          loaded at 10000000h - 1000D000h
comdlg32                         loaded at 76320000h - 76363000h
SHELL32                          loaded at 773A0000h - 77B8F000h
IMM32                            loaded at 76300000h - 7631C000h
LPK                              loaded at 621F0000h - 621F8000h
USP10                            loaded at 72F10000h - 72F6A000h
foo_ape                          loaded at 00940000h - 0095F000h
foo_cdda                         loaded at 003F0000h - 003FE000h
foo_convolve                     loaded at 00960000h - 009B3000h
foo_cue_ex                       loaded at 009C0000h - 009CB000h
foo_ddecontrol                   loaded at 009D0000h - 009EB000h
foo_dsp_extra                    loaded at 00A10000h - 00A25000h
foo_dsp_ssrc                     loaded at 00A30000h - 00A6F000h
foo_flac                         loaded at 00A80000h - 00A9C000h
foo_id3v2                        loaded at 00AA0000h - 00AD0000h
MSVCP60                          loaded at 75FF0000h - 76051000h
foo_input_std                    loaded at 00AD0000h - 00B72000h
MSACM32                          loaded at 77BB0000h - 77BC4000h
WINMM                            loaded at 76B10000h - 76B39000h
foo_midi                         loaded at 00C00000h - 00C8F000h
MFC42                            loaded at 73D30000h - 73E22000h
OLEAUT32                         loaded at 770F0000h - 7717B000h
MFC42LOC                         loaded at 611C0000h - 611C9000h
foo_mpg123                       loaded at 00C90000h - 00CEA000h
foo_output_std                   loaded at 00D10000h - 00D19000h
foo_out_ks                       loaded at 00D20000h - 00D2B000h
SETUPAPI                         loaded at 765E0000h - 7672A000h
foo_playcount                    loaded at 00D30000h - 00D3A000h
foo_playlistfind                 loaded at 00D40000h - 00D4B000h
foo_quicktag                     loaded at 00D50000h - 00D59000h
foo_read_http                    loaded at 00D60000h - 00D69000h
WS2_32                           loaded at 71A10000h - 71A24000h
WS2HELP                          loaded at 71A00000h - 71A08000h
foo_rgscan                       loaded at 00D70000h - 00D7D000h
foo_speex                        loaded at 00D80000h - 00D98000h
foo_tunes                        loaded at 00DA0000h - 00E14000h
MSCTF                            loaded at 74680000h - 746C4000h
foo_uie_albumart                 loaded at 00E70000h - 00E7B000h
MSVCP71                          loaded at 7C3A0000h - 7C41B000h
MSVCR71                          loaded at 7C340000h - 7C396000h
foo_uie_albumlist                loaded at 00E90000h - 00E9E000h
foo_uie_simple_spectrum          loaded at 00EA0000h - 00EAB000h
foo_uie_tabs                     loaded at 00EB0000h - 00EB9000h
foo_uie_trackinfo                loaded at 00EC0000h - 00ECB000h
foo_uie_volume                   loaded at 00ED0000h - 00EDB000h
foo_ui_columns                   loaded at 00EE0000h - 00F16000h
foo_ui_std                       loaded at 00F20000h - 00F37000h
foo_vis_bacon                    loaded at 00F40000h - 00F58000h
foo_vis_manager                  loaded at 00F60000h - 00F68000h
foo_wavpack                      loaded at 00F70000h - 00F82000h
msctfime                         loaded at 010A0000h - 010CB000h
UxTheme                          loaded at 5A410000h - 5A443000h
Msimtf                           loaded at 74650000h - 74676000h
imagehlp                         loaded at 76C60000h - 76C82000h
DBGHELP                          loaded at 6D820000h - 6D89D000h
VERSION                          loaded at 77BD0000h - 77BD7000h

Stack dump analysis:
Address: 00E780E4h, location: "foo_uie_albumart", loaded at 00E70000h - 00E7B000h
Address: 004118E9h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 772A4187h, location: "SHLWAPI", loaded at 772A0000h - 77309000h
Symbol: "Ordinal125" (+0000002Dh)
Address: 77F944A8h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlRemoteCall" (+000001BEh)
Address: 77FA88F0h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "wcstombs" (+00003409h)
Address: 77F58497h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlAllocateHeap" (+000008E9h)
Address: 77F57F98h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlAllocateHeap" (+000003EAh)
Address: 77F58A3Ah, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlAllocateHeap" (+00000E8Ch)
Address: 772A4187h, location: "SHLWAPI", loaded at 772A0000h - 77309000h
Symbol: "Ordinal125" (+0000002Dh)
Address: 77F8E397h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlReAllocateHeap" (+00000D4Fh)
Address: 77F8E3C3h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlReAllocateHeap" (+00000D7Bh)
Address: 77F5541Dh, location: "ntdll", loaded at 77F50000h - 77FF7000h
Address: 77F59037h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlFreeHeap" (+000005F9h)
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 77C2CA98h, location: "msvcrt", loaded at 77BE0000h - 77C33000h
Symbol: "wpgmptr" (+000000A4h)
Address: 77F59BB3h, location: "ntdll", loaded at 77F50000h - 77FF7000h
Symbol: "RtlAcquirePebLock" (+00000031h)
Address: 0043946Ch, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043A200h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043A1ECh, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 00410FD5h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 00438DB5h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 772A4187h, location: "SHLWAPI", loaded at 772A0000h - 77309000h
Symbol: "Ordinal125" (+0000002Dh)
Address: 00438DE0h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 0043C320h, location: "foobar2000", loaded at 00400000h - 00452000h
Address: 77E6141Ah, location: "kernel32", loaded at 77E40000h - 77F4F000h
Symbol: "GetCurrentDirectoryW" (+00000044h)
Address: 772A4187h, location: "SHLWAPI", loaded at 772A0000h - 77309000h
Symbol: "Ordinal125" (+0000002Dh)
Address: 77E7B2E5h, location: "kernel32", loaded at 77E40000h - 77F4F000h
Symbol: "SetThreadExecutionState" (+00000097h)
Address: 77E77CE0h, location: "kernel32", loaded at 77E40000h - 77F4F000h
Symbol: "VerSetConditionMask" (+0000D764h)
Address: 00438C81h, location: "foobar2000", loaded at 00400000h - 00452000h

Version info:
foobar2000 v0.8.3
UNICODE

Foo_uie_albumart

Reply #98
It seems that upgrading to the current version (v0.034) has caused cover art to stop displaying completely (both folder.jpg and default.jpg). It was working fine yesterday with the previous version (which I, unfortunatley, didn't save).

There are no error messages or crashes on foobar startup. The panel shows in the sidebar. MSVCP71.dll is in Windows\System. I've also tried with it in the foobar2000 directory and foobar2000\components directory. Also tried with a fresh foobar.cfg. I've used the Album Art Panel reset. I've also tried disabling the Tab Panel and the Track Info Panel.

Win98SE
foobar2000 v0.8.3
Album Art Panel 0.034
Columns UI 0.1.2 beta 3
Tabbed Panel 0.1.4
Track Info Panel 0.1

Any suggestions?

Thanks, Rob

Foo_uie_albumart

Reply #99
It's always possible that it may use things win98 cannot, although I cannot say for sure.  The best advise I could give would be to use win2k or winxp instead,  It would make your life a lot easier I think.  But assuming that isn't an option the first thing I mentioned could be the problem, or just a bug that will be fixed...