HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: Chronial on 2007-03-25 19:58:35

Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-25 19:58:35
What does it do?
This component allows you to generate a playlist from an artist's Last.fm chart. It also allows you to sort a selection in the playlist by the artist's charts.

If you're feeling funky you may also generate a playlist full of songs (hopefully ) similar to the selected one. The component uses the Last.fm similar artists list for this.

It downloads the data feed from the last.fm server, looks for these tracks in your Music Library and puts these into a new playlist.


Download here (http://chron.visiondesigns.de/foobar2000/#foo_scrobblecharts)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: nightfishing on 2007-03-25 21:02:09
Very Cool.

Thank you!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: sicutero on 2007-03-25 23:00:47
sounds very interesting

thanx
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-03-26 00:05:49
I've been waiting for something like this very long. If you made it this far, may it be possible to grab the list of similar artists too? I'd love to get randomized playlist with similar artists.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kanak on 2007-03-26 00:22:35
Fantastic. Thank you so much for this.


Edit: looks like it pulls info from the "top tracks last week" chart. Would it be possible to add an option for the "top tracks in the last 6 months" chart? That would make this plugin even more amazing.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: nightfishing on 2007-03-26 00:47:13
It would be cool to be able to pull user charts also.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-26 01:21:36
It is possible to grab all kinds of charts and generate playlists out of them. But I'm a very lazy person, and don't need that - so I can't promise anything .

Quote
looks like it pulls info from the "top tracks last week" chart. Would it be possible to add an option for the "top tracks in the last 6 months" chart? That would make this plugin even more amazing.

Well, that on the other hand is not very easy since this data is not available as a data feed. I'd have to extract it from the webpage. This is a lot of work and would be very slow (the site is a lot slower than the data feeds). So I don't think I will ever implement this. You could ask the people of last.fm to provide a data sheet for this, though.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-03-26 01:28:53
Please don't make me beg for the similar artist playlist!
Just kidding, take your time. We really have to thank you for that component!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kanak on 2007-03-26 01:37:53
It is possible to grab all kinds of charts and generate playlists out of them. But I'm a very lazy person, and don't need that - so I can't promise anything .

Quote
looks like it pulls info from the "top tracks last week" chart. Would it be possible to add an option for the "top tracks in the last 6 months" chart? That would make this plugin even more amazing.

Well, that on the other hand is not very easy since this data is not available as a data feed. I'd have to extract it from the webpage. This is a lot of work and would be very slow (the site is a lot slower than the data feeds). So I don't think I will ever implement this. You could ask the people of last.fm to provide a data sheet for this, though.


I'm sorry for my poor phrasing.

I meant: For a given artist, you're using the Weekly chart, but just below that (in the web page), there's a 6 month chart. I was asking if you could use that.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-26 01:54:01
I understood your request - you didn't understand my answer .
I don't get the charts from the web page, but from a data feed:
http://ws.audioscrobbler.com/1.0/artist/Me...a/toptracks.xml (http://ws.audioscrobbler.com/1.0/artist/Metallica/toptracks.xml)

Read my post again.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kanak on 2007-03-26 02:01:59
I understood your request - you didn't understand my answer .
I don't get the charts from the web page, but from a data feed:
http://ws.audioscrobbler.com/1.0/artist/Me...a/toptracks.xml (http://ws.audioscrobbler.com/1.0/artist/Metallica/toptracks.xml)

Read my post again.



oops.  . I thought you were scraping the webpage or something. but the web services page does have a lot of nifty charts . The possibilities are mind boggling.

Thanks for your work... it's really enhanced my music listening experience.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: gren on 2007-03-26 11:24:19
Quote
It would be cool to be able to pull user charts also.


I am in full agreement.  I just see a few problems...

1) You'd need a username input method
2) I think the only feed for users is recent tracks... which doesn't always give you much choice and leads to the problem of needing...
3) ...to report the 'error' of no recent tracks when the feed is empty.

Not that it's anything insurmountable but I'm not sure Chronial wants to do it.  I wonder, Chronial, would you release the source for someone else to work on if you don't plan on doing much.  Ideally I'd like to figure out a way to play their longer charts and also concatenate users so I could play the combined recent tracks of three or four of my friends.

But, thanks for this  It's definitely a good way to listen to artists I haven't heard much music from.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-26 15:41:16
Just request it by mail and I'll send you the sourcecode (but be warned - it's quite a mess at the moment ^^).

I really like the idea of doing something with the similar artist playlist - but I don't quite know what . So if something has a good concept for this I will implement it.

Except of that there are feeds left for single users:
For all users (overall charts):And the group charts - but I don't think anyone actually uses them.

For the Artist and Album charts: I don't quite know what do them, since generating a playlist out of them would result in an extremely large / gigantic playlist. There's no use in doing that.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: FofR on 2007-03-26 16:03:08
I would absolutely LOVE this if I could use this for Last.fm TAGS (there are web services for this  )

Perhaps some sort of Greasemonkey script for use on last.fm could interact with fb2k when browsing the site, "create playlist from this tag"

I'd like to have my STYLE mp3 tag fetch the top-most used tag on last.fm also.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-03-26 16:16:16
I really like the idea of doing something with the similar artist playlist - but I don't quite know what . So if something has a good concept for this I will implement it.


