Skip to main content

Notice

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

foo_ui_panels

Reply #1150

Thanks, but don't want the pvar to be reset after every track. Only once when Foobar is loaded.  But since terrestrial said it isn't possible I guess the simple toggle functionality will have to do.


or, put the $setpvar in the // Background section of the main panels ui window. The // Background section is only run on startup / after you change something in the preferences or settings dialogs.

I just noticed I don't need this. The pvar is restored to last known state on Foobar startup. I never noticed this before, but it's great.

foo_ui_panels

Reply #1151
Bug: The easy move feature allows one to move a window that is maximized.

foo_ui_panels

Reply #1152
first: Great plugin!

But I'm missing the drag-and-drop functionality by right clicking.
Would it be possible to add it?


Greetz
Vincent

foo_ui_panels

Reply #1153
Yep, it's great the POPUP, see my preview using it :



missing the possibility to close a popup panel already open to complete this feature...

Please ...

foo_ui_panels

Reply #1154
I've been using the same code for my SCP for awhile but with this release (11.1) my group display wont show up now!
I tried fofr's to see if it would work and I couldn't get the group display to show with his either.
Any ideas? Anyone?

Anyone??
Yeah I just had to rebuild my Fb because something screwed up the CFG or my Columns UI and when I tried this latest Panels, it didn't want to work at all so don't know.

Thats no good. I guess if I don't get an answer its back to panels ver.8 for me

foo_ui_panels

Reply #1155
I've been using the same code for my SCP for awhile but with this release (11.1) my group display wont show up now!
I tried fofr's to see if it would work and I couldn't get the group display to show with his either.
Any ideas? Anyone?

What do you mean by wont show? Like you always has !noheader! ?

foo_ui_panels

Reply #1156
I have a question regarding buttons and windowsize.

I'm using this code currently:
Code: [Select]
$select($getpvar(wsize),
$button($sub(%_width%,62),5,0,0,28,15,C:\Program Files\foobar2000\PanelsUI\Vista\images\max.png,C:\Program Files\foobar2000\PanelsUI\Vista\images\max_on.png,WINDOWSIZE:645:774:0:0,TOOLTIP:"Maximize")
$setpvar(wsize,2)
,
$button($sub(%_width%,62),5,0,0,28,15,C:\Program Files\foobar2000\PanelsUI\Vista\images\min.png,C:\Program Files\foobar2000\PanelsUI\Vista\images\min_on.png,WINDOWSIZE:645:137:0:0,TOOLTIP:"Restore Down")
$setpvar(wsize,1)
)

And in the Globals dialog I have:
Code: [Select]
$setpvar(wsize,1)

And whenever I hit the button, it maximizes the window, but the Maximize button is still there instead of the Restore Down button.

foo_ui_panels

Reply #1157
Just tried installing panels on my win2k machine and get an error saying that a required dependency is missing. Came across it a bit earlier in this thread and it was said that it was fixed but I'm using the latest versions of foobar and panels_ui so I don't know what it could be. Trying to sift through this thread would be a task and a half so if anyone could let me know how to resolve it, that'd be great.

foo_ui_panels

Reply #1158
It's probably gdiplus.dll that's missing considering that you're on 2k.

foo_ui_panels

Reply #1159
Yeah cheers. I just realised that and was coming in here to edit my post. Lol. Thanks again. Can't say I much like the look of my cfg in win2k though. Looks like ass. Lol.

foo_ui_panels

Reply #1160
Hello everybody!

I'm trying to make my own setup of foobar, but i'm facing a problem/bug with PanelsUI.

When i load my config foobar process takes about 25% of cpu usage. I tried other configurations (like Dark1, witch have tons of code) and cpu usage stays below 10%. I tried everything, including comment the entire code (witch turned a black foobar) and still nothing 
What's happening here?

BTW, i'm using:

P4 1.5, 320MB RAM
Win XP, Portuguese lang

foobar v0.9.4.3

Components (besides default):

foo_abx.dll
foo_albumlist.dll
foo_bitcompare.dll
foo_cwb_hooks.dll
foo_input_dts.dll
foo_input_monkey.dll
foo_lyricsdb.dll
foo_midi.dll
foo_playlist_manager.dll
foo_playlist_tree.dll
foo_ui_columns.dll
foo_ui_panels.dll (v0.11.1)
foo_uie_albumart.dll
foo_uie_trackinfo_mod.dll
(i guess thats all)

And my (very simple) code:
Code: [Select]
// Globals
//time font
$puts(TimeFont,Typenoksidi)
$puts(TimeSize,24)
$puts(lincolor,96-0-0)
$puts(timefontcolor,192-192-192)

//////////////////
//Config part//
////////////////

//Left panel width should be Fixed (1) or Percentual (0)
$puts(LeftPaneOption,1)
//if you choose Fixed size enter the size here
$puts(LeftPaneFSize,200)
//if you choose Percentual size enter the percent (from 0 to 100)
$puts(LeftPanePSize,10)
//AlbumArt panel size
$puts(AlbumArtSZ,200)
//Spectrum analyser heigth
$puts(SpectrumH,32)

