본문 바로가기

IT Tech/Computing

푸바(Foobar2000) Zetro 스킨 에러 - WSH Panel Mod Scripting 오류창 일단 막기!!

반응형



<사용중인 Zetro  스킨,  v2.91>



이 글은 다음과 100% 일치하는 에러에만 준한다.
사이드 이펙트는 알지 못하며, 그냥 오류창이 싫은 분은 다음과 같이 하면 되겠다.





<실행시 뜨는 오류>


Scripting Engine Initialization Failed (Allmusic review by marc2003, CODE: 0x80020101)
Check the console for more information (Always caused by unexcepted script error).



[미봉책]
아래 파일을 열자

# foobar2000\skins\Zetro\scripts\common8.js

에서

/* Blocked for WSH Panel Error
            case "allmusic":
                if (this.allmusic_url) {
                    var func = function() {
                        t.save_content(t.xmlhttp.responsetext, fn, t.mode);
                    }
                   
                    this.url = this.allmusic_url;
                    this.allmusic_url = false;
                } else {
                    var func = function() {
                        t.allmusic_get_page(t.xmlhttp.responsetext);
                    }
                   
                    if (this.artist == "" || this.artist == "?" || this.album == "" || this.album == "?") return;
                    this.url = "http://www.allmusic.com/search/albums/" + encodeURIComponent(this.album + (this.artist.toLowerCase() == "various artists" ? "" : " " + this.artist));
                }
                break;
*/

case "allmusic"

...

break;

까지  주석처리 하면 일단 오류창은 안뜬다.
나중에 더 들여다 보는 걸로....


+
혹 이 버그에 대해서 Patch 하신 분이 있으면 공유했으면 좋겠습니다.





반응형