It should look up for the similar artists in the library and create a shuffled playlist with these. It would be so much easier to create playlist of certain genres. I have seen an option like this in a linux player a long time ago and have been waiting for something similar for foobar for a long time. Maybe you could even add an option for creating shuffled playlists or ordered by starting with the most similar artist etc..
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-26 22:02:58
There you go
Version 0.1.1 (beta) (http://chron.visiondesigns.de/foobar2000/#foo_scrobblecharts)

With da new similar artists feature - check it out .
At the moment it generates the playlist by sorting by Similarity*TrackReach. This means that you might get an unbalanced playlist with too many popular tracks on top. Needs more testing. *edit: fixed - now the formula is Similarity*(TrackReach / ArtistTopTrackReach)


Wow - this feature rocks ^^. I wouldn't have thought that it might work this well.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Fractal_Mortality on 2007-03-26 23:16:03
There you go
Version 0.1.1 (beta) (http://chron.visiondesigns.de/foobar2000/#foo_scrobblecharts)

With da new similar artists feature - check it out .
At the moment it generates the playlist by sorting by Similarity*TrackReach. This means that you might get an unbalanced playlist with too many popular tracks on top. Needs more testing. *edit: fixed - now the formula is Similarity*(TrackReach / ArtistTopTrackReach)


Wow - this feature rocks ^^. I wouldn't have thought that it might work this well.


Really, freakin, awesome plugin.

Could you make it so that the playlists created don't automatically start playing though? Or is this already an option elsewhere?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-26 23:24:22
I'm sorry but you'll have to wait some time till you get options. I hate the Win32 UI stuff.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: carmenm on 2007-03-26 23:27:09
I love this plugin too. One very little request, could you put the name of the artist in the playlist name that way we could have mutiple playlists opened.


Thanks for your awesome work
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-26 23:30:28
This was the way it behaved in the beginning - but once it made me open >70 playlists, I decided to deactivate it ^^.
sry, but you'll have to wait for the preferences page.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: FofR on 2007-03-27 00:22:18
This is great, building it into my layout now, a nice "sort by popularity" button.

EDIT: What is track-reach?

EDIT 2: Wow, these playlists are awesome.

EDIT 3: An option to include the original artist in the playlist would be good.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: bubbleguuum on 2007-03-27 00:34:00
Wow this plugin rocks especially the playlist generated from similar artist!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-03-27 01:20:55
thanks for regarding my suggestion

this totally rocks! I tested it with various genres and it really makes creating genre based playlist easy. Of course it depends on how much music you've got in your library, but this shouldn't be a problem for most people here I guess.

Thank you very much chronial, you realized an old dream of mine :x
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: 4nt1 on 2007-03-27 04:01:10
awesome concept and look forward to using it.
I am really feeling like a noob - how do I use this component - I cannot find it in any of the menu's or preferences - what am I doing wrong..

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


Who would of thought right clicking? hahah im a noob indeed - I just woke up - using it already love it


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

I also suggest adding original artists name to the playlist eg #Similar Artist To The White Stripes
Just makes things a little tidier - but as you have said I imagine this will be more of a preference option
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-27 08:46:04
Quote
What is track-reach?

don't ask me ^^.
It's part of the data feed: http://ws.audioscrobbler.com/1.0/artist/Me...a/toptracks.xml (http://ws.audioscrobbler.com/1.0/artist/Metallica/toptracks.xml)

Could be some part of playcount, but I guess there's more calculation going on.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: metal_termite on 2007-03-27 09:07:19
I share everyone else's sentiments, this is a very useful component. Thank you Chronial.

Now, to re-tag all my classical music to mirror Last.fm's format for composers: first name surname
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-27 09:35:23
That is very easy. Just use this:
http://musicbrainz.org/doc/PicardQt (http://musicbrainz.org/doc/PicardQt)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-27 11:43:34
New version, again
foo_scrobblecharts 0.2 (http://chron.visiondesigns.de/foobar2000/#foo_scrobblecharts")

    *  Added Similar Artists Shuffle Feature
    * Selected Artist is included in the similar artists playlists
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: sylla on 2007-03-27 12:33:19
Nice job, what I would really like is to be able to change playlist name of the generated playlists, the playlists looks really messy if i don't use -s- so..

And one thing that shouldn't be very hard to do (?) is to involve the artist you search for similar artists in the search. For example if I search for similar artists to Arcade Fire, I might also want Arcade Fire to be in the new playlist
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-27 12:40:32
And one thing that shouldn't be very hard to do (?) is to involve the artist you search for similar artists in the search. For example if I search for similar artists to Arcade Fire, I might also want Arcade Fire to be in the new playlist

Have you read the changelog for v0.2?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: sylla on 2007-03-27 13:07:44
Have you read the changelog for v0.2?


Haha lol.. I'm sorry  Had just downloaded the 1.1 version when the 2.0 came out.. guess I posted to early =) Good improvement on the plugin though.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kanak on 2007-03-27 17:03:59
New version, again
foo_scrobblecharts 0.2 (http://chron.visiondesigns.de/foobar2000/#foo_scrobblecharts")

    *  Added Similar Artists Shuffle Feature
    * Selected Artist is included in the similar artists playlists


Thank you so much. The new features rock!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: cartman(2vd) on 2007-03-27 19:10:54
nice plugin but it only works sometimes for me  a lot of times i press rclick and choose some similiar artist function it pops out with crash... log looks like this

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0398B0AEh
Access violation, operation: read, address: 00000000h
Call path:
threaded_process thread
This is the first crash logged by this instance.
Code bytes (0398B0AEh):
0398B06Eh:  5D 59 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC
0398B07Eh:  CC CC 83 EC 0C A1 24 A3 9A 03 33 C4 89 44 24 08
0398B08Eh:  53 55 56 33 F6 BB 01 00 00 00 EB 06 8D 9B 00 00
0398B09Eh:  00 00 83 C8 FF 2B C6 0F 84 80 00 00 00 83 F8 01
0398B0AEh:  0F B7 04 77 75 07 B9 01 00 00 00 EB 50 33 D2 85
0398B0BEh:  C0 74 44 8B C8 81 E1 00 FC 00 00 81 F9 00 D8 00
0398B0CEh:  00 BA 01 00 00 00 75 2F 0F B7 4C 77 02 8B E9 81
0398B0DEh:  E5 00 FC 00 00 81 FD 00 DC 00 00 75 1A 25 FF 03
Stack (070FFCA4h):
070FFC84h:  0012EFB4 77D44204 00000000 0000000C
070FFC94h:  00000000 009E8F48 00000000 0012EFE0
070FFCA4h:  070FFD70 00000000 00000000 039DB580
070FFCB4h:  00000002 EBFA01E4 0398472C EBFA0190
070FFCC4h:  070FFD4C 06A14678 070FFCFC 070FFDC8
070FFCD4h:  039A0F98 00000000 0399D138 070FFD70
070FFCE4h:  EBFA01BC 00000000 0012F494 070FFEE0
070FFCF4h:  0012F5C8 039DB350 039DA938 039A59E0
070FFD04h:  06A2FE38 0000004E 0000004E 0000003D
070FFD14h:  039DDD00 0000000A 0000000A 039A59E0
070FFD24h:  06A39228 000092B5 000092B5 000092A4
070FFD34h:  039A59E0 06A38F70 0000001A 0000001A
070FFD44h:  00000009 039DAA98 039DAD00 00000064
070FFD54h:  00000000 0000001A 0000001A 070FFDE0
070FFD64h:  06A4C0C0 00000009 00000001 00000000
070FFD74h:  00000000 00000000 039A5554 0398898E
070FFD84h:  0012F4A0 00403E5B 0012F4C8 03985C9F
070FFD94h:  039DDD18 0000000C 0000000C 00000000
070FFDA4h:  0012F494 070FFEE0 0012F5C8 00000000
070FFDB4h:  039A59E0 06A38FE0 0000001C 0000001C
Registers:
EAX: FFFFFFFF, EBX: 00000001, ECX: 00000000, EDX: 00000000
ESI: 00000000, EDI: 00000000, EBP: 00000000, ESP: 070FFCA4
Crash location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9AF000h
kernel32                        loaded at 7C800000h - 7C8F4000h
COMCTL32                        loaded at 773C0000h - 774C3000h
msvcrt                          loaded at 77C00000h - 77C58000h
ADVAPI32                        loaded at 77DC0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D30000h - 77DC0000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1D6000h
ole32                            loaded at 774D0000h - 7760D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 76390000h - 763D9000h
IMM32                            loaded at 76370000h - 7638D000h
LPK                              loaded at 62EF0000h - 62EF9000h
USP10                            loaded at 75550000h - 755BB000h
uxtheme                          loaded at 5B250000h - 5B288000h
msctfime                        loaded at 751A0000h - 751CE000h
foo_ac3                          loaded at 00A50000h - 00A7B000h
foo_audioscrobbler              loaded at 00AA0000h - 00AD7000h
WS2_32                          loaded at 71A90000h - 71AA7000h
WS2HELP                          loaded at 71A80000h - 71A88000h
foo_cdda                        loaded at 00B00000h - 00B36000h
foo_channel_mixer                loaded at 00B60000h - 00B9B000h
foo_converter                    loaded at 00BB0000h - 00C19000h
foo_dsp_crossfader              loaded at 00C40000h - 00C50000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_dsp_std                      loaded at 00C70000h - 00CB1000h
foo_freedb2                      loaded at 00CE0000h - 00D20000h
foo_input_shorten                loaded at 00D40000h - 00D6E000h
foo_input_std                    loaded at 00D90000h - 00EA4000h
foo_lyricsdb                    loaded at 00ED0000h - 00EEE000h
OLEAUT32                        loaded at 77110000h - 7719C000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
WININET                          loaded at 771A0000h - 77246000h
CRYPT32                          loaded at 77A70000h - 77B05000h
MSASN1                          loaded at 77B10000h - 77B22000h
foo_masstag                      loaded at 00F00000h - 00F50000h
foo_oddcastv3                    loaded at 00FC0000h - 0108F000h
WINMM                            loaded at 76B30000h - 76B5D000h
BASS                            loaded at 01090000h - 010D0000h
MSACM32                          loaded at 77BD0000h - 77BE5000h
WINSPOOL                        loaded at 72FC0000h - 72FE6000h
vorbis                          loaded at 010D0000h - 011DF000h
ogg                              loaded at 00F80000h - 00F88000h
libOggFLAC                      loaded at 00F90000h - 00FA1000h
libFLAC                          loaded at 011E0000h - 01202000h
pthreadVSE                      loaded at 01210000h - 0121D000h
WSOCK32                          loaded at 71AB0000h - 71ABA000h
foo_playcount                    loaded at 012D0000h - 012F8000h
foo_playlist_bind                loaded at 01320000h - 01345000h
foo_prettypop                    loaded at 01360000h - 013AD000h
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
foo_rgscan                      loaded at 03900000h - 03948000h
foo_run                          loaded at 03950000h - 0397B000h
foo_scrobblecharts              loaded at 03980000h - 039B3000h
foo_uie_albumlist                loaded at 039E0000h - 03A1F000h
foo_uie_console                  loaded at 03A40000h - 03A5C000h
foo_uie_playlists_dropdown      loaded at 03A80000h - 03ABA000h
foo_uie_single_column_playlist  loaded at 03AE0000h - 03B2C000h
gdiplus                          loaded at 4EBE0000h - 4ED83000h
foo_uie_tabs                    loaded at 03B50000h - 03B7A000h
foo_uie_trackinfo_mod            loaded at 03BA0000h - 03BF6000h
foo_ui_columns                  loaded at 03C10000h - 03CA7000h
foo_ui_std                      loaded at 03CD0000h - 03D27000h
foo_unpack                      loaded at 03D50000h - 03D7E000h
foo_winamp_spam                  loaded at 03DA0000h - 03DD0000h
System.ni                        loaded at 7A440000h - 7ABFE000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF74000h
System.Windows.Forms.ni          loaded at 7AFD0000h - 7BC56000h
dciman32                        loaded at 73B80000h - 73B86000h
mswsock                          loaded at 71A30000h - 71A70000h
DNSAPI                          loaded at 76F10000h - 76F37000h
rasadhlp                        loaded at 76FB0000h - 76FB6000h
imon                            loaded at 20B00000h - 20B4B000h
pr_imon                          loaded at 20C00000h - 20C0C000h
hnetcfg                          loaded at 698B0000h - 69908000h
wshtcpip                        loaded at 71A70000h - 71A78000h
dsound                          loaded at 73ED0000h - 73F2C000h
VERSION                          loaded at 77BF0000h - 77BF8000h
WINTRUST                        loaded at 76C20000h - 76C4E000h
IMAGEHLP                        loaded at 76C80000h - 76CA8000h
wdmaud                          loaded at 72CE0000h - 72CE9000h
msacm32                          loaded at 72CD0000h - 72CD8000h
midimap                          loaded at 77BC0000h - 77BC7000h
CLBCATQ                          loaded at 76FC0000h - 7703F000h
COMRes                          loaded at 77040000h - 77109000h
KsUser                          loaded at 73EA0000h - 73EA4000h
Secur32                          loaded at 77FE0000h - 77FF1000h
RASAPI32                        loaded at 76ED0000h - 76F0C000h
rasman                          loaded at 76E80000h - 76E92000h
NETAPI32                        loaded at 67270000h - 672C4000h
TAPI32                          loaded at 76EA0000h - 76ECF000h
rtutils                          loaded at 76E70000h - 76E7E000h
msv1_0                          loaded at 77C60000h - 77C83000h
iphlpapi                        loaded at 76D50000h - 76D69000h
USERENV                          loaded at 769B0000h - 76A64000h
urlmon                          loaded at 7DF10000h - 7DFB0000h
DBGHELP                          loaded at 59C50000h - 59CF1000h

Stack dump analysis:
Address: 0398472Ch, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 039A0F98h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 0399D138h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 039A59E0h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 039A59E0h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 039A59E0h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 039A5554h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 0398898Eh, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 00403E5Bh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 03985C9Fh, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 039A59E0h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 039A075Bh, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 03981BA7h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 039A59E0h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 039A13F0h, location: "foo_scrobblecharts", loaded at 03980000h - 039B3000h
Address: 0045D460h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A86ACh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0045D414h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A6459h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C80B683h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80B690h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 0045D3EFh, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Pretty Popup 1.2.3  (foo_prettypop)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
Track info panel mod 0.8.0 beta [Jan  5 2007 - 13:36:12]  (foo_uie_trackinfo_mod)
Last.fm Chart Player 0.1.1  (foo_scrobblecharts)
Console panel 0.2  (foo_uie_console)
Standard DSP array 1.0  (foo_dsp_std)
Album list panel 0.2.1 beta 4  (foo_uie_albumlist)
Playback Statistics 1.3.2  (foo_playcount)
Playlists Dropdown 0.5.7.5  (foo_uie_playlists_dropdown)
OddcastV3 3.x  (foo_oddcastv3)
Winamp API Emulator 0.96  (foo_winamp_spam)
WMA Decoder 1.1  (foo_input_std)
Standard Input Array 1.0  (foo_input_std)
Default User Interface 0.9acc  (foo_ui_std)
Masstagger 1.6  (foo_masstag)
Run services 0.3.2  (foo_run)
Audioscrobbler 1.3.5  (foo_audioscrobbler)
RAR reader 1.1  (foo_unpack)
Channel Mixer 0.9.6.1  (foo_channel_mixer)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
ReplayGain Scanner 2.0.2  (foo_rgscan)
AC3 decoder 0.7  (foo_ac3)
CD Audio Decoder 2.1.1  (foo_cdda)
foo_lyricsdb 0.0.7 beta 4  (foo_lyricsdb)
Single Column Playlist Display 0.5.4 beta [Jan  9 2007 - 15:42:59]  (foo_uie_single_column_playlist)
Gapless Crossfader 0.2.6  (foo_dsp_crossfader)
FLAC Decoder 1.1.0  (foo_input_std)
Converter 1.0.1  (foo_converter)
Shorten decoder 0.4.2a  (foo_input_shorten)
ZIP/GZIP reader 1.0  (foo_unpack)
foobar2000 core 0.9.4.2  (Core)
freedb Tagger 0.5.2a  (foo_freedb2)
Playlist Bind 2.2  (foo_playlist_bind)

but when the download command went through the function is just awesome

ps: even so line "Last.fm Chart Player 0.1.1  (foo_scrobblecharts)" decline i have version 0.11 ive unpacked it from this file foo_scrobblecharts_v0.2.zip so it should be the latest.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-27 19:32:56
What artists does this happen for?
What's you Windows Version and is it up to date. What version of IE are you running?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: sylla on 2007-03-27 19:36:28
What artists does this happen for?
What's you Windows Version and is it up to date. What version of IE are you running?


You didn't ask me, but I have noticed the same. It has happened a couple of times, for example I tried it out on the artist "Santa Dog" and foobar crashed

edit: I am using XP sp2 with firefox 2

edit2: if you search santa dog on last.fm you come to a page where you should choose wich artist you meant. I think that's what makes the crash. I'm sure you know how to solve this; maybe always have it to take the artist that is most recognized..
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: cartman(2vd) on 2007-03-27 20:42:53
What artists does this happen for?
What's you Windows Version and is it up to date. What version of IE are you running?


Ive tried cocorosie and encounter crash repeatedly. wxp sp2 (WUpdated in about month ago), IE core is 6.0.29 (even so i dont use it for browsing you maybe need it for some API call or i dont know)... maybe some sort of "connection timeout" can do this too but even when i turned off torrents it stills crashed down. thanks for looking into this Chronial
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-27 21:27:03
Yes - I'm using an IE component to download the data feeds. I guess that's also what causes the crashes. I experienced these crashes myself some time ago. But there seems to be nothing I can do about that - it's the component that crashes. I'll have to exchange it, I guess.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: cartman(2vd) on 2007-03-27 22:52:16
Yes - I'm using an IE component to download the data feeds. I guess that's also what causes the crashes. I experienced these crashes myself some time ago. But there seems to be nothing I can do about that - it's the component that crashes. I'll have to exchange it, I guess.


if youll find some solution ill be happy to hear about it in new version  thx for workin on improvement for us "less happy" users.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kabuki on 2007-03-28 10:15:03
Thanks You Chronial for this powerful component.
Since I've upgrade from 0.9.4.2 beta to 0.9.4.2, no more crash !!

Edit: posted to quick. Report an error, but with a beta version of foobar.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: CannonballAndre on 2007-03-28 14:48:01
everytime i try to use the similar charts, it crashes my foobar. The weekly charts one works perfectly though.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-03-28 15:15:35
Yeah it only seems to crash with the similar charts and only with certain artists like "The White Stripes" in my case.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: FofR on 2007-03-28 18:00:42
Getting crashes now, with "Wilco":
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0124B0AEh
Access violation, operation: read, address: 00000000h
Call path:
threaded_process thread
This is the first crash logged by this instance.
Code bytes (0124B0AEh):
0124B06Eh:  5D 59 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC
0124B07Eh:  CC CC 83 EC 0C A1 24 A3 26 01 33 C4 89 44 24 08
0124B08Eh:  53 55 56 33 F6 BB 01 00 00 00 EB 06 8D 9B 00 00
0124B09Eh:  00 00 83 C8 FF 2B C6 0F 84 80 00 00 00 83 F8 01
0124B0AEh:  0F B7 04 77 75 07 B9 01 00 00 00 EB 50 33 D2 85
0124B0BEh:  C0 74 44 8B C8 81 E1 00 FC 00 00 81 F9 00 D8 00
0124B0CEh:  00 BA 01 00 00 00 75 2F 0F B7 4C 77 02 8B E9 81
0124B0DEh:  E5 00 FC 00 00 81 FD 00 DC 00 00 75 1A 25 FF 03
Stack (0670FCA4h):
0670FC84h:  0012EFF4 77D54204 00000000 0000000C
0670FC94h:  00000000 0403E428 00000000 0012F020
0670FCA4h:  0670FD70 00000000 00000000 0674D1A0
0670FCB4h:  00000002 B55294CE 0124472C B55294BA
0670FCC4h:  0670FD4C 06739798 0670FCFC 0670FDC8
0670FCD4h:  01260F98 00000000 0125D138 0670FD70
0670FCE4h:  B5529496 00000000 0012F4D4 0670FEE0
0670FCF4h:  0012F608 0674D140 0674CAA8 012659E0
0670FD04h:  01294F18 0000004A 0000004A 00000039
0670FD14h:  0674C1F8 00000006 00000006 012659E0
0670FD24h:  06730270 0000951C 0000951C 0000950B
0670FD34h:  012659E0 01294EF8 00000016 00000016
0670FD44h:  00000005 0674D638 0674D4C8 00000064
0670FD54h:  00000000 00000016 00000016 0670FDE0
0670FD64h:  01294DB0 00000005 00000001 00000000
0670FD74h:  00000000 00000000 01265554 0124898E
0670FD84h:  0012F4E0 00403D91 0012F508 01245C9F
0670FD94h:  0674C998 0000000F 0000000F 00000000
0670FDA4h:  0012F4D4 0670FEE0 0012F608 00000000
0670FDB4h:  012659E0 06766220 0000001F 0000001F
Registers:
EAX: FFFFFFFF, EBX: 00000001, ECX: 00000000, EDX: 00000000
ESI: 00000000, EDI: 00000000, EBP: 00000000, ESP: 0670FCA4
Crash location: "foo_scrobblecharts", loaded at 01240000h - 01273000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F4000h
COMCTL32                        loaded at 773D0000h - 774D3000h
msvcrt                          loaded at 77C10000h - 77C68000h
ADVAPI32                        loaded at 77DD0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D40000h - 77DD0000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1D5000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 1002A000h
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
MSCTF                            loaded at 74720000h - 7476B000h
msctfime                        loaded at 755C0000h - 755EE000h
foo_abx                          loaded at 00A60000h - 00A94000h
foo_albumlist                    loaded at 00AB0000h - 00AF7000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_audioscrobbler              loaded at 00B20000h - 00B58000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
foo_autoplaylist                loaded at 00B80000h - 00BB2000h
foo_cdda                        loaded at 00BE0000h - 00C16000h
foo_converter                    loaded at 00C40000h - 00CA9000h
foo_custominfo                  loaded at 00CD0000h - 00D55000h
foo_cwb_hooks                    loaded at 00D80000h - 00DAE000h
foo_dockable_panels              loaded at 00DD0000h - 00DF4000h
foo_dsp_centercut                loaded at 00E20000h - 00E45000h
foo_dsp_std                      loaded at 00E70000h - 00EB1000h
foo_freedb2                      loaded at 00EE0000h - 00F20000h
foo_input_std                    loaded at 00F40000h - 01054000h
foo_masstag                      loaded at 01080000h - 010D0000h
foo_msnalt                      loaded at 010F0000h - 01109000h
foo_playcount                    loaded at 01130000h - 01158000h
foo_rgscan                      loaded at 01180000h - 011C8000h
foo_run                          loaded at 011F0000h - 0121B000h
foo_scrobblecharts              loaded at 01240000h - 01273000h
WININET                          loaded at 771B0000h - 77256000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
foo_sic                          loaded at 012A0000h - 012F9000h
foo_uie_albumart                loaded at 01450000h - 01482000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_uie_albumlist                loaded at 014A0000h - 014DF000h
foo_uie_explorer                loaded at 01500000h - 0153D000h
foo_uie_playlists_dropdown      loaded at 01560000h - 01599000h
foo_uie_quicksearch              loaded at 015C0000h - 01605000h
foo_uie_tabs                    loaded at 01630000h - 01659000h
foo_ui_columns                  loaded at 01680000h - 0171B000h
foo_ui_panels                    loaded at 01740000h - 0180A000h
foo_ui_std                      loaded at 01830000h - 01887000h
foo_unpack                      loaded at 018B0000h - 018DE000h
foo_utils                        loaded at 01900000h - 01939000h
ctagent                          loaded at 02080000h - 02090000h
mswsock                          loaded at 71A50000h - 71A8F000h
DNSAPI                          loaded at 76F20000h - 76F47000h
winrnr                          loaded at 76FB0000h - 76FB8000h
WLDAP32                          loaded at 76F60000h - 76F8C000h
rasadhlp                        loaded at 76FC0000h - 76FC6000h
hnetcfg                          loaded at 662B0000h - 66308000h
wshtcpip                        loaded at 71A90000h - 71A98000h
Msimg32                          loaded at 76380000h - 76385000h
btkeyind                        loaded at 05CA0000h - 05CAF000h
DSOUND                          loaded at 73F10000h - 73F6C000h
WINMM                            loaded at 76B40000h - 76B6D000h
VERSION                          loaded at 77C00000h - 77C08000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
wdmaud                          loaded at 72D20000h - 72D29000h
msacm32                          loaded at 72D10000h - 72D18000h
MSACM32                          loaded at 77BE0000h - 77BF5000h
midimap                          loaded at 77BD0000h - 77BD7000h
KsUser                          loaded at 73EE0000h - 73EE4000h
Secur32                          loaded at 77FE0000h - 77FF1000h
wsock32                          loaded at 71AD0000h - 71AD9000h
RASAPI32                        loaded at 76EE0000h - 76F1C000h
rasman                          loaded at 76E90000h - 76EA2000h
NETAPI32                        loaded at 5B860000h - 5B8B4000h
TAPI32                          loaded at 76EB0000h - 76EDF000h
rtutils                          loaded at 76E80000h - 76E8E000h
msv1_0                          loaded at 77C70000h - 77C93000h
iphlpapi                        loaded at 76D60000h - 76D79000h
sensapi                          loaded at 722B0000h - 722B5000h
USERENV                          loaded at 769C0000h - 76A73000h
urlmon                          loaded at 7E1E0000h - 7E280000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 0124472Ch, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 01260F98h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 0125D138h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 012659E0h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 012659E0h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 012659E0h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 01265554h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 0124898Eh, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 00403D91h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 01245C9Fh, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 012659E0h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 0126075Bh, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 01241BA7h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 012659E0h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 012613F0h, location: "foo_scrobblecharts", loaded at 01240000h - 01273000h
Address: 0045D183h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C4298h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 1002A000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C4298h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A895Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0045D137h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A8B66h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C80B683h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80B690h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 0045D112h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 01000100h, location: "foo_input_std", loaded at 00F40000h - 01054000h
Address: 01080160h, location: "foo_masstag", loaded at 01080000h - 010D0000h

Version info:
foobar2000 v0.9.4.1
UNICODE

Additional info:
Quick Search Toolbar 2.6  (foo_uie_quicksearch)
WMA Decoder 1.1  (foo_input_std)
ZIP/GZIP reader 1.0  (foo_unpack)
FLAC Decoder 1.1.0  (foo_input_std)
Standard DSP array 1.0  (foo_dsp_std)
Default User Interface 0.9acc  (foo_ui_std)
Panels UI 0.8.1 beta [Mar 15 2007 - 11:49:24]  (foo_ui_panels)
Album List 3.2.0  (foo_albumlist)
MSN Now Playing (alt) 2.4  (foo_msnalt)
Standard Input Array 1.0  (foo_input_std)
Columns UI 0.1.3 beta 1v5  (foo_ui_columns)
cwbowron's title format hooks 1.0.13 [Oct  2 2006 - 09:06:52]  (foo_cwb_hooks)
foobar2000 core v0.9.4.1  (Core)
Playback statistics 1.0  (foo_playcount)
ABX Comparator 1.3.1  (foo_abx)
CD Audio Decoder 2.1.1  (foo_cdda)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Last.fm Chart Player 0.1.1  (foo_scrobblecharts)
RAR reader 1.1  (foo_unpack)
Explorer Tree 1.04.6a  (foo_uie_explorer)
Dockable Panels 1.0.2 [Oct 31 2006 - 16:30:41]  (foo_dockable_panels)
Run services 0.3.2  (foo_run)
foo_custominfo 0.1.2  (foo_custominfo)
Playlists Dropdown 0.6 alpha 3  (foo_uie_playlists_dropdown)
Audioscrobbler 1.3.2  (foo_audioscrobbler)
Album list panel 0.2.1 beta 4  (foo_uie_albumlist)
Converter 1.0.1  (foo_converter)
Tabbed panel modified 0.2.4  (foo_uie_tabs)
Album Art Panel 0.2.1  (foo_uie_albumart)
Playlist tools 0.5.7  (foo_utils)
foosic music database 1.0 beta 12  (foo_sic)
Masstagger 1.6  (foo_masstag)
Center Cut 1.0.1  (foo_dsp_centercut)
freedb Tagger 0.5.2a  (foo_freedb2)

EDIT: It'd be nice if the track now playing didn't stop when the playlist is generated and loaded.

EDIT2: Windowx XP Home SP2
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: metal_termite on 2007-03-28 18:22:34
Does this component use some kind of caching mechanism for its results? Because on the latest version of this component it is crashing every time I try to find similar artist charts, except for those artists that were successfully queried using the previous component version.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 02FEB0AEh
Access violation, operation: read, address: 00000000h
Call path:
threaded_process thread
This is the first crash logged by this instance.
Code bytes (02FEB0AEh):
02FEB06Eh:  5D 59 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC
02FEB07Eh:  CC CC 83 EC 0C A1 24 A3 00 03 33 C4 89 44 24 08
02FEB08Eh:  53 55 56 33 F6 BB 01 00 00 00 EB 06 8D 9B 00 00
02FEB09Eh:  00 00 83 C8 FF 2B C6 0F 84 80 00 00 00 83 F8 01
02FEB0AEh:  0F B7 04 77 75 07 B9 01 00 00 00 EB 50 33 D2 85
02FEB0BEh:  C0 74 44 8B C8 81 E1 00 FC 00 00 81 F9 00 D8 00
02FEB0CEh:  00 BA 01 00 00 00 75 2F 0F B7 4C 77 02 8B E9 81
02FEB0DEh:  E5 00 FC 00 00 81 FD 00 DC 00 00 75 1A 25 FF 03
Stack (0A96FC90h):
0A96FC70h:  00000000 00000000 00000000 00000000
0A96FC80h:  00000000 00000000 00000000 00000000
0A96FC90h:  0A96FD5C 00000000 00000000 086F4DA0
0A96FCA0h:  00000002 79C5C590 02FE472C 79C5C5BC
0A96FCB0h:  0A96FD38 086B07D0 0A96FCE8 0A96FDB4
0A96FCC0h:  03000F98 00000000 02FFD138 0A96FD5C
0A96FCD0h:  79C5C5D8 00000000 0017F37C 0A96FECC
0A96FCE0h:  0017F4B0 086F9698 086F96D8 030059E0
0A96FCF0h:  0309D338 00000051 00000051 00000040
0A96FD00h:  086F73B0 0000000B 0000000B 030059E0
0A96FD10h:  086E9660 000094F3 000094F3 000094E2
0A96FD20h:  030059E0 086CD2B0 0000001B 0000001B
0A96FD30h:  0000000A 086F95D8 086F9658 00000064
0A96FD40h:  00000000 0000001B 0000001B 0A96FDCC
0A96FD50h:  086F4ED8 0000000A 00000001 00000000
0A96FD60h:  00000000 00000000 03005554 02FE898E
0A96FD70h:  0017F388 00403E5B 0017F3B0 02FE5C9F
0A96FD80h:  086F7440 0000000C 0000000C 00000000
0A96FD90h:  0017F37C 0A96FECC 0017F4B0 7771EE2E
0A96FDA0h:  030059E0 086CD2D8 0000001C 0000001C
Registers:
EAX: FFFFFFFF, EBX: 00000001, ECX: 00000000, EDX: 00000000
ESI: 00000000, EDI: 00000000, EBP: 00000000, ESP: 0A96FC90
Crash location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+00001D1Eh)

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 77700000h - 77850000h
kernel32                        loaded at 75C40000h - 75D50000h
COMCTL32                        loaded at 752C0000h - 75454000h
msvcrt                          loaded at 76E30000h - 76EDA000h
ADVAPI32                        loaded at 75B80000h - 75C3F000h
RPCRT4                          loaded at 771C0000h - 772B0000h
Secur32                          loaded at 758A0000h - 75900000h
GDI32                            loaded at 772B0000h - 77340000h
USER32                          loaded at 76D60000h - 76E30000h
SHLWAPI                          loaded at 77020000h - 77075000h
SHELL32                          loaded at 75FD0000h - 76A9E000h
ole32                            loaded at 75A30000h - 75B74000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 77080000h - 770F4000h
IMM32                            loaded at 76EE0000h - 76F40000h
MSCTF                            loaded at 76AA0000h - 76B67000h
LPK                              loaded at 776F0000h - 776F9000h
USP10                            loaded at 75F40000h - 75FBD000h
uxtheme                          loaded at 74880000h - 74900000h
foo_albumlist                    loaded at 00E10000h - 00E57000h
OLEAUT32                        loaded at 76F40000h - 76FCC000h
foo_audioscrobbler              loaded at 00270000h - 002A7000h
WS2_32                          loaded at 77190000h - 771BD000h
NSI                              loaded at 776D0000h - 776D6000h
foo_autoplaylist                loaded at 00E60000h - 00E92000h
foo_browser                      loaded at 00EE0000h - 00F19000h
foo_cdda                        loaded at 02650000h - 02686000h
foo_converter                    loaded at 02700000h - 02769000h
foo_cwb_hooks                    loaded at 028E0000h - 02915000h
foo_dbsearch                    loaded at 02920000h - 02990000h
foo_discogs                      loaded at 029A0000h - 02A1A000h
gdiplus                          loaded at 73C80000h - 73E2A000h
WINMM                            loaded at 74620000h - 74653000h
OLEACC                          loaded at 745E0000h - 74618000h
foo_dsp_std                      loaded at 02AC0000h - 02B01000h
foo_input_std                    loaded at 02DA0000h - 02EB4000h
foo_masstag                      loaded at 02B10000h - 02B60000h
foo_playcount                    loaded at 02A20000h - 02A48000h
foo_playlist_tree                loaded at 02CA0000h - 02D12000h
libmzsch360_000                  loaded at 10400000h - 105D0000h
WSOCK32                          loaded at 75920000h - 75927000h
libmzgc360_000                  loaded at 02F30000h - 02FD4000h
foo_removeplayed                loaded at 02A80000h - 02A98000h
foo_rgscan                      loaded at 02EC0000h - 02F08000h
foo_run                          loaded at 02D20000h - 02D4B000h
foo_scrobblecharts              loaded at 02FE0000h - 03013000h
WININET                          loaded at 75960000h - 75A2F000h
Normaliz                        loaded at 75FC0000h - 75FC3000h
iertutil                        loaded at 76FD0000h - 77015000h
foo_trackpos                    loaded at 03050000h - 0306F000h
foo_uie_albumart                loaded at 030D0000h - 0310C000h
foo_uie_albumlist                loaded at 03110000h - 0314D000h
foo_uie_explorer                loaded at 03150000h - 0318C000h
foo_uie_playlists_dropdown      loaded at 032F0000h - 03329000h
foo_uie_quicksearch              loaded at 03340000h - 03386000h
foo_uie_tabs                    loaded at 032B0000h - 032DA000h
foo_uie_vis_egoh                loaded at 03390000h - 033AD000h
foo_uie_wsh_panel                loaded at 03420000h - 03456000h
foo_ui_columns                  loaded at 03620000h - 036B8000h
foo_ui_panels                    loaded at 03BF0000h - 03CC3000h
foo_ui_std                      loaded at 034B0000h - 03507000h
ctagent                          loaded at 03400000h - 03407000h
mswsock                          loaded at 741B0000h - 741EB000h
DNSAPI                          loaded at 754F0000h - 7551B000h
winrnr                          loaded at 74270000h - 74278000h
WLDAP32                          loaded at 75EF0000h - 75F39000h
PSAPI                            loaded at 75D50000h - 75D57000h
NLAapi                          loaded at 74260000h - 7426F000h
IPHLPAPI                        loaded at 74440000h - 74459000h
dhcpcsvc                        loaded at 74350000h - 74385000h
WINNSI                          loaded at 744E0000h - 744E7000h
dhcpcsvc6                        loaded at 74330000h - 74350000h
napinsp                          loaded at 74250000h - 7425F000h
pnrpnsp                          loaded at 740B0000h - 740C2000h
mdnsNSP                          loaded at 16080000h - 16099000h
rasadhlp                        loaded at 74320000h - 74326000h
imon                            loaded at 20B00000h - 20B4B000h
wship6                          loaded at 74310000h - 74316000h
wshtcpip                        loaded at 74280000h - 74286000h
Msimg32                          loaded at 740E0000h - 740E5000h
idle                            loaded at 60300000h - 60307000h
MSVCR71                          loaded at 7C340000h - 7C396000h
tskh                            loaded at 03F60000h - 03F72000h
dwmapi                          loaded at 73EB0000h - 73EBC000h
DSOUND                          loaded at 74510000h - 74581000h
POWRPROF                        loaded at 74B90000h - 74BAA000h
CLBCatQ                          loaded at 76CD0000h - 76D54000h
MMDevApi                        loaded at 744B0000h - 744D7000h
SETUPAPI                        loaded at 75D60000h - 75EE8000h
WINTRUST                        loaded at 74DD0000h - 74DFD000h
CRYPT32                          loaded at 74660000h - 74751000h
MSASN1                          loaded at 75460000h - 75472000h
USERENV                          loaded at 74E00000h - 74E1E000h
imagehlp                        loaded at 76B70000h - 76B99000h
audioses                        loaded at 74400000h - 74421000h
audioeng                        loaded at 74390000h - 743F6000h
AVRT                            loaded at 744F0000h - 744F7000h
WindowsCodecs                    loaded at 73AD0000h - 73B82000h
SXS                              loaded at 737C0000h - 7381F000h
jscript                          loaded at 73350000h - 733C8000h
rsaenh                          loaded at 75550000h - 75588000h
dciman32                        loaded at 73440000h - 73446000h
browseui                        loaded at 71320000h - 71465000h
PROPSYS                          loaded at 740F0000h - 741A7000h
DUser                            loaded at 712F0000h - 71320000h
tiptsf                          loaded at 71230000h - 71290000h
NETAPI32                        loaded at 75670000h - 756DA000h
SAMLIB                          loaded at 75620000h - 75631000h
ntshrui                          loaded at 722B0000h - 722FA000h
cscapi                          loaded at 757A0000h - 757AA000h
slc                              loaded at 734C0000h - 734F9000h
msshsq                          loaded at 72270000h - 722AC000h
thumbcache                      loaded at 73410000h - 73422000h
actxprxy                        loaded at 721B0000h - 72203000h
SHDOCVW                          loaded at 720A0000h - 721A7000h
ieframe                          loaded at 728E0000h - 72EAA000h
apphelp                          loaded at 74DA0000h - 74DCC000h
NetworkExplorer                  loaded at 71E70000h - 72093000h
urlmon                          loaded at 76BA0000h - 76CC4000h
NTMARTA                          loaded at 75640000h - 75661000h
MLANG                            loaded at 74040000h - 74070000h
nodshex                          loaded at 070F0000h - 07100000h
syncui                          loaded at 72500000h - 7252E000h
SYNCENG                          loaded at 75780000h - 75795000h
LINKINFO                        loaded at 757B0000h - 757B9000h
twext                            loaded at 724E0000h - 724FB000h
rarext                          loaded at 082E0000h - 0830D000h
Cabinet                          loaded at 73480000h - 73494000h
MPR                              loaded at 75900000h - 75914000h
mssprxy                          loaded at 72260000h - 7226B000h
wmpshell                        loaded at 72240000h - 7225B000h
RASAPI32                        loaded at 73870000h - 738B7000h
rasman                          loaded at 73E90000h - 73EA4000h
TAPI32                          loaded at 73780000h - 737B1000h
rtutils                          loaded at 73EC0000h - 73ECC000h
credssp                          loaded at 73FE0000h - 73FE7000h
schannel                        loaded at 73E30000h - 73E75000h
msv1_0                          loaded at 736F0000h - 73727000h
cryptdll                        loaded at 73750000h - 73761000h
sensapi                          loaded at 73770000h - 73776000h
dbghelp                          loaded at 719F0000h - 71ACC000h

Stack dump analysis:
Address: 02FE472Ch, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Address: 03000F98h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+00017C08h)
Address: 02FFD138h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+00013DA8h)
Address: 030059E0h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+0001C650h)
Address: 030059E0h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+0001C650h)
Address: 030059E0h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+0001C650h)
Address: 03005554h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+0001C1C4h)
Address: 02FE898Eh, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Address: 00403E5Bh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 02FE5C9Fh, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Address: 7771EE2Eh, location: "ntdll", loaded at 77700000h - 77850000h
Symbol: "KiUserCallbackDispatcher" (+0000002Eh)
Address: 030059E0h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+0001C650h)
Address: 0300075Bh, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+000173CBh)
Address: 02FE1BA7h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Address: 030059E0h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+0001C650h)
Address: 030013F0h, location: "foo_scrobblecharts", loaded at 02FE0000h - 03013000h
Symbol: "foobar2000_get_interface" (+00018060h)
Address: 0045D460h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A86ACh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0045D414h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A6459h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 75CC19F1h, location: "kernel32", loaded at 75C40000h - 75D50000h
Symbol: "BaseThreadInitThunk" (+0000000Eh)
Address: 7777D109h, location: "ntdll", loaded at 77700000h - 77850000h
Symbol: "RtlCreateUserProcess" (+0000008Ch)
Address: 75CCBC94h, location: "kernel32", loaded at 75C40000h - 75D50000h
Symbol: "UnhandledExceptionFilter" (+00000000h)
Address: 75CCBC94h, location: "kernel32", loaded at 75C40000h - 75D50000h
Symbol: "UnhandledExceptionFilter" (+00000000h)
Address: 777B1C78h, location: "ntdll", loaded at 77700000h - 77850000h
Symbol: "wcstombs" (+0000007Ah)
Address: 77725835h, location: "ntdll", loaded at 77700000h - 77850000h
Symbol: "RtlDeactivateActivationContextUnsafeFast" (+00006809h)
Address: 0045D3EFh, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
CD Audio Decoder 2.1.1  (foo_cdda)
Remove played Files 1.2.0 [Nov 19 2006 - 14:55:48]  (foo_removeplayed)
Masstagger 1.6  (foo_masstag)
Album Art Panel 0.2.6  (foo_uie_albumart)
Discogs Tagger 0.98  (foo_discogs)
Album List 3.2.0  (foo_albumlist)
Audioscrobbler 1.3.5  (foo_audioscrobbler)
Music Browser 1.2.3b [Mar 23 2007 - 16:52:56]  (foo_browser)
Run services 0.3.2  (foo_run)
Playback Statistics 1.3.2  (foo_playcount)
FLAC Decoder 1.1.0  (foo_input_std)
Last.fm Chart Player 0.1.1  (foo_scrobblecharts)
Default User Interface 0.9acc  (foo_ui_std)
Columns UI 0.1.3 beta 1v8 TEST  (foo_ui_columns)
foobar2000 core 0.9.4.2  (Core)
Panels UI 0.9.1 beta [Mar 27 2007 - 23:07:16]  (foo_ui_panels)
Playlist Tree Panel 3.0.BETA_2 [Mar 23 2007 - 16:44:16]  (foo_playlist_tree)
Playlists Dropdown 0.6 alpha 3  (foo_uie_playlists_dropdown)
Explorer Tree 1.04.6b  (foo_uie_explorer)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
Standard DSP array 1.0  (foo_dsp_std)
Converter 1.0.1  (foo_converter)
Standard Input Array 1.0  (foo_input_std)
Track Positioner 1.0  (foo_trackpos)
Egoh Spectrum analyser (uie) 1.1.2  (foo_uie_vis_egoh)
WMA Decoder 1.1  (foo_input_std)
Database Search 1.4  (foo_dbsearch)
Album list panel 0.2.1  (foo_uie_albumlist)
cwbowron's title format hooks 1.1.0beta [Dec  1 2006 - 13:47:34]  (foo_cwb_hooks)
ReplayGain Scanner 2.0.2  (foo_rgscan)
WSH Panel (uie) 0.7.1  (foo_uie_wsh_panel)

