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

foo_ui_panels

Reply #1950
terrestrial: with the last version of panelsUI, some of my pui s wont even load.
Here is one as an example:
http://www.megaupload.com/?d=CRR4WKV4


did you open the pui in a text editor (or do something else to it)?

I have the same problem as Carmen. Some PUIs like FofR's and Scaled work but my own config doesn't. I know it's a very messy config (I am still in testing) but it worked fine in previous Panels versions.

The pui in question:
http://www.megaupload.com/?d=WDMTSQ70


this one is fine, but the height is 0 resulting in an invisible window. fixed for the next version.

Quote
EDIT:
Upon trying to revert back to a previous version of Panels, nothing but the most simple PUIs seem to work. I imagine I'll have to do a fresh install.


you cant use puis opened with a newer version with an older version.

Quote
EDIT: I decided to give 0.14 a try again anyway and miraculously it worked. Guess it was because I had an $imageabs() in there. When I tried to edit it, I input it incorrectly a few times and it resulted in a few crashes. Reports below.


thanks. fixed the crashes for the next version.

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

new test version here

foo_ui_panels

Reply #1951
I just noticed the %glass% constant. What does this do? Does it return true if Windows Aero Glass/$glass function is supported, otherwise returns false? (Sorry for the questions. I'm always trying to make note of new variables/functions for the Wiki)

foo_ui_panels

Reply #1952
Ahhh cheers terrestrial. Didn't realise you couldn't open PUIs with older versions once you'd opened them with new ones.  Luckily I managed to get my code out . I'll remember for next time.

 

foo_ui_panels

Reply #1953
a lot has changed between 0.13.8 beta and 0.14.8 as far as things like padding, images, and sizes and such. i cant find any of it in the change log and im trying to modify my current config to work in new panels. ive found a few things in the wiki regarding image abs and $pad() but i cant seem to get certain of my text, panels and buttons to line up the way it was before. could this stuff be put in the change log?

foo_ui_panels

Reply #1954
Is 'always on top' working again yet?

foo_ui_panels

Reply #1955
Thanks for this new 14.9 Beta terrestrial! I was worried about updating from 13.8, but after seeing the recent replies I gave it a go, and everything in my config still functions perfectly :]! Good job .

Request:

Someone a while back had requested variables to get the screen width and height. Would these be possible to implement? I think they would be VERY useful for transfering configs between different screen resolutions.

Is 'always on top' working again yet?


Doesn't seem to work for me still
Song List: keikoniumboards.ke.funpic.org/files/songlist.html

foo_ui_panels

Reply #1956
Can't you use %_width% and %_height% in the main window for the same effect?

foo_ui_panels

Reply #1957
Can someone tell me if $font "style" options such as nocleartype and alpha have been implemented yet in the new version? If not, any idea when? ClearType looks horrible on my CRT when using smaller fonts like Tahoma 10px or pixel fonts like Silkscreen.


the next version will use the cleartype settings defined by the system, which you can override using nocleartype. alpha will also be added to the next version.

Quote
P.S. Is there an example somewhere of the new "simplified" syntax for $imageabs2, or is this something that hasn't been released yet?


not released yet.

I just noticed the %glass% constant. What does this do? Does it return true if Windows Aero Glass/$glass function is supported, otherwise returns false? (Sorry for the questions. I'm always trying to make note of new variables/functions for the Wiki)


yes, returns true if you can use $glass()

a lot has changed between 0.13.8 beta and 0.14.8 as far as things like padding, images, and sizes and such. i cant find any of it in the change log and im trying to modify my current config to work in new panels. ive found a few things in the wiki regarding image abs and $pad() but i cant seem to get certain of my text, panels and buttons to line up the way it was before. could this stuff be put in the change log?


they should work the same as before. if you have examples of something not working the same, please post your code and I will take a look.

foo_ui_panels

Reply #1958
I've had this problem for awhile and it changes but doesn't work, it just screws up in different ways with each release. When I have foo minimized to tray and exit from there the next time I open it it shows all fudged up. It kills the pui's after that.

foo_ui_panels

Reply #1959
Hi

I'm just trying new version 14.xx and some parts of my config doesn't work like before under 0.13.8

1- some text align

2- button overlay of my CD-box display (button to handle play/payse by clicking on cd-cover in my track display)

here's the code of this button (using a $imageabs2 to display pics)
Code: [Select]
// Play-Pause button overlay (doubled to scale the overlay and to perform action correctly!)
$button($eval($get(offx)+{54*$get(pct)/100}),$eval($get(offy)+{8*$get(pct)/100}),0,0,$get(cx-cover),$get(cy-cover),
$if($or(%ispaused%,$not(%isplaying%)),,),
$if($or(%ispaused%,$not(%isplaying%)),,),
$if($or(%ispaused%,$not(%isplaying%)),$imageabs2($eval($get(cx-cd)+1),$get(cy-cd),0,0,$eval($get(cx-cd)+1),$get(cy-cd),$eval($get(offx)-1),$eval($get(offy)+0),$get(images-folder)'\playpause-front.png',alpha-255nokeepaspect),pause)
,TOOLTIP:"")
$button($eval($get(offx)+{54*$get(pct)/100}),$eval($get(offy)+{8*$get(pct)/100}),0,0,$get(cx-cover),$get(cy-cover),
$if($or(%ispaused%,$not(%isplaying%)),,),
$if($or(%ispaused%,$not(%isplaying%)),,),
$if($or(%ispaused%,$not(%isplaying%)),play,pause)
,TOOLTIP:"")
,)

someone could explain to me why the picture doesn't display anymore and display instead of it a piece of text codind 

thanx in advance

Br3tt

foo_ui_panels

Reply #1960
Ok tried again with the very last version and it works, i can relax