///////////////////////////////////////////////////
//DONT TOUCH ANYTHING FROM NOW ON//
/////////////////////////////////////////////////


$if($strcmp(0,$get(LeftPaneOption)),$puts(LeftPaneW,$mul(1024,1)),$puts(LeftPaneW,$get(LeftPaneFSize)))
$puts(imgPath,..\foobar2000\images\ventioultio\)

// Background
//$drawrect(0,0,%_width%,21,brushcolor-SYSCOL-15 pencolor-NULL)
//$drawrect(0,$sub(%_height%,22),%_width%,22,brushcolor-SYSCOL-15 pencolor-NULL)


// PerTrack
$panel(AlbumArt,Album Art,$eval({$get(LeftPaneW)}),0,$get(AlbumArtSZ),$get(AlbumArtSZ),)
$panel(ExtendedInfo,Track info mod,0,0,$get(LeftPaneW),$get(AlbumArtSZ),)
$panel(PlaylistTree,Playlist Tree Panel,0,$get(AlbumArtSZ),$get(LeftPaneW),$eval(%_height%-{$get(AlbumArtSZ)}),)
$panel(Playlist,Columns Playlist,$eval({$get(LeftPaneW)}+1),$eval({$get(AlbumArtSZ)}+{$get(SpectrumH)}+1),$eval(%_width%-{$get(LeftPaneW)}),$eval(%_height%-{$get(AlbumArtSZ)}-{$get(SpectrumH)}-32),)
$panel(CurrentInfo,Track info mod,$eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}),32,$eval(%_width%-{$get(LeftPaneW)}-{$get(AlbumArtSZ)}),$eval({$get(AlbumArtSZ)}+{$get(SpectrumH)}-32),)
$panel(Spectrum,Spectrum analyser,$get(LeftPaneW),$get(AlbumArtSZ),$get(AlbumArtSZ),$get(SpectrumH),)
$button($eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}),0,0,0,32,32,$get(imgPath)foobar_flat.png,$get(imgPath)foobar_glossy.png,MENU,TOOLTIP:Menu)
$button($eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}+32),0,0,0,32,32,$get(imgPath)stop.png,$get(imgPath)stop2.png,Stop,TOOLTIP:Stop)
$button($eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}+64),0,0,0,32,32,$get(imgPath)pause.png,$get(imgPath)pause2.png,Pause,TOOLTIP:Pause)
$button($eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}+96),0,0,0,32,32,$get(imgPath)prev.png,$get(imgPath)prev2.png,Previous,TOOLTIP:Previous)
$button($eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}+128),0,0,0,32,32,$get(imgPath)play.png,$get(imgPath)play2.png,Play,TOOLTIP:Play)
$button($eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}+160),0,0,0,32,32,$get(imgPath)next.png,$get(imgPath)next2.png,Next,TOOLTIP:Next)
$button($eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}+192),0,0,0,32,32,$get(imgPath)random.png,$get(imgPath)random2.png,Random,TOOLTIP:Random)
$button($eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}+224),0,0,0,32,32,$get(imgPath)open.png,$get(imgPath)open2.png,File/Open...,TOOLTIP:Open File)
$button($eval({$get(LeftPaneW)}+{$get(AlbumArtSZ)}+256),0,0,0,32,32,$get(imgPath)sort.png,$get(imgPath)sort2.png,'SORT:date|$num($sub(3000,%date%),4),%album%,$num(%tracknumber%,3)',TOOLTIP:Sort)
$panel(Seekbar,Seekbar,$get(LeftPaneW),$eval(%_height%-24),$eval(%_width%-{$get(LeftPaneW)}-50),20,)
$panel(Volume,Volume,$eval(%_width%-50),$eval(%_height%-24),50,20,)


// PerSecond
$if(%isplaying%,
$align(right,top)
$font($get(TimeFont),$get(TimeSize),glow-$get(lincolor) glowexpand-3 glowblur-2 glowalpha-240,$get(timefontcolor))
%playback_time%
,)
Another thing i noticed is that sometimes (when i go into preferences) my buttons go away and i have to restart foobar to get them back.

Thanks for any help you guys can give me...

PS: i'm still coding this so there are certain portions of the code not finished, but i guess nothing's wrong with that particular code