EDIT: In case it is relevant to the crash I am using Vista Ultimate 64bit.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: eliazu on 2007-03-28 20:20:02
i got crashed too. it happened so far only (but always) when looking for similar artists that has Hebrew characters.
using windows vista x64 ultimate too.

thanx for a great plugin! it really changing the way of listening to music in my case.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-28 21:18:48
I found the reason for the crashes (at least I hope so ): The last.fm server was under very heavy load today - and if it's overloaded, it returns empty pages. When it does that, my component crashes.
Fixed that.
Enjoy the new foo_scrobblecharts v0.2.1 (http://chron.visiondesigns.de/foobar2000/#foo_scrobblecharts) - now with less bug and more fix.

Yes, this component uses caching. Well, it doesn't do it itself, but the IE component I'm using does. So clearing the IE cache will give you new results for all artists.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: tool++ on 2007-03-28 23:07:33
When searching for similar artist playlist:

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 019CB0AEh
Access violation, operation: read, address: 00000000h
Call path:
threaded_process thread
This is the first crash logged by this instance.
Code bytes (019CB0AEh):
019CB06Eh:  5D 59 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC
019CB07Eh:  CC CC 83 EC 0C A1 24 A3 9E 01 33 C4 89 44 24 08
019CB08Eh:  53 55 56 33 F6 BB 01 00 00 00 EB 06 8D 9B 00 00
019CB09Eh:  00 00 83 C8 FF 2B C6 0F 84 80 00 00 00 83 F8 01
019CB0AEh:  0F B7 04 77 75 07 B9 01 00 00 00 EB 50 33 D2 85
019CB0BEh:  C0 74 44 8B C8 81 E1 00 FC 00 00 81 F9 00 D8 00
019CB0CEh:  00 BA 01 00 00 00 75 2F 0F B7 4C 77 02 8B E9 81
019CB0DEh:  E5 00 FC 00 00 81 FD 00 DC 00 00 75 1A 25 FF 03
Stack (05D4FCA4h):
05D4FC84h:  003106BA 0000000C 00000000 003C6B20
05D4FC94h:  007563D4 77D4B4CB 00000000 0012EE44
05D4FCA4h:  05D4FD34 00000000 00000000 01C3A6B8
05D4FCB4h:  00000002 E77CBE0C 019C472C E77CBE78
05D4FCC4h:  05D4FD58 05B912F8 05D4FCFC 05D4FDC8
05D4FCD4h:  019E0FF8 00000000 019DD189 05D4FD34
05D4FCE4h:  E77CBE54 00000000 0012F35C 05D4FEE0
05D4FCF4h:  0012F490 01C37B50 01C35A10 019E5AB0
05D4FD04h:  01C35A70 0000004E 0000004E 0000003D
05D4FD14h:  01C3FFF0 0000000A 0000000A 019E5AB0
05D4FD24h:  05B87FC0 0000932C 0000932C 0000931B
05D4FD34h:  00000000 00000000 00000000 019E5AB0
05D4FD44h:  05BA6308 0000001A 0000001A 00000009
05D4FD54h:  05B502A8 01C3ED90 00000064 05D4FDE0
05D4FD64h:  01C3A2C0 00000009 019DBB5D 0000001A
05D4FD74h:  0012F36C 00000001 01C3BFB0 00000006
05D4FD84h:  00000006 00403E5B 0012F390 019C5C9F
05D4FD94h:  00000000 019C3FD9 E77CBF1C 00000000
05D4FDA4h:  0012F35C 05D4FEE0 0012F490 00000000
05D4FDB4h:  019E5AB0 01C3C9D0 00000016 00000016
Registers:
EAX: FFFFFFFF, EBX: 00000001, ECX: 00000000, EDX: 00000000
ESI: 00000000, EDI: 00000000, EBP: 00000000, ESP: 05D4FCA4
Crash location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F0000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F4000h
COMCTL32                        loaded at 773D0000h - 774CE000h
msvcrt                          loaded at 77C10000h - 77C68000h
ADVAPI32                        loaded at 77DD0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D40000h - 77DC9000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D519000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
IMM32                            loaded at 76390000h - 763AD000h
prio                            loaded at 00380000h - 00385000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
raphook                          loaded at 00A10000h - 00A55000h
PSAPI                            loaded at 76BF0000h - 76BFB000h
AVIFIL32                        loaded at 73B50000h - 73B67000h
WINMM                            loaded at 76B40000h - 76B6D000h
MSACM32                          loaded at 77BE0000h - 77BF5000h
MSVFW32                          loaded at 75A70000h - 75A91000h
MsgPlusLoader                    loaded at 00AE0000h - 00AEE000h
xfire_toucan_25432              loaded at 00B00000h - 00B85000h
WSOCK32                          loaded at 71AD0000h - 71AD9000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
MSIMG32                          loaded at 76380000h - 76385000h
MSVCR71                          loaded at 7C340000h - 7C396000h
msctfime                        loaded at 755C0000h - 755EE000h
foo_abx                          loaded at 00D40000h - 00D74000h
foo_albumlist                    loaded at 00DA0000h - 00DE7000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_audioscrobbler              loaded at 00E10000h - 00E47000h
foo_autoplaylist                loaded at 00E70000h - 00EA2000h
foo_browser                      loaded at 00ED0000h - 00F0A000h
foo_burninate                    loaded at 00F30000h - 00F67000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_cdda                        loaded at 00F90000h - 00FC6000h
foo_channel_mixer                loaded at 00FF0000h - 0102A000h
foo_common                      loaded at 01040000h - 0107A000h
foo_controlserver                loaded at 010A0000h - 010D9000h
foo_converter                    loaded at 01100000h - 01169000h
foo_cwb_hooks                    loaded at 01190000h - 011BE000h
foo_discogs                      loaded at 011E0000h - 01252000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_dsp_delta                    loaded at 01280000h - 0129E000h
foo_dsp_std                      loaded at 012C0000h - 01301000h
foo_dsp_winamp                  loaded at 01330000h - 01353000h
foo_dumb                        loaded at 01380000h - 01409000h
foo_freedb2                      loaded at 01430000h - 01470000h
foo_gep                          loaded at 01490000h - 0152B000h
foo_input_shorten                loaded at 01550000h - 0157E000h
foo_input_std                    loaded at 015A0000h - 016B4000h
foo_masstag                      loaded at 016E0000h - 01730000h
foo_midi                        loaded at 01750000h - 017FA000h
foo_msnalt                      loaded at 01820000h - 01839000h
foo_out_asio                    loaded at 01860000h - 0188E000h
foo_out_ks                      loaded at 018B0000h - 018DA000h
SETUPAPI                        loaded at 77920000h - 77A0F000h
foo_playcount                    loaded at 01900000h - 01928000h
foo_rgscan                      loaded at 01950000h - 01998000h
foo_scrobblecharts              loaded at 019C0000h - 019F3000h
WININET                          loaded at 771B0000h - 7727E000h
Normaliz                        loaded at 01A10000h - 01A19000h
iertutil                        loaded at 5DCA0000h - 5DCE5000h
foo_uie_quicksearch              loaded at 01C40000h - 01C87000h
foo_uie_trackinfo                loaded at 01CB0000h - 01CDE000h
foo_uie_trackinfo_mod            loaded at 01D00000h - 01D56000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_ui_columns                  loaded at 01D80000h - 01E17000h
foo_unpack                      loaded at 01E40000h - 01E6E000h
foo_utils                        loaded at 01E90000h - 01EC9000h
foo_version                      loaded at 01EF0000h - 01F16000h
dbghelp                          loaded at 59A60000h - 59B01000h
imon                            loaded at 20B00000h - 20B4B000h
mswsock                          loaded at 71A50000h - 71A8F000h
hnetcfg                          loaded at 662B0000h - 66308000h
wshtcpip                        loaded at 71A90000h - 71A98000h
DNSAPI                          loaded at 76F20000h - 76F47000h
rasadhlp                        loaded at 76FC0000h - 76FC6000h
DSOUND                          loaded at 73F10000h - 73F6C000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
wdmaud                          loaded at 72D20000h - 72D29000h
msacm32                          loaded at 72D10000h - 72D18000h
midimap                          loaded at 77BD0000h - 77BD7000h
KsUser                          loaded at 73EE0000h - 73EE4000h
Secur32                          loaded at 77FE0000h - 77FF1000h
RASAPI32                        loaded at 76EE0000h - 76F1C000h
rasman                          loaded at 76E90000h - 76EA2000h
NETAPI32                        loaded at 5B860000h - 5B8B4000h
TAPI32                          loaded at 76EB0000h - 76EDF000h
rtutils                          loaded at 76E80000h - 76E8E000h
USERENV                          loaded at 769C0000h - 76A73000h
msv1_0                          loaded at 77C70000h - 77C93000h
iphlpapi                        loaded at 76D60000h - 76D79000h
sensapi                          loaded at 722B0000h - 722B5000h
winrnr                          loaded at 76FB0000h - 76FB8000h
WLDAP32                          loaded at 76F60000h - 76F8C000h
urlmon                          loaded at 61410000h - 61534000h

Stack dump analysis:
Address: 019C472Ch, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E0FF8h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019DD189h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019DBB5Dh, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 00403E5Bh, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 019C5C9Fh, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019C3FD9h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E07B5h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019C1BA7h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 004519B8h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 0045F304h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 019E1450h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 0045D460h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 77D4B96Bh, location: "USER32", loaded at 77D40000h - 77DC9000h
Symbol: "IsWindow" (+00000038h)
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 77D4B96Bh, location: "USER32", loaded at 77D40000h - 77DC9000h
Symbol: "IsWindow" (+00000038h)
Address: 004A86ACh, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 0045D414h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 004A6459h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 7C80B683h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 77D4B96Bh, location: "USER32", loaded at 77D40000h - 77DC9000h
Symbol: "IsWindow" (+00000038h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80B690h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 0045D3EFh, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 61436C72h, location: "urlmon", loaded at 61410000h - 61534000h
Symbol: "GetIDNFlagsForUri" (+000002EFh)

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Quick Search Toolbar 2.8j  (foo_uie_quicksearch)
Playlist tools 0.5.8  (foo_utils)
MIDI synthesizer host 1.7  (foo_midi)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Converter 1.0.1  (foo_converter)
Shorten decoder 0.4.2a  (foo_input_shorten)
Components versions viewer 0.3  (foo_version)
LPCM <--> delta-PCM converter 0.1.1  (foo_dsp_delta)
RAR reader 1.1  (foo_unpack)
Standard Input Array 1.0  (foo_input_std)
MSN Now Playing (alt) 2.4  (foo_msnalt)
Last.fm Chart Player 0.2.1  (foo_scrobblecharts)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Music Browser 1.2.3 [Dec  4 2006 - 09:42:32]  (foo_browser)
Winamp DSP Bridge 1.4.1  (foo_dsp_winamp)
Track info panel 0.8  (foo_uie_trackinfo)
Album List 3.2.0  (foo_albumlist)
Audio CD Writer 2.0.1  (foo_burninate)
FLAC Decoder 1.1.0  (foo_input_std)
Discogs Tagger 0.92  (foo_discogs)
Standard DSP array 1.0  (foo_dsp_std)
Game Emu Player 1.5  (foo_gep)
Kernel Streaming Output 1.2.2  (foo_out_ks)
foobar2000 core 0.9.4.2  (Core)
Track info panel mod 0.8.0 beta [Jan  5 2007 - 13:36:12]  (foo_uie_trackinfo_mod)
Masstagger 1.6  (foo_masstag)
Audioscrobbler 1.3.4  (foo_audioscrobbler)
Control Server 1.0.1  (foo_controlserver)
freedb Tagger 0.5.2a  (foo_freedb2)
Channel Mixer 0.9.4  (foo_channel_mixer)
DUMB module decoder 0.9.8.4  (foo_dumb)
ABX Comparator 1.3.1  (foo_abx)
CD Audio Decoder 2.1.1  (foo_cdda)
Common services 0.1  (foo_common)
Playback Statistics 1.3.2  (foo_playcount)
ASIO support 1.2.3  (foo_out_asio)
cwbowron's title format hooks 1.0.14 [Nov  1 2006 - 10:20:44]  (foo_cwb_hooks)
WMA Decoder 1.1  (foo_input_std)
ZIP/GZIP reader 1.0  (foo_unpack)


And when I do shuffle:

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 019CB0AEh
Access violation, operation: read, address: 00000000h
Call path:
threaded_process thread
This is the first crash logged by this instance.
Code bytes (019CB0AEh):
019CB06Eh:  5D 59 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC
019CB07Eh:  CC CC 83 EC 0C A1 24 A3 9E 01 33 C4 89 44 24 08
019CB08Eh:  53 55 56 33 F6 BB 01 00 00 00 EB 06 8D 9B 00 00
019CB09Eh:  00 00 83 C8 FF 2B C6 0F 84 80 00 00 00 83 F8 01
019CB0AEh:  0F B7 04 77 75 07 B9 01 00 00 00 EB 50 33 D2 85
019CB0BEh:  C0 74 44 8B C8 81 E1 00 FC 00 00 81 F9 00 D8 00
019CB0CEh:  00 BA 01 00 00 00 75 2F 0F B7 4C 77 02 8B E9 81
019CB0DEh:  E5 00 FC 00 00 81 FD 00 DC 00 00 75 1A 25 FF 03
Stack (05B2FCA4h):
05B2FC84h:  001C064E 0000000C 00000000 003C7498
05B2FC94h:  00756634 77D4B4CB 00000000 0012EE44
05B2FCA4h:  05B2FD34 00000000 00000000 05B56928
05B2FCB4h:  00000002 30A60BFA 019C472C 30A60B8E
05B2FCC4h:  05B2FD58 05B31660 05B2FCFC 05B2FDC8
05B2FCD4h:  019E0FF8 00000000 019DD189 05B2FD34
05B2FCE4h:  30A60BA2 00000000 0012F35C 05B2FEE0
05B2FCF4h:  0012F490 05B52030 05B52F28 019E5AB0
05B2FD04h:  05B51AC0 00000053 00000053 00000042
05B2FD14h:  05B509A8 0000000D 0000000D 019E5AB0
05B2FD24h:  05B77FE0 00009396 00009396 00009385
05B2FD34h:  00000000 00000000 00000000 019E5AB0
05B2FD44h:  05B86EC8 0000001D 0000001D 0000000C
05B2FD54h:  05B537E8 05B53248 00000064 05B2FDE0
05B2FD64h:  05B54EB0 0000000C 019DBB5D 0000001D
05B2FD74h:  0012F36C 00000001 05B51138 0000000B
05B2FD84h:  0000000B 00403E5B 0012F390 019C5C9F
05B2FD94h:  00000000 019C3FD9 30A60AEA 00000000
05B2FDA4h:  0012F35C 05B2FEE0 0012F490 00000000
05B2FDB4h:  019E5AB0 05B86F38 0000001B 0000001B
Registers:
EAX: FFFFFFFF, EBX: 00000001, ECX: 00000000, EDX: 00000000
ESI: 00000000, EDI: 00000000, EBP: 00000000, ESP: 05B2FCA4
Crash location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F0000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F4000h
COMCTL32                        loaded at 773D0000h - 774CE000h
msvcrt                          loaded at 77C10000h - 77C68000h
ADVAPI32                        loaded at 77DD0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D40000h - 77DC9000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D519000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
IMM32                            loaded at 76390000h - 763AD000h
prio                            loaded at 00380000h - 00385000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
raphook                          loaded at 00A10000h - 00A55000h
PSAPI                            loaded at 76BF0000h - 76BFB000h
AVIFIL32                        loaded at 73B50000h - 73B67000h
WINMM                            loaded at 76B40000h - 76B6D000h
MSACM32                          loaded at 77BE0000h - 77BF5000h
MSVFW32                          loaded at 75A70000h - 75A91000h
MsgPlusLoader                    loaded at 00AE0000h - 00AEE000h
xfire_toucan_25432              loaded at 00B00000h - 00B85000h
WSOCK32                          loaded at 71AD0000h - 71AD9000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
MSIMG32                          loaded at 76380000h - 76385000h
MSVCR71                          loaded at 7C340000h - 7C396000h
msctfime                        loaded at 755C0000h - 755EE000h
foo_abx                          loaded at 00D40000h - 00D74000h
foo_albumlist                    loaded at 00DA0000h - 00DE7000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_audioscrobbler              loaded at 00E10000h - 00E47000h
foo_autoplaylist                loaded at 00E70000h - 00EA2000h
foo_browser                      loaded at 00ED0000h - 00F0A000h
foo_burninate                    loaded at 00F30000h - 00F67000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_cdda                        loaded at 00F90000h - 00FC6000h
foo_channel_mixer                loaded at 00FF0000h - 0102A000h
foo_common                      loaded at 01040000h - 0107A000h
foo_controlserver                loaded at 010A0000h - 010D9000h
foo_converter                    loaded at 01100000h - 01169000h
foo_cwb_hooks                    loaded at 01190000h - 011BE000h
foo_discogs                      loaded at 011E0000h - 01252000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_dsp_delta                    loaded at 01280000h - 0129E000h
foo_dsp_std                      loaded at 012C0000h - 01301000h
foo_dsp_winamp                  loaded at 01330000h - 01353000h
foo_dumb                        loaded at 01380000h - 01409000h
foo_freedb2                      loaded at 01430000h - 01470000h
foo_gep                          loaded at 01490000h - 0152B000h
foo_input_shorten                loaded at 01550000h - 0157E000h
foo_input_std                    loaded at 015A0000h - 016B4000h
foo_masstag                      loaded at 016E0000h - 01730000h
foo_midi                        loaded at 01750000h - 017FA000h
foo_msnalt                      loaded at 01820000h - 01839000h
foo_out_asio                    loaded at 01860000h - 0188E000h
foo_out_ks                      loaded at 018B0000h - 018DA000h
SETUPAPI                        loaded at 77920000h - 77A0F000h
foo_playcount                    loaded at 01900000h - 01928000h
foo_rgscan                      loaded at 01950000h - 01998000h
foo_scrobblecharts              loaded at 019C0000h - 019F3000h
WININET                          loaded at 771B0000h - 7727E000h
Normaliz                        loaded at 01A10000h - 01A19000h
iertutil                        loaded at 5DCA0000h - 5DCE5000h
foo_uie_quicksearch              loaded at 01C40000h - 01C87000h
foo_uie_trackinfo                loaded at 01CB0000h - 01CDE000h
foo_uie_trackinfo_mod            loaded at 01D00000h - 01D56000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_ui_columns                  loaded at 01D80000h - 01E17000h
foo_unpack                      loaded at 01E40000h - 01E6E000h
foo_utils                        loaded at 01E90000h - 01EC9000h
foo_version                      loaded at 01EF0000h - 01F16000h
dbghelp                          loaded at 59A60000h - 59B01000h
imon                            loaded at 20B00000h - 20B4B000h
mswsock                          loaded at 71A50000h - 71A8F000h
hnetcfg                          loaded at 662B0000h - 66308000h
wshtcpip                        loaded at 71A90000h - 71A98000h
DNSAPI                          loaded at 76F20000h - 76F47000h
rasadhlp                        loaded at 76FC0000h - 76FC6000h
DSOUND                          loaded at 73F10000h - 73F6C000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
wdmaud                          loaded at 72D20000h - 72D29000h
msacm32                          loaded at 72D10000h - 72D18000h
midimap                          loaded at 77BD0000h - 77BD7000h
KsUser                          loaded at 73EE0000h - 73EE4000h
Secur32                          loaded at 77FE0000h - 77FF1000h
RASAPI32                        loaded at 76EE0000h - 76F1C000h
rasman                          loaded at 76E90000h - 76EA2000h
NETAPI32                        loaded at 5B860000h - 5B8B4000h
TAPI32                          loaded at 76EB0000h - 76EDF000h
rtutils                          loaded at 76E80000h - 76E8E000h
USERENV                          loaded at 769C0000h - 76A73000h
msv1_0                          loaded at 77C70000h - 77C93000h
iphlpapi                        loaded at 76D60000h - 76D79000h
sensapi                          loaded at 722B0000h - 722B5000h
winrnr                          loaded at 76FB0000h - 76FB8000h
WLDAP32                          loaded at 76F60000h - 76F8C000h
urlmon                          loaded at 61410000h - 61534000h

Stack dump analysis:
Address: 019C472Ch, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E0FF8h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019DD189h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019DBB5Dh, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 00403E5Bh, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 019C5C9Fh, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019C3FD9h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E07B5h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019C1BA7h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 019E5AB0h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 015DFF00h, location: "foo_input_std", loaded at 015A0000h - 016B4000h
Address: 019E1450h, location: "foo_scrobblecharts", loaded at 019C0000h - 019F3000h
Address: 0045D460h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 77D4B96Bh, location: "USER32", loaded at 77D40000h - 77DC9000h
Symbol: "IsWindow" (+00000038h)
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 77D4B96Bh, location: "USER32", loaded at 77D40000h - 77DC9000h
Symbol: "IsWindow" (+00000038h)
Address: 004A86ACh, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 0045D414h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 004A6459h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 7C80B683h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 77D4B96Bh, location: "USER32", loaded at 77D40000h - 77DC9000h
Symbol: "IsWindow" (+00000038h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80B690h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 0045D3EFh, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 01000100h, location: "foo_channel_mixer", loaded at 00FF0000h - 0102A000h
Address: 010C0116h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0114h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0112h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0110h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C010Eh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C010Ch, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C010Ah, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0107h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C013Fh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0137h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 01140131h, location: "foo_converter", loaded at 01100000h - 01169000h
Address: 010C012Dh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C015Eh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C015Ch, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0154h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C017Eh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C017Ch, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C017Ah, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0178h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0176h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0174h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0172h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C016Eh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C016Fh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0168h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C019Fh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0195h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0193h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01BEh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01B6h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 011401AAh, location: "foo_converter", loaded at 01100000h - 01169000h
Address: 010C01A6h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01A4h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01A2h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01A0h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01DEh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01DCh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01DAh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 00490020h, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 010C01D7h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01D5h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01CDh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 0041002Fh, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 010C01FAh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01F8h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01F3h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01F0h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01EEh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01E9h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C01E6h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0110h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C010Eh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C010Ch, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C010Ah, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0108h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0106h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0104h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0102h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C013Fh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C013Dh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0135h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 004C002Fh, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 0047002Bh, location: "foobar2000", loaded at 00400000h - 004F0000h
Address: 010C0120h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C015Eh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010A0156h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0149h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0144h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010A017Ch, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0178h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0176h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0174h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0172h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0170h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C016Eh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C016Ch, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C016Ah, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0167h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 00380062h, location: "prio", loaded at 00380000h - 00385000h
Address: 00380062h, location: "prio", loaded at 00380000h - 00385000h
Address: 010C0198h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C0196h, location: "foo_controlserver", loaded at 010A0000h - 010D9000h
Address: 010C018Eh, location: "foo_controlserver", loaded at 010A0000h - 010D9000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
CD Audio Decoder 2.1.1  (foo_cdda)
LPCM <--> delta-PCM converter 0.1.1  (foo_dsp_delta)
foobar2000 core 0.9.4.2  (Core)
ZIP/GZIP reader 1.0  (foo_unpack)
Audioscrobbler 1.3.4  (foo_audioscrobbler)
Components versions viewer 0.3  (foo_version)
Channel Mixer 0.9.4  (foo_channel_mixer)
Track info panel mod 0.8.0 beta [Jan  5 2007 - 13:36:12]  (foo_uie_trackinfo_mod)
Standard DSP array 1.0  (foo_dsp_std)
RAR reader 1.1  (foo_unpack)
freedb Tagger 0.5.2a  (foo_freedb2)
cwbowron's title format hooks 1.0.14 [Nov  1 2006 - 10:20:44]  (foo_cwb_hooks)
Common services 0.1  (foo_common)
Last.fm Chart Player 0.2.1  (foo_scrobblecharts)
Quick Search Toolbar 2.8j  (foo_uie_quicksearch)
Album List 3.2.0  (foo_albumlist)
MSN Now Playing (alt) 2.4  (foo_msnalt)
Playback Statistics 1.3.2  (foo_playcount)
MIDI synthesizer host 1.7  (foo_midi)
Audio CD Writer 2.0.1  (foo_burninate)
ABX Comparator 1.3.1  (foo_abx)
Shorten decoder 0.4.2a  (foo_input_shorten)
Kernel Streaming Output 1.2.2  (foo_out_ks)
WMA Decoder 1.1  (foo_input_std)
Music Browser 1.2.3 [Dec  4 2006 - 09:42:32]  (foo_browser)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Control Server 1.0.1  (foo_controlserver)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Playlist tools 0.5.8  (foo_utils)
FLAC Decoder 1.1.0  (foo_input_std)
Game Emu Player 1.5  (foo_gep)
Track info panel 0.8  (foo_uie_trackinfo)
ASIO support 1.2.3  (foo_out_asio)
Standard Input Array 1.0  (foo_input_std)
Winamp DSP Bridge 1.4.1  (foo_dsp_winamp)
Discogs Tagger 0.92  (foo_discogs)
Masstagger 1.6  (foo_masstag)
DUMB module decoder 0.9.8.4  (foo_dumb)
Converter 1.0.1  (foo_converter)


Hope zis helps
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: metal_termite on 2007-03-28 23:36:45
Unfortunately it crashed again when clicking similar artists playlist. First I tried it with a very obscure artist and it worked properly, notifying me of the error. Then I tried with Coldplay and it crashed immediately, it also froze my system and I had to hard boot.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 02F8B0AEh
Access violation, operation: read, address: 00000000h
Call path:
threaded_process thread
This is the first crash logged by this instance.
Code bytes (02F8B0AEh):
02F8B06Eh:  5D 59 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC
02F8B07Eh:  CC CC 83 EC 0C A1 24 A3 FA 02 33 C4 89 44 24 08
02F8B08Eh:  53 55 56 33 F6 BB 01 00 00 00 EB 06 8D 9B 00 00
02F8B09Eh:  00 00 83 C8 FF 2B C6 0F 84 80 00 00 00 83 F8 01
02F8B0AEh:  0F B7 04 77 75 07 B9 01 00 00 00 EB 50 33 D2 85
02F8B0BEh:  C0 74 44 8B C8 81 E1 00 FC 00 00 81 F9 00 D8 00
02F8B0CEh:  00 BA 01 00 00 00 75 2F 0F B7 4C 77 02 8B E9 81
02F8B0DEh:  E5 00 FC 00 00 81 FD 00 DC 00 00 75 1A 25 FF 03
Stack (0872FC90h):
0872FC70h:  00000000 00000000 00000000 00000000
0872FC80h:  00000000 00000000 00000000 00000000
0872FC90h:  0872FD20 00000000 00000000 08513770
0872FCA0h:  00000002 C0A8084C 02F8472C C0A80860
0872FCB0h:  0872FD44 08500050 0872FCE8 0872FDB4
0872FCC0h:  02FA0FF8 00000000 02F9D189 0872FD20
0872FCD0h:  C0A80804 00000000 0017F37C 0872FECC
0872FCE0h:  0017F4B0 08513710 08513088 02FA5AB0
0872FCF0h:  030E2D40 0000004D 0000004D 0000003C
0872FD00h:  08556C88 00000009 00000009 02FA5AB0
0872FD10h:  030E3A98 000093DD 000093DD 000093CC
0872FD20h:  00000000 00000000 00000000 02FA5AB0
0872FD30h:  08558F40 00000019 00000019 00000008
0872FD40h:  085280A0 08513A98 00000064 0872FDCC
0872FD50h:  030E0F80 00000008 02F9BB5D 00000019
0872FD60h:  0017F38C 00000001 08556CA0 0000000A
0872FD70h:  0000000A 00403E5B 0017F3B0 02F85C9F
0872FD80h:  00000000 02F83FD9 C0A8095C 00000000
0872FD90h:  0017F37C 0872FECC 0017F4B0 7771EE2E
0872FDA0h:  02FA5AB0 08558F68 0000001A 0000001A
Registers:
EAX: FFFFFFFF, EBX: 00000001, ECX: 00000000, EDX: 00000000
ESI: 00000000, EDI: 00000000, EBP: 00000000, ESP: 0872FC90
Crash location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+00001D1Eh)

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 77700000h - 77850000h
kernel32                        loaded at 75C40000h - 75D50000h
COMCTL32                        loaded at 752C0000h - 75454000h
msvcrt                          loaded at 76E30000h - 76EDA000h
ADVAPI32                        loaded at 75B80000h - 75C3F000h
RPCRT4                          loaded at 771C0000h - 772B0000h
Secur32                          loaded at 758A0000h - 75900000h
GDI32                            loaded at 772B0000h - 77340000h
USER32                          loaded at 76D60000h - 76E30000h
SHLWAPI                          loaded at 77020000h - 77075000h
SHELL32                          loaded at 75FD0000h - 76A9E000h
ole32                            loaded at 75A30000h - 75B74000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 77080000h - 770F4000h
IMM32                            loaded at 76EE0000h - 76F40000h
MSCTF                            loaded at 76AA0000h - 76B67000h
LPK                              loaded at 776F0000h - 776F9000h
USP10                            loaded at 75F40000h - 75FBD000h
uxtheme                          loaded at 74880000h - 74900000h
foo_albumlist                    loaded at 002E0000h - 00327000h
OLEAUT32                        loaded at 76F40000h - 76FCC000h
foo_audioscrobbler              loaded at 00690000h - 006C7000h
WS2_32                          loaded at 77190000h - 771BD000h
NSI                              loaded at 776D0000h - 776D6000h
foo_autoplaylist                loaded at 02560000h - 02592000h
foo_browser                      loaded at 025C0000h - 025F9000h
foo_cdda                        loaded at 02710000h - 02746000h
foo_converter                    loaded at 02790000h - 027F9000h
foo_cwb_hooks                    loaded at 02820000h - 02855000h
foo_dbsearch                    loaded at 02860000h - 028D0000h
foo_discogs                      loaded at 02950000h - 029CA000h
gdiplus                          loaded at 73C80000h - 73E2A000h
WINMM                            loaded at 74620000h - 74653000h
OLEACC                          loaded at 745E0000h - 74618000h
foo_dsp_std                      loaded at 02A20000h - 02A61000h
foo_input_std                    loaded at 02D40000h - 02E54000h
foo_masstag                      loaded at 02AA0000h - 02AF0000h
foo_playcount                    loaded at 02C50000h - 02C78000h
foo_playlist_tree                loaded at 02C80000h - 02CF2000h
libmzsch360_000                  loaded at 10400000h - 105D0000h
WSOCK32                          loaded at 75920000h - 75927000h
libmzgc360_000                  loaded at 02E80000h - 02F24000h
foo_removeplayed                loaded at 02A70000h - 02A88000h
foo_rgscan                      loaded at 02F30000h - 02F78000h
foo_run                          loaded at 02D00000h - 02D2B000h
foo_scrobblecharts              loaded at 02F80000h - 02FB3000h
WININET                          loaded at 75960000h - 75A2F000h
Normaliz                        loaded at 75FC0000h - 75FC3000h
iertutil                        loaded at 76FD0000h - 77015000h
foo_trackpos                    loaded at 03000000h - 0301F000h
foo_uie_albumart                loaded at 03070000h - 030AC000h
foo_uie_albumlist                loaded at 030F0000h - 0312D000h
foo_uie_explorer                loaded at 03140000h - 0317C000h
foo_uie_playlists_dropdown      loaded at 03180000h - 031B9000h
foo_uie_quicksearch              loaded at 03390000h - 033D6000h
foo_uie_tabs                    loaded at 031C0000h - 031EA000h
foo_uie_vis_egoh                loaded at 03320000h - 0333D000h
foo_uie_wsh_panel                loaded at 033E0000h - 03416000h
foo_ui_columns                  loaded at 039F0000h - 03A88000h
foo_ui_panels                    loaded at 03CE0000h - 03DB3000h
foo_ui_std                      loaded at 03650000h - 036A7000h
ctagent                          loaded at 034A0000h - 034A7000h
Msimg32                          loaded at 740E0000h - 740E5000h
tskh                            loaded at 036B0000h - 036C2000h
idle                            loaded at 60300000h - 60307000h
MSVCR71                          loaded at 7C340000h - 7C396000h
mswsock                          loaded at 741B0000h - 741EB000h
DNSAPI                          loaded at 754F0000h - 7551B000h
winrnr                          loaded at 74270000h - 74278000h
WLDAP32                          loaded at 75EF0000h - 75F39000h
PSAPI                            loaded at 75D50000h - 75D57000h
NLAapi                          loaded at 74260000h - 7426F000h
IPHLPAPI                        loaded at 74440000h - 74459000h
dhcpcsvc                        loaded at 74350000h - 74385000h
WINNSI                          loaded at 744E0000h - 744E7000h
dhcpcsvc6                        loaded at 74330000h - 74350000h
napinsp                          loaded at 74250000h - 7425F000h
pnrpnsp                          loaded at 740B0000h - 740C2000h
dwmapi                          loaded at 73EB0000h - 73EBC000h
mdnsNSP                          loaded at 16080000h - 16099000h
rasadhlp                        loaded at 74320000h - 74326000h
imon                            loaded at 20B00000h - 20B4B000h
wship6                          loaded at 74310000h - 74316000h
wshtcpip                        loaded at 74280000h - 74286000h
CLBCatQ                          loaded at 76CD0000h - 76D54000h
WindowsCodecs                    loaded at 73AD0000h - 73B82000h
SXS                              loaded at 737C0000h - 7381F000h
jscript                          loaded at 73350000h - 733C8000h
rsaenh                          loaded at 75550000h - 75588000h
RASAPI32                        loaded at 73870000h - 738B7000h
rasman                          loaded at 73E90000h - 73EA4000h
NETAPI32                        loaded at 75670000h - 756DA000h
TAPI32                          loaded at 73780000h - 737B1000h
rtutils                          loaded at 73EC0000h - 73ECC000h
USERENV                          loaded at 74E00000h - 74E1E000h
credssp                          loaded at 73FE0000h - 73FE7000h
CRYPT32                          loaded at 74660000h - 74751000h
MSASN1                          loaded at 75460000h - 75472000h
schannel                        loaded at 73E30000h - 73E75000h
msv1_0                          loaded at 736F0000h - 73727000h
cryptdll                        loaded at 73750000h - 73761000h
sensapi                          loaded at 73770000h - 73776000h
urlmon                          loaded at 76BA0000h - 76CC4000h
imagehlp                        loaded at 76B70000h - 76B99000h
dbghelp                          loaded at 72010000h - 720EC000h

Stack dump analysis:
Address: 02F8472Ch, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Address: 02FA0FF8h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+00017C68h)
Address: 02F9D189h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+00013DF9h)
Address: 02FA5AB0h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+0001C720h)
Address: 02FA5AB0h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+0001C720h)
Address: 02FA5AB0h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+0001C720h)
Address: 02F9BB5Dh, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+000127CDh)
Address: 00403E5Bh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 02F85C9Fh, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Address: 02F83FD9h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Address: 7771EE2Eh, location: "ntdll", loaded at 77700000h - 77850000h
Symbol: "KiUserCallbackDispatcher" (+0000002Eh)
Address: 02FA5AB0h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+0001C720h)
Address: 02FA07B5h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+00017425h)
Address: 02F81BA7h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Address: 02FA5AB0h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+0001C720h)
Address: 02FA1450h, location: "foo_scrobblecharts", loaded at 02F80000h - 02FB3000h
Symbol: "foobar2000_get_interface" (+000180C0h)
Address: 0045D460h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A86ACh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0045D414h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A6459h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 75CC19F1h, location: "kernel32", loaded at 75C40000h - 75D50000h
Symbol: "BaseThreadInitThunk" (+0000000Eh)
Address: 7777D109h, location: "ntdll", loaded at 77700000h - 77850000h
Symbol: "RtlCreateUserProcess" (+0000008Ch)
Address: 75CCBC94h, location: "kernel32", loaded at 75C40000h - 75D50000h
Symbol: "UnhandledExceptionFilter" (+00000000h)
Address: 75CCBC94h, location: "kernel32", loaded at 75C40000h - 75D50000h
Symbol: "UnhandledExceptionFilter" (+00000000h)
Address: 777B1C78h, location: "ntdll", loaded at 77700000h - 77850000h
Symbol: "wcstombs" (+0000007Ah)
Address: 0045D3EFh, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Converter 1.0.1  (foo_converter)
Album list panel 0.2.1  (foo_uie_albumlist)
FLAC Decoder 1.1.0  (foo_input_std)
Audioscrobbler 1.3.5  (foo_audioscrobbler)
cwbowron's title format hooks 1.1.0beta [Dec  1 2006 - 13:47:34]  (foo_cwb_hooks)
Playlists Dropdown 0.6 alpha 3  (foo_uie_playlists_dropdown)
WMA Decoder 1.1  (foo_input_std)
Run services 0.3.2  (foo_run)
Panels UI 0.9.1 beta [Mar 27 2007 - 23:07:16]  (foo_ui_panels)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Explorer Tree 1.04.6b  (foo_uie_explorer)
Playlist Tree Panel 3.0.BETA_2 [Mar 23 2007 - 16:44:16]  (foo_playlist_tree)
Columns UI 0.1.3 beta 1v8 TEST  (foo_ui_columns)
foobar2000 core 0.9.4.2  (Core)
Music Browser 1.2.3b [Mar 23 2007 - 16:52:56]  (foo_browser)
Standard Input Array 1.0  (foo_input_std)
Playback Statistics 1.3.2  (foo_playcount)
Masstagger 1.6  (foo_masstag)
Album Art Panel 0.2.6  (foo_uie_albumart)
Database Search 1.4  (foo_dbsearch)
Album List 3.2.0  (foo_albumlist)
Egoh Spectrum analyser (uie) 1.1.2  (foo_uie_vis_egoh)
Tabbed panel modified 0.2.5  (foo_uie_tabs)
CD Audio Decoder 2.1.1  (foo_cdda)
Default User Interface 0.9acc  (foo_ui_std)
Track Positioner 1.0  (foo_trackpos)
Discogs Tagger 0.98  (foo_discogs)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
Last.fm Chart Player 0.2.1  (foo_scrobblecharts)
Standard DSP array 1.0  (foo_dsp_std)
WSH Panel (uie) 0.7.1  (foo_uie_wsh_panel)
Remove played Files 1.2.0 [Nov 19 2006 - 14:55:48]  (foo_removeplayed)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: bubbleguuum on 2007-03-29 00:11:55
Same here: latest version crashes everytime when doing similar chart/shuffle playlist.

