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 1317898 times) previous topic - next topic
0 Members and 13 Guests are viewing this topic.

foo_ui_panels

Reply #1400
could anybody help me with the code here. 

I use the code below to determine my cover img path, for sometimes I need a 2nd parent folder location, like folderA(contains the image)\folderB\folderC(where the tracks are)

Code: [Select]
$if($fileexists($replace(%path%,%filename_ext%,folder.jpg)),
    $puts(coverPath,$replace(%path%,%filename_ext%,folder.jpg))
  ,
    $if($fileexists($replace(%path%,%directory%\%filename_ext%,folder.jpg)),
$puts(coverPath,$replace(%path%,%directory%\%filename_ext%,folder.jpg))
,
$if($fileexists($replace(%path%,$directory(%path%,2)\%directory%\%filename_ext%,folder.jpg)),
    $puts(coverPath,$replace(%path%,$directory(%path%,2)\%directory%\%filename_ext%,folder.jpg))
    ,
    )
)
    )

does there exist a simpler way to do the same thing? and besides, "$directory()" causes a small but weird effect on my layout when I change track. I just want to remove this function.

foo_ui_panels

Reply #1401
How can I scroll the text when using foo_uie_lyrics (don't want autoscroll)?


foo_ui_panels

Reply #1403
Right, I had a start-up crash yesterday (unfortunately I forgot to save the text file  )

Removed both the panelsui.dll and my configs (for later checking), but not library.pp. Switched to columnsui so that I could continue using it.

Decided to look into it today. Restored the dll and configs to their folders... and found that one of them had been over-written with the default config 

foo_ui_panels

Reply #1404
Oooh and terrestrial, I figured out that the startup crash has nothing to do with the pui file. I first copied a old .pui file in the panels ui folder and then copied the most recent one in the panels ui folder and for now everything is working back like it's supposed to. I don't know if this is useful info but I thought I should mention it.

foo_ui_panels

Reply #1405
I noticed that if I use %_width% in library filter panel it returns not the width of the panel but the width of the window. Is this intended or it's a bug?

Also, terrestrial, I'd want to add a request, if it's possible: could you add an "Apply" button in the library filter panel settings dialog?

Thank you.

foo_ui_panels

Reply #1406
Another question regarding the new POPUP feature. Is there a way to change the name of a POPUP PanelsUI window from the default 'PanelsUI' name?

foo_ui_panels

Reply #1407
Ooh and terrestrial do you think it's the .pui file that's corrupted or something like that because I'm tired of doing my layout again.


no, the .pui file works fine for me. its something else. I've uploaded another version here - so if you (or someone else with the startup crashes) could run it and post the crash log and PanelsUI-Debug.txt from C:\ it will help me in tracing down the problem.

I find something really strange.
When I hoover my mouse pointer over my foobar with panelsUI, I get quite a lot of CPU activity, reaching 100% at times.

Moving the pointer away from the foobar window reduces CPU usage.
Note that I'm not scrolling, clicking, or doing anything "demanding" on the UI.

Can anyone reproduce this?
Is this really weird?

How can I report this problem better? (no crash, no log)?

Thanks


post your pui + images and I take a look.

I noticed that if I use %_width% in library filter panel it returns not the width of the panel but the width of the window. Is this intended or it's a bug?


hmmm... are you sure? it seems to work fine here.

foo_ui_panels

Reply #1408
Here is a startup crash log (happens for first time for me).
Used the debugged version: http://pastebin.ca/501771
Normal version: http://pastebin.ca/501764

Edit: I had my fb2k packed and I unpacked it to desktop - was running fine. Copied to another dir, tried to run and crashed again. Copied again to desktop - crash. Probably this is some problem with the .CFG file.

foo_ui_panels

Reply #1409
People I need your help. I must admit my time is low and my understanding of the panels ui track display syntax is decreasing. I've has a look at the image related syntax, but that was really difficult, I didn't even manage to get anything displayed. What I need is to display some album art, it should work this way:

display cover.jpg, which is in the same directory as the music file.
"display" means: lets imagine it should simply be displayed in a 100x100 rectangle somewhere on the screen. IF it's 30x50, it should be stretched to 60x100. If it's 200x120, it should be displayed as 100x60.

What's the code?

BTW, if I apply a drawrect() later, it would paint over an image, wouldn't it?

foo_ui_panels

Reply #1410
Ooh and terrestrial do you think it's the .pui file that's corrupted or something like that because I'm tired of doing my layout again.

no, the .pui file works fine for me. its something else. I've uploaded another version here - so if you (or someone else with the startup crashes) could run it and post the crash log and PanelsUI-Debug.txt from C:\ it will help me in tracing down the problem.



this is what stood in the crashlog

Code: [Select]
Init
Init menu
Enum layouts
Black
Black.pui
Init host
Set as UI
Load layout
Create window
Init
Init menu
Enum layouts
Black
Black.pui
Init host
Set as UI
Load layout
Create window
Init
Init menu
Enum layouts
Black
Black.pui
Init host
Set as UI
Load layout
Create window
Init
Init menu
Enum layouts
Blackoud
Black.pui
Init host
Set as UI
Load layout
Create window
Register callbacks
Init done
Enum layouts
Blackoud
Black.pui
Init
Init menu
Enum layouts
Black
Black.pui
Blackoud
Black.pui
Init host
Set as UI
Load layout
Create window
Register callbacks
Init done
Enum layouts
Black
Black.pui
Blackoud
Black.pui
Enum layouts
Black
Black.pui
Blackoud
Black.pui
Init
Init menu
Enum layouts
Black
Black.pui
Blackoud
Black.pui
Init host
Set as UI
Load layout
Create window
Register callbacks
Init done
Create Window
Creating main window
WM_CREATE
WM_CREATE 2
WM_CREATE 3
WM_CREATE 4
WM_CREATE 5
Done creating main window
Create window 2
Create window 3
Create window 4
Create window 5
Create window done
Create Window
Creating main window
WM_CREATE
WM_CREATE 2
WM_CREATE 3
WM_CREATE 4
WM_CREATE 5
Done creating main window
Create window 2
Create window 3
Create window 4
Create window 5
Create window done

But I copied an old .pui file and used that and then copied my most recent one and everything is working back for now. If it starts crashing again I will post

foo_ui_panels

Reply #1411
Is there a way to have a context menu for tray icon ?

In changelog, I see "+ tray context menu" but I don't see, in readme or in wiki, how to add a context menu for tray icon. :/

foo_ui_panels

Reply #1412
Hello there,

Sorry if this has been asked before (searched in vain), I'm looking for a way to activate a button command by using the mouse scroll. Haven't found any documentation on this on the wiki page. Is this possible?

Also, I couldn't find a way to assign a shortcut to the "always on top" option in PanelsUI (looks like it overrides the option in foobar's general preferences).