[!--sizeo:1--][span style=\"font-size:8pt;line-height:100%\"][!--/sizeo--]Moderation: Added codebox.[/size]

foo_ui_panels

Reply #1161
Hi Terrestrial and thanx for this new feature POPUP ... but ...

Same Feature request:
If I push button with POPUP:layout comand and this layout already popuped, then action of this pushing is close popuped layout...

Otherwise:

=> I have buggs with POPUP button

i explain: on my main layout, i've 3 buttons, each open a specific popup layout :
        POPUP1
        POPUP2
        POPUP3
when i open 1st or second popup, then close it, then close main layout (quit foobar), WHEN i restart foobar, i've a PVAR of my main layout which has changed !!???
I've not the pb when i launch POPUP3 then close it then close foobar and restart, the PVAR is always set to the value before closing foobar

overflow ??

thanx ...

EDIT:

after deleting my popup layouts and redone them, it's work now ... but don't understand what appen before with this pvar 

Still missing the possibility to close a popup panel !!!

Bye


Hi Terrestrial,

I confirm the bugg, sometimes, when i use POPUP (open it or close it!!!) it will change some of my PVAR from the main layout !!??

could you fix it ?

Thanx by advance...

Br3tt

foo_ui_panels

Reply #1162
@ Terrestrial (once more)

Pb for keeping PANELS config clean ...

> PVAR are stored in the .pui file itself, but when a PVAR is not used anymore, it still stored in the .pui file.

I have many PVAR to delete to clean the .pui file,

could you give us a command to KILL a PVAR like $killpvar(my-pvar) ??

it would be very usefull and good programming status given to Panels UI

Hope you'll agree with this proposition, Thanx.

Bye and thanx for your great work !

Br3tt

foo_ui_panels

Reply #1163
^Maybe a cleanup button in the preferences would be better, to simply remove all stored pvars.

foo_ui_panels

Reply #1164
^Maybe a cleanup button in the preferences would be better, to simply remove all stored pvars.


why not, also it's necessary to initialise the PVAR if they don't exit after the re-init


Hi Terrestrial and thanx for this new feature POPUP ... but ...

Same Feature request:
If I push button with POPUP:layout comand and this layout already popuped, then action of this pushing is close popuped layout...

Otherwise:

=> I have buggs with POPUP button

i explain: on my main layout, i've 3 buttons, each open a specific popup layout :
        POPUP1
        POPUP2
        POPUP3
when i open 1st or second popup, then close it, then close main layout (quit foobar), WHEN i restart foobar, i've a PVAR of my main layout which has changed !!???
I've not the pb when i launch POPUP3 then close it then close foobar and restart, the PVAR is always set to the value before closing foobar

overflow ??

thanx ...

EDIT:

after deleting my popup layouts and redone them, it's work now ... but don't understand what appen before with this pvar 

Still missing the possibility to close a popup panel !!!

Bye


Hi Terrestrial,

I confirm the bugg, sometimes, when i use POPUP (open it or close it!!!) it will change some of my PVAR from the main layout !!??

could you fix it ?

Thanx by advance...

Br3tt


 

I confirm that it is on Closing a POPUP that affect some PVAR and it's minimize th main foo window too
=> it's when i modify the code of the popup and then i close it !!!

foo_ui_panels

Reply #1165
I'm trying to make my own setup of foobar, but i'm facing a problem/bug with PanelsUI.

When i load my config foobar process takes about 25% of cpu usage.


1) remove foo_uie_trackinfo_mod.dll. replace with "Track Display"
2) try commenting out other panels and see if your cpu usage goes down.

I have many PVAR to delete to clean the .pui file,


probably best to have a remove all pvars buttons in the settings dialog like mil3s suggested...

foo_ui_panels

Reply #1166
Hi Terrestrial,
Quote
- will it be difficult to add "visual options" in main menu :
View > PanelUI > Visual > [*Hide task bar entry],[*Tray Icon]...[*Hide Title Bar],[*Always on Top]
So we could call them from $button ?
could it be also possible to add a "crop" option for $panel. I'm thinking of it, especially when want to hide some scrollbars. I don't really know how this could work, and I feel that few people will be interested by this option.

OR another solution will be the ability to really superpose panels with some priority of appearance :
$panel(TOTO,toto panel,0,0,100,100,) is draw first so will be below second panel
$panel(TITI,titi panel,80,0,100,100,) is draw second so will be above first panel...
so we can't never see this 20px rigth border of TOTO, neither when focus on it.

thanx for the POPUP option... useful ! 

foo_ui_panels

Reply #1167
Is it possible to change display-on-top via a command? If not, this would be a feature request

foo_ui_panels

Reply #1168
Hi Terrestrial,

PanelsUI crash on closing after using the FILTER command on a button ...

Here's the dump

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 016E2876h
Access violation, operation: read, address: 003C9918h
Call path:

This is the first crash logged by this instance.
Code bytes (016E2876h):
016E2836h:  D2 75 F7 2B C7 89 41 10 8B 49 08 8D 78 01 3B CF
016E2846h:  73 05 83 C7 10 EB 07 8D 47 20 3B C8 76 18 3B 7E
016E2856h:  08 76 0B E8 B2 10 00 00 89 7E 04 5F 5E C3 89 7E
016E2866h:  04 E8 A4 10 00 00 5F 5E C3 CC 8B 08 85 C9 74 06
016E2876h:  8B 11 8B 02 FF E0 C3 CC CC CC 85 C9 56 74 05 8D
016E2886h:  71 0C EB 02 33 F6 57 8B 7C 24 0C 8B 0F 85 C9 74
016E2896h:  06 8B 01 8B 10 FF D2 85 F6 89 37 5F 74 09 8B 06
016E28A6h:  8B 50 04 8B CE FF D2 5E C2 04 00 CC CC CC CC CC
Stack (0012FC04h):
0012FBE4h:  00000000 00000000 00000000 00000000
0012FBF4h:  00000000 00000000 00000000 00000000
0012FC04h:  016E4AC7 00000000 017E5558 016E3B09
0012FC14h:  016E3290 9D599C66 00000000 017E5518
0012FC24h:  0012FC64 00000001 0012FC58 01787D16
0012FC34h:  00000002 016E2BB0 017E5518 9D599C1E
0012FC44h:  00000000 017B04C4 00000001 00000000
0012FC54h:  0012FC40 0012FC7C 017886E0 00000000
0012FC64h:  017B04A4 016E2177 9D599C0A 955167F3
0012FC74h:  017E22D4 0012FCC4 0012FCB4 0178BCE6
0012FC84h:  FFFFFFFF 0178C83A 017B04A4 017768CD
0012FC94h:  9D599CBE 00000000 00000000 016E0000
0012FCA4h:  017E22D4 017E22A8 0012FC94 0012F82C
0012FCB4h:  0012FD1C 017763E0 9C31729A 00000000
0012FCC4h:  0012FCEC 0177694B 00000000 00000000
0012FCD4h:  00000001 0176E993 00000001 00000000
0012FCE4h:  016E0000 00000001 0012FD2C 0176EAC6
0012FCF4h:  016E0000 00000000 00000001 9D599D56
0012FD04h:  00000000 0012FD48 00254530 00000001
0012FD14h:  0012FD00 0012F82C 0012FDC8 017763E0
Registers:
EAX: 0366FB58, EBX: 00000000, ECX: 003C9918, EDX: 016B0001
ESI: 0366FB58, EDI: 000001E8, EBP: 017E5518, ESP: 0012FC04
Crash location: "foo_ui_panels", loaded at 016E0000h - 017C0000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C910000h - 7C9C7000h
kernel32                        loaded at 7C800000h - 7C905000h
COMCTL32                        loaded at 77390000h - 77493000h
msvcrt                          loaded at 77BE0000h - 77C38000h
ADVAPI32                        loaded at 77DA0000h - 77E4C000h
RPCRT4                          loaded at 77E50000h - 77EE1000h
GDI32                            loaded at 77EF0000h - 77F37000h
USER32                          loaded at 7E390000h - 7E421000h
SHLWAPI                          loaded at 77F40000h - 77FB6000h
SHELL32                          loaded at 7C9D0000h - 7D1F3000h
ole32                            loaded at 774A0000h - 775DD000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 76340000h - 7638A000h
IMM32                            loaded at 76320000h - 7633D000h
uxtheme                          loaded at 5B090000h - 5B0C8000h
MSCTF                            loaded at 74690000h - 746DB000h
OpHookSE4                        loaded at 129B0000h - 129D3000h
VERSION                          loaded at 77BD0000h - 77BD8000h
OLEAUT32                        loaded at 770E0000h - 7716C000h
msctfime                        loaded at 75140000h - 7516E000h
foo_albumlist                    loaded at 00B00000h - 00B47000h
foo_browser                      loaded at 00B70000h - 00BA9000h
foo_cdda                        loaded at 00BD0000h - 00C05000h
foo_converter                    loaded at 00C30000h - 00C99000h
foo_cwb_hooks                    loaded at 00CC0000h - 00CEE000h
foo_dbsearch                    loaded at 00D10000h - 00D6C000h
foo_dsp_std                      loaded at 00D90000h - 00DD1000h
foo_infobox                      loaded at 00E00000h - 00E3E000h
foo_input_std                    loaded at 00E60000h - 00F73000h
foo_lyricsdb                    loaded at 00FA0000h - 00FCF000h
WININET                          loaded at 771B0000h - 7727F000h
Normaliz                        loaded at 00FE0000h - 00FE9000h
iertutil                        loaded at 6E850000h - 6E895000h
foo_navigator                    loaded at 01210000h - 01241000h
foo_playcount_mod                loaded at 01270000h - 01285000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_playlist_manager            loaded at 012B0000h - 012F6000h
foo_rgscan                      loaded at 01320000h - 01368000h
foo_run                          loaded at 01390000h - 013BB000h
foo_uie_albumlist                loaded at 013E0000h - 0141F000h
foo_uie_explorer                loaded at 01440000h - 0147C000h
foo_uie_lyrics                  loaded at 014A0000h - 014FF000h
WINMM                            loaded at 76AE0000h - 76B0F000h
SYNCOR11                        loaded at 6BD00000h - 6BD0D000h
foo_uie_playlists_dropdown      loaded at 01520000h - 0155A000h
foo_uie_quicksearch              loaded at 01580000h - 015C6000h
foo_uie_vis_egoh                loaded at 015F0000h - 0160D000h
foo_ui_columns                  loaded at 01620000h - 016BB000h
foo_ui_panels                    loaded at 016E0000h - 017C0000h
gdiplus                          loaded at 4EB80000h - 4ED23000h
foo_ui_std                      loaded at 017F0000h - 01847000h
foo_unpack                      loaded at 01870000h - 0189E000h
foo_utils                        loaded at 018C0000h - 018F9000h
Msimg32                          loaded at 76310000h - 76315000h
DSOUND                          loaded at 73E60000h - 73EBC000h
WINTRUST                        loaded at 76BE0000h - 76C0E000h
CRYPT32                          loaded at 779E0000h - 77A76000h
MSASN1                          loaded at 77A80000h - 77A92000h
IMAGEHLP                        loaded at 76C40000h - 76C68000h
wdmaud                          loaded at 72C70000h - 72C79000h
msacm32                          loaded at 72C60000h - 72C68000h
MSACM32                          loaded at 77BB0000h - 77BC5000h
midimap                          loaded at 77BA0000h - 77BA7000h
KsUser                          loaded at 73E30000h - 73E34000h
DBGHELP                          loaded at 5D3F0000h - 5D491000h