Also when launching foobar2000 in Visual Studio Debugger I noticed (with an older version) that it trigerred a breakpoint, which could mean some not handled exception. It didn't crash but can indicate a problem
(something you do in a thread that you may not be authorized to do)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: slinger1182 on 2007-03-30 00:32:26
Crashed when searching for Similar Artists (John Coltrane). XP SP2, IE 7 (everything updated).

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0160B0AEh
Access violation, operation: read, address: 00000000h
Call path:
threaded_process thread
This is the first crash logged by this instance.
Code bytes (0160B0AEh):
0160B06Eh:  5D 59 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC
0160B07Eh:  CC CC 83 EC 0C A1 24 A3 62 01 33 C4 89 44 24 08
0160B08Eh:  53 55 56 33 F6 BB 01 00 00 00 EB 06 8D 9B 00 00
0160B09Eh:  00 00 83 C8 FF 2B C6 0F 84 80 00 00 00 83 F8 01
0160B0AEh:  0F B7 04 77 75 07 B9 01 00 00 00 EB 50 33 D2 85
0160B0BEh:  C0 74 44 8B C8 81 E1 00 FC 00 00 81 F9 00 D8 00
0160B0CEh:  00 BA 01 00 00 00 75 2F 0F B7 4C 77 02 8B E9 81
0160B0DEh:  E5 00 FC 00 00 81 FD 00 DC 00 00 75 1A 25 FF 03
Stack (037EFCA4h):
037EFC84h:  0012EFDC 77D54204 00000000 0000000C
037EFC94h:  00000000 003B43F8 00000000 0012F008
037EFCA4h:  037EFD34 00000000 00000000 04240380
037EFCB4h:  00000002 A3E4F2F2 0160472C A3E4F286
037EFCC4h:  037EFD58 0425A188 037EFCFC 037EFDC8
037EFCD4h:  01620FF8 00000000 0161D189 037EFD34
037EFCE4h:  A3E4F2AA 00000000 0012F4BC 037EFEE0
037EFCF4h:  0012F5F0 04250C20 042508D0 01625AB0
037EFD04h:  01657590 00000054 00000054 00000043
037EFD14h:  042507E8 0000000E 0000000E 01625AB0
037EFD24h:  04250C88 000094F2 000094F2 000094E1
037EFD34h:  00000000 00000000 00000000 01625AB0
037EFD44h:  04278560 0000001E 0000001E 0000000D
037EFD54h:  042407F0 042406A8 00000064 037EFDE0
037EFD64h:  01655448 0000000D 0161BB5D 0000001E
037EFD74h:  0012F4CC 00000001 042503D8 0000000C
037EFD84h:  0000000C 00403E5B 0012F4F0 01605C9F
037EFD94h:  00000000 01603FD9 A3E4F3E2 00000000
037EFDA4h:  0012F4BC 037EFEE0 0012F5F0 00000000
037EFDB4h:  01625AB0 042785D0 0000001C 0000001C
Registers:
EAX: FFFFFFFF, EBX: 00000001, ECX: 00000000, EDX: 00000000
ESI: 00000000, EDI: 00000000, EBP: 00000000, ESP: 037EFCA4
Crash location: "foo_scrobblecharts", loaded at 01600000h - 01633000h