About the new feature of the library filter, i want to use Edit/Send to New Playlist for the double click action like i do with the album list. I works but something doesnt work like in the album list panel. The new playlist is created but doesnt become the active one(i am not talking about the playing one). So i am wondering if it is really the same command that the one album list panel. If not does anyone know an action that can do what i want?

foo_ui_panels

Reply #1961
$wordwrap() is working great, but it wraps every line displayed after it appears in the code.  Is there a command to switch it back off?

I thought a new $alignabs might switch it off, but it doesn't.  It might be useful if every $alignabs defaults to no wordwrap, then $wordwrap is used if needed.

Also, I'm getting odd selection behaviour.  When I right click on the currently playing track, it selects all tracks between it and the last track played.

Otherwise, great work, Terrestrial.

foo_ui_panels

Reply #1962
How do I add tabbed panel stack?

$panel(Panel,Tabbed panel stack,0,800,%_width%,100,)

not sure?

Thx

foo_ui_panels

Reply #1963
How do I add tabbed panel stack?

$panel(Panel,Tabbed panel stack,0,800,%_width%,100,)

not sure?

Thx

I believe it is "mod" not "stack" for the panel.

EDIT: Also, it is not possible to use the $panel function inside a Tabbed Panel.


foo_ui_panels

Reply #1965
Getting some crashes with the latest beta. Buttons don't appear to render either.