Thanks.

foo_ui_panels

Reply #1413
Is there a way to have a context menu for tray icon ?

In changelog, I see "+ tray context menu" but I don't see, in readme or in wiki, how to add a context menu for tray icon. :/


The context menu isn't customizable, the start, stop, pauze, exit stuff is the context menu...
It wasn't there before that's why it stands in the changelog 

But a customizable context menu would be great indeed!

foo_ui_panels

Reply #1414
Getting the start up crashes again, same as last time.
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 04A5B78Ch
Access violation, operation: read, address: 00000004h
Call path:
entry=>user_interface::init
This is the first crash logged by this instance.
Code bytes (04A5B78Ch):
04A5B74Ch:  18 E8 C4 9C 04 00 3B C3 74 03 89 47 08 8B 4C 24
04A5B75Ch:  10 8B 56 04 8B 06 6A 42 53 53 53 55 51 8B 4C 24
04A5B76Ch:  38 52 50 51 FF 15 64 60 AC 04 8B 44 24 20 8D 54
04A5B77Ch:  24 0C 52 50 89 5C 24 14 E8 CF 9C 04 00 8B 7E 0C
04A5B78Ch:  8B 47 04 8B 4C 24 0C 8D 54 24 20 52 50 89 4C 24
04A5B79Ch:  1C 89 5C 24 28 E8 76 9C 04 00 3B C3 74 03 89 47
04A5B7ACh:  08 8B 7E 0C 8B 57 04 8B 6C 24 20 8D 4C 24 10 51
04A5B7BCh:  52 89 5C 24 18 E8 50 9C 04 00 3B C3 74 03 89 47
Stack (0012C0A0h):
0012C080h:  0012D558 00000000 B7815258 B7814E68
0012C090h:  804F8F2B B7814F28 80535230 804D8FD8
0012C0A0h:  04B15EB0 66011AA8 04B164A8 00000000
0012C0B0h:  00000000 0012C47C 04AAF2A0 04A5B9E8
0012C0C0h:  66011AA8 04B176A4 04B1AB40 0012C488
0012C0D0h:  66011AA8 04A5DD25 66011AA8 18370865
0012C0E0h:  0000030E 04B17088 04B16028 00000000
0012C0F0h:  0012C090 0012C074 FFFFFFEA 0012C0AC
0012C100h:  04B176A4 FFFFFFC4 0012C058 00B10000
0012C110h:  0012BF08 7C910551 0012C1A4 00000000
0012C120h:  7C9106F0 00000000 04B165A0 00000000
0012C130h:  04B10000 04B1C6A0 00000016 00000016
0012C140h:  00000000 00000000 000805E8 04A1B01D
0012C150h:  04B164A8 00000000 04B16340 04B176A4
0012C160h:  04A265D0 04B176A2 0012C180 00000000
0012C170h:  00000000 00000000 04A198DD 00000000
0012C180h:  00000000 00000038 00000014 0012C1F0
0012C190h:  00000000 00000000 00000003 0012C378
0012C1A0h:  00000000 0012C444 04ACF86C 00000000
0012C1B0h:  04ACF874 04ACF7D8 04B1A488 00000000
Registers:
EAX: 00000012, EBX: 00000000, ECX: 7FFDE000, EDX: 4EDD627C
ESI: 04B162D8, EDI: 00000000, EBP: 66011AA8, ESP: 0012C0A0
Crash location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h

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 7E410000h - 7E4A0000h
SHLWAPI   loaded at 77F60000h - 77FD6000h
SHELL32   loaded at 7C9C0000h - 7D1D5000h
ole32 loaded at 774E0000h - 7761D000h
shared   loaded at 10000000h - 10029000h
comdlg32 loaded at 763B0000h - 763F9000h
IMM32 loaded at 76390000h - 763AD000h
uxtheme   loaded at 5AD70000h - 5ADA8000h
nview loaded at 00A40000h - 00BAF000h
PSAPI loaded at 76BF0000h - 76BFB000h
OLEAUT32 loaded at 77120000h - 771AC000h
WINMM loaded at 76B40000h - 76B6D000h
VERSION   loaded at 77C00000h - 77C08000h
serwvdrv loaded at 5CD70000h - 5CD77000h
umdmxfrm loaded at 5B0A0000h - 5B0A7000h
NTMARTA   loaded at 77690000h - 776B1000h
WLDAP32   loaded at 76F60000h - 76F8C000h
SAMLIB   loaded at 71BF0000h - 71C03000h
DockShellHook loaded at 003E0000h - 003E5000h
msctfime loaded at 755C0000h - 755EE000h
foo_abx   loaded at 00CE0000h - 00D14000h
foo_albumlist loaded at 00D40000h - 00D87000h
foo_audioscrobbler   loaded at 00DB0000h - 00DE7000h
WS2_32   loaded at 71AB0000h - 71AC7000h
WS2HELP   loaded at 71AA0000h - 71AA8000h
foo_autoplaylist loaded at 00E10000h - 00E40000h
foo_cdda loaded at 00E60000h - 00E96000h
foo_common   loaded at 00EC0000h - 00EF9000h
foo_converter loaded at 00F20000h - 00F89000h
foo_dbsearch loaded at 00FB0000h - 01009000h
foo_discogs   loaded at 01030000h - 010AD000h
gdiplus   loaded at 4EC50000h - 4EDF3000h
foo_dsp_std   loaded at 010D0000h - 01111000h
foo_freedb2   loaded at 01140000h - 01180000h
foo_fullscreen   loaded at 011A0000h - 011BB000h
foo_input_shorten loaded at 011E0000h - 0120E000h
foo_input_std loaded at 01230000h - 01344000h
foo_lnk   loaded at 01370000h - 01389000h
foo_lunar2   loaded at 013B0000h - 013D2000h
foo_masstag   loaded at 01400000h - 01450000h
foo_midi loaded at 01470000h - 01518000h
foo_msnalt   loaded at 01540000h - 01559000h
foo_notaskbar loaded at 01580000h - 01596000h
foo_playcount loaded at 015C0000h - 015E8000h
foo_playlist_manager loaded at 01610000h - 01654000h
foo_pqview   loaded at 01680000h - 0169C000h
foo_prettypop loaded at 016C0000h - 0170D000h
mscoree   loaded at 79000000h - 79045000h
MSVCR80   loaded at 78130000h - 781CB000h
msvcm80   loaded at 7C4C0000h - 7C53D000h
mscorwks loaded at 79E70000h - 7A3D1000h
mscorlib.ni   loaded at 790C0000h - 79BA8000h
mscorjit loaded at 79060000h - 790B3000h
rsaenh   loaded at 0FFD0000h - 0FFF8000h
foo_random   loaded at 03BB0000h - 03BEF000h
foo_rgscan   loaded at 03C90000h - 03CD8000h
foo_scheduler loaded at 03D00000h - 03D6F000h
POWRPROF loaded at 74AD0000h - 74AD8000h
foo_scrobblecharts   loaded at 03D90000h - 03DC3000h
WININET   loaded at 771B0000h - 7727F000h
Normaliz loaded at 03DE0000h - 03DE9000h
iertutil loaded at 6E850000h - 6E895000h
foo_uie_albumart loaded at 04010000h - 0404C000h
foo_uie_albumlist loaded at 04070000h - 040AD000h
foo_uie_lyrics   loaded at 040D0000h - 0412F000h
foo_uie_lyrics_panel loaded at 04150000h - 041B8000h
foo_uie_playlists_dropdown   loaded at 041E0000h - 0421A000h
foo_uie_quicksearch2_0   loaded at 04240000h - 04281000h
foo_uie_tabs loaded at 042B0000h - 042D6000h
foo_uie_trackinfo loaded at 04300000h - 0432E000h
foo_uie_trackinfo2   loaded at 04350000h - 0437E000h
foo_uie_vis_projectm loaded at 043A0000h - 04416000h
OPENGL32 loaded at 5ED00000h - 5EDCC000h
GLU32 loaded at 68B20000h - 68B40000h
DDRAW loaded at 73760000h - 737A9000h
DCIMAN32 loaded at 73BC0000h - 73BC6000h
foo_ui_columns   loaded at 04940000h - 049E2000h
foo_ui_panels loaded at 04A10000h - 04AFC000h
foo_ui_std   loaded at 04B20000h - 04B77000h
foo_unpack   loaded at 04BA0000h - 04BCE000h
foo_verifier loaded at 04BF0000h - 04C20000h
foo_winamp_spam   loaded at 04C40000h - 04C70000h
imagehlp loaded at 76C90000h - 76CB8000h
DBGHELP   loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 04AAF2A0h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A5B9E8h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A5DD25h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 00B10000h, location: "nview", loaded at 00A40000h - 00BAF000h
Address: 7C910551h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 04A1B01Dh, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A265D0h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A198DDh, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04ACF7D8h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04ACF7C8h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 00493498h, location: "foobar2000", loaded at 00400000h - 004F3000h
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: 04AA6137h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04AA6156h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04AAF2A0h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04AA6156h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A1B06Dh, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04AC07A8h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A1846Fh, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A41AF4h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 004DEDF8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 04ACD574h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04ACD574h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04ACD574h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 00450000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00450000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C9106F0h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 04AC440Bh, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A22A55h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A265D0h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 79E7DCE9h, location: "mscorwks", loaded at 79E70000h - 7A3D1000h
Symbol: "DllUnregisterServerInternal" (+0000A4C9h)
Address: 04ACD574h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 7C915041h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000046h)
Address: 04ACD574h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
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: 7C9155C9h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlHashUnicodeString" (+00000164h)
Address: 7C915152h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000157h)
Address: 7C91554Ah, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlHashUnicodeString" (+000000E5h)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C809A2Ch, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "lstrlenW" (+00000023h)
Address: 7C809A36h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "lstrlenW" (+0000002Dh)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C80E630h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleHandleW" (+000001F3h)
Address: 7C80E62Bh, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleHandleW" (+000001EEh)
Address: 7C80E45Ch, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "GetModuleHandleW" (+0000001Fh)
Address: 755DD545h, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 755DD54Dh, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 004E0049h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0044h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C9137ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+00000020h)
Address: 7C9137C7h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+0000003Ch)
Address: 7C9137ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+00000020h)
Address: 7C9137C7h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+0000003Ch)
Address: 7C832F29h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LocalUnlock" (+00000078h)
Address: 7C832F31h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LocalUnlock" (+00000080h)
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C832F38h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LocalUnlock" (+00000087h)
Address: 7C832F31h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LocalUnlock" (+00000080h)
Address: 755C71FFh, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 755C720Dh, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 755C44A4h, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 7C9137ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+00000020h)
Address: 7C9137C7h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+0000003Ch)
Address: 7C832F29h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LocalUnlock" (+00000078h)
Address: 7E418B26h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowThreadProcessId" (+000000A6h)
Address: 04A20FC0h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 7E4188D1h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 7E4188DAh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 04A20FC0h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04AC4B8Bh, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A21011h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A20FC0h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A2102Eh, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04ACD574h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A20FC0h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A20FC0h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 7E418BD9h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E41885Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000193h)
Address: 7E41882Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000163h)
Address: 7E41F896h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "CallNextHookEx" (+0000003Bh)
Address: 00AB0DFAh, location: "nview", loaded at 00A40000h - 00BAF000h
Symbol: "PMLoadPresentation" (+0002863Ah)
Address: 7E41B50Ch, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 7E41B51Ch, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000001E0h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 00AB0B40h, location: "nview", loaded at 00A40000h - 00BAF000h
Symbol: "PMLoadPresentation" (+00028380h)
Address: 7E456360h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetRawInputDeviceInfoW" (+00000068h)
Address: 7E4194BEh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 7E41D4E4h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "SetPropW" (+000000BBh)
Address: 7E41B903h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "SendMessageW" (+00000049h)
Address: 7E46B693h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+000003C9h)
Address: 7E41D83Fh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "UpdateWindow" (+00000046h)
Address: 7E46B305h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+0000003Bh)
Address: 7E46C395h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+000010CBh)
Address: 763A3C2Ch, location: "IMM32", loaded at 76390000h - 763AD000h
Symbol: "CtfImmIsTextFrameServiceDisabled" (+0000036Bh)
Address: 763A6020h, location: "IMM32", loaded at 76390000h - 763AD000h
Address: 763A3C3Ah, location: "IMM32", loaded at 76390000h - 763AD000h
Symbol: "CtfImmIsTextFrameServiceDisabled" (+00000379h)
Address: 755C44F5h, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 7E46C6ECh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00001422h)
Address: 7E46C721h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00001457h)
Address: 7E46C721h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00001457h)
Address: 7E46C743h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00001479h)
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000006Dh)
Address: 7E46C721h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00001457h)
Address: 7E46C721h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00001457h)
Address: 7E418BD9h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E41885Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000193h)
Address: 7E41882Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000163h)
Address: 7C9137ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+00000020h)
Address: 7C9137C7h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+0000003Ch)
Address: 7C9137ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+00000020h)
Address: 7C9137C7h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlUnlockHeap" (+0000003Ch)
Address: 7C832F29h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LocalUnlock" (+00000078h)
Address: 7C832F31h, location: "kernel32", loaded at 7C800000h - 7C8F4000h
Symbol: "LocalUnlock" (+00000080h)
Address: 7E41945Dh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongA" (+00000000h)
Address: 763999D3h, location: "IMM32", loaded at 76390000h - 763AD000h
Symbol: "ImmGetIMCCSize" (+00000087h)
Address: 76399B55h, location: "IMM32", loaded at 76390000h - 763AD000h
Symbol: "ImmUnlockClientImc" (+00000013h)
Address: 76399F96h, location: "IMM32", loaded at 76390000h - 763AD000h
Symbol: "ImmUnlockIMC" (+00000031h)
Address: 755C7178h, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 755C4458h, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 755D4063h, location: "msctfime", loaded at 755C0000h - 755EE000h
Symbol: "CtfImeDispatchDefImeMessage" (+00000860h)
Address: 755C142Ch, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 755C1438h, location: "msctfime", loaded at 755C0000h - 755EE000h
Address: 755D41D1h, location: "msctfime", loaded at 755C0000h - 755EE000h
Symbol: "CtfImeDispatchDefImeMessage" (+000009CEh)
Address: 755D9115h, location: "msctfime", loaded at 755C0000h - 755EE000h
Symbol: "UIWndProc" (+00000000h)
Address: 755D9115h, location: "msctfime", loaded at 755C0000h - 755EE000h
Symbol: "UIWndProc" (+00000000h)
Address: 7E418734h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+0000006Dh)
Address: 755D9115h, location: "msctfime", loaded at 755C0000h - 755EE000h
Symbol: "UIWndProc" (+00000000h)
Address: 755D9115h, location: "msctfime", loaded at 755C0000h - 755EE000h
Symbol: "UIWndProc" (+00000000h)
Address: 7E418BD9h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E41885Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000193h)
Address: 7E41882Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetDC" (+00000163h)
Address: 7E41F896h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "CallNextHookEx" (+0000003Bh)
Address: 00AB0DFAh, location: "nview", loaded at 00A40000h - 00BAF000h
Symbol: "PMLoadPresentation" (+0002863Ah)
Address: 7E41F84Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "EnableMenuItem" (+000000C3h)
Address: 7E4563BEh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetRawInputDeviceInfoW" (+000000C6h)
Address: 00AB0B40h, location: "nview", loaded at 00A40000h - 00BAF000h
Symbol: "PMLoadPresentation" (+00028380h)
Address: 7E41B50Ch, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 7E41B51Ch, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000001E0h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 00AB0B40h, location: "nview", loaded at 00A40000h - 00BAF000h
Symbol: "PMLoadPresentation" (+00028380h)
Address: 7E456360h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetRawInputDeviceInfoW" (+00000068h)
Address: 7E4194BEh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 7E41D4E4h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "SetPropW" (+000000BBh)
Address: 7E46B63Bh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00000371h)
Address: 7E46B644h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+0000037Ah)
Address: 7E46C053h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00000D89h)
Address: 7E46C6DAh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00001410h)
Address: 7E41B3F9h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000000BDh)
Address: 7E418BD9h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E470088h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Address: 7E41B3CCh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+00000090h)
Address: 7E41B3A7h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 7E46C721h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "IMPSetIMEA" (+00001457h)
Address: 7E440457h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 7E41B3B0h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+00000074h)
Address: 7E41B3A7h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+0000006Bh)
Address: 04A22D83h, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 04A2572Eh, location: "foo_ui_panels", loaded at 04A10000h - 04AFC000h
Address: 00AB0DFAh, location: "nview", loaded at 00A40000h - 00BAF000h
Symbol: "PMLoadPresentation" (+0002863Ah)
Address: 7E41F84Ah, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "EnableMenuItem" (+000000C3h)
Address: 7E4563BEh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetRawInputDeviceInfoW" (+000000C6h)
Address: 00AB0B40h, location: "nview", loaded at 00A40000h - 00BAF000h
Symbol: "PMLoadPresentation" (+00028380h)
Address: 7E41B50Ch, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 7E41B51Ch, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000001E0h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 00AB0B40h, location: "nview", loaded at 00A40000h - 00BAF000h
Symbol: "PMLoadPresentation" (+00028380h)
Address: 7E456360h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetRawInputDeviceInfoW" (+00000068h)
Address: 7E4194BEh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 7E41D4E4h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "SetPropW" (+000000BBh)
Address: 7E44B443h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DeregisterShellHookWindow" (+0000B1BBh)
Address: 7E41B3F9h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+000000BDh)
Address: 7E418BD9h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 7E470088h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Address: 7E41B3CCh, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+00000090h)
Address: 7E41B3A7h, location: "USER32", loaded at 7E410000h - 7E4A0000h
Symbol: "DefWindowProcW" (+0000006Bh)

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Randomized playlist entry 1.2.3  (foo_random)
Converter 1.0.1  (foo_converter)
Track info panel 0.8  (foo_uie_trackinfo)
Lyric Show Panels 0.3.1.1  (foo_uie_lyrics)
Standard DSP array 1.0  (foo_dsp_std)
Standard Input Array 1.0  (foo_input_std)
MIDI synthesizer host 1.6  (foo_midi)
Playlists Dropdown 0.5.7.5  (foo_uie_playlists_dropdown)
Shell link resolver 1.1  (foo_lnk)
Default User Interface 0.9acc  (foo_ui_std)
ZIP/GZIP reader 1.0  (foo_unpack)
Winamp API Emulator 0.96  (foo_winamp_spam)
Lunar 2 PCM decoder 0.5  (foo_lunar2)
ABX Comparator 1.3.1  (foo_abx)
Quick Search Toolbar 2.0  (foo_uie_quicksearch2_0)
Audioscrobbler 1.3.6  (foo_audioscrobbler)
Lyrics panel 0.34.1  (foo_uie_lyrics_panel)
RAR reader 1.1  (foo_unpack)
CD Audio Decoder 2.1.1  (foo_cdda)
Fullscreen 0.3.1  (foo_fullscreen)
Autoplaylist Manager 1.0  (foo_autoplaylist)
Pretty Popup 1.2.3  (foo_prettypop)
Taskbar Button Remover 0.1  (foo_notaskbar)
freedb Tagger 0.5.2a  (foo_freedb2)
WMA Decoder 1.1  (foo_input_std)
ReplayGain Scanner 2.0.2  (foo_rgscan)
foobar2000 core 0.9.4.2  (Core)
Last.fm Chart Player 0.2.3  (foo_scrobblecharts)
Discogs Tagger 1.0  (foo_discogs)
Playlist Manager 1.0.2  (foo_playlist_manager)
Columns UI 0.2.0 alpha 1  (foo_ui_columns)
FLAC Decoder 1.1.0  (foo_input_std)
Playback Statistics 1.3.2  (foo_playcount)
Album List 3.2.0  (foo_albumlist)
Common services 0.1  (foo_common)
Panels UI 0.13.2 beta [May 18 2007 - 13:50:44]  (foo_ui_panels)
Shorten decoder 0.4.2a  (foo_input_shorten)
Scheduler 3.53  (foo_scheduler)
ProjectM Columns UI Panel 0.2  (foo_uie_vis_projectm)
MSN Now Playing (alt) 2.4  (foo_msnalt)
File Integrity Verifier 1.0.1  (foo_verifier)
Album list panel 0.2.1  (foo_uie_albumlist)
Album Art Panel 0.2.6  (foo_uie_albumart)
Masstagger 1.6  (foo_masstag)
Tabbed panel modifyed 0.2.1  (foo_uie_tabs)
Track info panel 0.8  (foo_uie_trackinfo2)
Database search 1.3.1 beta 10  (foo_dbsearch)
 