Loaded modules:
foobar2000   loaded at 00400000h - 004F3000h
ntdll loaded at 7C900000h - 7C9B0000h
kernel32 loaded at 7C800000h - 7C8F4000h
COMCTL32 loaded at 773D0000h - 774CC000h
msvcrt   loaded at 77C10000h - 77C68000h
ADVAPI32 loaded at 77DD0000h - 77E6B000h
RPCRT4   loaded at 77E70000h - 77F01000h
GDI32 loaded at 77F10000h - 77F57000h
USER32   loaded at 77D40000h - 77DC7000h
SHLWAPI   loaded at 77F60000h - 77FD6000h
SHELL32   loaded at 7C9C0000h - 7D4D3000h
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
MSCTF loaded at 74720000h - 7476B000h
msctfime loaded at 755C0000h - 755EE000h
foo_abx   loaded at 00A70000h - 00AA4000h
foo_albumlist loaded at 00AC0000h - 00B07000h
OLEAUT32 loaded at 77120000h - 771AC000h
foo_albumlist_autoupdate loaded at 00B30000h - 00B47000h
foo_audioscrobbler   loaded at 00B70000h - 00BA7000h
WS2_32   loaded at 71AB0000h - 71AC7000h
WS2HELP   loaded at 71AA0000h - 71AA8000h
foo_autoplaylist loaded at 00BD0000h - 00C00000h
foo_burninate loaded at 00C20000h - 00C57000h
VERSION   loaded at 77C00000h - 77C08000h
foo_cdda loaded at 00C80000h - 00CB6000h
foo_converter loaded at 00CE0000h - 00D49000h
foo_cwb_hooks loaded at 00D70000h - 00DA5000h
foo_dsp_bs2b loaded at 00DD0000h - 00DEC000h
foo_dsp_crossfader   loaded at 00E10000h - 00E20000h
MSVCR80   loaded at 78130000h - 781CB000h
foo_dsp_std   loaded at 00E40000h - 00E81000h
foo_freedb2   loaded at 00EB0000h - 00EF0000h
foo_input_std loaded at 00F10000h - 01024000h
foo_lyricsdb loaded at 01050000h - 0106E000h
MSVCP80   loaded at 7C420000h - 7C4A7000h
WININET   loaded at 771B0000h - 7727F000h
Normaliz loaded at 01080000h - 01089000h
iertutil loaded at 6E850000h - 6E895000h
foo_masstag   loaded at 012A0000h - 012F0000h
foo_msnalt   loaded at 01310000h - 01329000h
foo_out_ks   loaded at 01350000h - 0137A000h
SETUPAPI loaded at 77920000h - 77A09000h
foo_playcount loaded at 013A0000h - 013C8000h
foo_playlist_bind loaded at 013F0000h - 01415000h
foo_rgscan   loaded at 01430000h - 01478000h
foo_run   loaded at 014A0000h - 014CB000h
foo_scheduler loaded at 014F0000h - 0155F000h
POWRPROF loaded at 74AD0000h - 74AD8000h
WINMM loaded at 76B40000h - 76B6D000h
serwvdrv loaded at 5CD70000h - 5CD77000h
umdmxfrm loaded at 5B0A0000h - 5B0A7000h
foo_scrobblecharts   loaded at 01600000h - 01633000h
foo_uie_albumlist loaded at 01660000h - 0169D000h
foo_uie_lyrics_panel loaded at 016C0000h - 01728000h
foo_uie_playlists_dropdown   loaded at 01750000h - 0178A000h
foo_uie_quicksearch   loaded at 017B0000h - 017F6000h
foo_uie_wsh_panel loaded at 01820000h - 01856000h
gdiplus   loaded at 4EC50000h - 4EDF3000h
foo_ui_columns   loaded at 019B0000h - 01A47000h
foo_ui_panels loaded at 01A70000h - 01B43000h
foo_ui_std   loaded at 01B70000h - 01BC7000h
foo_unpack   loaded at 01BF0000h - 01C1E000h
foo_utils loaded at 01C40000h - 01C78000h
foo_verifier loaded at 01CA0000h - 01CD0000h
foo_winamp_spam   loaded at 01CF0000h - 01D1A000h
Aqua Dock loaded at 01E30000h - 01E3D000h
YzDock   loaded at 01E50000h - 01E5D000h
Msimg32   loaded at 76380000h - 76385000h
mswsock   loaded at 71A50000h - 71A8F000h
DNSAPI   loaded at 76F20000h - 76F47000h
rasadhlp loaded at 76FC0000h - 76FC6000h
hnetcfg   loaded at 662B0000h - 66308000h
wshtcpip loaded at 71A90000h - 71A98000h
DSOUND   loaded at 73F10000h - 73F6C000h
SXS   loaded at 75E90000h - 75F40000h
CLBCATQ   loaded at 76FD0000h - 7704F000h
COMRes   loaded at 77050000h - 77115000h
WINTRUST loaded at 76C30000h - 76C5E000h
CRYPT32   loaded at 77A80000h - 77B14000h
MSASN1   loaded at 77B20000h - 77B32000h
IMAGEHLP loaded at 76C90000h - 76CB8000h
wdmaud   loaded at 72D20000h - 72D29000h
msacm32   loaded at 72D10000h - 72D18000h
MSACM32   loaded at 77BE0000h - 77BF5000h
midimap   loaded at 77BD0000h - 77BD7000h
KsUser   loaded at 73EE0000h - 73EE4000h
jscript   loaded at 63380000h - 633F8000h
xpsp2res loaded at 20000000h - 20302000h
Secur32   loaded at 77FE0000h - 77FF1000h
RASAPI32 loaded at 76EE0000h - 76F1C000h
rasman   loaded at 76E90000h - 76EA2000h
NETAPI32 loaded at 5B860000h - 5B8B4000h
TAPI32   loaded at 76EB0000h - 76EDF000h
rtutils   loaded at 76E80000h - 76E8E000h
USERENV   loaded at 769C0000h - 76A73000h
sensapi   loaded at 722B0000h - 722B5000h
urlmon   loaded at 61410000h - 61534000h
wship6   loaded at 58D40000h - 58D47000h
DBGHELP   loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 0160472Ch, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 01620FF8h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 0161D189h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 01625AB0h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 01625AB0h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 01625AB0h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 0161BB5Dh, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 00403E5Bh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 01605C9Fh, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 01603FD9h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 01625AB0h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 016207B5h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 01601BA7h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 01625AB0h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 013AFF00h, location: "foo_playcount", loaded at 013A0000h - 013C8000h
Address: 01621450h, location: "foo_scrobblecharts", loaded at 01600000h - 01633000h
Address: 0045D460h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A86ACh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0045D414h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A6459h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C80B683h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80B690h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 0045D3EFh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 20000000h, location: "xpsp2res", loaded at 20000000h - 20302000h
Address: 74736F70h, location: "MSCTF", loaded at 74720000h - 7476B000h
Symbol: "TF_CreateCicLoadMutex" (+0000050Dh)
Address: 20000000h, location: "xpsp2res", loaded at 20000000h - 20302000h
Address: 01000200h, location: "foo_input_std", loaded at 00F10000h - 01024000h
Address: 01000400h, location: "foo_input_std", loaded at 00F10000h - 01024000h
Address: 0040EF02h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00FE0006h, location: "foo_input_std", loaded at 00F10000h - 01024000h
Address: 77FF0402h, location: "Secur32", loaded at 77FE0000h - 77FF1000h
Address: 01009E03h, location: "foo_input_std", loaded at 00F10000h - 01024000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 7D008504h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 01009403h, location: "foo_input_std", loaded at 00F10000h - 01024000h
Address: 10008303h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCreateWindowEx" (+00000023h)
Address: 7D009703h, location: "SHELL32", loaded at 7C9C0000h - 7D4D3000h
Address: 76FF6903h, location: "CLBCATQ", loaded at 76FD0000h - 7704F000h
Symbol: "DestroyStgDatabase" (+0001CE71h)

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Lyrics panel 0.34.1  (foo_uie_lyrics_panel)
Album List 3.2.0  (foo_albumlist)
Default User Interface 0.9acc  (foo_ui_std)
Converter 1.0.1  (foo_converter)
Playlists Dropdown 0.5.7.5  (foo_uie_playlists_dropdown)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Last.fm Chart Player 0.2.1  (foo_scrobblecharts)
Audioscrobbler 1.3.5  (foo_audioscrobbler)
Kernel Streaming Output 1.2.2  (foo_out_ks)
freedb Tagger 0.5.2a  (foo_freedb2)
CD Audio Decoder 2.1.1  (foo_cdda)
Audio CD Writer 2.0.1  (foo_burninate)
bs2b 2.1.0  (foo_dsp_bs2b)
ZIP/GZIP reader 1.0  (foo_unpack)
MSN Now Playing (alt) 2.4  (foo_msnalt)
Standard Input Array 1.0  (foo_input_std)
Panels UI 0.9.1 beta [Mar 27 2007 - 23:07:16]  (foo_ui_panels)
Run services 0.3.2  (foo_run)
Standard DSP array 1.0  (foo_dsp_std)
Playback Statistics 1.3.2  (foo_playcount)
Scheduler 3.53  (foo_scheduler)
Autoplaylist Manager 1.0  (foo_autoplaylist)
Playlist Bind 3.1  (foo_playlist_bind)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
WMA Decoder 1.1  (foo_input_std)
ABX Comparator 1.3.1  (foo_abx)
cwbowron's title format hooks 1.1.0beta [Dec  1 2006 - 13:47:34]  (foo_cwb_hooks)
FLAC Decoder 1.1.0  (foo_input_std)
Albumlist autoupdate 0.1  (foo_albumlist_autoupdate)
Gapless Crossfader 0.2.6  (foo_dsp_crossfader)
Masstagger 1.6  (foo_masstag)
foo_lyricsdb 0.0.7 beta 4  (foo_lyricsdb)
Album list panel 0.2.1  (foo_uie_albumlist)
foobar2000 core 0.9.4.2  (Core)
Winamp API Emulator 0.95  (foo_winamp_spam)
Playlist Tools 0.5.9  (foo_utils)
RAR reader 1.1  (foo_unpack)
WSH Panel (uie) 0.7.1  (foo_uie_wsh_panel)
File Integrity Verifier 1.0.1  (foo_verifier)
ReplayGain Scanner 2.0.2  (foo_rgscan)