Crash log:
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 03EE63BAh
Access violation, operation: read, address: 04374000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (03EE63BAh):
03EE637Ah:  0F 82 A4 01 00 00 81 F9 00 01 00 00 72 1F 83 3D
03EE638Ah:  EC 63 F2 03 00 74 16 57 56 83 E7 0F 83 E6 0F 3B
03EE639Ah:  FE 5E 5F 75 08 5E 5F 5D E9 0C A1 00 00 F7 C7 03
03EE63AAh:  00 00 00 75 15 C1 E9 02 83 E2 03 83 F9 08 72 2A
03EE63BAh:  F3 A5 FF 24 95 D4 64 EE 03 90 8B C7 BA 03 00 00
03EE63CAh:  00 83 E9 04 72 0C 83 E0 03 03 C8 FF 24 85 E8 63
03EE63DAh:  EE 03 FF 24 8D E4 64 EE 03 90 FF 24 8D 68 64 EE
03EE63EAh:  03 90 F8 63 EE 03 24 64 EE 03 48 64 EE 03 23 D1
Stack (0012DDC4h):
0012DDA4h:  804DA779 86464310 865CE028 804E36D5
0012DDB4h:  86799178 00000000 804DA721 00000000
0012DDC4h:  00000058 00000000 0012DDE8 03EE206E
0012DDD4h:  04390698 04373FC0 00000058 00000058
0012DDE4h:  0012DE80 04373FC0 03E7B74B 04390698
0012DDF4h:  0000005E 04373FC0 00000058 04373FC0
0012DE04h:  03F577B0 00000000 03E9EADE 04373FC0
0012DE14h:  0000002C 001AE468 03EB95A0 0000002C
0012DE24h:  EE0100D2 00000009 000000B1 00000000
0012DE34h:  03CE8808 00000004 0012E068 7C90EE18
0012DE44h:  7C910738 FFFFFFFF 7C910732 7C9106AB
0012DE54h:  7C9106EB 00000004 00000000 0012E298
0012DE64h:  03F50000 00000000 0012DE5C 00000000
0012DE74h:  0012E0A0 03F263A0 03F577B0 FFFFFFFF
0012DE84h:  04390698 7C9106AB 7C9106EB 00000000
0012DE94h:  00000000 0000002F 00000011 03F584F8
0012DEA4h:  5AD74B63 00000029 000001F4 00000019
0012DEB4h:  00000022 00000001 04366AA8 00000001
0012DEC4h:  77D48BD9 001BC750 00000019 0000001F
0012DED4h:  00150178 04390628 001BC758 77F185AA
Registers:
EAX: 04374018, EBX: 0012DE84, ECX: 00000006, EDX: 00000000
ESI: 04374000, EDI: 043906D8, EBP: 0012DDCC, ESP: 0012DDC4
Crash location: "foo_ui_panels", loaded at 03E70000h - 03F36000h

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 - 7D1D5000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
MSCTF                            loaded at 74720000h - 7476B000h
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
iprepair                        loaded at 00A80000h - 00A9B000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_autoplaylist                loaded at 00BE0000h - 00C10000h
SETUPAPI                        loaded at 77920000h - 77A13000h
foo_browser                      loaded at 00C30000h - 00C6A000h
foo_cdda                        loaded at 00C90000h - 00CC6000h
foo_converter                    loaded at 00CF0000h - 00D59000h
foo_cwb_hooks                    loaded at 00D80000h - 00DB5000h
foo_dsp_std                      loaded at 00DE0000h - 00E21000h
foo_freedb2                      loaded at 00E50000h - 00E90000h
foo_highlightplaying            loaded at 00EB0000h - 00ED1000h
foo_input_std                    loaded at 00F00000h - 01014000h
foo_masstag                      loaded at 01040000h - 01090000h
foo_navigator                    loaded at 010B0000h - 010E1000h
foo_playcount                    loaded at 01110000h - 01138000h
foo_playlist_tree                loaded at 01160000h - 011D5000h
libmzsch360_000                  loaded at 10400000h - 105D0000h
WSOCK32                          loaded at 71AD0000h - 71AD9000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
libmzgc360_000                  loaded at 01200000h - 012A4000h
foo_rgscan                      loaded at 012F0000h - 01338000h
foo_run                          loaded at 01360000h - 0138B000h
foo_trackpos                    loaded at 013B0000h - 013CF000h
foo_uie_albumart                loaded at 013F0000h - 0142C000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_uie_queuemanager            loaded at 01460000h - 01499000h
mscoree                          loaded at 79000000h - 79045000h
msvcm80                          loaded at 7C4C0000h - 7C53D000h
mscorwks                        loaded at 79E70000h - 7A3D1000h
mscorlib.ni                      loaded at 790C0000h - 79BA6000h
mscorjit                        loaded at 79060000h - 790B3000h
rsaenh                          loaded at 0FFD0000h - 0FFF8000h
appHelp                          loaded at 77B40000h - 77B62000h
CLBCATQ                          loaded at 76FD0000h - 7704F000h
COMRes                          loaded at 77050000h - 77115000h
VERSION                          loaded at 77C00000h - 77C08000h
System.ni                        loaded at 7A440000h - 7ABFE000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF74000h
foo_uie_quicksearch              loaded at 03BB0000h - 03BF6000h
foo_uie_vis_egoh                loaded at 03D30000h - 03D4D000h
foo_uie_wsh_panel                loaded at 03D50000h - 03D86000h
foo_ui_columns                  loaded at 03DB0000h - 03E47000h
foo_ui_panels                    loaded at 03E70000h - 03F36000h
IMM32                            loaded at 76390000h - 763AD000h
foo_ui_std                      loaded at 04910000h - 04967000h
foo_unpack                      loaded at 04990000h - 049BE000h
foo_utils                        loaded at 03F70000h - 03FA8000h
USERENV                          loaded at 769C0000h - 76A73000h
MPR                              loaded at 71B20000h - 71B32000h
drprov                          loaded at 75F60000h - 75F67000h
ntlanman                        loaded at 71C10000h - 71C1E000h
NETUI0                          loaded at 71CD0000h - 71CE7000h
NETUI1                          loaded at 71C90000h - 71CD0000h
NETAPI32                        loaded at 5B860000h - 5B8B5000h
NETRAP                          loaded at 71C80000h - 71C87000h
davclnt                          loaded at 75F70000h - 75F79000h
xpsp2res                        loaded at 20000000h - 202C5000h
fsshext.8.0.0812.00              loaded at 5A500000h - 5A52F000h
shdocvw                          loaded at 77760000h - 778CF000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
CRYPTUI                          loaded at 754D0000h - 75550000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
WININET                          loaded at 771B0000h - 77256000h
actxprxy                        loaded at 71D40000h - 71D5C000h
shgina                          loaded at 73D70000h - 73D83000h
SXS                              loaded at 75E90000h - 75F40000h
MSGINA                          loaded at 75970000h - 75A67000h
WINSTA                          loaded at 76360000h - 76370000h
ODBC32                          loaded at 74320000h - 7435D000h
odbcint                          loaded at 048F0000h - 04907000h
Secur32                          loaded at 77FE0000h - 77FF1000h
Msimg32                          loaded at 76380000h - 76385000h
System.Windows.Forms.ni          loaded at 7AFD0000h - 7BC56000h
DSOUND                          loaded at 73F10000h - 73F6C000h
WINMM                            loaded at 76B40000h - 76B6D000h
wdmaud                          loaded at 72D20000h - 72D29000h
msacm32                          loaded at 72D10000h - 72D18000h
MSACM32                          loaded at 77BE0000h - 77BF5000h
midimap                          loaded at 77BD0000h - 77BD7000h
KsUser                          loaded at 73EE0000h - 73EE4000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 03EE206Eh, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Address: 03E7B74Bh, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Address: 03E9EADEh, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Address: 03EB95A0h, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Symbol: "foobar2000_get_interface" (+00005880h)
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: 7C9106ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+000000D7h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 5AD74B63h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Symbol: "Ordinal45" (+0000007Ah)
Address: 77D48BD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 77F185AAh, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "GetTextCharsetInfo" (+00000141h)
Address: 03EB9B8Bh, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Symbol: "foobar2000_get_interface" (+00005E6Bh)
Address: 7C910E91h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000402h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
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: 7C80996Dh, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "LocalFree" (+0000003Eh)
Address: 7C839A10h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 03EE1FDDh, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Address: 03EE2480h, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
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: 03EE25F9h, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Address: 03EE2618h, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Address: 03EEB070h, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Address: 03EE2618h, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Address: 03EBD998h, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Symbol: "foobar2000_get_interface" (+00009C78h)
Address: 03EBD9CDh, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Symbol: "foobar2000_get_interface" (+00009CADh)
Address: 7C910551h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 03F20AE4h, location: "foo_ui_panels", loaded at 03E70000h - 03F36000h
Address: 7C9105C8h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 00460020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490055h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
WSH Panel (uie) 0.7.1  (foo_uie_wsh_panel)
FLAC Decoder 1.1.0  (foo_input_std)
Run services 0.3.2  (foo_run)
foobar2000 core 0.9.4.3  (Core)
CD Audio Decoder 2.1.1  (foo_cdda)
Playlist Tree Panel 3.0.BETA_3 [Apr  3 2007 - 11:39:32]  (foo_playlist_tree)
RAR reader 1.1  (foo_unpack)
Autoplaylist Manager 1.0  (foo_autoplaylist)
Music Browser 1.2.3 [Dec  4 2006 - 09:42:32]  (foo_browser)
Standard DSP array 1.0  (foo_dsp_std)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
cwbowron's title format hooks 1.1.0beta [Dec  1 2006 - 13:47:34]  (foo_cwb_hooks)
Playback Statistics 1.3.2  (foo_playcount)
Standard Input Array 1.0  (foo_input_std)
Navigator 0.6  (foo_navigator)
Highlight playing 0.1.0  (foo_highlightplaying)
Playlist Tools 0.5.9  (foo_utils)
ZIP/GZIP reader 1.0  (foo_unpack)
Panels UI 0.14.9 beta [Jul 13 2007 - 14:05:55]  (foo_ui_panels)
Track Positioner 1.0  (foo_trackpos)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Egoh Spectrum analyser (uie) 1.1.2  (foo_uie_vis_egoh)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Album Art Panel 0.2.6  (foo_uie_albumart)
Default User Interface 0.9acc  (foo_ui_std)
Masstagger 1.6  (foo_masstag)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
freedb Tagger 0.5.2a  (foo_freedb2)
WMA Decoder 1.1  (foo_input_std)
Converter 1.0.1  (foo_converter)


