Skip to main content

Notice

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

foo_delete not working with v0.667

hmm..  when i tried the plugins it said wrong version of sdk used to compile the plugin
so.. any fix?

help would be much appreciated 

foo_delete not working with v0.667

Reply #1
Works fine here... 

are you sure you have the latest version?

foo_delete not working with v0.667

Reply #2
not working with 0.667 here too.

foo_delete not working with v0.667

Reply #3
Curious George's 0.6x compile doesn't load on Win95 because SHFileOperationW is missing in shell32.dll

messer's original dll loads fine with the foobar version it was compiled for (0.5x)

foo_delete not working with v0.667

Reply #4
hmm.. actually i'm using window xp...

foo_delete not working with v0.667

Reply #5
Weird.

I'm using Win2K (SP3), FB2K v0.667 Unicode version (filesize 119296 bytes, modified 31/05/2003 11:27), foo_delete.dll (filesize 15360 bytes, modified 23/04/2003 21:17).

Everything works fine, no problems, no error messages...nothing unusual at all.


foo_delete not working with v0.667

Reply #7
I'm still having no joy with your latest version.

It says 'error while erasing file Continue?'

foo_delete not working with v0.667

Reply #8
Gee.. works like a charm.. Thanks!! 

foo_delete not working with v0.667

Reply #9
Quote
I'm still having no joy with your latest version.

It says 'error while erasing file Continue?'

Sounds like you've got a dead entry (or entries) in the database.

mgoodgood, you're welcome.

foo_delete not working with v0.667

Reply #10
Hmmm... the new version has actually BROKEN functionality on my v.667.  When I do a delete or recycle a file, about 1/2 of the time, FB2K simply crashes. I can't pin down why that happens only 1/2 of the time, but all of the files I delete are valid and whatnot.

foo_delete not working with v0.667

Reply #11
Hmm.  I haven't done work on any of my plugins in a while.  But I'll try to look into it this weekend.

Please post any information.  e.g. crashing on delete or recycle?

foo_delete not working with v0.667

Reply #12
Alright, here's my foo_delete activity from yesterday:

delete 13 mp3s at once, no crash 
delete 1 mp3 , no crash 
recycle 16 mp3s at once, crash
recycle 1 mp3, crash
delete 14 mp3s at once, crash
delete 1 flac, crash
recycle 1 flac, crash

reboot

recycle 16 mp3s, crash
recycle 1 mp3, no crash 
recycle 1 mp3, crash
delete 2 mp3, crash

After each crash, the deleted/recycled entries appear again in the playlist when I restart FB2K, but the files have actually been successfully recycled/deleted, because clearing the dead entries gets rid of their playlist entries. I hope this info is useful - I posted each incident because I can't really find much of a pattern. I could also start giving you stack traces, if that would help...

foo_delete not working with v0.667

Reply #13
Hmm... I seem to be able to recycle/delete all I want when my playlist is relatively small (~100 files) rather than large (~1600). A cache/memory issue, perhaps?

foo_delete not working with v0.667

Reply #14
Ugh.  I think I see the problem.  I'm not doing any work on my plugins tonight, though. I'll try to get it working soon.

Tell me, does it only seem to crash when you're not playing anything?  I think I added this bug when I added support for deleting the currently playing song.

foo_delete not working with v0.667

Reply #15
Bingo, you're right, I can recycle/delete with impunity if a track's playing, but it crashes if I'm not playing anything. I guess that's the pattern I missed.