Bleh! How do I make the code box smaller?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kanak on 2007-03-30 01:03:21
I have been getting the same error too. Similar artist features don't work at all .
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-30 05:30:05
Slinger, you can do small boxes with [ codebox ]. I could recreate the crash with john coltrane. So I can fix it - be patient
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: zoddic on 2007-03-30 10:18:31
Getting this when trying similar artist on any artist in the playlist. Hope u can fix those annoying problems! Great idea for an addon.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0177B0AEh
Access violation, operation: read, address: 00000000h
Call path:
threaded_process thread
This is the first crash logged by this instance.
Code bytes (0177B0AEh):
0177B06Eh:  5D 59 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC
0177B07Eh:  CC CC 83 EC 0C A1 24 A3 79 01 33 C4 89 44 24 08
0177B08Eh:  53 55 56 33 F6 BB 01 00 00 00 EB 06 8D 9B 00 00
0177B09Eh:  00 00 83 C8 FF 2B C6 0F 84 80 00 00 00 83 F8 01
0177B0AEh:  0F B7 04 77 75 07 B9 01 00 00 00 EB 50 33 D2 85
0177B0BEh:  C0 74 44 8B C8 81 E1 00 FC 00 00 81 F9 00 D8 00
0177B0CEh:  00 BA 01 00 00 00 75 2F 0F B7 4C 77 02 8B E9 81
0177B0DEh:  E5 00 FC 00 00 81 FD 00 DC 00 00 75 1A 25 FF 03
Stack (0360FCA4h):
0360FC84h:  00764008 00000010 00000001 00000001
0360FC94h:  0012EC7C 00000000 0012EDA0 77D60467
0360FCA4h:  0360FD34 00000000 00000000 017CDA90
0360FCB4h:  00000002 0B7B7196 0177472C 0B7B71E2
0360FCC4h:  0360FD58 03E59438 0360FCFC 0360FDC8
0360FCD4h:  01790FF8 00000000 0178D189 0360FD34
0360FCE4h:  0B7B71CE 00000000 0012F35C 0360FEE0
0360FCF4h:  0012F490 017CDA30 017CD398 01795AB0
0360FD04h:  017CC620 00000039 00000039 00000038
0360FD14h:  017CCAE8 00000005 00000005 01795AB0
0360FD24h:  03E50048 000093E5 000093E5 000093D4
0360FD34h:  00000000 00000000 00000000 01795AB0
0360FD44h:  017CC600 00000015 00000015 00000004
0360FD54h:  017CDF18 017CDDB8 00000064 0360FDE0
0360FD64h:  017C44F8 00000004 0178BB5D 00000015
0360FD74h:  00A04C69 00000001 017CCE68 00000008
0360FD84h:  00000008 00A70008 0360FDE0 01775C9F
0360FD94h:  00000000 01773FD9 0B7B7086 00000000
0360FDA4h:  0012F35C 0360FEE0 0012F490 0012F34C
0360FDB4h:  01795AB0 03E8DF28 00000018 00000018
Registers:
EAX: FFFFFFFF, EBX: 00000001, ECX: 00000000, EDX: 00000000
ESI: 00000000, EDI: 00000000, EBP: 00000000, ESP: 0360FCA4
Crash location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9B2000h
kernel32                        loaded at 7C800000h - 7C8F8000h
COMCTL32                        loaded at 773C0000h - 774BE000h
msvcrt                          loaded at 77C00000h - 77C58000h
ADVAPI32                        loaded at 77DC0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 77D30000h - 77DB9000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D51C000h
ole32                            loaded at 774D0000h - 7760D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 76390000h - 763D9000h
IMM32                            loaded at 76370000h - 7638D000h
wl_hook                          loaded at 009F0000h - 00A46000h
uxtheme                          loaded at 5B270000h - 5B2A8000h
MSCTF                            loaded at 746F0000h - 7473B000h
ihtkh                            loaded at 00B30000h - 00B42000h
msctfime                        loaded at 751A0000h - 751CE000h
foo_abx                          loaded at 00B80000h - 00BB4000h
foo_albumlist                    loaded at 00BE0000h - 00C27000h
OLEAUT32                        loaded at 77110000h - 7719C000h
foo_audioscrobbler              loaded at 00C50000h - 00C88000h
WS2_32                          loaded at 71AA0000h - 71AB7000h
WS2HELP                          loaded at 71A90000h - 71A98000h
foo_cdda                        loaded at 00CB0000h - 00CE6000h
foo_converter                    loaded at 00D10000h - 00D79000h
foo_cwb_hooks                    loaded at 00DA0000h - 00DD5000h
foo_discogs                      loaded at 00E00000h - 00E72000h
gdiplus                          loaded at 4EBA0000h - 4ED43000h
WINMM                            loaded at 76B30000h - 76B5E000h
foo_dsp_continuator              loaded at 00F20000h - 00F52000h
foo_dsp_crossfader              loaded at 00F80000h - 00FA6000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_dsp_crossfeed                loaded at 00FD0000h - 00FF4000h
foo_dsp_delta                    loaded at 01020000h - 0103E000h
foo_dsp_gapless                  loaded at 01060000h - 0106B000h
foo_dsp_skip_silence            loaded at 01080000h - 0108A000h
foo_dsp_std                      loaded at 010A0000h - 010E1000h
foo_freedb2                      loaded at 01110000h - 01150000h
foo_highlightplaying            loaded at 01170000h - 01191000h
foo_input_mslive                loaded at 011C0000h - 011E7000h
WMVCore                          loaded at 15110000h - 1536A000h
WMASF                            loaded at 11C70000h - 11CA9000h
foo_input_std                    loaded at 01200000h - 01314000h
foo_lyricsdb                    loaded at 01340000h - 0136F000h
WININET                          loaded at 771B0000h - 7727F000h
Normaliz                        loaded at 01380000h - 01389000h
iertutil                        loaded at 6E850000h - 6E895000h
foo_masstag                      loaded at 015B0000h - 01600000h
foo_msnalt                      loaded at 01620000h - 01639000h
foo_playcount                    loaded at 01660000h - 01688000h
foo_rgscan                      loaded at 016B0000h - 016F8000h
foo_run                          loaded at 01720000h - 0174B000h
foo_scrobblecharts              loaded at 01770000h - 017A3000h
foo_uie_albumlist                loaded at 017D0000h - 0180D000h
foo_uie_lyrics                  loaded at 01830000h - 0188E000h
foo_uie_quicksearch              loaded at 018B0000h - 018F6000h
foo_uie_single_column_playlist  loaded at 01920000h - 0196C000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
foo_uie_tabs                    loaded at 01980000h - 019AA000h
foo_uie_trackinfo_mod            loaded at 019D0000h - 01A26000h
foo_ui_columns                  loaded at 01A40000h - 01AD7000h
foo_ui_std                      loaded at 01B00000h - 01B57000h
foo_unpack                      loaded at 01B80000h - 01BAE000h
mswsock                          loaded at 71A40000h - 71A80000h
DNSAPI                          loaded at 76F10000h - 76F37000h
winrnr                          loaded at 76FA0000h - 76FA8000h
WLDAP32                          loaded at 76F50000h - 76F7D000h
rasadhlp                        loaded at 76FB0000h - 76FB6000h
imon                            loaded at 20B00000h - 20B4B000h
WSOCK32                          loaded at 71AC0000h - 71ACA000h
hnetcfg                          loaded at 698B0000h - 69908000h
wshtcpip                        loaded at 71A80000h - 71A88000h
Secur32                          loaded at 77FE0000h - 77FF1000h
RASAPI32                        loaded at 76ED0000h - 76F0C000h
rasman                          loaded at 76E80000h - 76E92000h
NETAPI32                        loaded at 60940000h - 60994000h
TAPI32                          loaded at 76EA0000h - 76ECF000h
rtutils                          loaded at 76E70000h - 76E7E000h
USERENV                          loaded at 769B0000h - 76A63000h
msv1_0                          loaded at 77C60000h - 77C83000h
iphlpapi                        loaded at 76D50000h - 76D69000h
sensapi                          loaded at 722A0000h - 722A5000h
urlmon                          loaded at 61410000h - 61534000h
imagehlp                        loaded at 76C80000h - 76CA8000h
DBGHELP                          loaded at 59F50000h - 59FF1000h
VERSION                          loaded at 77BF0000h - 77BF8000h