Second crash:
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 046F63BAh
Access violation, operation: read, address: 048C3000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (046F63BAh):
046F637Ah:  0F 82 A4 01 00 00 81 F9 00 01 00 00 72 1F 83 3D
046F638Ah:  EC 63 73 04 00 74 16 57 56 83 E7 0F 83 E6 0F 3B
046F639Ah:  FE 5E 5F 75 08 5E 5F 5D E9 0C A1 00 00 F7 C7 03
046F63AAh:  00 00 00 75 15 C1 E9 02 83 E2 03 83 F9 08 72 2A
046F63BAh:  F3 A5 FF 24 95 D4 64 6F 04 90 8B C7 BA 03 00 00
046F63CAh:  00 83 E9 04 72 0C 83 E0 03 03 C8 FF 24 85 E8 63
046F63DAh:  6F 04 FF 24 8D E4 64 6F 04 90 FF 24 8D 68 64 6F
046F63EAh:  04 90 F8 63 6F 04 24 64 6F 04 48 64 6F 04 23 D1
Stack (0012DDC4h):
0012DDA4h:  00000000 867E9040 F0B228B4 804E36D5
0012DDB4h:  866E17F8 00000000 00000400 866E17E0
0012DDC4h:  00000058 00000000 0012DDE8 046F206E
0012DDD4h:  048C2380 048C2FD0 00000058 00000058
0012DDE4h:  0012DE80 048C2FD0 0468B74B 048C2380
0012DDF4h:  0000005E 048C2FD0 00000058 048C2FD0
0012DE04h:  03E87798 00000000 046AEADE 048C2FD0
0012DE14h:  0000002C 001DD708 046C95A0 0000002C
0012DE24h:  85831E1C 00000009 00000120 00000000
0012DE34h:  03C81D30 00000004 0012E068 7C90EE18
0012DE44h:  7C910738 FFFFFFFF 7C910732 7C9106AB
0012DE54h:  7C9106EB 00000004 00000000 0012E298
0012DE64h:  03E80000 00000000 0012DE5C 00000000
0012DE74h:  0012E0A0 047363A0 03E87798 FFFFFFFF
0012DE84h:  048C2380 7C9106AB 7C9106EB 00000000
0012DE94h:  00000000 0000002F 00000011 048C2098
0012DEA4h:  5AD74B63 00000029 000001F4 0000001A
0012DEB4h:  00000022 00000001 048C2DD0 00000001
0012DEC4h:  77D48BD9 001F9C28 0000001A 0000001F
0012DED4h:  046F206E 048C2728 0012DEF4 77F185AA
Registers:
EAX: 048C3028, EBX: 0012DE84, ECX: 0000000A, EDX: 00000000
ESI: 048C3000, EDI: 048C23B0, EBP: 0012DDCC, ESP: 0012DDC4
Crash location: "foo_ui_panels", loaded at 04680000h - 04746000h

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 - 7D1D5000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
MSCTF                            loaded at 74720000h - 7476B000h
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
iprepair                        loaded at 00A80000h - 00A9B000h
OLEAUT32                        loaded at 77120000h - 771AC000h
foo_autoplaylist                loaded at 00BE0000h - 00C10000h
SETUPAPI                        loaded at 77920000h - 77A13000h
foo_browser                      loaded at 00C30000h - 00C6A000h
foo_cdda                        loaded at 00C90000h - 00CC6000h
foo_converter                    loaded at 00CF0000h - 00D59000h
foo_cwb_hooks                    loaded at 00D80000h - 00DB5000h
foo_dsp_std                      loaded at 00DE0000h - 00E21000h
foo_freedb2                      loaded at 00E50000h - 00E90000h
foo_highlightplaying            loaded at 00EB0000h - 00ED1000h
foo_input_std                    loaded at 00F00000h - 01014000h
foo_masstag                      loaded at 01040000h - 01090000h
foo_navigator                    loaded at 010B0000h - 010E1000h
foo_playcount                    loaded at 01110000h - 01138000h
foo_playlist_tree                loaded at 01160000h - 011D5000h
libmzsch360_000                  loaded at 10400000h - 105D0000h
WSOCK32                          loaded at 71AD0000h - 71AD9000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
libmzgc360_000                  loaded at 01200000h - 012A4000h
foo_rgscan                      loaded at 012F0000h - 01338000h
foo_run                          loaded at 01360000h - 0138B000h
foo_trackpos                    loaded at 013B0000h - 013CF000h
foo_uie_albumart                loaded at 013F0000h - 0142C000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_uie_queuemanager            loaded at 01460000h - 01499000h
mscoree                          loaded at 79000000h - 79045000h
msvcm80                          loaded at 7C4C0000h - 7C53D000h
mscorwks                        loaded at 79E70000h - 7A3D1000h
mscorlib.ni                      loaded at 790C0000h - 79BA6000h
mscorjit                        loaded at 79060000h - 790B3000h
rsaenh                          loaded at 0FFD0000h - 0FFF8000h
System.ni                        loaded at 7A440000h - 7ABFE000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF74000h
appHelp                          loaded at 77B40000h - 77B62000h
CLBCATQ                          loaded at 76FD0000h - 7704F000h
COMRes                          loaded at 77050000h - 77115000h
VERSION                          loaded at 77C00000h - 77C08000h
foo_uie_quicksearch              loaded at 03BB0000h - 03BF6000h
foo_uie_vis_egoh                loaded at 03D20000h - 03D3D000h
foo_uie_wsh_panel                loaded at 03D50000h - 03D86000h
foo_ui_columns                  loaded at 03DB0000h - 03E47000h
foo_ui_panels                    loaded at 04680000h - 04746000h
IMM32                            loaded at 76390000h - 763AD000h
USERENV                          loaded at 769C0000h - 76A73000h
foo_ui_std                      loaded at 03E90000h - 03EE7000h
foo_unpack                      loaded at 03F10000h - 03F3E000h
foo_utils                        loaded at 03F60000h - 03F98000h
MPR                              loaded at 71B20000h - 71B32000h
drprov                          loaded at 75F60000h - 75F67000h
ntlanman                        loaded at 71C10000h - 71C1E000h
NETUI0                          loaded at 71CD0000h - 71CE7000h
NETUI1                          loaded at 71C90000h - 71CD0000h
NETAPI32                        loaded at 5B860000h - 5B8B5000h
NETRAP                          loaded at 71C80000h - 71C87000h
davclnt                          loaded at 75F70000h - 75F79000h
xpsp2res                        loaded at 20000000h - 202C5000h
fsshext.8.0.0812.00              loaded at 5A500000h - 5A52F000h
shdocvw                          loaded at 77760000h - 778CF000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
CRYPTUI                          loaded at 754D0000h - 75550000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
WININET                          loaded at 771B0000h - 77256000h
actxprxy                        loaded at 71D40000h - 71D5C000h
shgina                          loaded at 73D70000h - 73D83000h
SXS                              loaded at 75E90000h - 75F40000h
MSGINA                          loaded at 75970000h - 75A67000h
WINSTA                          loaded at 76360000h - 76370000h
ODBC32                          loaded at 74320000h - 7435D000h
odbcint                          loaded at 04A70000h - 04A87000h
Secur32                          loaded at 77FE0000h - 77FF1000h
Msimg32                          loaded at 76380000h - 76385000h
System.Windows.Forms.ni          loaded at 7AFD0000h - 7BC56000h
DSOUND                          loaded at 73F10000h - 73F6C000h
WINMM                            loaded at 76B40000h - 76B6D000h
wdmaud                          loaded at 72D20000h - 72D29000h
msacm32                          loaded at 72D10000h - 72D18000h
MSACM32                          loaded at 77BE0000h - 77BF5000h
midimap                          loaded at 77BD0000h - 77BD7000h
KsUser                          loaded at 73EE0000h - 73EE4000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 046F206Eh, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 0468B74Bh, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 046AEADEh, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 046C95A0h, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Symbol: "foobar2000_get_interface" (+00005880h)
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: 7C9106ABh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+000000D7h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 5AD74B63h, location: "uxtheme", loaded at 5AD70000h - 5ADA8000h
Symbol: "Ordinal45" (+0000007Ah)
Address: 77D48BD9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 046F206Eh, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 77F185AAh, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "GetTextCharsetInfo" (+00000141h)
Address: 77F18560h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "GetTextCharsetInfo" (+000000F7h)
Address: 046C9B8Bh, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Symbol: "foobar2000_get_interface" (+00005E6Bh)
Address: 7C910E91h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000402h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
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: 7C80996Dh, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "LocalFree" (+0000003Eh)
Address: 7C839A10h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 046F1FDDh, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 046F2480h, location: "foo_ui_panels", loaded at 04680000h - 04746000h
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: 046F25F9h, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 046F2618h, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 046FB070h, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 046F2618h, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 046CD998h, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Symbol: "foobar2000_get_interface" (+00009C78h)
Address: 046CD9CDh, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Symbol: "foobar2000_get_interface" (+00009CADh)
Address: 7C910551h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 04730AE4h, location: "foo_ui_panels", loaded at 04680000h - 04746000h
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C9105C8h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 00460020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490055h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
CD Audio Decoder 2.1.1  (foo_cdda)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
Playlist Tools 0.5.9  (foo_utils)
Standard DSP array 1.0  (foo_dsp_std)
Default User Interface 0.9acc  (foo_ui_std)
WSH Panel (uie) 0.7.1  (foo_uie_wsh_panel)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Music Browser 1.2.3 [Dec  4 2006 - 09:42:32]  (foo_browser)
cwbowron's title format hooks 1.1.0beta [Dec  1 2006 - 13:47:34]  (foo_cwb_hooks)
Standard Input Array 1.0  (foo_input_std)
WMA Decoder 1.1  (foo_input_std)
Track Positioner 1.0  (foo_trackpos)
Run services 0.3.2  (foo_run)
Playback Statistics 1.3.2  (foo_playcount)
Autoplaylist Manager 1.0  (foo_autoplaylist)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Panels UI 0.14.9 beta [Jul 13 2007 - 14:05:55]  (foo_ui_panels)
ZIP/GZIP reader 1.0  (foo_unpack)
Highlight playing 0.1.0  (foo_highlightplaying)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
freedb Tagger 0.5.2a  (foo_freedb2)
Navigator 0.6  (foo_navigator)
Egoh Spectrum analyser (uie) 1.1.2  (foo_uie_vis_egoh)
Album Art Panel 0.2.6  (foo_uie_albumart)
RAR reader 1.1  (foo_unpack)
Converter 1.0.1  (foo_converter)
Masstagger 1.6  (foo_masstag)
foobar2000 core 0.9.4.3  (Core)
FLAC Decoder 1.1.0  (foo_input_std)
Playlist Tree Panel 3.0.BETA_3 [Apr  3 2007 - 11:39:32]  (foo_playlist_tree)