Stack dump analysis:
Address: 016E4AC7h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 016E3B09h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 016E3290h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 01787D16h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 016E2BB0h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 017886E0h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 017B04A4h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 016E2177h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 0178BCE6h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 0178C83Ah, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 017B04A4h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 017768CDh, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 016E0000h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 017763E0h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 0177694Bh, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 0176E993h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 016E0000h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 0176EAC6h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 016E0000h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 017763E0h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 0176EB30h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 016E0000h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 7C9111A7h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "LdrInitializeThunk" (+00000029h)
Address: 016E0000h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 7C933F31h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "LdrShutdownProcess" (+00000142h)
Address: 0176EB13h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 016E0000h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 7C91E88Eh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "ZwTerminateProcess" (+00000000h)
Address: 7C920D5Ch, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "wcsncpy" (+000002CDh)
Address: 7C920E91h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "wcsncpy" (+00000402h)
Address: 7C920945h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAcquirePebLock" (+00000028h)
Address: 7C92094Eh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAcquirePebLock" (+00000031h)
Address: 0176EB13h, location: "foo_ui_panels", loaded at 016E0000h - 017C0000h
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C933E98h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "LdrShutdownProcess" (+000000A9h)
Address: 7C81C9FEh, location: "kernel32", loaded at 7C800000h - 7C905000h
Symbol: "IsValidLocale" (+000008EBh)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C920570h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C92056Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 004935D8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C91F0AAh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAnsiStringToUnicodeString" (+0000005Eh)
Address: 7C839A10h, location: "kernel32", loaded at 7C800000h - 7C905000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80E630h, location: "kernel32", loaded at 7C800000h - 7C905000h
Symbol: "GetModuleHandleW" (+000001F3h)
Address: 7C839A10h, location: "kernel32", loaded at 7C800000h - 7C905000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C81CA38h, location: "kernel32", loaded at 7C800000h - 7C905000h
Symbol: "IsValidLocale" (+00000925h)
Address: 7C81CA76h, location: "kernel32", loaded at 7C800000h - 7C905000h
Symbol: "ExitProcess" (+00000014h)
Address: 77E8F3B0h, location: "RPCRT4", loaded at 77E50000h - 77EE1000h
Symbol: "RpcErrorStartEnumeration" (+0000A6D3h)
Address: 004973B9h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004975D3h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004975F8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496293h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0181D15Ch, location: "foo_ui_std", loaded at 017F0000h - 01847000h
Address: 00497110h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C816FD7h, location: "kernel32", loaded at 7C800000h - 7C905000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 0181D15Ch, location: "foo_ui_std", loaded at 017F0000h - 01847000h
Address: 7C839A10h, location: "kernel32", loaded at 7C800000h - 7C905000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C816FE0h, location: "kernel32", loaded at 7C800000h - 7C905000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 004962EDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B0063h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004D002Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004D002Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0044002Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00410072h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
Lyric Show Panels 0.3.1.1  (foo_uie_lyrics)
Play Count Mod 1.0.2  (foo_playcount_mod)
Playlist Manager 1.0  (foo_playlist_manager)
Playlists Dropdown 0.5.7.5  (foo_uie_playlists_dropdown)
Music Browser 1.1.7 [May 11 2006 - 10:05:09]  (foo_browser)
FLAC Decoder 1.1.0  (foo_input_std)
Database search 1.3.1 beta 11  (foo_dbsearch)
Explorer Tree 1.04.6b  (foo_uie_explorer)
Navigator 0.6  (foo_navigator)
Standard DSP array 1.0  (foo_dsp_std)
Special file info box v2.0.0  (foo_infobox)
foo_lyricsdb 0.0.7 beta 5  (foo_lyricsdb)
Album List 3.2.0  (foo_albumlist)
foobar2000 core 0.9.4.3  (Core)
cwbowron's title format hooks 1.0.14 [Nov  1 2006 - 10:20:44]  (foo_cwb_hooks)
Standard Input Array 1.0  (foo_input_std)
WMA Decoder 1.1  (foo_input_std)
Egoh Spectrum analyser (uie) 1.1.2  (foo_uie_vis_egoh)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Run services 0.3.2  (foo_run)
CD Audio Decoder 2.1.1  (foo_cdda)
Columns UI 0.1.3 beta 1v5  (foo_ui_columns)
Converter 1.0.1  (foo_converter)
Playlist tools 0.5.7  (foo_utils)
Default User Interface 0.9acc  (foo_ui_std)
Album list panel 0.2.1 beta 4  (foo_uie_albumlist)
Panels UI 0.11.1 beta [May  3 2007 - 12:18:42]  (foo_ui_panels)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
RAR reader 1.1  (foo_unpack)
ZIP/GZIP reader 1.0  (foo_unpack)