Stack dump analysis:
Address: 0177472Ch, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 01790FF8h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 0178D189h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 01795AB0h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 01795AB0h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 01795AB0h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 0178BB5Dh, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 00A04C69h, location: "wl_hook", loaded at 009F0000h - 00A46000h
Address: 01775C9Fh, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 01773FD9h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 01795AB0h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 017907B5h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 01771BA7h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 01795AB0h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 015E8E98h, location: "foo_masstag", loaded at 015B0000h - 01600000h
Address: 00D6E900h, location: "foo_converter", loaded at 00D10000h - 00D79000h
Address: 01791450h, location: "foo_scrobblecharts", loaded at 01770000h - 017A3000h
Address: 0045D460h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C42A8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A86ACh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0045D414h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004A6459h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C80B683h, location: "kernel32", loaded at 7C800000h - 7C8F8000h
Symbol: "GetModuleFileNameA" (+000001B4h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F8000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80B690h, location: "kernel32", loaded at 7C800000h - 7C8F8000h
Symbol: "GetModuleFileNameA" (+000001C1h)
Address: 0045D3EFh, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Discogs Tagger 0.92  (foo_discogs)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
LPCM <--> delta-PCM converter 0.1.1  (foo_dsp_delta)
foobar2000 core 0.9.4.2  (Core)
Converter 1.0.1  (foo_converter)
RAR reader 1.1  (foo_unpack)
WMA Decoder 1.1  (foo_input_std)
ZIP/GZIP reader 1.0  (foo_unpack)
Album list panel 0.2.1  (foo_uie_albumlist)
Last.fm Chart Player 0.2.1  (foo_scrobblecharts)
Continuator 0.4.0  (foo_dsp_continuator)
MSN Now Playing (alt) 2.4  (foo_msnalt)
Masstagger 1.6  (foo_masstag)
foo_lyricsdb 0.0.7 beta 5  (foo_lyricsdb)
Standard DSP array 1.0  (foo_dsp_std)
CD Audio Decoder 2.1.1  (foo_cdda)
Crossfader 0.1.7.2  (foo_dsp_crossfader)
Gapless 0.2  (foo_dsp_gapless)
freedb Tagger 0.5.2a  (foo_freedb2)
FLAC Decoder 1.1.0  (foo_input_std)
Track info panel mod 0.8.0 beta [Jan  5 2007 - 13:36:12]  (foo_uie_trackinfo_mod)
Skip silence 0.1  (foo_dsp_skip_silence)
ABX Comparator 1.3.1  (foo_abx)
Crossfeed 0.92  (foo_dsp_crossfeed)
Default User Interface 0.9acc  (foo_ui_std)
Album List 3.2.0  (foo_albumlist)
mslive 0.2  (foo_input_mslive)
Playback Statistics 1.3.2  (foo_playcount)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Highlight playing 0.1.0  (foo_highlightplaying)
Audioscrobbler 1.3.2  (foo_audioscrobbler)
Lyric Show Panels 0.3.1.0  (foo_uie_lyrics)
cwbowron's title format hooks 1.1.0beta [Dec  1 2006 - 13:47:34]  (foo_cwb_hooks)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Single Column Playlist Display 0.5.4 beta [Jan  9 2007 - 15:42:59]  (foo_uie_single_column_playlist)
Run services 0.3.2  (foo_run)
Standard Input Array 1.0  (foo_input_std)
Tabbed panel modified 0.2.5  (foo_uie_tabs)

Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-30 14:06:22
Found the bug.
see here:
http://www.last.fm/forum/21604/_/252195 (http://www.last.fm/forum/21604/_/252195)

I can't really fix this - I will remove the crashes but without the data I can't generate the playlist.

Well, here is Version 0.2.2 (http://chron.visiondesigns.de/foobar2000/#foo_scrobblecharts) - similar artists now returns an error instead of crashing. Hopefully Last.fm will fix this.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: cartman(2vd) on 2007-03-30 17:54:16
nevermind erase this post pls
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: FofR on 2007-03-30 18:33:18
Out of interest, what used to be here:

Code: [Select]
<artist>
<name>Iron Maiden</name>
<mbid>ca891d65-d9b0-4258-89f7-e6ba29d83767</mbid>
<match/>
<url>http://www.last.fm/music/Iron+Maiden</url>

    <image_small>
http://static3.last.fm/storable/image/166965/small.jpg
</image_small>

    <image>
http://panther1.last.fm/proposedimages/sidebar/6/1000107/479021.jpg
</image>
<streamable>1</streamable>
</artist>
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-03-30 19:14:20
That's strange. It still works with some artists anyway. Hopefully they will fix this soon. But the update is nice, no more crashes, thank you.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-30 23:46:44
I guess this is because the pages are still in IE cache.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-03-31 02:27:12
Seems like they fixed the missing entry: http://ws.audioscrobbler.com/1.0/artist/Wo...her/similar.xml (http://ws.audioscrobbler.com/1.0/artist/Wolfmother/similar.xml)
But the similar artist playlists still don't work.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: tacom8 on 2007-03-31 06:16:41
Awesome plug in, nice work man! have been waiting from someone to harness the zillion and one charts last.fm provides.

i would second using the "tags" xml feeds, could provide some interesting popsibilities.. but then i guess you need a text prompt or something...
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-31 07:12:38
Seems like they fixed the missing entry: http://ws.audioscrobbler.com/1.0/artist/Wo...her/similar.xml (http://ws.audioscrobbler.com/1.0/artist/Wolfmother/similar.xml)
But the similar artist playlists still don't work.


The match tag is still empty over here :/
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: metal_termite on 2007-03-31 08:08:07
Hmm, the match tag isn't empty for some artists http://ws.audioscrobbler.com/1.0/artist/Mi...nce/similar.xml (http://ws.audioscrobbler.com/1.0/artist/Mindless%20Self%20Indulgence/similar.xml)

My browser was using a cached version of the file. Chronical is right. Match tags appear empty.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: zoddic on 2007-03-31 12:07:47
Btw, if it might help, the function people are having problems with, returning similar artists from last.fm, works flawless in "Listen", a player for gnome, linux. Maybe that project can help you in some way? I'll post the url for that player if anyones interested. I loved that function when I was on unix, only thing that was missing in foobar  Thats why I really want this to work

http://www.listen-project.org/ (http://www.listen-project.org/)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-31 15:42:50
Well, I can't see my plugin being this useless. Added a quick fix for this in Version 0.2.3 (http://chron.visiondesigns.de/foobar2000/#foo_scrobblecharts)

Changes:
* Plugin will guess match% when this information is missing in the similar artists data feed
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-03-31 19:16:00
This version is working fine here. Is it taking the information from the <name> Tags now?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-03-31 19:26:36
It guesses the match% by the order of the artists with this formula:
100 - (50/numberOfArtists) * artistIndex

(this gives the first artist in the list a 100% match and the last one a 50% match, with a linear scale applied to those in between)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kanak on 2007-03-31 21:46:07
Well, I can't see my plugin being this useless. Added a quick fix for this in Version 0.2.3 (http://chron.visiondesigns.de/foobar2000/#foo_scrobblecharts)

Changes:
* Plugin will guess match% when this information is missing in the similar artists data feed



works great. Thank you so much.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Scheisen2000 on 2007-04-01 13:33:52
this plugin is awesome
looking forward to see further development

thanks alot and keep on the good work
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: sylla on 2007-04-01 18:31:53
A request: is it maybe possible to get something like the most played* that is NOT in your media library to show up as text in a panel or something like that?

* with most played I mean the most fitting songs in last.fm:s way of counting... If you understand in spite of my poor english =)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2007-04-01 19:14:09
understood it
I already thought about something like this. I could output this to the console - if you want to see the information you can just open it. But this will need an option, so you have to be patient.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: sylla on 2007-04-01 19:34:22
okay =) can't wait to see this component grow. I think it has so much potential. Thanks for your work =)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-04-01 23:16:12
Another idea propably for another component: A panel that displays user statistics like weekly charts and last played. Just like on the last.fm user pages.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kanak on 2007-04-01 23:34:13
Another idea propably for another component: A panel that displays user statistics like weekly charts and last played. Just like on the last.fm user pages.


A "track info" panel capable of showing web pages would be awesome. We could have it show artist bio / album review from wikipedia or allmusic, information from last.fm and what not.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Nickoladze on 2007-04-02 03:40:23
I doubted this component when I first saw this thread, but I just tried it and I love it! (except my SCPL looks all funky with this playlist, grr )