I'll try that other version you mention

foo_ui_panels

Reply #1415
Will the transparent background of SCPL be better in the next version? Because it isn't actually transparent in the item display rows.


See screenshot:

foo_ui_panels

Reply #1416
OK.

With the debug bersion, I get the following error message:



the following crash log

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 04C6CDA1h
Access violation, operation: read, address: 00000004h
Call path:
entry=>user_interface::init
This is the first crash logged by this instance.
Code bytes (04C6CDA1h):
04C6CD61h:  CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC 55
04C6CD71h:  8B EC 81 EC D8 00 00 00 53 56 57 51 8D BD 28 FF
04C6CD81h:  FF FF B9 36 00 00 00 B8 CC CC CC CC F3 AB 59 89
04C6CD91h:  4D F8 C7 45 EC 00 00 00 00 8D 45 EC 50 8B 4D F8
04C6CDA1h:  8B 51 04 52 E8 99 CC ED FF 50 8B 4D F8 E8 B4 1B
04C6CDB1h:  EE FF 8B 45 EC 52 8B CD 50 8D 15 DC CD C6 04 E8
04C6CDC1h:  B6 E9 ED FF 58 5A 5F 5E 5B 81 C4 D8 00 00 00 3B
04C6CDD1h:  EC E8 7A 31 EE FF 8B E5 5D C3 90 01 00 00 00 E4
Stack (00129718h):
001296F8h:  0012C53C 00000000 B73FD258 B73FCE68
00129708h:  804F8F2B B73FCF28 80535230 804D8FD8
00129718h:  001297EC 001298F4 00129A5C 00000000
00129728h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
00129738h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
00129748h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
00129758h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
00129768h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
00129778h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
00129788h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
00129798h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
001297A8h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
001297B8h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
001297C8h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
001297D8h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
001297E8h:  CCCCCCCC 00000000 CCCCCCCC CCCCCCCC
001297F8h:  00000000 CCCCCCCC 00129900 04C5917B
00129808h:  0DF48FC0 00129A44 00129A5C 00000000
00129818h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
00129828h:  CCCCCCCC CCCCCCCC CCCCCCCC CCCCCCCC
Registers:
EAX: 001297EC, EBX: 00000000, ECX: 00000000, EDX: 001298DC
ESI: 00129A5C, EDI: 00129800, EBP: 00129800, ESP: 00129718
Crash location: "foo_ui_panels", loaded at 04A10000h - 04E62000h

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 7E410000h - 7E4A0000h
SHLWAPI                          loaded at 77F60000h - 77FD6000h
SHELL32                          loaded at 7C9C0000h - 7D1D5000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
IMM32                            loaded at 76390000h - 763AD000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
nview                            loaded at 00A40000h - 00BAF000h
PSAPI                            loaded at 76BF0000h - 76BFB000h
OLEAUT32                        loaded at 77120000h - 771AC000h
WINMM                            loaded at 76B40000h - 76B6D000h
VERSION                          loaded at 77C00000h - 77C08000h
serwvdrv                        loaded at 5CD70000h - 5CD77000h
umdmxfrm                        loaded at 5B0A0000h - 5B0A7000h
NTMARTA                          loaded at 77690000h - 776B1000h
WLDAP32                          loaded at 76F60000h - 76F8C000h
SAMLIB                          loaded at 71BF0000h - 71C03000h
DockShellHook                    loaded at 003E0000h - 003E5000h
msctfime                        loaded at 755C0000h - 755EE000h
foo_abx                          loaded at 00CE0000h - 00D14000h
foo_albumlist                    loaded at 00D40000h - 00D87000h
foo_audioscrobbler              loaded at 00DB0000h - 00DE7000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
foo_autoplaylist                loaded at 00E10000h - 00E40000h
foo_cdda                        loaded at 00E60000h - 00E96000h
foo_common                      loaded at 00EC0000h - 00EF9000h
foo_converter                    loaded at 00F20000h - 00F89000h
foo_dbsearch                    loaded at 00FB0000h - 01009000h
foo_discogs                      loaded at 01030000h - 010AD000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_dsp_std                      loaded at 010D0000h - 01111000h
foo_freedb2                      loaded at 01140000h - 01180000h
foo_fullscreen                  loaded at 011A0000h - 011BB000h
foo_input_shorten                loaded at 011E0000h - 0120E000h
foo_input_std                    loaded at 01230000h - 01344000h
foo_lnk                          loaded at 01370000h - 01389000h
foo_lunar2                      loaded at 013B0000h - 013D2000h
foo_masstag                      loaded at 01400000h - 01450000h
foo_midi                        loaded at 01470000h - 01518000h
foo_msnalt                      loaded at 01540000h - 01559000h
foo_notaskbar                    loaded at 01580000h - 01596000h
foo_playcount                    loaded at 015C0000h - 015E8000h
foo_playlist_manager            loaded at 01610000h - 01654000h
foo_pqview                      loaded at 01680000h - 0169C000h
foo_prettypop                    loaded at 016C0000h - 0170D000h
mscoree                          loaded at 79000000h - 79045000h
MSVCR80                          loaded at 78130000h - 781CB000h
msvcm80                          loaded at 7C4C0000h - 7C53D000h
mscorwks                        loaded at 79E70000h - 7A3D1000h
mscorlib.ni                      loaded at 790C0000h - 79BA8000h
mscorjit                        loaded at 79060000h - 790B3000h
rsaenh                          loaded at 0FFD0000h - 0FFF8000h
foo_random                      loaded at 03BB0000h - 03BEF000h
foo_rgscan                      loaded at 03C90000h - 03CD8000h
foo_scheduler                    loaded at 03D00000h - 03D6F000h
POWRPROF                        loaded at 74AD0000h - 74AD8000h
foo_scrobblecharts              loaded at 03D90000h - 03DC3000h
WININET                          loaded at 771B0000h - 7727F000h
Normaliz                        loaded at 03DE0000h - 03DE9000h
iertutil                        loaded at 6E850000h - 6E895000h
foo_uie_albumart                loaded at 04010000h - 0404C000h
foo_uie_albumlist                loaded at 04070000h - 040AD000h
foo_uie_lyrics                  loaded at 040D0000h - 0412F000h
foo_uie_lyrics_panel            loaded at 04150000h - 041B8000h
foo_uie_playlists_dropdown      loaded at 041E0000h - 0421A000h
foo_uie_quicksearch2_0          loaded at 04240000h - 04281000h
foo_uie_tabs                    loaded at 042B0000h - 042D6000h
foo_uie_trackinfo                loaded at 04300000h - 0432E000h
foo_uie_trackinfo2              loaded at 04350000h - 0437E000h
foo_uie_vis_projectm            loaded at 043A0000h - 04416000h
OPENGL32                        loaded at 5ED00000h - 5EDCC000h
GLU32                            loaded at 68B20000h - 68B40000h
DDRAW                            loaded at 73760000h - 737A9000h
DCIMAN32                        loaded at 73BC0000h - 73BC6000h
foo_ui_columns                  loaded at 04940000h - 049E2000h
foo_ui_panels                    loaded at 04A10000h - 04E62000h
foo_ui_std                      loaded at 04E90000h - 04EE7000h
foo_unpack                      loaded at 04F10000h - 04F3E000h
foo_verifier                    loaded at 04F60000h - 04F90000h
foo_winamp_spam                  loaded at 04FB0000h - 04FE0000h
imagehlp                        loaded at 76C90000h - 76CB8000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 04C5917Bh, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DC3438h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04C59A00h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DC3523h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04C5C31Ch, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 00450000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 04DDC3D0h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC334h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC3D0h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC334h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC3D0h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC334h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC3D0h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC334h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC3D0h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC334h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC3D0h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 04DDC334h, location: "foo_ui_panels", loaded at 04A10000h - 04E62000h
Address: 00450000h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Album Art Panel 0.2.6  (foo_uie_albumart)
Last.fm Chart Player 0.2.3  (foo_scrobblecharts)
Quick Search Toolbar 2.0  (foo_uie_quicksearch2_0)
Standard DSP array 1.0  (foo_dsp_std)
FLAC Decoder 1.1.0  (foo_input_std)
Playback Statistics 1.3.2  (foo_playcount)
Album List 3.2.0  (foo_albumlist)
Panels UI 0.13.2 beta [May 22 2007 - 00:30:29]  (foo_ui_panels)
Columns UI 0.2.0 alpha 1  (foo_ui_columns)
Default User Interface 0.9acc  (foo_ui_std)
Playlist Manager 1.0.2  (foo_playlist_manager)
Converter 1.0.1  (foo_converter)
Playlists Dropdown 0.5.7.5  (foo_uie_playlists_dropdown)
Standard Input Array 1.0  (foo_input_std)
MSN Now Playing (alt) 2.4  (foo_msnalt)
Lunar 2 PCM decoder 0.5  (foo_lunar2)
WMA Decoder 1.1  (foo_input_std)
Fullscreen 0.3.1  (foo_fullscreen)
CD Audio Decoder 2.1.1  (foo_cdda)
Album list panel 0.2.1  (foo_uie_albumlist)
Common services 0.1  (foo_common)
Autoplaylist Manager 1.0  (foo_autoplaylist)
foobar2000 core 0.9.4.2  (Core)
Randomized playlist entry 1.2.3  (foo_random)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Shell link resolver 1.1  (foo_lnk)
RAR reader 1.1  (foo_unpack)
Track info panel 0.8  (foo_uie_trackinfo2)
Lyrics panel 0.34.1  (foo_uie_lyrics_panel)
Discogs Tagger 1.0  (foo_discogs)
File Integrity Verifier 1.0.1  (foo_verifier)
Masstagger 1.6  (foo_masstag)
freedb Tagger 0.5.2a  (foo_freedb2)
Taskbar Button Remover 0.1  (foo_notaskbar)
Shorten decoder 0.4.2a  (foo_input_shorten)
ZIP/GZIP reader 1.0  (foo_unpack)
Tabbed panel modifyed 0.2.1  (foo_uie_tabs)
Pretty Popup 1.2.3  (foo_prettypop)
Scheduler 3.53  (foo_scheduler)
ABX Comparator 1.3.1  (foo_abx)
Database search 1.3.1 beta 10  (foo_dbsearch)
ProjectM Columns UI Panel 0.2  (foo_uie_vis_projectm)
Lyric Show Panels 0.3.1.1  (foo_uie_lyrics)
Winamp API Emulator 0.96  (foo_winamp_spam)
MIDI synthesizer host 1.6  (foo_midi)
Audioscrobbler 1.3.6  (foo_audioscrobbler)
Track info panel 0.8  (foo_uie_trackinfo)