And confirmed that $button() doesn't render but $button2() does (at least for my config anyway! Lol)

EDIT - Found error in my code. Had / in image path instead of \. Although one button is still not working for some reason.

EDIT 2 - The button not working is my shuffle/repeat button which is dependent on %cwb_playback_order%. Used to remember the order when play was stopped but doesn't anymore. Could be error in my code I guess but I don't know.

foo_ui_panels

Reply #1966
Hi

I'm just trying new version 14.xx and some parts of my config doesn't work like before under 0.13.8

1- some text align

2- button overlay of my CD-box display (button to handle play/payse by clicking on cd-cover in my track display)

here's the code of this button (using a $imageabs2 to display pics)

someone could explain to me why the picture doesn't display anymore and display instead of it a piece of text codind 

thanx in advance

Br3tt


1) please post sample code and I will take a look.

2) You have a $button() with an $imageabs2() in the command field.... you can only put certain things in the command field (see here

About the new feature of the library filter, i want to use Edit/Send to New Playlist for the double click action like i do with the album list. I works but something doesnt work like in the album list panel. The new playlist is created but doesnt become the active one(i am not talking about the playing one). So i am wondering if it is really the same command that the one album list panel. If not does anyone know an action that can do what i want?


No, they're two different commands. The one in the album list is an internal command which creates a new playlist and activates it while the one in the main menu just sends it a new playlist without activating it.

$wordwrap() is working great, but it wraps every line displayed after it appears in the code.  Is there a command to switch it back off?


it's supposed to switch off with a new line ($char(10)) but it may not be working. It will be fixed for the next version.

Getting some crashes with the latest beta. Buttons don't appear to render either.


what code did you use when you got the crash? did it crash right after you hit "apply" ?

foo_ui_panels

Reply #1967
Hey, terrestial.

Did you miss the first item in my previous post?
Quote
1) If the first track in the group is selected, and all other selected tracks belong to the same group, clicking on group's header doesn't make the whole group selected - it only changes selection to that first track in the group. Clicking again doesn't do the trick, too.