Could you see whats the matter please ?

Bye,

Br3tt

foo_ui_panels

Reply #1169
nvm

 

foo_ui_panels

Reply #1170

I'm trying to make my own setup of foobar, but i'm facing a problem/bug with PanelsUI.

When i load my config foobar process takes about 25% of cpu usage.


1) remove foo_uie_trackinfo_mod.dll. replace with "Track Display"
2) try commenting out other panels and see if your cpu usage goes down.


i've done what you advised. removed trackinfo_mod and choose to not keep settings at foobar start.
also commented all code in ui_panels. no other panels are using code besides trackinfo_mod (wich i removed)
once again, foobar is empty (all black) and now using about 90% CPU. i even tought it was azrael's playlist config, but since i removed all panels i guess it's not.
also, used Track Display, still the same issue...
i noticed when its tray minimized the usage goes down to normal (~1-3%).
i dont remember if this happened with old versions of ui_panels, but since i connot download them i cannot try...
it would be cool if you have old versions on your site...

btw, thanks for reply

foo_ui_panels

Reply #1171
Any chance on getting a transparent background for SCPL?

How about no titlebars on popup windows if the checkbox is checked for no titlebar on the main window.

foo_ui_panels

Reply #1172
any chance someone know about this:

Foobar did work yesterday and I didn't change anything.
now I get this when I want to start FF. 

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0108EEDAh
Access violation, operation: read, address: 00000004h
Call path:
entry=>user_interface::init
This is the first crash logged by this instance.
Code bytes (0108EEDAh):
0108EE9Ah:  8B F0 3B F3 74 28 8D 44 24 18 50 8D 8C 24 30 03
0108EEAAh:  00 00 51 C7 06 14 3C 10 01 89 5C 24 20 E8 BE B2
0108EEBAh:  04 00 8B 54 24 18 89 46 08 89 56 04 EB 02 33 F6
0108EECAh:  55 8B FE FF 15 94 A2 0F 01 8B 84 24 0C 13 00 00
0108EEDAh:  8B 4F 04 50 51 E8 9C B2 04 00 3B C3 74 03 89 47
0108EEEAh:  08 8B 47 04 8D 54 24 18 52 50 89 5C 24 20 E8 89
0108EEFAh:  B2 04 00 3B C3 74 03 89 47 08 8B 57 04 8B 74 24
0108EF0Ah:  18 8D 4C 24 1C 51 52 89 74 24 20 89 5C 24 24 E8
Stack (00129A7Ch):
00129A5Ch:  F7116D70 BF805DB1 00000000 00000038
00129A6Ch:  F7116DC8 F7116DD4 00000004 7FFFFFFF
00129A7Ch:  56887137 011547A8 00000000 0012B0F8
00129A8Ch:  00000000 00000000 00000000 00000000
00129A9Ch:  00000000 00000000 01157C30 01157C30
00129AACh:  0115A968 01102938 00000000 01102940
00129ABCh:  011028F8 01154FF0 01154868 01154868
00129ACCh:  00129AC4 00129AC8 01154868 01154898
00129ADCh:  00129AD4 00129AD8 00000001 00000008
00129AECh:  00129AE4 00129AE8 011559D8 01154868
00129AFCh:  00000001 001300D4 01102934 00000000
00129B0Ch:  00000000 00000000 00000201 00000006
00129B1Ch:  00000000 00000000 00000000 01155048
00129B2Ch:  00129ABC 00000000 00120020 7C915152
00129B3Ch:  001310A0 011548B0 7FFDEBF8 00252250
00129B4Ch:  0025228C 00000018 0000001F 00252240
00129B5Ch:  7FFDEC18 7C915DB4 7FFDEBF8 00251F18
00129B6Ch:  00000000 00129BE0 00129BCC 00129B80
00129B7Ch:  001310A0 00000000 00129BD0 7C9153F5
00129B8Ch:  00129BA8 7C97C1C0 00129BCC 00129BC4
Registers:
EAX: 00000000, EBX: 00000000, ECX: 7C80EE67, EDX: 4EDD627C
ESI: 00000000, EDI: 00000000, EBP: FFFFFFFF, ESP: 00129A7C
Crash location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Symbol: "foobar2000_get_interface" (+0000C8BAh)

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9B0000h
kernel32                        loaded at 7C800000h - 7C8F5000h
COMCTL32                        loaded at 773D0000h - 774D3000h
msvcrt                          loaded at 77C10000h - 77C68000h
ADVAPI32                        loaded at 77DD0000h - 77E6B000h
RPCRT4                          loaded at 77E70000h - 77F01000h
GDI32                            loaded at 77F10000h - 77F57000h
USER32                          loaded at 7E410000h - 7E4A1000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1D6000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
foo_albumlist                    loaded at 00A30000h - 00A77000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_cdda                        loaded at 00A80000h - 00AB6000h
foo_converter                    loaded at 00AC0000h - 00B29000h
foo_dsp_std                      loaded at 00B50000h - 00B91000h
foo_input_std                    loaded at 00BC0000h - 00CD4000h
foo_playcount_mod                loaded at 00D00000h - 00D15000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_rgscan                      loaded at 00D40000h - 00D88000h
foo_uie_albumlist                loaded at 00DB0000h - 00DED000h
foo_uie_lyrics                  loaded at 00E10000h - 00E6F000h
WININET                          loaded at 771B0000h - 7725A000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
WINMM                            loaded at 76B40000h - 76B6D000h
foo_uie_quicksearch              loaded at 00F40000h - 00F86000h
foo_ui_columns                  loaded at 00F90000h - 01027000h
foo_ui_panels                    loaded at 01050000h - 0112B000h
IMM32                            loaded at 76390000h - 763AD000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_ui_std                      loaded at 01160000h - 011B7000h
imagehlp                        loaded at 76C90000h - 76CB8000h
DBGHELP                          loaded at 59A60000h - 59B01000h
VERSION                          loaded at 77C00000h - 77C08000h