and the following in PanelsUI-debug.txt

Code: [Select]
Create Window
Creating main window
WM_CREATE
WM_CREATE 2
WM_CREATE 3
WM_CREATE 4
WM_CREATE 5
Done creating main window

foo_ui_panels

Reply #1417
Two requests for the Library Filter panel:
# Settings for double-click and middle-click
# Ability to drag-n-drop songs from the panel into SCPL

foo_ui_panels

Reply #1418
For the startup crashes I've uploaded another debug version here... I think I may have narrowed down the problem (but it will still crash). I just need the crash log and debug file contents again. thanks.

Will the transparent background of SCPL be better in the next version? Because it isn't actually transparent in the item display rows.


are you using some other program to set a color key transparency or just aligned a picture with the background? in any case, it should work fine... check that your not drawing anything behind the scpl window in the main panels ui layout.

foo_ui_panels

Reply #1419
For the startup crashes I've uploaded another debug version here... I think I may have narrowed down the problem (but it will still crash). I just need the crash log and debug file contents again. thanks.


Will the transparent background of SCPL be better in the next version? Because it isn't actually transparent in the item display rows.


are you using some other program to set a color key transparency or just aligned a picture with the background? in any case, it should work fine... check that your not drawing anything behind the scpl window in the main panels ui layout.