Now to your answers:
Quote

2) If you're dragging some tracks across some group's border, the indicating arrow appears between the header and the first track in the group, while logically it should be above the header.
3) If SCPL's height is a multiple of row height (that means no empty space after the last track in sufficiently long playlist), there's no way to drag tracks to the bottom of the playlist below the last track.
probably some sort of cut/copy/paste functionality would be best for moving tracks long distances...
Cut/copy/paste functionality would certainly be great, but I don't see how that would solve the problem.
You can't move the tracks below the last one, even if they were just few tracks above it. And even if you're cut and pasting with keyboard, you paste tracks from buffer either always above or always below the selected track (with 'above' being standard of sorts in many programs). How would one be able to paste tracks to the beginning and to the end of a playlist?

Quote
Quote
4) If a now playing track is moved during the playback, it loses its "now playing" status. And as soon as it's finished playing, it starts again.
when you drag and drop, it removes the items from the playlist and adds them back to the specified locations (instead of a plain move), which is why you lose the playback status.
Ah, so that's intended. Understood.
Still, I'd prefer if it behaved more like "plain move" as you called it.

You probably already know that mouse wheel navigation doesn't work while dragging tracks (not without a workaround, though). Do you plan on changing it?

foo_ui_panels

Reply #1968
Terrestrial, it didn't crash straight away. It crashed a few minutes after playing. Haven't had any crashes since I redid the image paths though.

Anyone have any idea how to resolve my shuffle button query?

Code: [Select]
$setpvar(Playback_Order_Image,
$if($strcmp(%cwb_playback_order%,'Repeat(playlist)'),images\playlistdefault.png,
$if($strcmp(%cwb_playback_order%,'Shuffle(tracks)'),images\shuffle.png,
$if($strcmp(%cwb_playback_order%,'Repeat(track)'),images\repeat.png,))))


That's the code I use to determine the image for the button. Unfortunately when stopped it doesn't remember the last setting. For some reason it worked on previous Panels versions but not on the latest. I can see why it doesn't work, but I can't figure another way around it. I want the button to cycle between the three different settings and it works fine when a track is playing but disappears when stopped.

foo_ui_panels

Reply #1969
Bug
With the Newest Beta, I can't copy panel names and commands out of the Dropdown box in the Scintilla window.
elevatorladylevitateme

foo_ui_panels

Reply #1970

Hi

I'm just trying new version 14.xx and some parts of my config doesn't work like before under 0.13.8

1- some text align

2- button overlay of my CD-box display (button to handle play/payse by clicking on cd-cover in my track display)

here's the code of this button (using a $imageabs2 to display pics)

someone could explain to me why the picture doesn't display anymore and display instead of it a piece of text codind 

thanx in advance

Br3tt


1) please post sample code and I will take a look.

2) You have a $button() with an $imageabs2() in the command field.... you can only put certain things in the command field (see here



2) it works fine before ... why this regression ?

foo_ui_panels

Reply #1971
Can we get an option to make the window resizable or not?

Sometimes when I make a layout I'd like the window to be locked to a specific size.

foo_ui_panels