Stack dump analysis:
Address: 011028F8h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 01102934h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 7C915152h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000157h)
Address: 7C915DB4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlValidateUnicodeString" (+00000142h)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C97C1C0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 7C915AF1h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+0000034Eh)
Address: 01000003h, location: "foo_ui_columns", loaded at 00F90000h - 01027000h
Address: 7C97C2C0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 7C915B4Fh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+000003ACh)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C97C248h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 7C915707h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlHashUnicodeString" (+000002A2h)
Address: 7C915A00h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+0000025Dh)
Address: 7C915A65h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+000002C2h)
Address: 7C97C2C0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 7C916999h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000027Eh)
Address: 7C9169A5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000028Ah)
Address: 7C90EFE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+000002E2h)
Address: 7C90EF43h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000242h)
Address: 7C91691Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000202h)
Address: 7C916924h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000209h)
Address: 7C910833h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000025Fh)
Address: 7C916999h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000027Eh)
Address: 7C9169A5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000028Ah)
Address: 7C90EFE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+000002E2h)
Address: 7C90EF43h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000242h)
Address: 7C91691Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000202h)
Address: 7C916924h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000209h)
Address: 77E702E7h, location: "RPCRT4", loaded at 77E70000h - 77F01000h
Address: 77E702E7h, location: "RPCRT4", loaded at 77E70000h - 77F01000h
Address: 77E702A8h, location: "RPCRT4", loaded at 77E70000h - 77F01000h
Address: 7C916999h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000027Eh)
Address: 7C9169A5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000028Ah)
Address: 7C90EFE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+000002E2h)
Address: 7C90EF43h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000242h)
Address: 7C91691Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000202h)
Address: 7C916924h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000209h)
Address: 77DD02C7h, location: "ADVAPI32", loaded at 77DD0000h - 77E6B000h
Address: 7E4113B8h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Address: 77DD02C7h, location: "ADVAPI32", loaded at 77DD0000h - 77E6B000h
Address: 77DD0288h, location: "ADVAPI32", loaded at 77DD0000h - 77E6B000h
Address: 7C916999h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000027Eh)
Address: 7C9169A5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000028Ah)
Address: 7C90EFE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+000002E2h)
Address: 7C90EF43h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000242h)
Address: 7C91691Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000202h)
Address: 7C916924h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000209h)
Address: 5AD702F7h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Address: 7C97C260h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 5AD702F7h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Address: 5AD70280h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C916928h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000020Dh)
Address: 7C916924h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000209h)
Address: 7C9168A6h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000018Bh)
Address: 7C9168AEh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000193h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 01057790h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 7E41B463h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C9106ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+000000D7h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C809A09h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "lstrlenW" (+00000000h)
Address: 773D2F4Ch, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal249" (+00002F4Ch)
Address: 7E440477h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E41B3E9h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+000000BDh)
Address: 5AD71AF6h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Address: 7C915041h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000046h)
Address: 7C915233h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000238h)
Address: 7C915F0Bh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlValidateUnicodeString" (+00000299h)
Address: 7E41B3E9h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+000000BDh)
Address: 7E418BC9h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E471088h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Address: 7E41B3BCh, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+00000090h)
Address: 7E41B397h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 7E440477h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E41B3A0h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+00000074h)
Address: 7E41B397h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 0105BEACh, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 0105BECCh, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 7C910551h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C809A09h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "lstrlenW" (+00000000h)
Address: 7C97C174h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 7C915B4Fh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+000003ACh)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C911538h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910570h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000133h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 77C2C2DEh, location: "msvcrt", loaded at 77C10000h - 77C68000h
Symbol: "free" (+000000C3h)
Address: 77C2C2E3h, location: "msvcrt", loaded at 77C10000h - 77C68000h
Symbol: "free" (+000000C8h)
Address: 7C809A09h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "lstrlenW" (+00000000h)
Address: 5AD778E9h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Symbol: "GetThemeSysColor" (+0000072Fh)
Address: 773D2F4Ch, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal249" (+00002F4Ch)
Address: 77C35C94h, location: "msvcrt", loaded at 77C10000h - 77C68000h
Symbol: "except_handler3" (+00000000h)
Address: 77C12070h, location: "msvcrt", loaded at 77C10000h - 77C68000h
Symbol: "__non_rtti_object::`vftable'" (+00000C78h)
Address: 77C2C2E3h, location: "msvcrt", loaded at 77C10000h - 77C68000h
Symbol: "free" (+000000C8h)
Address: 5AD77A3Fh, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Symbol: "GetThemeSysColor" (+00000885h)
Address: 5AD77A4Dh, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Symbol: "GetThemeSysColor" (+00000893h)
Address: 7C9180FFh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlReAllocateHeap" (+00000702h)
Address: 7C91825Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlReAllocateHeap" (+00000860h)
Address: 7C9105C8h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 77F198EBh, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectExW" (+00000084h)
Address: 77F198C6h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectExW" (+0000005Fh)
Address: 77F16C0Ah, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "DeleteObject" (+00000000h)
Address: 77F199AFh, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectW" (+00000046h)
Address: 77F199B7h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectW" (+0000004Eh)
Address: 01000000h, location: "foo_ui_columns", loaded at 00F90000h - 01027000h
Address: 77F16C0Ah, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "DeleteObject" (+00000000h)
Address: 5AD74B85h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Symbol: "Ordinal45" (+0000009Ch)
Address: 5AD74B63h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Symbol: "Ordinal45" (+0000007Ah)
Address: 7E418BC9h, location: "USER32", loaded at 7E410000h - 7E4A1000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 77F198EBh, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectExW" (+00000084h)
Address: 77F198C6h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectExW" (+0000005Fh)
Address: 7C90E1FEh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "ZwQueryValueKey" (+00000000h)
Address: 7C90FB6Ch, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlNtStatusToDosError" (+0000002Fh)
Address: 7C90FB71h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlNtStatusToDosError" (+00000034h)
Address: 7C90E1FEh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "ZwQueryValueKey" (+00000000h)
Address: 7C90E20Ah, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "ZwQueryValueKey" (+0000000Ch)
Address: 77F198EBh, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectExW" (+00000084h)
Address: 77F198C6h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectExW" (+0000005Fh)
Address: 77F199AFh, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectW" (+00000046h)
Address: 77F199B7h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "CreateFontIndirectW" (+0000004Eh)
Address: 01000000h, location: "foo_ui_columns", loaded at 00F90000h - 01027000h
Address: 00450048h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C004Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00440020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0047004Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C90FB71h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlNtStatusToDosError" (+00000034h)
Address: 77DD6A18h, location: "ADVAPI32", loaded at 77DD0000h - 77E6B000h
Address: 773D1C7Ch, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal249" (+00001C7Ch)
Address: 773D1CE8h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal249" (+00001CE8h)
Address: 77F1A279h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "TranslateCharsetInfo" (+0000005Dh)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C9106ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+000000D7h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C9105D4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 7C9105D4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 773D0000h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal249" (+00000000h)
Address: 77F30C98h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "DdEntry19" (+0000001Ah)
Address: 77F1A280h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "TranslateCharsetInfo" (+00000064h)
Address: 77F1A279h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "TranslateCharsetInfo" (+0000005Dh)
Address: 773D73D0h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "DllInstall" (+00001150h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C9106ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+000000D7h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C911538h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C9105D4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C911538h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C9105D4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 7C9105C8h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 7C910551h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 010E4285h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 010E11E6h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 01102794h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 010E1330h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C911538h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C911596h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 7C9105D4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 010DA69Eh, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 010DA6BDh, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 010E3870h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 010DA6BDh, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 010E1116h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 010FBE4Ch, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 010E17E7h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 010E17F4h, location: "foo_ui_panels", loaded at 01050000h - 0112B000h
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C910732h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C9105D4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000000h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
foobar2000 core 0.9.4.2  (Core)
Standard DSP array 1.0  (foo_dsp_std)
Standard Input Array 1.0  (foo_input_std)
WMA Decoder 1.1  (foo_input_std)
Panels UI 0.9.2 beta [Mar 30 2007 - 12:21:46]  (foo_ui_panels)
FLAC Decoder 1.1.0  (foo_input_std)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Default User Interface 0.9acc  (foo_ui_std)
Converter 1.0.1  (foo_converter)
Album list panel 0.2.1  (foo_uie_albumlist)
CD Audio Decoder 2.1.1  (foo_cdda)
Album List 3.2.0  (foo_albumlist)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
Play Count Mod 1.0.2  (foo_playcount_mod)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Lyric Show Panels 0.3.1.1  (foo_uie_lyrics)



foo_ui_panels

Reply #1173
I can't load certain panels (menu, buttons, seekbar, visualizer) under Vista. Is there anything I can do to fix this?

foo_ui_panels

Reply #1174
do you have foo_ui_columns installed?

All those you've listed are columnsUI panels.
elevatorladylevitateme