I just aligned a picture in foobar with my desktop background.

The only thing I am drawing behind the SCPL panel is the rectangle with a lowered opacity.

In SCPL where there is no tracks or when it is empty, the window is perfectly transparent.

I emptied all my code out of the Item Display box, and the panel background still looks the same.

foo_ui_panels

Reply #1420
post your .pui and images and I will take a look.


foo_ui_panels

Reply #1422
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0166A51Ah
Access violation, operation: read, address: 00000004h
Call path:
entry=>user_interface::init
This is the first crash logged by this instance.
Code bytes (0166A51Ah):
0166A4DAh:  8B F0 3B F3 74 28 8D 44 24 18 50 8D 8C 24 30 03
0166A4EAh:  00 00 51 C7 06 4C 1E 6E 01 89 5C 24 20 E8 76 B1
0166A4FAh:  04 00 8B 54 24 18 89 46 08 89 56 04 EB 02 33 F6
0166A50Ah:  55 8B FE FF 15 90 71 6D 01 8B 84 24 0C 13 00 00
0166A51Ah:  8B 4F 04 50 51 E8 54 B1 04 00 3B C3 74 03 89 47
0166A52Ah:  08 8B 47 04 8D 54 24 18 52 50 89 5C 24 20 E8 41
0166A53Ah:  B1 04 00 3B C3 74 03 89 47 08 8B 57 04 8B 74 24
0166A54Ah:  18 8D 4C 24 1C 51 52 89 74 24 20 89 5C 24 24 E8
Stack (0013ADCCh):
0013ADACh:  B9DFEEF0 BF805D69 00000000 00000038
0013ADBCh:  B9DFEF48 B9DFEF54 00000004 7FFFFFFF
0013ADCCh:  D01AF22B 0000000C 00000000 0013C488
0013ADDCh:  00000000 00000000 00000000 00000000
0013ADECh:  00000000 00000000 0172C8E0 0013B14C
0013ADFCh:  018B0288 016E0A5C 00000000 016E0F20
0013AE0Ch:  016E0A1C 0172A580 01726488 01726488
0013AE1Ch:  0013AE14 0013AE18 01726488 0172650E
0013AE2Ch:  0013AE24 0013AE28 00000041 0000001D
0013AE3Ch:  0013AE34 0013AE38 0172A538 01726488
0013AE4Ch:  00000001 00000000 016E0A58 00000000
0013AE5Ch:  00000000 00000000 00000201 00000006
0013AE6Ch:  00000000 00000000 00000000 018B0128
0013AE7Ch:  0013AE0C 00000000 00130020 7C915233
0013AE8Ch:  0013AEAC 01729480 00000000 00000010
0013AE9Ch:  7C91527C 00000043 00000047 00000020
0013AEACh:  57D2FCCC 01C79AEE 17542BB8 01C79C37
0013AEBCh:  70FC2C00 01C76434 00000000 0000006C
0013AECCh:  001410A0 C0150008 0069006D 0069006E
0013AEDCh:  006F0074 00700070 006E0061 006C0065
Registers:
EAX: 00000000, EBX: 00000000, ECX: 7C80EE67, EDX: 00430003
ESI: 00000000, EDI: 00000000, EBP: 00169188, ESP: 0013ADCC
Crash location: "foo_ui_panels", loaded at 01620000h - 0170E000h

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 77D40000h - 77DD0000h
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
IMM32                            loaded at 76390000h - 763AD000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
MSCTF                            loaded at 74720000h - 7476C000h
lgscroll                        loaded at 10100000h - 1010F000h
MSVCR80                          loaded at 78130000h - 781CB000h
MSVCP80                          loaded at 7C420000h - 7C4A7000h
NTMARTA                          loaded at 77690000h - 776B1000h
WLDAP32                          loaded at 76F60000h - 76F8C000h
SAMLIB                          loaded at 71BF0000h - 71C03000h
apphelp                          loaded at 77B40000h - 77B62000h
msctfime                        loaded at 755C0000h - 755EE000h
foo_abx                          loaded at 00AB0000h - 00AE4000h
foo_audioscrobbler              loaded at 00B10000h - 00B47000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
foo_cdda                        loaded at 00B70000h - 00BA5000h
foo_converter                    loaded at 00BD0000h - 00C39000h
foo_cuesheet_creator            loaded at 00C60000h - 00C8C000h
foo_cwb_hooks                    loaded at 00CB0000h - 00CE5000h
foo_dsp_std                      loaded at 00D10000h - 00D51000h
foo_input_monkey                loaded at 00D80000h - 00DC9000h
foo_input_std                    loaded at 00DF0000h - 00F03000h
foo_masstag                      loaded at 00F30000h - 00F7F000h
foo_playcount                    loaded at 00FA0000h - 00FC8000h
foo_scheduler                    loaded at 00FF0000h - 0105F000h
POWRPROF                        loaded at 74AD0000h - 74AD8000h
WINMM                            loaded at 76B40000h - 76B6D000h
foo_uie_lyrics                  loaded at 01100000h - 0115F000h
WININET                          loaded at 771B0000h - 7727F000h
Normaliz                        loaded at 01170000h - 01179000h
iertutil                        loaded at 6E850000h - 6E895000h
foo_uie_playlists_dropdown      loaded at 013A0000h - 013DA000h
foo_uie_quicksearch              loaded at 01400000h - 01447000h
foo_uie_single_column_playlist  loaded at 01470000h - 014BA000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_uie_trackinfo_mod            loaded at 014E0000h - 01537000h
foo_ui_columns                  loaded at 01550000h - 015F2000h
foo_ui_panels                    loaded at 01620000h - 0170E000h
foo_ui_std                      loaded at 01730000h - 01787000h
imagehlp                        loaded at 76C90000h - 76CB8000h
DBGHELP                          loaded at 59A60000h - 59B01000h
VERSION                          loaded at 77C00000h - 77C08000h