Reply #1972
Installed the latest beta and came across issues again as usual (Lol!). For some reason images wouldn't render when 'images\whatever.png' was the image path. It worked in previous versions but now '/images\whatever.png' needs to be inputted. Admittedly its probably a shortcoming of my coding but thought I would mention it. It resulted in a crash too when editing.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 03ED63BAh
Access violation, operation: read, address: 04A9F000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (03ED63BAh):
03ED637Ah:  0F 82 A4 01 00 00 81 F9 00 01 00 00 72 1F 83 3D
03ED638Ah:  EC 63 F1 03 00 74 16 57 56 83 E7 0F 83 E6 0F 3B
03ED639Ah:  FE 5E 5F 75 08 5E 5F 5D E9 0C A1 00 00 F7 C7 03
03ED63AAh:  00 00 00 75 15 C1 E9 02 83 E2 03 83 F9 08 72 2A
03ED63BAh:  F3 A5 FF 24 95 D4 64 ED 03 90 8B C7 BA 03 00 00
03ED63CAh:  00 83 E9 04 72 0C 83 E0 03 03 C8 FF 24 85 E8 63
03ED63DAh:  ED 03 FF 24 8D E4 64 ED 03 90 FF 24 8D 68 64 ED
03ED63EAh:  03 90 F8 63 ED 03 24 64 ED 03 48 64 ED 03 23 D1
Stack (0012B294h):
0012B274h:  00000000 867E9040 F11993E4 804E36D5
0012B284h:  865DE028 00000000 0000052C 865DE010
0012B294h:  00000058 00000000 0012B2B8 03ED206E
0012B2A4h:  04A5CEF8 04A9EFD0 00000058 00000058
0012B2B4h:  0012B350 04A9EFD0 03E6B74B 04A5CEF8
0012B2C4h:  0000005E 04A9EFD0 00000058 04A9EFD0
0012B2D4h:  03C77200 00000000 03E8EADE 04A9EFD0
0012B2E4h:  0000002C 001D4848 03EA95A0 0000002C
0012B2F4h:  67C825A8 00000009 00000052 00000000
0012B304h:  03D21D30 FFFFFFFF 7C910732 7C9106AB
0012B314h:  7C9106EB 00000004 00000000 7C9105D4
0012B324h:  03C70000 04A5CFB8 0012B31C 0012B768
0012B334h:  0012B560 00000000 7C910738 FFFFFFFF
0012B344h:  00150640 03F163A0 03C77200 00000000
0012B354h:  04A5CEF8 00000000 00000011 00150178
0012B364h:  00000000 0000002F 000001F4 04A75E38
0012B374h:  00000000 00000001 0012B380 00000019
0012B384h:  00000022 001E1138 04AAAC38 0012B3AC
0012B394h:  03ED206E 03C76FC4 00000019 0000001F
0012B3A4h:  77F18560 04A75E00 000A0000 005DA040
Registers:
EAX: 04A9F028, EBX: 0012B354, ECX: 0000000A, EDX: 00000000
ESI: 04A9F000, EDI: 04A5CF28, EBP: 0012B29C, ESP: 0012B294
Crash location: "foo_ui_panels", loaded at 03E60000h - 03F26000h

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 - 7D1D5000h
ole32                            loaded at 774E0000h - 7761D000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 763B0000h - 763F9000h
uxtheme                          loaded at 5AD70000h - 5ADA8000h
MSCTF                            loaded at 74720000h - 7476B000h
iprepair                        loaded at 003E0000h - 003FB000h
OLEAUT32                        loaded at 77120000h - 771AC000h
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
SETUPAPI                        loaded at 77920000h - 77A13000h
foo_autoplaylist                loaded at 00BE0000h - 00C10000h
foo_browser                      loaded at 00C30000h - 00C6A000h
foo_cdda                        loaded at 00C90000h - 00CC6000h
foo_converter                    loaded at 00CF0000h - 00D59000h
foo_cwb_hooks                    loaded at 00D80000h - 00DB5000h
foo_dsp_std                      loaded at 00DE0000h - 00E21000h
foo_freedb2                      loaded at 00E50000h - 00E90000h
foo_highlightplaying            loaded at 00EB0000h - 00ED1000h
foo_input_std                    loaded at 00F00000h - 01014000h
foo_masstag                      loaded at 01040000h - 01090000h
foo_navigator                    loaded at 010B0000h - 010E1000h
foo_playcount                    loaded at 01110000h - 01138000h
foo_playlist_tree                loaded at 01160000h - 011D5000h
libmzsch360_000                  loaded at 10400000h - 105D0000h
WSOCK32                          loaded at 71AD0000h - 71AD9000h
WS2_32                          loaded at 71AB0000h - 71AC7000h
WS2HELP                          loaded at 71AA0000h - 71AA8000h
libmzgc360_000                  loaded at 01200000h - 012A4000h
foo_rgscan                      loaded at 012F0000h - 01338000h
foo_run                          loaded at 01360000h - 0138B000h
foo_trackpos                    loaded at 013B0000h - 013CF000h
foo_uie_albumart                loaded at 013F0000h - 0142C000h
gdiplus                          loaded at 4EC50000h - 4EDF3000h
foo_uie_queuemanager            loaded at 01460000h - 01499000h
mscoree                          loaded at 79000000h - 79045000h
msvcm80                          loaded at 7C4C0000h - 7C53D000h
mscorwks                        loaded at 79E70000h - 7A3D1000h
appHelp                          loaded at 77B40000h - 77B62000h
CLBCATQ                          loaded at 76FD0000h - 7704F000h
COMRes                          loaded at 77050000h - 77115000h
VERSION                          loaded at 77C00000h - 77C08000h
mscorlib.ni                      loaded at 790C0000h - 79BA6000h
mscorjit                        loaded at 79060000h - 790B3000h
rsaenh                          loaded at 0FFD0000h - 0FFF8000h
USERENV                          loaded at 769C0000h - 76A73000h
MPR                              loaded at 71B20000h - 71B32000h
drprov                          loaded at 75F60000h - 75F67000h
ntlanman                        loaded at 71C10000h - 71C1E000h
NETUI0                          loaded at 71CD0000h - 71CE7000h
NETUI1                          loaded at 71C90000h - 71CD0000h
NETAPI32                        loaded at 5B860000h - 5B8B5000h
NETRAP                          loaded at 71C80000h - 71C87000h
davclnt                          loaded at 75F70000h - 75F79000h
fsshext.8.0.0812.00              loaded at 5A500000h - 5A52F000h
System.ni                        loaded at 7A440000h - 7ABFE000h
System.Drawing.ni                loaded at 7ADE0000h - 7AF74000h
foo_uie_quicksearch              loaded at 00AB0000h - 00AF6000h
foo_uie_vis_egoh                loaded at 00B20000h - 00B3D000h
foo_uie_wsh_panel                loaded at 00B50000h - 00B86000h
foo_ui_columns                  loaded at 03DC0000h - 03E57000h
foo_ui_panels                    loaded at 03E60000h - 03F26000h
IMM32                            loaded at 76390000h - 763AD000h
foo_ui_std                      loaded at 03F30000h - 03F87000h
foo_unpack                      loaded at 03F90000h - 03FBE000h
foo_utils                        loaded at 03FC0000h - 03FF8000h
Msimg32                          loaded at 76380000h - 76385000h
System.Windows.Forms.ni          loaded at 7AFD0000h - 7BC56000h
DSOUND                          loaded at 73F10000h - 73F6C000h
WINMM                            loaded at 76B40000h - 76B6D000h
WINTRUST                        loaded at 76C30000h - 76C5E000h
CRYPT32                          loaded at 77A80000h - 77B14000h
MSASN1                          loaded at 77B20000h - 77B32000h
IMAGEHLP                        loaded at 76C90000h - 76CB8000h
wdmaud                          loaded at 72D20000h - 72D29000h
msacm32                          loaded at 72D10000h - 72D18000h
MSACM32                          loaded at 77BE0000h - 77BF5000h
midimap                          loaded at 77BD0000h - 77BD7000h
KsUser                          loaded at 73EE0000h - 73EE4000h
xpsp2res                        loaded at 20000000h - 202C5000h
DBGHELP                          loaded at 59A60000h - 59B01000h