Great job!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: saberrider on 2007-04-02 05:11:26
Nickoladze: My "group by" code looks like this
Code: [Select]
$if($stricmp($left(%cwb_activelist%,1),#),!noheader!,%album%)

The playlist names generated by this component always start with '#'. So do those created by the quicksearch component. The code checks for the '#' and if it's there will turn off the headers in the actual playlist.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Tvk on 2007-04-11 15:08:16
Fantastic plugin! 

One question though: Will you be able to choose between charts for the last week and the charts for the last six months?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: madorangepanda on 2007-04-15 21:13:53
Thank you so much for this, I'd previously been doing what this plug in does manually.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: sylla on 2007-05-02 23:24:06
Bumping this because I have a few ideas on how to make this even better, and to make Chronial to get the interest in working on this awesome component back!

1. Firstly this needs some sort of preferences page so that you could change the name of the playlist and some other stuff. You already know this, but just wanted to point out that this is wanted.

2. What if you could get like the 50 most popular tracks that is in the feeds but that you DON'T have to show up as text in a panel?

3. If you can do number 2 then it would probably be possible to get some recommendations from the dashboard to show up in the same panel?

4. I am dreaming of being able to show the stuff that's in the Last.fm official software in a panel. Like the artist wiki and all that, similar artists too. This would really help with the tagging of unknown files too.

Number 4 is maybe not something for this component, maybe not 2 or 3 either, but just wanted to make you work on this project again, because even though it is awesome it feels so... unfinished... And noone has posted here in a month so I wanted to bump this
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Ana on 2007-05-15 16:53:10
I just tried this a couple of days ago - it's fantastic

Hope you can find the time to work on it some more, a preferences page would be awesome - the #'s look a bit funky on my layout.

Excellent plugin though
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: t3chn0b0y on 2007-06-18 17:48:07
Is there anyway of getting the code for this.. please... awesome work by the way..
Using it on a daily basis...
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: krazy on 2007-07-09 15:33:31
just got into this plugin.. freakin excellent! Thankyou Chronial.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: viniciusferrao on 2007-08-06 03:04:45
Can add a feature to organize playlist under Top Artists/Tracks by Users?

For example using this feed: http://ws.audioscrobbler.com/1.0/user/vini...ml?type=overall (http://ws.audioscrobbler.com/1.0/user/viniciusferrao/toptracks.xml?type=overall)

Is this possible? It would be great using last.fm databse to sync with my mp3 player
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: t3chn0b0y on 2007-10-15 08:49:53
true.. if one looked at the wikipedia pertaining to last.fm they will see
that there has been people pushing bands up in tags where they don't
belong...just to be annoying.. but using the overall wouldn't be affected
by such efforts... 

Can add a feature to organize playlist under Top Artists/Tracks by Users?

For example using this feed: http://ws.audioscrobbler.com/1.0/user/vini...ml?type=overall (http://ws.audioscrobbler.com/1.0/user/viniciusferrao/toptracks.xml?type=overall)

Is this possible? It would be great using last.fm databse to sync with my mp3 player




  I've begun noticing alot of tracks being added to the playlist more than once..
  At times it gets a bit annoying... leaves me wondering what the correct order
  of the charts should be.. because of this happening they can't be in correct
  order... 
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Aerowen on 2007-11-18 08:40:39
Thanks for this plugin, just started using the scrobbler for last.fm. And this is a nice addition.
Experienced only "Did not find enough tracks to make a playlist" popups at first with artist-charts , which seems a little weird considering I had almost every album in the playlist. But the similar-artists one now works on some artists. I guess I just need to add even more tracks to my playlist.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: radiopayola on 2008-01-13 19:27:41
Awesome component...  Thanks.

The top portion of similar chart playlists still ends up overloaded with tracks from extremely popular artists most of the time.  It'd be nice if the playlist was ordered by chart position relative to each artist.  #1's ordered by band popularity, then #2's, etc...  A shuffle playlist works out OK for these situations, but it makes it a little more difficult to find some of the more obscure gems by less popular artists.

There are also a couple of interesting third party data feeds related to last.fm:

http://pipes.yahoo.com/pipes/search?r=sour...ioscrobbler.com (http://pipes.yahoo.com/pipes/search?r=source%3Aws.audioscrobbler.com)

http://pipes.yahoo.com/pipes/search?r=sour...ioscrobbler.com (http://pipes.yahoo.com/pipes/search?r=source%3Aaudioscrobbler.com)

http://www.associativetrails.com/stuff/normalisefm/ (http://www.associativetrails.com/stuff/normalisefm/)

I'm dreaming of a preferences dialog that allows the creation of custom charts based on any properly formatted rss feed containing artists, artists/tracks, or artists/albums.  I suppose that might make this foo_rssplaylists.  :-)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Bioret on 2008-05-27 03:34:06
i love this plugin, and I use it on a daily basis.

can you consider adding the ability to "go to artist page"
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kanak on 2008-05-27 13:16:35
can you consider adding the ability to "go to artist page"


You can easily do this with foo_run. In fact, the foo_run thread already has code to do this.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: tifon on 2008-06-27 17:24:09
Hello!
How use this plugin?
I have foobar2000 0.9.5.3, put foo_scrobblecharts.dll in components directory, but I'm not see options for plugin.
So, how to generate playlist?
Thanks.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: mrinferno on 2008-06-27 19:09:55
right click on a track/album, click the Last.fm -> menu.

you should see 4 items there that will generate the playlists.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: tifon on 2008-06-27 21:54:31
right click on a track/album, click the Last.fm -> menu.

you should see 4 items there that will generate the playlists.


I'm so stupid!
Thanks!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: aurelio on 2008-08-23 18:40:38
Another idea for this lovely component:
what about making a playlist with the (own or other user's) loved tracks? I see it could be done by user.getLovedTracks (http://www.last.fm/api/show?service=329) method.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Nemphael on 2008-08-23 22:56:16
Additionally, Last.FM has begun to suggest songs on a per song basis. How about making playlists with those song suggestions? Is available through track.getSimilar (http://www.last.fm/api/show?service=319), I assume.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Dr_Colossus on 2008-08-26 15:44:09
I love this so much. It's great for when a friend gives you a bunch of music and you don't know what's good.

One thing that might be a great feature is normalizing the charts across albums. It's pretty typical for a lot of artists to have some albums over represented in the charts.

It would also be cool if you could normalize between artists so you can create a playlist of the most popular music in a selection easily where the selected artists are equally represented.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: NEMO7538 on 2008-09-14 06:43:33
Is there a way to prevent the generated playlists to be focussed and played automatically? I usually prefer to end listening to the currently playing song before switching to similar tracks
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: eminn3m on 2008-09-23 07:13:55
I used to use it on my XP without problems but for some reason on vista it's crashing foobar:

  Problem Event Name:   APPCRASH
  Application Name:   foobar2000.exe
  Application Version:   0.9.5.2
  Application Timestamp:   480a01ff
  Fault Module Name:   StackHash_c12b
  Fault Module Version:   6.0.6001.18000
  Fault Module Timestamp:   4791a783
  Exception Code:   c0000374
  Exception Offset:   000aada3
  OS Version:   6.0.6001.2.1.0.256.1
  Locale ID:   1033
  Additional Information 1:   c12b
  Additional Information 2:   7f38aa1f5c3ec4b64db1582f6946f05c
  Additional Information 3:   f326
  Additional Information 4:   e6dc34a6bf9ab36e27e61a5913770360

Any ideas?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: brendo on 2008-09-24 08:56:36
Just mirroring other opinions here, but a preferences page would be useful.

The one preference I'd like is the ability to limit the number of tracks coming down from when you hit 'similar artists to blah' to say 10 per artist, or 80 per playlist or perhaps even to a length, such as playlist length 1hr.

Other then that, good job!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: lctm on 2008-09-28 15:32:57
Just mirroring other opinions here, but a preferences page would be useful.

The one preference I'd like is the ability to limit the number of tracks coming down from when you hit 'similar artists to blah' to say 10 per artist, or 80 per playlist or perhaps even to a length, such as playlist length 1hr.

Other then that, good job!


very cool feature!

(it's easy to use and without a setting page, so yeah it's not in the foobar spirit  )
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: wortels on 2008-10-17 14:02:59
Could an option be added to name the playlist instead of #ArtistCharts. I use this component a lot and I hate renaming every playlist
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kaizad on 2009-01-20 01:39:09
I have been using this plugin with foobar to create playlists from last.fm.

Some days ago I picked up another application from last.fm called local.fm and used the same artist/trackname to create a playlist of similar charts.

Suprisingly both the playlists were quite different.

Any reason why that might be the case?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2009-01-20 13:27:26
Yes, there is - last.fm does not provide "similar tracks" charts. It only provides "similar artists" charts - how a playlist is created from this similar artists list is completely up to the plugin.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Nemphael on 2009-01-20 15:14:29
Yes, there is - last.fm does not provide "similar tracks" charts. It only provides "similar artists" charts

Care to elaborate? It seems to me track.getSimilar would work. http://www.last.fm/api/show?service=319 (http://www.last.fm/api/show?service=319)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2009-01-20 15:25:15
This surely would work . But back when I wrote this plugin this function did not yet exist.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kaizad on 2009-01-22 15:49:16
Any chance the plugin can be enhanced as this is the closest thing i have seen to the apple genius application. It would be great.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: noisia on 2009-01-24 12:23:34
it isn't working for me anymore, it's saying: can't connect to last.fm server

 

any solutions?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Mar2zz on 2009-01-24 19:27:16
Check here when you have that.
http://status.last.fm/ (http://status.last.fm/)

It's working fine here, just tested.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: noisia on 2009-01-24 19:40:52
still doesn't work
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: fuffi on 2009-02-05 22:45:06
hello all,

Any chance the plugin can be enhanced as this is the closest thing i have seen to the apple genius application. It would be great.

i really appreceate this too ;-)

is this cool plugin last version from the year 2007?
on http://chron.visiondesigns.de/foobar2000/ (http://chron.visiondesigns.de/foobar2000/)
i see:
Current Version
Version 0.2.3 (2007-03-31)

is this the current version?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: noisia on 2009-02-06 18:45:48
still doesn't work

i'm on windows 7, and it sais: couldn't connect to server. can anyone help me?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: noisia on 2009-02-21 16:16:55
still doesn't work

i'm on windows 7, and it sais: couldn't connect to last.fm server. can anyone help me?

anyone?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Mar2zz on 2009-02-21 23:39:22
ehh, run as admin? other compatibility? don't use a beta OS?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Scheisen2000 on 2009-05-28 11:52:16
I just wanted to thank chronical for this great plugin, which i am using for years now! 

I mean, foo_lastfm_radio is really great and one of the reasons i am migrating to foobar 0.9.6.5, but foo_scrobblecharts is something really different. For me it's a fantastic new way to discover your own music collection. This works as follows: You are listening to a piece of music and think that the track is just fitting your mood. Now you tell the plugin to play an 'Artist's Similar Charts' Playlist and than it generates a playlist out of your own media library based on tracks of artists which are listened by people who also listen to the performer of the song you based your search on. There are other features like 'Artist's Charts Playlist'
What I find a bit disturbing is, that you can't disable the autoplay function, so that the new generated playlist always immediately starts to play.

IMHO this plugin has a very high potential. If features like support of Last.fm-Tags (so that you can generate a playlist out of your own Media Library with tracks that are tagged by Last.fm Users as 'thrash metal' e.g), the already mentioned track.getSimilar API, some media-library-filtering (so for example, that the plugin will only pick tracks that you have played not more than 3 times) and of course the option to switch autoplay off could be implemented, foo_scrobblecharts really could be the tool of choice to freshen up your favourite playlists with fitting songs that you havent paied too much attention to in the past. And all that is based on statitisc of the huge Last.fm-community.

Therefore I would be really happy if chronical one day decides to make some further developments and improvements on this great plugin! 

Cheers!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: whatthefunk on 2009-07-16 05:49:58
Wow, this is a really brilliant plugin.  Thank you, Chronial!  I'm actually surprised there aren't many more replies in this thread.  As there are some good ideas mentioned here, I was wondering if you have plans to continue development... and/or if you have any interest in turning this into an open source project?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: random_asdf on 2009-08-12 04:50:33
This plugin crashing for anybody else right now? I've tried reinstalling foobar, and the app settings for it but it hasn't fixed anything.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Galleon on 2009-08-12 05:10:10
Works fine on version 0.9.6.5
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: random_asdf on 2009-08-15 04:37:38
Strange.
Can anyone else help me out? I can't figure out what's causing it to crash. Been trying to figure out which component it is.
EL_playlsit?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: helium on 2009-08-15 07:45:33
I can't figure out what's causing it to crash.

This (http://help.foobar2000.org/troubleshooter/) should help.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: random_asdf on 2009-08-17 00:49:38
I can't figure out what's causing it to crash.

This (http://help.foobar2000.org/troubleshooter/) should help.

Thanks, but I've already tried that. I removed all of the problematic components from that list, but the problem still occurs.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: random_asdf on 2009-08-17 05:15:50
I can't figure out what's causing it to crash.

This (http://help.foobar2000.org/troubleshooter/) should help.

Thanks, but I've already tried that. I removed all of the problematic components from that list, but the problem still occurs.

Should also mention I've tried removing all the components except for the default ones foobar installs + scrobblecharts.

Anyone know if it could be windows interfering, and if so, exactly how?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2009-08-17 11:59:38
Basically I'm using Internet Explorer to download the data from last.fm. So anything wrong there (e.g. with it's proxy settings) might interfere.

But actually I have no idea what might be causing this. But the plugin is quite old - i was a beginner with win32. So quite probably I just did something wrong .

Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: dreadroach on 2009-08-17 12:21:09
Basically I'm using Internet Explorer to download the data from last.fm. So anything wrong there (e.g. with it's proxy settings) might interfere.

But actually I have no idea what might be causing this. But the plugin is quite old - i was a beginner with win32. So quite probably I just did something wrong .


Do you have any plans for releasing the new version?

It would be pity if this component gets banned in next versions of foobar because it's blacklisted..

Adding some new features would be nice too.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: random_asdf on 2009-08-20 02:04:46
Basically I'm using Internet Explorer to download the data from last.fm. So anything wrong there (e.g. with it's proxy settings) might interfere.

But actually I have no idea what might be causing this. But the plugin is quite old - i was a beginner with win32. So quite probably I just did something wrong .

Eh, maybe. I checked my IE settings though and couldn't find anything. I think the fault lies with my windows setup, the plugin worked fine for years....

Basically I'm using Internet Explorer to download the data from last.fm. So anything wrong there (e.g. with it's proxy settings) might interfere.

But actually I have no idea what might be causing this. But the plugin is quite old - i was a beginner with win32. So quite probably I just did something wrong .


Do you have any plans for releasing the new version?

It would be pity if this component gets banned in next versions of foobar because it's blacklisted..

Adding some new features would be nice too.

Indeed, I second this. Maybe adding a feature for the last.fm recommended artist for user profiles too unless that's already asking too much~
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: locyip on 2009-09-05 09:13:35
<FAN POST>

Bow to the great Chronial.

This is the best plug-in I have ever used for Foobar.
In fact, whenever I try converting one of my winamp-loyalist - I show them this plug-in.

I sincerely thinks this really leverages Last.fm's collective user generated knowledge and links it with my context - my music database.

Thanks for spending your time on this. I like it just the way it is.

 
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: frnk on 2009-09-06 17:44:57
Just to say: I too enjoy this plugin immensely. Any continued development would be awesome.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: kopf on 2009-09-08 02:06:00
This is absolutely great. Dunno how it had passed me by for so long.

Cheers!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: ezuk on 2009-09-21 09:24:35
This component is absolutely fantastic. Works great on Vista with fb2k 0.9.6.8. Really, really nice, especially with a large and well-tagged library.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Mookey on 2009-10-03 13:25:34
I would love to improve this plugin.  I emailed Chronial about the source code about a year ago, and PM'd him a couple weeks back on here, but never got a response about it.

So, if you somehow missed everything else: Chronial, is there any chance I could get a copy of the source?
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2009-10-03 14:00:49
Well, you are persistent, aren't you?

I'm sorry - I didn't miss everything else. I just read those messages and think "oh yeah, sending him the sourcecode - will do that - but not now". I think that for 4 days and then I have forgotten all about it ^^.

But here it is:
Behold the mighty sourcecode:
http://chron.visiondesigns.de/foo_scrobble..._2007_12_08.zip (http://chron.visiondesigns.de/foobar2000/foo_scrobblecharts_src_2007_12_08.zip)

This isn't stated anywhere else, but I'm hereby releasing the sourcecode under the condition that any modifications to it (that are part of a public release) have to be made available to the public.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: ernstblaauw on 2009-12-12 10:59:25
Woo, this sounds as a very good plugin -  I just tested this one and works okay here on foobar 1.0 beta 4. Has someone already started coding a successor based on the source code?
I think Exaile (www.exaile.org (http://www.exaile.org), a Linux based audio player) has a nice implemention of this feature: a small button on the bottom of the playlist to enable or disable the dynamic playlist. If it is enabled, it will make a queue of 5 items and keeps it that long (so if a song has finished, it sends a query to last.fm for a new song). The query is based on the last 10 played songs, I believe.

I would love to help programming this plugin, but C++ is not one of my favorite languages, to say the least...
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Mar2zz on 2009-12-12 16:00:47
Here is a similar plugin:
http://www.hydrogenaudio.org/forums/index....=76133&st=0 (http://www.hydrogenaudio.org/forums/index.php?showtopic=76133&st=0)
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Mr. Rogers on 2009-12-15 20:22:02
I love(d) this plugin. Great idea and great work!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Krautmaster on 2011-02-22 20:29:04
please make this plugin ready for the new foobar versions...

http://www.hydrogenaudio.org/forums/index....st&p=744960 (http://www.hydrogenaudio.org/forums/index.php?showtopic=76133&view=findpost&p=744960)

i loved it that much!!!!!!!

I will donate
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: q-stankovic on 2011-02-22 20:51:56
Two posts before yours:
Here is a similar plugin:
http://www.hydrogenaudio.org/forums/index....=76133&st=0 (http://www.hydrogenaudio.org/forums/index.php?showtopic=76133&st=0)

Not only that it has more features you also can save your money![/s]

You already saw it:
@any mod: feel free to delete my post
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Krautmaster on 2011-02-22 21:09:50
yeah but this thread should be alive after this impressive result in softplaylist thread...
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: q-stankovic on 2011-02-22 22:04:27
What you name testing and requesting i would call trolling. But i'am not in the position to decide that.
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Krautmaster on 2011-02-22 22:11:40
maybe the author of this component may improve his own by the usage of the source code of the older component.
Might be interesting. What i did was a test with same conditions and a massive difference in efficency.

So i would prefer the older one if it works, but foobar2k 1.1.3 crashes with the old foo_scrobblecharts.

I wanted to show up the difference. And its not a smal one as u can see, i hope ure able see it...

Edit.

In addition i have to say that the last.fm api latency is no argument for that difference. So this was defnitly wrong. The problem should be the architecture of the code. Maybe they can improve their component in future. Optimizing it. Maybe copy the similar artist function 1:1. I hope so!
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: Chronial on 2012-01-11 18:29:00
Released the source code on github: https://github.com/Chronial/foo_scrobblecharts (https://github.com/Chronial/foo_scrobblecharts).
Title: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: fuffi on 2013-10-13 18:18:49
Released the source code on github: https://github.com/Chronial/foo_scrobblecharts (https://github.com/Chronial/foo_scrobblecharts).
I was looking for a newer Version, because mine is from 2007 and keeps crashing...

Please excuse the maybe dumb question, but on the guthub-page, WHERE can I download a binary version of this component for use in foobar2000?

I see that ppl are contributed to the component the lasts months, but I cannot find any link to download and install it into foobar2000...

Am I blind, or did I understand something comletely wrong? Any hint would be helpful, hopefuly
Title: Re: foo_scrobblecharts - play Last.fm Charts in foobar
Post by: tipar on 2016-07-18 19:25:42
Released the source code on github: https://github.com/Chronial/foo_scrobblecharts (https://github.com/Chronial/foo_scrobblecharts).
I was looking for a newer Version, because mine is from 2007 and keeps crashing...

Please excuse the maybe dumb question, but on the guthub-page, WHERE can I download a binary version of this component for use in foobar2000?

I see that ppl are contributed to the component the lasts months, but I cannot find any link to download and install it into foobar2000...

Am I blind, or did I understand something comletely wrong? Any hint would be helpful, hopefuly

Same problem-