Stack dump analysis:
Address: 016E0A1Ch, location: "foo_ui_panels", loaded at 01620000h - 0170E000h
Address: 016E0A58h, location: "foo_ui_panels", loaded at 01620000h - 0170E000h
Address: 7C915233h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000238h)
Address: 7C91527Ch, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000281h)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C915041h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000046h)
Address: 7C915233h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000238h)
Address: 7C91527Ch, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000281h)
Address: 7C915F0Bh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlValidateUnicodeString" (+00000299h)
Address: 7C915152h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000157h)
Address: 7C915D7Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlValidateUnicodeString" (+0000010Bh)
Address: 7C9226B6h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlReadMemoryStream" (+00000C3Fh)
Address: 7C915DB4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlValidateUnicodeString" (+00000142h)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C915041h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000046h)
Address: 7C915233h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000238h)
Address: 7C91527Ch, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000281h)
Address: 7C915F0Bh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlValidateUnicodeString" (+00000299h)
Address: 7C915152h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "bsearch" (+00000157h)
Address: 7C915D7Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlValidateUnicodeString" (+0000010Bh)
Address: 7C915DB4h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlValidateUnicodeString" (+00000142h)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C97C260h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Address: 7C915AF1h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+0000034Eh)
Address: 01000003h, location: "foo_scheduler", loaded at 00FF0000h - 0105F000h
Address: 0049004Dh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0054h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0047004Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0049005Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490055h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
Playlists Dropdown 0.5.7.5  (foo_uie_playlists_dropdown)
WMA Decoder 1.1  (foo_input_std)
Track info panel mod 0.8.0 beta [Dec  6 2006 - 14:21:24]  (foo_uie_trackinfo_mod)
Lyric Show Panels 0.3.1.1  (foo_uie_lyrics)
Quick Search Toolbar 2.8j  (foo_uie_quicksearch)
Scheduler 3.53  (foo_scheduler)
Masstagger 1.6  (foo_masstag)
Converter 1.0.1  (foo_converter)
Standard DSP array 1.0  (foo_dsp_std)
Default User Interface 0.9acc  (foo_ui_std)
CD Audio Decoder 2.1.1  (foo_cdda)
FLAC Decoder 1.1.0  (foo_input_std)
Standard Input Array 1.0  (foo_input_std)
Audioscrobbler 1.3.5  (foo_audioscrobbler)
foobar2000 core 0.9.4.3  (Core)
cwbowron's title format hooks 1.1.0beta [Dec  1 2006 - 13:47:34]  (foo_cwb_hooks)
Playback Statistics 1.3.2  (foo_playcount)
Cuesheet Creator 0.4.6  (foo_cuesheet_creator)
Monkey's Audio decoder 2.1.1  (foo_input_monkey)
Columns UI 0.2.0 alpha 1  (foo_ui_columns)
Panels UI 0.13.2 beta [May 23 2007 - 00:19:20]  (foo_ui_panels)
ABX Comparator 1.3.1  (foo_abx)
Single Column Playlist Display 0.5.4 beta [Nov 24 2006 - 21:31:48]  (foo_uie_single_column_playlist)

Code: [Select]
Create Window
Creating main window
WM_CREATE
WM_CREATE 2
WM_CREATE 3
WM_CREATE 4
WM_CREATE 5
Done creating main window
Set window pos

 

foo_ui_panels

Reply #1423
^^^^^^^^^

delete the trackinfo_mod and scpl dlls. I've also uploaded 0.13.3 which should hopefully fix the crashes.

Looks like it's a part of background repeated.


what's your os? maybe you're using a slightly older version.... try updating to 0.13.3

foo_ui_panels

Reply #1424
thanks for the new version!