Stack dump analysis:
Address: 03ED206Eh, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 03E6B74Bh, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 03E8EADEh, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 03EA95A0h, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Symbol: "foobar2000_get_interface" (+00005880h)
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: 7C910738h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000164h)
Address: 03ED206Eh, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 77F18560h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "GetTextCharsetInfo" (+000000F7h)
Address: 77F16E56h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "DeleteObject" (+00000229h)
Address: 7C910F46h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+000004B7h)
Address: 7C910E91h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "wcsncpy" (+00000402h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
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: 7C80996Dh, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "LocalFree" (+0000003Eh)
Address: 7C839A10h, location: "kernel32", loaded at 7C800000h - 7C8F5000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C90EE18h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "strchr" (+00000117h)
Address: 7C9106EBh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 03ED1FDDh, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 03ED2480h, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
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: 03ED25F9h, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 03ED2618h, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 03EDB070h, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 03ED2618h, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 03EAD998h, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Symbol: "foobar2000_get_interface" (+00009C78h)
Address: 03EAD9CDh, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Symbol: "foobar2000_get_interface" (+00009CADh)
Address: 7C910000h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlNtStatusToDosErrorNoTeb" (+00000477h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 7C91056Dh, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 03F10AE4h, location: "foo_ui_panels", loaded at 03E60000h - 03F26000h
Address: 7C9105C8h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+0000018Bh)
Address: 7C910551h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "RtlFreeHeap" (+00000114h)
Address: 00460020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490055h, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
CD Audio Decoder 2.1.1  (foo_cdda)
cwbowron's title format hooks 1.1.0beta [Dec  1 2006 - 13:47:34]  (foo_cwb_hooks)
Panels UI 0.14.9 beta [Jul 13 2007 - 14:05:55]  (foo_ui_panels)
Egoh Spectrum analyser (uie) 1.1.2  (foo_uie_vis_egoh)
freedb Tagger 0.5.2a  (foo_freedb2)
Album Art Panel 0.2.6  (foo_uie_albumart)
Default User Interface 0.9acc  (foo_ui_std)
Playback Statistics 1.3.2  (foo_playcount)
Masstagger 1.6  (foo_masstag)
Run services 0.3.2  (foo_run)
Track Positioner 1.0  (foo_trackpos)
Playlist Tools 0.5.9  (foo_utils)
Music Browser 1.2.3 [Dec  4 2006 - 09:42:32]  (foo_browser)
RAR reader 1.1  (foo_unpack)
Converter 1.0.1  (foo_converter)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
Playlist Tree Panel 3.0.BETA_3 [Apr  3 2007 - 11:39:32]  (foo_playlist_tree)
Autoplaylist Manager 1.0  (foo_autoplaylist)
Navigator 0.6  (foo_navigator)
ReplayGain Scanner 2.0.2  (foo_rgscan)
ZIP/GZIP reader 1.0  (foo_unpack)
Highlight playing 0.1.0  (foo_highlightplaying)
Standard DSP array 1.0  (foo_dsp_std)
foobar2000 core 0.9.4.3  (Core)
FLAC Decoder 1.1.0  (foo_input_std)
WMA Decoder 1.1  (foo_input_std)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
Standard Input Array 1.0  (foo_input_std)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
WSH Panel (uie) 0.7.1  (foo_uie_wsh_panel)


Good stuff though, Terrestrial. Keep it up .

foo_ui_panels

Reply #1973
This is not a big deal to me but when I right click on a panel to access the context menu there are only two options: settings and mode. I cannot remember for certain, but in 0.13.x versions weren't the core fb2k context menu options available as well?

$extra(foobar2000_version) reports [UNKNOWN FUCTION] when fb2k is in a stopped state.

%cwb_selection_count% and %cwb_selection_duration% also report ? and 0 when in a stopped state. I think they worked even while in a stopped state in the 0.13.x versions, but am not certain.

foo_ui_panels

Reply #1974
%cwb_playback_order% gives me a ? also with the newest Panels UI version when stopped. I think it worked even when stopped in previous versions also.
Song List: keikoniumboards.ke.funpic.org/files/songlist.html