web-mobile2025-1-22 19-22.log 605 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149
  1. 2025-1-22 19:22:16 - debug: =================================== build Task (web-mobile) Start ================================
  2. 2025-1-22 19:22:16 - debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"web-mobile","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"includeModules":{"gfx-webgl2":"on","physics":"inherit-project-setting","physics-2d":"inherit-project-setting"},"macroConfig":{"cleanupImageCache":"inherit-project-setting"}},"nativeCodeBundleMode":"both","polyfills":{"asyncFunctions":true},"experimentalEraseModules":false,"startSceneAssetBundle":false,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"merge_dep","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"web-mobile","taskName":"web-mobile","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":false,"packages":{"web-mobile":{"useWebGPU":false,"orientation":"auto","embedWebDebugger":false,"__version__":"1.0.1"},"adsense-h5g-plugin":{"enableAdsense":false,"enableTestAd":false,"__version__":"1.0.1","AFPHostPropertyCode":"ca-host-pub-5396158963872751","AFPHostDomain":"douyougame.com","otherAFPHostPropertyCode":"","otherAFPDomain":""},"cocos-service":{"configID":"7dcd5c","services":[]}},"__version__":"1.3.8","logDest":"project://temp/builder/log/web-mobile2025-1-22 19-22.log"}
  3. 2025-1-22 19:22:16 - debug: Build with Cocos Creator 3.8.4
  4. 2025-1-22 19:22:16 - debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  5. 2025-1-22 19:22:16 - debug: // ---- build task cocos-service:onBeforeBuild ----
  6. 2025-1-22 19:22:17 - debug: // ---- build task cocos-service:onBeforeBuild ---- (216ms)
  7. 2025-1-22 19:22:17 - debug: cocos-service:(onBeforeBuild) in 216 ms ✓, progress: 2%
  8. 2025-1-22 19:22:17 - debug: scene:(onBeforeBuild) start..., progress: 2%
  9. 2025-1-22 19:22:17 - debug: // ---- build task scene:onBeforeBuild ----
  10. 2025-1-22 19:22:17 - debug: // ---- build task scene:onBeforeBuild ---- (64ms)
  11. 2025-1-22 19:22:17 - debug: scene:(onBeforeBuild) in 64 ms ✓, progress: 4%
  12. 2025-1-22 19:22:17 - debug: Start lock asset db..., progress: 4%
  13. 2025-1-22 19:22:17 - log: Asset DB is paused with build!
  14. 2025-1-22 19:22:17 - debug: Query all assets info in project
  15. 2025-1-22 19:22:17 - debug: init custom config: keepNodeUuid: false, useCache: true
  16. 2025-1-22 19:22:17 - debug: web-mobile:(onAfterInit) start..., progress: 4%
  17. 2025-1-22 19:22:17 - debug: // ---- build task web-mobile:onAfterInit ----
  18. 2025-1-22 19:22:17 - debug: // ---- build task web-mobile:onAfterInit ---- (31ms)
  19. 2025-1-22 19:22:17 - debug: web-mobile:(onAfterInit) in 31 ms ✓, progress: 5%
  20. 2025-1-22 19:22:17 - debug: cocos-service:(onAfterInit) start..., progress: 5%
  21. 2025-1-22 19:22:17 - debug: // ---- build task cocos-service:onAfterInit ----
  22. 2025-1-22 19:22:17 - debug: // ---- build task cocos-service:onAfterInit ---- (123ms)
  23. 2025-1-22 19:22:17 - debug: cocos-service:(onAfterInit) in 123 ms ✓, progress: 7%
  24. 2025-1-22 19:22:17 - debug: engine:(onAfterInit) start..., progress: 7%
  25. 2025-1-22 19:22:17 - debug: // ---- build task engine:onAfterInit ----
  26. 2025-1-22 19:22:17 - debug: // ---- build task engine:onAfterInit ---- (66ms)
  27. 2025-1-22 19:22:17 - debug: engine:(onAfterInit) in 66 ms ✓, progress: 9%
  28. 2025-1-22 19:22:17 - debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  29. 2025-1-22 19:22:17 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  30. 2025-1-22 19:22:17 - debug: [adsense-h5g-plugin] remove script success
  31. 2025-1-22 19:22:17 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (72ms)
  32. 2025-1-22 19:22:17 - debug: adsense-h5g-plugin:(onBeforeBundleInit) in 72 ms ✓, progress: 9%
  33. 2025-1-22 19:22:17 - debug: Init all bundles start..., progress: 9%
  34. 2025-1-22 19:22:17 - debug: Num of bundles: 6..., progress: 9%
  35. 2025-1-22 19:22:17 - debug: web-mobile:(onAfterBundleInit) start..., progress: 9%
  36. 2025-1-22 19:22:17 - debug: // ---- build task web-mobile:onAfterBundleInit ----
  37. 2025-1-22 19:22:17 - debug: // ---- build task web-mobile:onAfterBundleInit ---- (99ms)
  38. 2025-1-22 19:22:17 - debug: web-mobile:(onAfterBundleInit) in 99 ms ✓, progress: 9%
  39. 2025-1-22 19:22:17 - debug: 查询 Asset Bundle start, progress: 9%
  40. 2025-1-22 19:22:17 - debug: // ---- build task 查询 Asset Bundle ----
  41. 2025-1-22 19:22:17 - debug: Init bundle root assets start..., progress: 9%
  42. 2025-1-22 19:22:17 - debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  43. 2025-1-22 19:22:17 - debug: Number of all scenes: 3
  44. 2025-1-22 19:22:17 - debug: Number of all scripts: 128
  45. 2025-1-22 19:22:17 - debug: Number of other assets: 1195
  46. 2025-1-22 19:22:17 - debug: Init bundle root assets success..., progress: 9%
  47. 2025-1-22 19:22:17 - debug: reload all scripts.
  48. 2025-1-22 19:22:17 - debug: Set detail map pack:///resolution-detail-map.json: {}
  49. 2025-1-22 19:22:17 - groupCollapsed: Invalidate all modules
  50. 2025-1-22 19:22:17 - debug: Unregister BuiltinPipelineSettings
  51. 2025-1-22 19:22:17 - debug: Unregister DebugViewRuntimeControl
  52. 2025-1-22 19:22:17 - debug: Unregister ch_sdk_comp
  53. 2025-1-22 19:22:17 - debug: Unregister ch_start_pack
  54. 2025-1-22 19:22:17 - debug: Unregister __NodeEventAgent__
  55. 2025-1-22 19:22:17 - debug: Unregister ResolutionAutoFit
  56. 2025-1-22 19:22:17 - debug: Unregister ui_updater
  57. 2025-1-22 19:22:17 - debug: Unregister ClickPenetrate
  58. 2025-1-22 19:22:17 - debug: Unregister ListItem
  59. 2025-1-22 19:22:17 - debug: Unregister List
  60. 2025-1-22 19:22:17 - debug: Unregister MotionTrail
  61. 2025-1-22 19:22:17 - debug: Unregister MovieClip
  62. 2025-1-22 19:22:17 - debug: Unregister RewardFly
  63. 2025-1-22 19:22:17 - debug: Unregister SpineView
  64. 2025-1-22 19:22:17 - debug: Unregister UISpineMovie
  65. 2025-1-22 19:22:17 - debug: Unregister Layout_UIAlert
  66. 2025-1-22 19:22:17 - debug: Unregister Layout_UI_Notify
  67. 2025-1-22 19:22:17 - debug: Unregister Layout_UIWaiting
  68. 2025-1-22 19:22:17 - debug: Unregister table_idiom
  69. 2025-1-22 19:22:17 - debug: Unregister table_idiom_order
  70. 2025-1-22 19:22:17 - debug: Unregister table_idiom_unorder_1_3
  71. 2025-1-22 19:22:17 - debug: Unregister table_idiom_unorder_2_2
  72. 2025-1-22 19:22:17 - debug: Unregister table_idiom_unorder_3_1
  73. 2025-1-22 19:22:17 - debug: Unregister table_level
  74. 2025-1-22 19:22:17 - debug: Unregister table_level_2
  75. 2025-1-22 19:22:17 - debug: Unregister table_store
  76. 2025-1-22 19:22:17 - debug: Unregister table_task
  77. 2025-1-22 19:22:17 - debug: Unregister Layout_GameRules
  78. 2025-1-22 19:22:17 - debug: Unregister UI_GameRules
  79. 2025-1-22 19:22:17 - debug: Unregister UI_Idiom
  80. 2025-1-22 19:22:17 - debug: Unregister Layout_Idioms
  81. 2025-1-22 19:22:17 - debug: Unregister UI_Idioms
  82. 2025-1-22 19:22:17 - debug: Unregister Layout_Settings
  83. 2025-1-22 19:22:17 - debug: Unregister Layout_Tips
  84. 2025-1-22 19:22:17 - debug: Unregister Layout_Hall
  85. 2025-1-22 19:22:17 - debug: Unregister UI_Head_Icon
  86. 2025-1-22 19:22:17 - debug: Unregister UI_Rank_Item
  87. 2025-1-22 19:22:17 - debug: Unregister Layout_Rank
  88. 2025-1-22 19:22:17 - debug: Unregister UI_Rank
  89. 2025-1-22 19:22:17 - debug: Unregister Sign_Reward
  90. 2025-1-22 19:22:17 - debug: Unregister Layout_Sign
  91. 2025-1-22 19:22:17 - debug: Unregister UI_Sign
  92. 2025-1-22 19:22:17 - debug: Unregister Layout_Invite
  93. 2025-1-22 19:22:17 - debug: Unregister UI_Invite
  94. 2025-1-22 19:22:17 - debug: Unregister Layout_Store
  95. 2025-1-22 19:22:17 - debug: Unregister UI_Store
  96. 2025-1-22 19:22:17 - debug: Unregister Layout_SideBar
  97. 2025-1-22 19:22:17 - debug: Unregister Start
  98. 2025-1-22 19:22:17 - debug: Unregister UI_SideBar
  99. 2025-1-22 19:22:17 - debug: Unregister UI_Task_Item
  100. 2025-1-22 19:22:17 - debug: Unregister Layout_Task
  101. 2025-1-22 19:22:17 - debug: Unregister UI_Task
  102. 2025-1-22 19:22:17 - debug: Unregister UI_Hall
  103. 2025-1-22 19:22:17 - debug: Unregister UI_Tips
  104. 2025-1-22 19:22:17 - debug: Unregister UI_Settings
  105. 2025-1-22 19:22:17 - debug: Unregister Layout_Win
  106. 2025-1-22 19:22:17 - debug: Unregister UI_Win
  107. 2025-1-22 19:22:17 - debug: Unregister Layout_Main
  108. 2025-1-22 19:22:17 - debug: Unregister Layout_TimesOver
  109. 2025-1-22 19:22:17 - debug: Unregister Layout_Fail
  110. 2025-1-22 19:22:17 - debug: Unregister UI_Fail
  111. 2025-1-22 19:22:17 - debug: Unregister UI_TimesOver
  112. 2025-1-22 19:22:17 - debug: Unregister UI_Main
  113. 2025-1-22 19:22:17 - debug: Unregister Hall
  114. 2025-1-22 19:22:17 - debug: Unregister Cube_Infor
  115. 2025-1-22 19:22:17 - debug: Unregister CreateIdiom
  116. 2025-1-22 19:22:17 - debug: Unregister Layout_LatticeFull
  117. 2025-1-22 19:22:17 - debug: Unregister UI_LatticeFull
  118. 2025-1-22 19:22:17 - debug: Unregister Layout_Lock
  119. 2025-1-22 19:22:17 - debug: Unregister UI_Lock
  120. 2025-1-22 19:22:17 - debug: Unregister GameCtl
  121. 2025-1-22 19:22:17 - debug: Unregister Container_Manager
  122. 2025-1-22 19:22:17 - debug: Unregister UI_Item
  123. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  124. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js'
  125. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js'
  126. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js'
  127. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js'
  128. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js'
  129. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js'
  130. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js'
  131. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js'
  132. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js'
  133. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js'
  134. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js'
  135. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js'
  136. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js'
  137. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js'
  138. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js'
  139. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js'
  140. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js'
  141. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js'
  142. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js'
  143. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js'
  144. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js'
  145. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js'
  146. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js'
  147. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js'
  148. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js'
  149. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js'
  150. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js'
  151. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js'
  152. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js'
  153. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js'
  154. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js'
  155. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js'
  156. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js'
  157. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js'
  158. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js'
  159. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js'
  160. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js'
  161. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js'
  162. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js'
  163. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js'
  164. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js'
  165. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js'
  166. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js'
  167. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js'
  168. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js'
  169. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js'
  170. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js'
  171. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js'
  172. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js'
  173. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js'
  174. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js'
  175. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js'
  176. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js'
  177. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js'
  178. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js'
  179. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js'
  180. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js'
  181. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js'
  182. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js'
  183. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js'
  184. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js'
  185. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js'
  186. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js'
  187. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js'
  188. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js'
  189. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js'
  190. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js'
  191. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js'
  192. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js'
  193. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js'
  194. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js'
  195. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js'
  196. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js'
  197. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/5c/5c49ac26bc7b811c9d08fcff5242440f88d29d17.js'
  198. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/c4/c4f98bd93a546a52de77fc64f647d47575afdfde.js'
  199. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/08/084428b3dfc28ebcd60f1249169098df9f4287da.js'
  200. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/cb/cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js'
  201. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js'
  202. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/0a/0a30868ce54a6c8efe10f298b9b16214ac85c863.js'
  203. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/0e/0e87907262cdfe9bb04b67b17e1eca1e38126d79.js'
  204. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/50/505b34a78c0dbfe58195107ebd90b3bc5807bf10.js'
  205. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js'
  206. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js'
  207. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js'
  208. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js'
  209. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js'
  210. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js'
  211. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js'
  212. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js'
  213. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js'
  214. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js'
  215. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js'
  216. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js'
  217. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js'
  218. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js'
  219. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js'
  220. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/ef/ef2d221df54a2db9265b17ea24ca2a0b327d2619.js'
  221. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/a6/a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js'
  222. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/92/9223b50b0b25e34c00abbd1136311e176203d399.js'
  223. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js'
  224. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js'
  225. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js'
  226. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js'
  227. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js'
  228. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js'
  229. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js'
  230. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/76/76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js'
  231. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js'
  232. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js'
  233. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js'
  234. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/c1/c10bd777343c22d44996eae3d1e908c1e444e54c.js'
  235. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js'
  236. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/ca/caf1f57c4e93834ff6792756f81ca4dda67117d5.js'
  237. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/3a/3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js'
  238. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js'
  239. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js'
  240. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js'
  241. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js'
  242. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js'
  243. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js'
  244. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js'
  245. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js'
  246. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/2e/2e8565b65da4744bcef3d3da0a471e3f78c932ab.js'
  247. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js'
  248. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js'
  249. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js'
  250. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js'
  251. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js'
  252. 2025-1-22 19:22:17 - debug: Invalidating 'pack:///chunks/83/8346f1745fc6cfca5a9df831ccc439dc13140cfb.js'
  253. 2025-1-22 19:22:17 - groupEnd: Invalidate all modules
  254. 2025-1-22 19:22:17 - groupCollapsed: Imports all modules
  255. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  256. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  257. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  258. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  259. 2025-1-22 19:22:17 - debug: [[Executor]] Register BuiltinPipelineSettings
  260. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  261. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  262. 2025-1-22 19:22:17 - debug: [[Executor]] Register DebugViewRuntimeControl
  263. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  264. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  265. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  266. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  267. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  268. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  269. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  270. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  271. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  272. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  273. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  274. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  275. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  276. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  277. 2025-1-22 19:22:17 - debug: [[Executor]] Register ch_sdk_comp
  278. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  279. 2025-1-22 19:22:17 - debug: [[Executor]] Register ch_start_pack
  280. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  281. 2025-1-22 19:22:17 - debug: [[Executor]] Register __NodeEventAgent__
  282. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  283. 2025-1-22 19:22:17 - debug: [[Executor]] Register ResolutionAutoFit
  284. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  285. 2025-1-22 19:22:17 - debug: [[Executor]] Register ui_updater
  286. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  287. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  288. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  289. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  290. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  291. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  292. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  293. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  294. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  295. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  296. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  297. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  298. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  299. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  300. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  301. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  302. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  303. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  304. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  305. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  306. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  307. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  308. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  309. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  310. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  311. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  312. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  313. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  314. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  315. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  316. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  317. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  318. 2025-1-22 19:22:17 - debug: [[Executor]] Register ClickPenetrate
  319. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  320. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  321. 2025-1-22 19:22:17 - debug: [[Executor]] Register ListItem
  322. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  323. 2025-1-22 19:22:17 - debug: [[Executor]] Register List
  324. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  325. 2025-1-22 19:22:17 - debug: [[Executor]] Register MotionTrail
  326. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  327. 2025-1-22 19:22:17 - debug: [[Executor]] Register MovieClip
  328. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  329. 2025-1-22 19:22:17 - debug: [[Executor]] Register RewardFly
  330. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  331. 2025-1-22 19:22:17 - debug: [[Executor]] Register SpineView
  332. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  333. 2025-1-22 19:22:17 - debug: [[Executor]] Register UISpineMovie
  334. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  335. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_UIAlert
  336. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  337. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  338. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  339. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_UI_Notify
  340. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  341. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  342. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_UIWaiting
  343. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  344. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  345. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  346. 2025-1-22 19:22:17 - debug: [[Executor]] Register table_idiom
  347. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  348. 2025-1-22 19:22:17 - debug: [[Executor]] Register table_idiom_order
  349. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/5c/5c49ac26bc7b811c9d08fcff5242440f88d29d17.js" loaded.
  350. 2025-1-22 19:22:17 - debug: [[Executor]] Register table_idiom_unorder_1_3
  351. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/c4/c4f98bd93a546a52de77fc64f647d47575afdfde.js" loaded.
  352. 2025-1-22 19:22:17 - debug: [[Executor]] Register table_idiom_unorder_2_2
  353. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/08/084428b3dfc28ebcd60f1249169098df9f4287da.js" loaded.
  354. 2025-1-22 19:22:17 - debug: [[Executor]] Register table_idiom_unorder_3_1
  355. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/cb/cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js" loaded.
  356. 2025-1-22 19:22:17 - debug: [[Executor]] Register table_level
  357. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  358. 2025-1-22 19:22:17 - debug: [[Executor]] Register table_level_2
  359. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/0a/0a30868ce54a6c8efe10f298b9b16214ac85c863.js" loaded.
  360. 2025-1-22 19:22:17 - debug: [[Executor]] Register table_store
  361. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/0e/0e87907262cdfe9bb04b67b17e1eca1e38126d79.js" loaded.
  362. 2025-1-22 19:22:17 - debug: [[Executor]] Register table_task
  363. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/50/505b34a78c0dbfe58195107ebd90b3bc5807bf10.js" loaded.
  364. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_GameRules
  365. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  366. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_GameRules
  367. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  368. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Idiom
  369. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  370. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Idioms
  371. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  372. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Idioms
  373. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  374. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Settings
  375. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  376. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Tips
  377. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/2e/2e8565b65da4744bcef3d3da0a471e3f78c932ab.js" loaded.
  378. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Hall
  379. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  380. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Head_Icon
  381. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  382. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Rank_Item
  383. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  384. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Rank
  385. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  386. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Rank
  387. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  388. 2025-1-22 19:22:17 - debug: [[Executor]] Register Sign_Reward
  389. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  390. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Sign
  391. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  392. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Sign
  393. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  394. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Invite
  395. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  396. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Invite
  397. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  398. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Store
  399. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  400. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Store
  401. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  402. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_SideBar
  403. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  404. 2025-1-22 19:22:17 - debug: [[Executor]] Register Start
  405. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  406. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_SideBar
  407. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  408. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Task_Item
  409. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  410. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Task
  411. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  412. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Task
  413. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  414. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Hall
  415. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  416. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Tips
  417. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/76/76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js" loaded.
  418. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Settings
  419. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  420. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Win
  421. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  422. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Win
  423. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  424. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Main
  425. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  426. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_TimesOver
  427. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/c1/c10bd777343c22d44996eae3d1e908c1e444e54c.js" loaded.
  428. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Fail
  429. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  430. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Fail
  431. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  432. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_TimesOver
  433. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/ef/ef2d221df54a2db9265b17ea24ca2a0b327d2619.js" loaded.
  434. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Main
  435. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  436. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  437. 2025-1-22 19:22:17 - debug: [[Executor]] Register Hall
  438. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  439. 2025-1-22 19:22:17 - debug: [[Executor]] Register Cube_Infor
  440. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  441. 2025-1-22 19:22:17 - debug: [[Executor]] Register CreateIdiom
  442. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  443. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_LatticeFull
  444. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/ca/caf1f57c4e93834ff6792756f81ca4dda67117d5.js" loaded.
  445. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_LatticeFull
  446. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/a6/a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js" loaded.
  447. 2025-1-22 19:22:17 - debug: [[Executor]] Register Layout_Lock
  448. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/3a/3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js" loaded.
  449. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Lock
  450. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/92/9223b50b0b25e34c00abbd1136311e176203d399.js" loaded.
  451. 2025-1-22 19:22:17 - debug: [[Executor]] Register GameCtl
  452. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  453. 2025-1-22 19:22:17 - debug: [[Executor]] Register Container_Manager
  454. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  455. 2025-1-22 19:22:17 - debug: [[Executor]] Register UI_Item
  456. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  457. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/83/8346f1745fc6cfca5a9df831ccc439dc13140cfb.js" loaded.
  458. 2025-1-22 19:22:17 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  459. 2025-1-22 19:22:17 - groupEnd: Imports all modules
  460. 2025-1-22 19:22:17 - debug: Incremental keys: chSdk,chsdk
  461. 2025-1-22 19:22:17 - debug: Init bundle share assets start..., progress: 9%
  462. 2025-1-22 19:22:18 - debug: Init bundle share assets success..., progress: 9%
  463. 2025-1-22 19:22:18 - debug: handle json group in bundle internal
  464. 2025-1-22 19:22:18 - debug: handle json group in bundle internal success
  465. 2025-1-22 19:22:18 - debug: handle json group in bundle resources
  466. 2025-1-22 19:22:18 - debug: handle json group in bundle main
  467. 2025-1-22 19:22:18 - debug: handle json group in bundle module_extra
  468. 2025-1-22 19:22:18 - debug: handle json group in bundle module_basic
  469. 2025-1-22 19:22:18 - debug: handle json group in bundle module_game
  470. 2025-1-22 19:22:18 - debug: init image compress task 0 in bundle internal
  471. 2025-1-22 19:22:18 - debug: handle json group in bundle resources success
  472. 2025-1-22 19:22:18 - debug: init image compress task 0 in bundle resources
  473. 2025-1-22 19:22:18 - debug: handle json group in bundle module_basic success
  474. 2025-1-22 19:22:18 - debug: init image compress task 0 in bundle module_basic
  475. 2025-1-22 19:22:18 - debug: handle json group in bundle module_extra success
  476. 2025-1-22 19:22:18 - debug: init image compress task 0 in bundle module_extra
  477. 2025-1-22 19:22:18 - debug: handle json group in bundle main success
  478. 2025-1-22 19:22:18 - debug: init image compress task 0 in bundle main
  479. 2025-1-22 19:22:18 - debug: handle json group in bundle module_game success
  480. 2025-1-22 19:22:18 - debug: init image compress task 0 in bundle module_game
  481. 2025-1-22 19:22:18 - debug: // ---- build task 查询 Asset Bundle ---- (395ms)
  482. 2025-1-22 19:22:18 - debug: run build task 查询 Asset Bundle success in 395 ms√, progress: 14%
  483. 2025-1-22 19:22:18 - debug: [Build Memory track]: 查询 Asset Bundle start:224.64MB, end 229.04MB, increase: 4.41MB
  484. 2025-1-22 19:22:18 - debug: 查询 Asset Bundle start, progress: 14%
  485. 2025-1-22 19:22:18 - debug: // ---- build task 查询 Asset Bundle ----
  486. 2025-1-22 19:22:18 - debug: // ---- build task 查询 Asset Bundle ---- (68ms)
  487. 2025-1-22 19:22:18 - debug: run build task 查询 Asset Bundle success in 68 ms√, progress: 19%
  488. 2025-1-22 19:22:18 - debug: [Build Memory track]: 查询 Asset Bundle start:229.08MB, end 229.43MB, increase: 359.08KB
  489. 2025-1-22 19:22:18 - debug: 打包脚本 start, progress: 19%
  490. 2025-1-22 19:22:18 - debug: // ---- build task 打包脚本 ----
  491. 2025-1-22 19:22:18 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  492. 2025-1-22 19:22:18 - log: [build-script]enter sub process 5460, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  493. 2025-1-22 19:22:21 - debug: excute-script over with build-script 3202ms
  494. 2025-1-22 19:22:21 - debug: Generate systemJs..., progress: 19%
  495. 2025-1-22 19:22:21 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  496. 2025-1-22 19:22:23 - debug: excute-script over with build-script 2488ms
  497. 2025-1-22 19:22:23 - debug: 构建项目脚本 start..., progress: 19%
  498. 2025-1-22 19:22:23 - debug: Build script in bundle start, progress: 19%
  499. 2025-1-22 19:22:23 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  500. 2025-1-22 19:22:28 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  501. 2025-1-22 19:22:28 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  502. 2025-1-22 19:22:31 - debug: excute-script over with build-script 7768ms
  503. 2025-1-22 19:22:31 - debug: Copy externalScripts success!
  504. 2025-1-22 19:22:31 - debug: Build script in bundle success, progress: 19%
  505. 2025-1-22 19:22:31 - debug: 构建项目脚本 in (7900 ms) √, progress: 19%
  506. 2025-1-22 19:22:31 - debug: 构建引擎脚本 start..., progress: 19%
  507. 2025-1-22 19:22:31 - debug: Engine cache ({link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\eb86d1cb887caa950b2345052eaff7db)}) does not exist.
  508. 2025-1-22 19:22:31 - debug: start build engine with options: {"incremental":"C:\\Users\\NINGMEI\\AppData\\Local\\Temp\\CocosCreator\\3.8.4\\builder\\engine\\eb86d1cb887caa950b2345052eaff7db.watch-files.json","engine":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine","out":"C:\\Users\\NINGMEI\\AppData\\Local\\Temp\\CocosCreator\\3.8.4\\builder\\engine\\eb86d1cb887caa950b2345052eaff7db","moduleFormat":"system","compress":true,"split":false,"nativeCodeBundleMode":"both","assetURLFormat":"runtime-resolved","sourceMap":false,"loose":true,"features":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","gfx-webgl2","custom-pipeline-builtin-scripts"],"platform":"HTML5","flags":{"DEBUG":false,"WEBGPU":false},"mode":"BUILD","metaFile":"C:\\Users\\NINGMEI\\AppData\\Local\\Temp\\CocosCreator\\3.8.4\\builder\\engine\\eb86d1cb887caa950b2345052eaff7db.meta\\meta.json","wasmCompressionMode":false}
  509. 2025-1-22 19:22:31 - log: Run build task(build-engine) in child, see: chrome://inspect/#devices
  510. 2025-1-22 19:22:32 - log: [build-engine]enter sub process 27048, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  511. 2025-1-22 19:22:33 - log: [build-engine]start build engine with options: {"engine":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine","out":"C:\\Users\\NINGMEI\\AppData\\Local\\Temp\\CocosCreator\\3.8.4\\builder\\engine\\eb86d1cb887caa950b2345052eaff7db","platform":"HTML5","moduleFormat":"system","compress":true,"split":false,"nativeCodeBundleMode":"both","assetURLFormat":"runtime-resolved","noDeprecatedFeatures":false,"sourceMap":false,"features":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","gfx-webgl2","custom-pipeline-builtin-scripts"],"loose":true,"mode":"BUILD","flags":{"DEBUG":false,"WEBGPU":false},"metaFile":"C:\\Users\\NINGMEI\\AppData\\Local\\Temp\\CocosCreator\\3.8.4\\builder\\engine\\eb86d1cb887caa950b2345052eaff7db.meta\\meta.json","incremental":"C:\\Users\\NINGMEI\\AppData\\Local\\Temp\\CocosCreator\\3.8.4\\builder\\engine\\eb86d1cb887caa950b2345052eaff7db.watch-files.json","wasmCompressionMode":false}
  512. 2025-1-22 19:22:33 - log: [build-engine]Module source "internal-constants": function tryDefineGlobal (name, value) { const _global = typeof window === 'undefined' ? global : window; if (typeof _global[name] === 'undefined') { return (_global[name] = value); } else { // eslint-disable-next-line @typescript-eslint/no-unsafe-return return _global[name]; } } export const HTML5 = true; export const NATIVE = false; export const ANDROID = false; export const IOS = false; export const MAC = false; export const WINDOWS = false; export const LINUX = false; export const OHOS = false; export const OPEN_HARMONY = false; export const WECHAT = false; tryDefineGlobal('CC_WECHAT', false); export const WECHAT_MINI_PROGRAM = false; export const BAIDU = false; tryDefineGlobal('CC_BAIDU', false); export const XIAOMI = false; tryDefineGlobal('CC_XIAOMI', false); export const ALIPAY = false; tryDefineGlobal('CC_ALIPAY', false); export const TAOBAO = false; export const TAOBAO_MINIGAME = false; export const BYTEDANCE = false; tryDefineGlobal('CC_BYTEDANCE', false); export const OPPO = false; tryDefineGlobal('CC_OPPO', false); export const VIVO = false; tryDefineGlobal('CC_VIVO', false); export const HUAWEI = false; tryDefineGlobal('CC_HUAWEI', false); export const COCOSPLAY = false; tryDefineGlobal('CC_COCOSPLAY', false); export const QTT = false; tryDefineGlobal('CC_QTT', false); export const LINKSURE = false; tryDefineGlobal('CC_LINKSURE', false); export const EDITOR = false; tryDefineGlobal('CC_EDITOR', false); export const EDITOR_NOT_IN_PREVIEW = false; export const PREVIEW = false; tryDefineGlobal('CC_PREVIEW', false); export const BUILD = true; tryDefineGlobal('CC_BUILD', true); export const TEST = false; tryDefineGlobal('CC_TEST', false); export const DEBUG = false; tryDefineGlobal('CC_DEBUG', false); export const SERVER_MODE = false; export const DEV = false; tryDefineGlobal('CC_DEV', false); export const MINIGAME = false; tryDefineGlobal('CC_MINIGAME', false); export const RUNTIME_BASED = false; tryDefineGlobal('CC_RUNTIME_BASED', false); export const SUPPORT_JIT = true; tryDefineGlobal('CC_SUPPORT_JIT', true); export const JSB = false; tryDefineGlobal('CC_JSB', false); export const NOT_PACK_PHYSX_LIBS = false; export const NET_MODE = 0; export const WEBGPU = false; export const NATIVE_CODE_BUNDLE_MODE = 2; export const WASM_SUBPACKAGE = false; export const CULL_MESHOPT = true;
  513. 2025-1-22 19:22:33 - log: [build-engine]Module source "cc": export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\2d.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\sorting.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\3d.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\animation.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\audio.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\base.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\custom-pipeline.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\gfx-webgl.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\physics-ammo.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\physics-framework.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\wait-for-ammo-instantiation.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\primitive.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\profiler.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\spine.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\tween.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\ui.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\webview.ts'; export * from 'C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine\\exports\\gfx-webgl2.ts';
  514. 2025-1-22 19:22:34 - log: [build-engine]Redirect module internal:native to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\cocos\native-binding\impl.ts
  515. 2025-1-22 19:22:34 - log: [build-engine]Redirect module pal/wasm to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\pal\wasm\wasm-web.ts
  516. 2025-1-22 19:22:34 - log: [build-engine]Redirect module pal/system-info to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\pal\system-info\web\system-info.ts
  517. 2025-1-22 19:22:35 - log: [build-engine]Redirect module pal/screen-adapter to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\pal\screen-adapter\web\screen-adapter.ts
  518. 2025-1-22 19:22:40 - log: [build-engine]Redirect module pal/input to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\pal\input\web\index.ts
  519. 2025-1-22 19:22:41 - log: [build-engine]Redirect module pal/audio to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\pal\audio\web\player.ts
  520. 2025-1-22 19:22:41 - log: [build-engine]Redirect module pal/env to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\pal\env\web\env.ts
  521. 2025-1-22 19:22:41 - log: [build-engine]Redirect module pal/pacer to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\pal\pacer\pacer-web.ts
  522. 2025-1-22 19:22:41 - log: [build-engine]Redirect module pal/minigame to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\pal\minigame\non-minigame.ts
  523. 2025-1-22 19:22:46 - log: [build-engine]Redirect module C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\cocos\animation\marionette\runtime-exports.ts to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\cocos\animation\marionette\index-empty.ts
  524. 2025-1-22 19:22:47 - log: [build-engine]Redirect module C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\cocos\2d\renderer\native-2d.ts to C:\ProgramData\cocos\editors\Creator\3.8.4\resources\resources\3d\engine\cocos\2d\renderer\native-2d-empty.ts
  525. 2025-1-22 19:22:57 - log: [build-engine]==== Performance ==== {"# BUILD":[24100.745000123978,1051322652,1109327928],"## generate module graph":[20685.98640012741,967071056,1025084936],"- plugin 0 (@cocos/ccbuild|external-loader) - resolveId":[7.859403133392334,1240068,1025043432],"- plugin 0 (@cocos/ccbuild|external-loader) - resolveId (async)":[32.63231182098389,5410368,1025043972],"- plugin 1 (@cocos/ccbuild|module-overrides) - resolveId":[6.839995861053467,765552,1025044424],"- plugin 2 (virtual) - resolveId":[23.021593809127808,5293480,1025046300],"load modules":[93719.44969415665,5711118808,1020399968],"- plugin 0 (@cocos/ccbuild|external-loader) - load":[2.8019957542419434,350368,1020366176],"- plugin 0 (@cocos/ccbuild|external-loader) - load (async)":[540.5558044910431,15563564,1020366664],"- plugin 1 (@cocos/ccbuild|module-overrides) - load":[5.772201061248779,332808,1020367352],"- plugin 2 (virtual) - load":[1.475499153137207,90396,1020367748],"- plugin 6 (json) - transform":[3.5811023712158203,832972,1020403684],"- plugin 7 (commonjs) - transform":[843.8589973449707,60457184,1020406868],"- plugin 8 (babel) - transform":[166.73760318756104,19308132,1020434036],"generate ast":[764.2690999507904,80568028,1023913140],"analyse ast":[1651.4182977676392,98414296,1025038224],"- plugin 3 (@cocos/ccbuild|module-query-plugin) - resolveId":[9.476107835769653,2886836,1025047756],"- plugin 3 (@cocos/ccbuild|module-query-plugin) - resolveId (async)":[55.45540237426758,8518080,1025048328],"- plugin 4 (ts-paths) - resolveId":[4.623395919799805,495316,1025048716],"- plugin 5 (node-resolve) - resolveId":[39.71099901199341,-227872,1025049856],"- plugin 5 (node-resolve) - resolveId (async)":[79716.13013648987,1193262256,1025050296],"- plugin 5 (node-resolve) - load":[1.5081989765167236,94748,1020368152],"- plugin 7 (commonjs) - load":[4.876100301742554,741812,1020369612],"- plugin 8 (babel) - load":[241.27320265769958,10035376,1020370008],"- plugin 8 (babel) - transform (async)":[14877.833603858948,605849412,1023378208],"- plugin 7 (commonjs) - resolveId":[1.9277987480163574,76160,1025050736],"- plugin 8 (babel) - resolveId":[0.976001501083374,57336,1025051140],"## sort modules":[261.8225998878479,12336308,1037421548],"## mark included statements":[3152.7945001125336,71904500,1109326292],"treeshaking pass 1":[851.2404999732971,44604852,1082411664],"treeshaking pass 2":[266.7631001472473,11670156,1094082196],"treeshaking pass 3":[140.96939992904663,4125232,1098207716],"treeshaking pass 4":[125.03610014915466,-1908756,1096299228],"treeshaking pass 5":[112.89370012283325,2950896,1099250392],"treeshaking pass 6":[294.98250007629395,2215328,1101465988],"treeshaking pass 7":[468.57080006599426,8967848,1110434104],"treeshaking pass 8":[221.95500016212463,-2907940,1107526432],"treeshaking pass 9":[128.3543999195099,4564192,1112090892],"treeshaking pass 10":[110.52300000190735,1763820,1113854980],"treeshaking pass 11":[107.12779998779297,-595024,1113260224],"treeshaking pass 12":[109.83579993247986,-753024,1112507468],"treeshaking pass 13":[108.75889992713928,-1505008,1111002728],"treeshaking pass 14":[104.82789993286133,-1677100,1109325896]} ==== ====
  526. 2025-1-22 19:23:14 - debug: excute-script over with build-engine 43095ms
  527. 2025-1-22 19:23:14 - debug: 构建引擎脚本 in (43197 ms) √, progress: 19%
  528. 2025-1-22 19:23:14 - debug: Copy plugin script ..., progress: 19%
  529. 2025-1-22 19:23:14 - debug: Generate import-map..., progress: 19%
  530. 2025-1-22 19:23:15 - debug: // ---- build task 打包脚本 ---- (56915ms)
  531. 2025-1-22 19:23:15 - debug: run build task 打包脚本 success in 56 s√, progress: 24%
  532. 2025-1-22 19:23:15 - debug: [Build Memory track]: 打包脚本 start:229.61MB, end 229.37MB, increase: -245.12KB
  533. 2025-1-22 19:23:15 - debug: Build Assets start, progress: 24%
  534. 2025-1-22 19:23:15 - debug: // ---- build task Build Assets ----
  535. 2025-1-22 19:23:15 - debug: Build bundles..., progress: 24%
  536. 2025-1-22 19:23:15 - debug: Pack Images start, progress: 24%
  537. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  538. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  539. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  540. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  541. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  542. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  543. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  544. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  545. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  546. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  547. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  548. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  549. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  550. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  551. 2025-1-22 19:23:15 - debug: Get Cache info of pac success {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  552. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  553. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  554. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  555. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  556. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  557. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  558. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  559. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  560. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  561. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  562. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  563. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  564. 2025-1-22 19:23:15 - debug(2): remove spriteAtlas._uuid : {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  565. 2025-1-22 19:23:15 - debug: remove spriteAtlas._uuid : {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  566. 2025-1-22 19:23:15 - debug(2): remove spriteAtlas._uuid : {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  567. 2025-1-22 19:23:15 - debug: builder:pack-auto-atlas-image (844ms)
  568. 2025-1-22 19:23:15 - debug: Pack Images success, progress: 24%
  569. 2025-1-22 19:23:15 - debug: Compress image start..., progress: 24%
  570. 2025-1-22 19:23:15 - group: Compress image...
  571. 2025-1-22 19:23:15 - debug: sort compress task {}
  572. 2025-1-22 19:23:15 - debug: Num of all image compress task 0, really: 0, configTasks: 0
  573. 2025-1-22 19:23:15 - debug: No image need to compress
  574. 2025-1-22 19:23:15 - groupEnd: Compress image...
  575. 2025-1-22 19:23:15 - debug: Compress image success..., progress: 24%
  576. 2025-1-22 19:23:15 - debug: Output asset in bundles start, progress: 24%
  577. 2025-1-22 19:23:15 - debug: Handle all json groups in bundle internal
  578. 2025-1-22 19:23:15 - debug: handle json group
  579. 2025-1-22 19:23:15 - debug: Handle all json groups in bundle resources
  580. 2025-1-22 19:23:15 - debug: handle json group
  581. 2025-1-22 19:23:15 - debug: Handle all json groups in bundle main
  582. 2025-1-22 19:23:15 - debug: handle json group
  583. 2025-1-22 19:23:15 - debug: Handle all json groups in bundle module_extra
  584. 2025-1-22 19:23:15 - debug: handle json group
  585. 2025-1-22 19:23:15 - debug: handle single json
  586. 2025-1-22 19:23:15 - debug: Handle all json groups in bundle module_basic
  587. 2025-1-22 19:23:15 - debug: handle json group
  588. 2025-1-22 19:23:15 - debug: Handle all json groups in bundle module_game
  589. 2025-1-22 19:23:15 - debug: handle json group
  590. 2025-1-22 19:23:15 - debug: Json group(03ccd410a) compile success,json number: 6
  591. 2025-1-22 19:23:15 - debug: handle single json
  592. 2025-1-22 19:23:15 - debug: Json group(07325bfaa) compile success,json number: 6
  593. 2025-1-22 19:23:15 - debug: Json group(0a66f4293) compile success,json number: 6
  594. 2025-1-22 19:23:16 - debug: Json group(0ba471961) compile success,json number: 6
  595. 2025-1-22 19:23:16 - debug: handle single json
  596. 2025-1-22 19:23:16 - debug: Json group(0119562e1) compile success,json number: 6
  597. 2025-1-22 19:23:16 - debug: Json group(0e251093b) compile success,json number: 6
  598. 2025-1-22 19:23:16 - debug: handle single json
  599. 2025-1-22 19:23:16 - debug: Json group(01c3b6bd3) compile success,json number: 6
  600. 2025-1-22 19:23:16 - debug: Json group(0a54f6860) compile success,json number: 6
  601. 2025-1-22 19:23:16 - debug: handle single json
  602. 2025-1-22 19:23:16 - debug: Json group(08d4f0835) compile success,json number: 6
  603. 2025-1-22 19:23:16 - debug: Json group(093f10e90) compile success,json number: 6
  604. 2025-1-22 19:23:16 - debug: Json group(02c882590) compile success,json number: 6
  605. 2025-1-22 19:23:16 - debug: Json group(078a3a89c) compile success,json number: 6
  606. 2025-1-22 19:23:16 - debug: Json group(0787c84da) compile success,json number: 6
  607. 2025-1-22 19:23:16 - debug: Json group(03c9cd961) compile success,json number: 6
  608. 2025-1-22 19:23:16 - debug: Json group(041ac2e1c) compile success,json number: 6
  609. 2025-1-22 19:23:16 - debug: Json group(0471cee9c) compile success,json number: 6
  610. 2025-1-22 19:23:16 - debug: Json group(04a6d010d) compile success,json number: 6
  611. 2025-1-22 19:23:16 - debug: Json group(070166e93) compile success,json number: 6
  612. 2025-1-22 19:23:16 - debug: Json group(02b639d30) compile success,json number: 6
  613. 2025-1-22 19:23:16 - debug: Json group(06db2e96b) compile success,json number: 6
  614. 2025-1-22 19:23:16 - debug: Json group(097e5daf7) compile success,json number: 6
  615. 2025-1-22 19:23:16 - debug: Json group(0c5a2fc7e) compile success,json number: 6
  616. 2025-1-22 19:23:16 - debug: Json group(0816c2a7a) compile success,json number: 6
  617. 2025-1-22 19:23:16 - debug: Json group(01236a39b) compile success,json number: 6
  618. 2025-1-22 19:23:16 - debug: Json group(0a46ee258) compile success,json number: 6
  619. 2025-1-22 19:23:16 - debug: Json group(033a6699b) compile success,json number: 6
  620. 2025-1-22 19:23:16 - debug: Json group(02d36d139) compile success,json number: 6
  621. 2025-1-22 19:23:16 - debug: Json group(0d54cf783) compile success,json number: 6
  622. 2025-1-22 19:23:16 - debug: handle single json
  623. 2025-1-22 19:23:16 - debug: Output asset in bundles success, progress: 24%
  624. 2025-1-22 19:23:16 - debug: Output asset in bundles start, progress: 24%
  625. 2025-1-22 19:23:16 - debug: compress config of bundle internal...
  626. 2025-1-22 19:23:16 - debug: compress config of bundle internal success
  627. 2025-1-22 19:23:16 - debug: compress config of bundle resources...
  628. 2025-1-22 19:23:16 - debug: compress config of bundle resources success
  629. 2025-1-22 19:23:16 - debug: compress config of bundle main...
  630. 2025-1-22 19:23:16 - debug: compress config of bundle main success
  631. 2025-1-22 19:23:16 - debug: compress config of bundle module_extra...
  632. 2025-1-22 19:23:16 - debug: compress config of bundle module_extra success
  633. 2025-1-22 19:23:16 - debug: compress config of bundle module_basic...
  634. 2025-1-22 19:23:16 - debug: compress config of bundle module_basic success
  635. 2025-1-22 19:23:16 - debug: compress config of bundle module_game...
  636. 2025-1-22 19:23:16 - debug: compress config of bundle module_game success
  637. 2025-1-22 19:23:16 - debug: output config of bundle internal
  638. 2025-1-22 19:23:16 - debug: output config of bundle internal success
  639. 2025-1-22 19:23:16 - debug: output config of bundle resources
  640. 2025-1-22 19:23:16 - debug: output config of bundle resources success
  641. 2025-1-22 19:23:16 - debug: output config of bundle main
  642. 2025-1-22 19:23:16 - debug: output config of bundle main success
  643. 2025-1-22 19:23:16 - debug: output config of bundle module_extra
  644. 2025-1-22 19:23:16 - debug: output config of bundle module_extra success
  645. 2025-1-22 19:23:16 - debug: output config of bundle module_basic
  646. 2025-1-22 19:23:16 - debug: output config of bundle module_basic success
  647. 2025-1-22 19:23:16 - debug: output config of bundle module_game
  648. 2025-1-22 19:23:16 - debug: output config of bundle module_game success
  649. 2025-1-22 19:23:16 - debug: Output asset in bundles success, progress: 24%
  650. 2025-1-22 19:23:16 - debug: // ---- build task Build Assets ---- (1344ms)
  651. 2025-1-22 19:23:16 - debug: run build task Build Assets success in 1 s√, progress: 29%
  652. 2025-1-22 19:23:16 - debug: [Build Memory track]: Build Assets start:229.40MB, end 217.83MB, increase: -11849.88KB
  653. 2025-1-22 19:23:16 - debug: 整理部分构建选项内数据到 settings.json start, progress: 29%
  654. 2025-1-22 19:23:16 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  655. 2025-1-22 19:23:16 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (97ms)
  656. 2025-1-22 19:23:16 - debug: run build task 整理部分构建选项内数据到 settings.json success in 97 ms√, progress: 31%
  657. 2025-1-22 19:23:16 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:217.92MB, end 218.11MB, increase: 193.17KB
  658. 2025-1-22 19:23:16 - debug: 填充脚本数据到 settings.json start, progress: 31%
  659. 2025-1-22 19:23:16 - debug: // ---- build task 填充脚本数据到 settings.json ----
  660. 2025-1-22 19:23:16 - debug: // ---- build task 填充脚本数据到 settings.json ---- (71ms)
  661. 2025-1-22 19:23:16 - debug: run build task 填充脚本数据到 settings.json success in 71 ms√, progress: 32%
  662. 2025-1-22 19:23:16 - debug: [Build Memory track]: 填充脚本数据到 settings.json start:218.15MB, end 218.28MB, increase: 141.20KB
  663. 2025-1-22 19:23:16 - debug: 整理部分构建选项内数据到 settings.json start, progress: 32%
  664. 2025-1-22 19:23:16 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  665. 2025-1-22 19:23:16 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (80ms)
  666. 2025-1-22 19:23:16 - debug: run build task 整理部分构建选项内数据到 settings.json success in 80 ms√, progress: 34%
  667. 2025-1-22 19:23:16 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:218.32MB, end 218.56MB, increase: 249.68KB
  668. 2025-1-22 19:23:16 - debug: web-mobile:(onBeforeCompressSettings) start..., progress: 34%
  669. 2025-1-22 19:23:16 - debug: // ---- build task web-mobile:onBeforeCompressSettings ----
  670. 2025-1-22 19:23:16 - debug: // ---- build task web-mobile:onBeforeCompressSettings ---- (69ms)
  671. 2025-1-22 19:23:16 - debug: web-mobile:(onBeforeCompressSettings) in 69 ms ✓, progress: 36%
  672. 2025-1-22 19:23:16 - debug: cocos-service:(onBeforeCompressSettings) start..., progress: 36%
  673. 2025-1-22 19:23:16 - debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  674. 2025-1-22 19:23:16 - debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (183ms)
  675. 2025-1-22 19:23:16 - debug: cocos-service:(onBeforeCompressSettings) in 183 ms ✓, progress: 38%
  676. 2025-1-22 19:23:16 - debug: 整理静态模板文件 start, progress: 38%
  677. 2025-1-22 19:23:16 - debug: // ---- build task 整理静态模板文件 ----
  678. 2025-1-22 19:23:17 - debug: // ---- build task 整理静态模板文件 ---- (99ms)
  679. 2025-1-22 19:23:17 - debug: run build task 整理静态模板文件 success in 99 ms√, progress: 43%
  680. 2025-1-22 19:23:17 - debug: [Build Memory track]: 整理静态模板文件 start:218.97MB, end 212.86MB, increase: -6256.07KB
  681. 2025-1-22 19:23:17 - debug: cocos-service:(onAfterCompressSettings) start..., progress: 43%
  682. 2025-1-22 19:23:17 - debug: // ---- build task cocos-service:onAfterCompressSettings ----
  683. 2025-1-22 19:23:17 - debug: // ---- build task cocos-service:onAfterCompressSettings ---- (112ms)
  684. 2025-1-22 19:23:17 - debug: cocos-service:(onAfterCompressSettings) in 112 ms ✓, progress: 45%
  685. 2025-1-22 19:23:17 - debug: web-mobile:(onBeforeCopyBuildTemplate) start..., progress: 45%
  686. 2025-1-22 19:23:17 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ----
  687. 2025-1-22 19:23:17 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ---- (153ms)
  688. 2025-1-22 19:23:17 - debug: web-mobile:(onBeforeCopyBuildTemplate) in 153 ms ✓, progress: 46%
  689. 2025-1-22 19:23:17 - debug: 给所有的资源加上 MD5 后缀 start, progress: 46%
  690. 2025-1-22 19:23:17 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  691. 2025-1-22 19:23:17 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (63ms)
  692. 2025-1-22 19:23:17 - debug: run build task 给所有的资源加上 MD5 后缀 success in 63 ms√, progress: 56%
  693. 2025-1-22 19:23:17 - debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:215.78MB, end 215.91MB, increase: 138.21KB
  694. 2025-1-22 19:23:17 - debug: cocos-service:(onAfterBuild) start..., progress: 56%
  695. 2025-1-22 19:23:17 - debug: // ---- build task cocos-service:onAfterBuild ----
  696. 2025-1-22 19:23:17 - debug: // ---- build task cocos-service:onAfterBuild ---- (147ms)
  697. 2025-1-22 19:23:17 - debug: cocos-service:(onAfterBuild) in 147 ms ✓, progress: 58%
  698. 2025-1-22 19:23:17 - debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 58%
  699. 2025-1-22 19:23:17 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  700. 2025-1-22 19:23:17 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (61ms)
  701. 2025-1-22 19:23:17 - debug: adsense-h5g-plugin:(onAfterBuild) in 61 ms ✓, progress: 60%
  702. 2025-1-22 19:23:17 - log: Asset DB is resume!
  703. 2025-1-22 19:23:17 - debug: builder:build-project-total (60713ms)
  704. 2025-1-22 19:23:17 - debug: build success in 60713!
  705. 2025-1-22 19:23:17 - debug: [Build Memory track]: builder:build-project-total start:224.49MB, end 213.68MB, increase: -11062.96KB
  706. 2025-1-22 19:23:17 - debug: ================================ build Task (web-mobile) Finished in (1 min)ms ================================
  707. 2025-1-23 18:28:28 - debug: =================================== build Task (web-mobile) Start ================================
  708. 2025-1-23 18:28:28 - debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"web-mobile","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"includeModules":{"gfx-webgl2":"on","physics":"inherit-project-setting","physics-2d":"inherit-project-setting"},"macroConfig":{"cleanupImageCache":"inherit-project-setting"}},"nativeCodeBundleMode":"both","polyfills":{"asyncFunctions":true},"experimentalEraseModules":false,"startSceneAssetBundle":false,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"merge_dep","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"web-mobile","taskName":"web-mobile","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":false,"packages":{"adsense-h5g-plugin":{"enableAdsense":false,"enableTestAd":false,"__version__":"1.0.1","AFPHostPropertyCode":"ca-host-pub-5396158963872751","AFPHostDomain":"douyougame.com","otherAFPHostPropertyCode":"","otherAFPDomain":""},"web-mobile":{"useWebGPU":false,"orientation":"auto","embedWebDebugger":false,"__version__":"1.0.1"},"cocos-service":{"configID":"7dcd5c","services":[]}},"__version__":"1.3.8","logDest":"project://temp/builder/log/web-mobile2025-1-22 19-22.log"}
  709. 2025-1-23 18:28:28 - debug: Build with Cocos Creator 3.8.4
  710. 2025-1-23 18:28:28 - debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  711. 2025-1-23 18:28:28 - debug: // ---- build task cocos-service:onBeforeBuild ----
  712. 2025-1-23 18:28:28 - debug: // ---- build task cocos-service:onBeforeBuild ---- (210ms)
  713. 2025-1-23 18:28:28 - debug: cocos-service:(onBeforeBuild) in 210 ms ✓, progress: 2%
  714. 2025-1-23 18:28:28 - debug: scene:(onBeforeBuild) start..., progress: 2%
  715. 2025-1-23 18:28:28 - debug: // ---- build task scene:onBeforeBuild ----
  716. 2025-1-23 18:28:28 - debug: // ---- build task scene:onBeforeBuild ---- (42ms)
  717. 2025-1-23 18:28:28 - debug: scene:(onBeforeBuild) in 42 ms ✓, progress: 4%
  718. 2025-1-23 18:28:28 - debug: Start lock asset db..., progress: 4%
  719. 2025-1-23 18:28:28 - log: Asset DB is paused with build!
  720. 2025-1-23 18:28:28 - debug: Query all assets info in project
  721. 2025-1-23 18:28:28 - debug: init custom config: keepNodeUuid: false, useCache: true
  722. 2025-1-23 18:28:28 - debug: web-mobile:(onAfterInit) start..., progress: 4%
  723. 2025-1-23 18:28:28 - debug: // ---- build task web-mobile:onAfterInit ----
  724. 2025-1-23 18:28:28 - debug: // ---- build task web-mobile:onAfterInit ---- (22ms)
  725. 2025-1-23 18:28:28 - debug: web-mobile:(onAfterInit) in 22 ms ✓, progress: 5%
  726. 2025-1-23 18:28:28 - debug: cocos-service:(onAfterInit) start..., progress: 5%
  727. 2025-1-23 18:28:28 - debug: // ---- build task cocos-service:onAfterInit ----
  728. 2025-1-23 18:28:29 - debug: // ---- build task cocos-service:onAfterInit ---- (610ms)
  729. 2025-1-23 18:28:29 - debug: cocos-service:(onAfterInit) in 610 ms ✓, progress: 7%
  730. 2025-1-23 18:28:29 - debug: engine:(onAfterInit) start..., progress: 7%
  731. 2025-1-23 18:28:29 - debug: // ---- build task engine:onAfterInit ----
  732. 2025-1-23 18:28:29 - debug: // ---- build task engine:onAfterInit ---- (41ms)
  733. 2025-1-23 18:28:29 - debug: engine:(onAfterInit) in 41 ms ✓, progress: 9%
  734. 2025-1-23 18:28:29 - debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  735. 2025-1-23 18:28:29 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  736. 2025-1-23 18:28:29 - debug: [adsense-h5g-plugin] remove script success
  737. 2025-1-23 18:28:29 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (53ms)
  738. 2025-1-23 18:28:29 - debug: adsense-h5g-plugin:(onBeforeBundleInit) in 53 ms ✓, progress: 9%
  739. 2025-1-23 18:28:29 - debug: Init all bundles start..., progress: 9%
  740. 2025-1-23 18:28:29 - debug: Num of bundles: 6..., progress: 9%
  741. 2025-1-23 18:28:29 - debug: web-mobile:(onAfterBundleInit) start..., progress: 9%
  742. 2025-1-23 18:28:29 - debug: // ---- build task web-mobile:onAfterBundleInit ----
  743. 2025-1-23 18:28:29 - debug: // ---- build task web-mobile:onAfterBundleInit ---- (75ms)
  744. 2025-1-23 18:28:29 - debug: web-mobile:(onAfterBundleInit) in 75 ms ✓, progress: 9%
  745. 2025-1-23 18:28:29 - debug: 查询 Asset Bundle start, progress: 9%
  746. 2025-1-23 18:28:29 - debug: // ---- build task 查询 Asset Bundle ----
  747. 2025-1-23 18:28:29 - debug: Init bundle root assets start..., progress: 9%
  748. 2025-1-23 18:28:29 - debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  749. 2025-1-23 18:28:29 - debug: Number of all scenes: 3
  750. 2025-1-23 18:28:29 - debug: Number of all scripts: 128
  751. 2025-1-23 18:28:29 - debug: Number of other assets: 1199
  752. 2025-1-23 18:28:29 - debug: Init bundle root assets success..., progress: 9%
  753. 2025-1-23 18:28:29 - debug: reload all scripts.
  754. 2025-1-23 18:28:29 - debug: Set detail map pack:///resolution-detail-map.json: {}
  755. 2025-1-23 18:28:29 - groupCollapsed: Invalidate all modules
  756. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\93\93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\93\93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js is not in module cache!
  757. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/base" loaded.
  758. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl" loaded.
  759. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl2" loaded.
  760. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-empty" loaded.
  761. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgpu" loaded.
  762. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/3d" loaded.
  763. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/animation" loaded.
  764. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/skeletal-animation" loaded.
  765. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/2d" loaded.
  766. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/sorting" loaded.
  767. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/ui" loaded.
  768. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle" loaded.
  769. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle-2d" loaded.
  770. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-framework" loaded.
  771. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-framework" loaded.
  772. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-box2d-wasm" loaded.
  773. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/intersection-2d" loaded.
  774. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/primitive" loaded.
  775. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/profiler" loaded.
  776. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/geometry-renderer" loaded.
  777. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/audio" loaded.
  778. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/video" loaded.
  779. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/xr" loaded.
  780. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/light-probe" loaded.
  781. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/terrain" loaded.
  782. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/webview" loaded.
  783. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tween" loaded.
  784. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tiled-map" loaded.
  785. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/spine" loaded.
  786. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/dragon-bones" loaded.
  787. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline" loaded.
  788. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline-post-process" loaded.
  789. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/legacy-pipeline" loaded.
  790. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/base" loaded.
  791. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl" loaded.
  792. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl2" loaded.
  793. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-empty" loaded.
  794. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgpu" loaded.
  795. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/3d" loaded.
  796. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/animation" loaded.
  797. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/skeletal-animation" loaded.
  798. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/2d" loaded.
  799. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/sorting" loaded.
  800. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/ui" loaded.
  801. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle" loaded.
  802. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle-2d" loaded.
  803. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-framework" loaded.
  804. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-framework" loaded.
  805. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-box2d-wasm" loaded.
  806. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/intersection-2d" loaded.
  807. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/primitive" loaded.
  808. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/profiler" loaded.
  809. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/geometry-renderer" loaded.
  810. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/audio" loaded.
  811. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/video" loaded.
  812. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/xr" loaded.
  813. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/light-probe" loaded.
  814. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/terrain" loaded.
  815. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/webview" loaded.
  816. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tween" loaded.
  817. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tiled-map" loaded.
  818. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/spine" loaded.
  819. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/dragon-bones" loaded.
  820. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline" loaded.
  821. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline-post-process" loaded.
  822. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/legacy-pipeline" loaded.
  823. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  824. 2025-1-23 18:28:29 - debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  825. 2025-1-23 18:28:29 - groupEnd: Invalidate all modules
  826. 2025-1-23 18:28:29 - groupCollapsed: Imports all modules
  827. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  828. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  829. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  830. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d6\d6137fe08bf966a053351bb405928e5a6390befd.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d6\d6137fe08bf966a053351bb405928e5a6390befd.js is not in module cache!
  831. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a5019a719a9014c047e67aa1cf34453ab8392ce.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a5019a719a9014c047e67aa1cf34453ab8392ce.js is not in module cache!
  832. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b349769b96cc4c1dff92d5d6f941366e27a02c6b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b349769b96cc4c1dff92d5d6f941366e27a02c6b.js is not in module cache!
  833. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  834. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/engine-export-to-editor/cc/editor/populate-internal-constants" loaded.
  835. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  836. 2025-1-23 18:28:29 - debug: [[Executor]] Module "cce:/internal/x/engine-export-to-editor/cc/editor/populate-internal-constants" loaded.
  837. 2025-1-23 18:28:29 - debug: [[Executor]] Register BuiltinPipelineSettings
  838. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  839. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\59b7958b47eec6168615a6469581f8f48e26cb00.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\59b7958b47eec6168615a6469581f8f48e26cb00.js is not in module cache!
  840. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  841. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\9758c8bdbb4fd247ebce274d105abb8265561b82.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\9758c8bdbb4fd247ebce274d105abb8265561b82.js is not in module cache!
  842. 2025-1-23 18:28:29 - debug: [[Executor]] Register DebugViewRuntimeControl
  843. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  844. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ba\bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ba\bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js is not in module cache!
  845. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  846. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3c\3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3c\3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js is not in module cache!
  847. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  848. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e9\e908646c1435d653de6447e2ae846c959ac29b33.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e9\e908646c1435d653de6447e2ae846c959ac29b33.js is not in module cache!
  849. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  850. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e6\e671bb16456ad253c126408d753c04295ea07129.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e6\e671bb16456ad253c126408d753c04295ea07129.js is not in module cache!
  851. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41d16e1f8113566bf1c111c20aceca9e4a6626d6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41d16e1f8113566bf1c111c20aceca9e4a6626d6.js is not in module cache!
  852. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js is not in module cache!
  853. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a62597dd07a24c3714ad095eedbfc8f76f2d165c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a62597dd07a24c3714ad095eedbfc8f76f2d165c.js is not in module cache!
  854. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3f\3f8dff31feda7b51e2d0428361dac48e18834ed8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3f\3f8dff31feda7b51e2d0428361dac48e18834ed8.js is not in module cache!
  855. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5a\5ad9214371678a1d97027b6cf28752dcbab25e0f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5a\5ad9214371678a1d97027b6cf28752dcbab25e0f.js is not in module cache!
  856. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js is not in module cache!
  857. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\87\879eb4b2cb07a55807079158fde54421bac04056.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\87\879eb4b2cb07a55807079158fde54421bac04056.js is not in module cache!
  858. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\3975fe5ce64c51324369e49e8afd9c685ef1036d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\3975fe5ce64c51324369e49e8afd9c685ef1036d.js is not in module cache!
  859. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\72\72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\72\72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js is not in module cache!
  860. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  861. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  862. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  863. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  864. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  865. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  866. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  867. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  868. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  869. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  870. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d72ce35042ce99e7f64ae289f73e61427ebc5661.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d72ce35042ce99e7f64ae289f73e61427ebc5661.js is not in module cache!
  871. 2025-1-23 18:28:29 - debug: [[Executor]] Register ch_sdk_comp
  872. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  873. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\31f21e9610b2e754c9705fb8b4947b7629eba3ec.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\31f21e9610b2e754c9705fb8b4947b7629eba3ec.js is not in module cache!
  874. 2025-1-23 18:28:29 - debug: [[Executor]] Register ch_start_pack
  875. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  876. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e2\e2c07fd606d93eb79afeed6ef4de521f2be03414.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e2\e2c07fd606d93eb79afeed6ef4de521f2be03414.js is not in module cache!
  877. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c6623815813aae756c57cca6f89a3182c222719.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c6623815813aae756c57cca6f89a3182c222719.js is not in module cache!
  878. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\33\33d6d868e05219070a908e953bde210e54f92e26.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\33\33d6d868e05219070a908e953bde210e54f92e26.js is not in module cache!
  879. 2025-1-23 18:28:29 - debug: [[Executor]] Register __NodeEventAgent__
  880. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  881. 2025-1-23 18:28:29 - debug: [[Executor]] Register ResolutionAutoFit
  882. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  883. 2025-1-23 18:28:29 - debug: [[Executor]] Register ui_updater
  884. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  885. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6b\6b45817391fda8032e9c3052f72099ae80b977e5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6b\6b45817391fda8032e9c3052f72099ae80b977e5.js is not in module cache!
  886. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  887. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9b\9b4abce15a8c07b4b00096caaa35df726664c0eb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9b\9b4abce15a8c07b4b00096caaa35df726664c0eb.js is not in module cache!
  888. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  889. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\51\518c777b9b184349470f0a8548bfc02a3ac13b12.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\51\518c777b9b184349470f0a8548bfc02a3ac13b12.js is not in module cache!
  890. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  891. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73c6533bf475cf801676942513edca165a6ed07f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73c6533bf475cf801676942513edca165a6ed07f.js is not in module cache!
  892. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  893. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\79\79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\79\79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js is not in module cache!
  894. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  895. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js is not in module cache!
  896. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  897. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\bd\bd8a015d9f05319ae091f7383c093a5f26a12133.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\bd\bd8a015d9f05319ae091f7383c093a5f26a12133.js is not in module cache!
  898. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  899. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js is not in module cache!
  900. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  901. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c9\c969313d23703c6a3fcc53d5e71bae664ed7849e.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c9\c969313d23703c6a3fcc53d5e71bae664ed7849e.js is not in module cache!
  902. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  903. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\53\5355f477731c1aa517e29e27c45ac35bf99fe727.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\53\5355f477731c1aa517e29e27c45ac35bf99fe727.js is not in module cache!
  904. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  905. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js is not in module cache!
  906. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  907. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e5\e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e5\e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js is not in module cache!
  908. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  909. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d8\d8ea009be5644c7164c4b5ae51cd349e5525e465.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d8\d8ea009be5644c7164c4b5ae51cd349e5525e465.js is not in module cache!
  910. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  911. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4e\4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4e\4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js is not in module cache!
  912. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  913. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\17\1787d8e2147a43214097b7b6fea81022fa7297b5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\17\1787d8e2147a43214097b7b6fea81022fa7297b5.js is not in module cache!
  914. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  915. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f7\f780142056b451af1186d982a8e16130bfd276a2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f7\f780142056b451af1186d982a8e16130bfd276a2.js is not in module cache!
  916. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  917. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b6\b601769373047d5119da5c4cb4b3a4bba6a651af.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b6\b601769373047d5119da5c4cb4b3a4bba6a651af.js is not in module cache!
  918. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  919. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js is not in module cache!
  920. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c0\c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c0\c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js is not in module cache!
  921. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  922. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  923. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\81\815a8e3b66559b0d1265c7b789166062c8861bd5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\81\815a8e3b66559b0d1265c7b789166062c8861bd5.js is not in module cache!
  924. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  925. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cf\cf9c45e29398b29856527964dd8d734c5d4fdec4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cf\cf9c45e29398b29856527964dd8d734c5d4fdec4.js is not in module cache!
  926. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  927. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\8e\8e81d067c8870d70331d8b9656a976c1f558e5de.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\8e\8e81d067c8870d70331d8b9656a976c1f558e5de.js is not in module cache!
  928. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  929. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\df\df48ec67964f126550b0d5d71bec2b4cfc027d50.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\df\df48ec67964f126550b0d5d71bec2b4cfc027d50.js is not in module cache!
  930. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  931. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e0\e08485787ba9b2ad7c98e435102c966d3f5c64ae.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e0\e08485787ba9b2ad7c98e435102c966d3f5c64ae.js is not in module cache!
  932. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  933. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1d\1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1d\1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js is not in module cache!
  934. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  935. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\74\7404a8ee135932a387eac99bfb33951576fe8b67.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\74\7404a8ee135932a387eac99bfb33951576fe8b67.js is not in module cache!
  936. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  937. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f91b0c989c2a479c1da04fdb508bd586eba443c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f91b0c989c2a479c1da04fdb508bd586eba443c.js is not in module cache!
  938. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  939. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\34\34df8999c17a8450e101699bd789ccbd57ce24ce.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\34\34df8999c17a8450e101699bd789ccbd57ce24ce.js is not in module cache!
  940. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  941. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d5\d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d5\d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js is not in module cache!
  942. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  943. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5d\5d8144768428205eb83d54c7574071768f6c1b5b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5d\5d8144768428205eb83d54c7574071768f6c1b5b.js is not in module cache!
  944. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  945. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\3166d186d5cd2eca604e02fdebeb727752294da4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\3166d186d5cd2eca604e02fdebeb727752294da4.js is not in module cache!
  946. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  947. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a8\a89b293907eed8bf35922b74df584b59608173f2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a8\a89b293907eed8bf35922b74df584b59608173f2.js is not in module cache!
  948. 2025-1-23 18:28:29 - debug: [[Executor]] Register ClickPenetrate
  949. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  950. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\5908d1524fdbf33b63c9c924078b09b63cc7fc89.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\5908d1524fdbf33b63c9c924078b09b63cc7fc89.js is not in module cache!
  951. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  952. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\12\122ae41024fa99aa4949a176919256851ded60b7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\12\122ae41024fa99aa4949a176919256851ded60b7.js is not in module cache!
  953. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\38\38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\38\38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js is not in module cache!
  954. 2025-1-23 18:28:29 - debug: [[Executor]] Register ListItem
  955. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  956. 2025-1-23 18:28:29 - debug: [[Executor]] Register List
  957. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  958. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\71\71b930d6142312f684efd1718dfcd7bfd1e95eaa.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\71\71b930d6142312f684efd1718dfcd7bfd1e95eaa.js is not in module cache!
  959. 2025-1-23 18:28:29 - debug: [[Executor]] Register MotionTrail
  960. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  961. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a4\a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a4\a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js is not in module cache!
  962. 2025-1-23 18:28:29 - debug: [[Executor]] Register MovieClip
  963. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  964. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb13e961bcd8d7069545036fc45d02908c0eee94.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb13e961bcd8d7069545036fc45d02908c0eee94.js is not in module cache!
  965. 2025-1-23 18:28:29 - debug: [[Executor]] Register RewardFly
  966. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  967. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\20\20712297188dd3bbe9fb3acc1799edea45dda86b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\20\20712297188dd3bbe9fb3acc1799edea45dda86b.js is not in module cache!
  968. 2025-1-23 18:28:29 - debug: [[Executor]] Register SpineView
  969. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  970. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js is not in module cache!
  971. 2025-1-23 18:28:29 - debug: [[Executor]] Register UISpineMovie
  972. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  973. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js is not in module cache!
  974. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_UIAlert
  975. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  976. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\974d5e18287f52413bf4aef79e6b1b43e2db1119.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\974d5e18287f52413bf4aef79e6b1b43e2db1119.js is not in module cache!
  977. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b7\b71ec6998eef381fede6b5fd1614855829fc2f22.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b7\b71ec6998eef381fede6b5fd1614855829fc2f22.js is not in module cache!
  978. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  979. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  980. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\13\137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\13\137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js is not in module cache!
  981. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_UI_Notify
  982. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  983. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7a\7a060cba1d5a032475d6578a562fb8df8171eb0b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7a\7a060cba1d5a032475d6578a562fb8df8171eb0b.js is not in module cache!
  984. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  985. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c3\c307a58b694cc824581802a8099e6d62860adb91.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c3\c307a58b694cc824581802a8099e6d62860adb91.js is not in module cache!
  986. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_UIWaiting
  987. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  988. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9d\9d6b2307e211bf7d71fb96955f3a221662b8b975.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9d\9d6b2307e211bf7d71fb96955f3a221662b8b975.js is not in module cache!
  989. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  990. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\09\09a6fd4930dfcb5968a1b01550a6275640cfa703.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\09\09a6fd4930dfcb5968a1b01550a6275640cfa703.js is not in module cache!
  991. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  992. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\82\82914e241315735457587bc37563ed7db8183cd0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\82\82914e241315735457587bc37563ed7db8183cd0.js is not in module cache!
  993. 2025-1-23 18:28:29 - debug: [[Executor]] Register table_idiom
  994. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  995. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5c49ac26bc7b811c9d08fcff5242440f88d29d17.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5c49ac26bc7b811c9d08fcff5242440f88d29d17.js is not in module cache!
  996. 2025-1-23 18:28:29 - debug: [[Executor]] Register table_idiom_order
  997. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/5c/5c49ac26bc7b811c9d08fcff5242440f88d29d17.js" loaded.
  998. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c4\c4f98bd93a546a52de77fc64f647d47575afdfde.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c4\c4f98bd93a546a52de77fc64f647d47575afdfde.js is not in module cache!
  999. 2025-1-23 18:28:29 - debug: [[Executor]] Register table_idiom_unorder_1_3
  1000. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/c4/c4f98bd93a546a52de77fc64f647d47575afdfde.js" loaded.
  1001. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\084428b3dfc28ebcd60f1249169098df9f4287da.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\084428b3dfc28ebcd60f1249169098df9f4287da.js is not in module cache!
  1002. 2025-1-23 18:28:29 - debug: [[Executor]] Register table_idiom_unorder_2_2
  1003. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/08/084428b3dfc28ebcd60f1249169098df9f4287da.js" loaded.
  1004. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js is not in module cache!
  1005. 2025-1-23 18:28:29 - debug: [[Executor]] Register table_idiom_unorder_3_1
  1006. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/cb/cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js" loaded.
  1007. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b0\b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b0\b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js is not in module cache!
  1008. 2025-1-23 18:28:29 - debug: [[Executor]] Register table_level
  1009. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  1010. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a30868ce54a6c8efe10f298b9b16214ac85c863.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a30868ce54a6c8efe10f298b9b16214ac85c863.js is not in module cache!
  1011. 2025-1-23 18:28:29 - debug: [[Executor]] Register table_level_2
  1012. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/0a/0a30868ce54a6c8efe10f298b9b16214ac85c863.js" loaded.
  1013. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0e\0e87907262cdfe9bb04b67b17e1eca1e38126d79.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0e\0e87907262cdfe9bb04b67b17e1eca1e38126d79.js is not in module cache!
  1014. 2025-1-23 18:28:29 - debug: [[Executor]] Register table_store
  1015. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/0e/0e87907262cdfe9bb04b67b17e1eca1e38126d79.js" loaded.
  1016. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\505b34a78c0dbfe58195107ebd90b3bc5807bf10.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\505b34a78c0dbfe58195107ebd90b3bc5807bf10.js is not in module cache!
  1017. 2025-1-23 18:28:29 - debug: [[Executor]] Register table_task
  1018. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/50/505b34a78c0dbfe58195107ebd90b3bc5807bf10.js" loaded.
  1019. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\90\90cb08bdd2589bd4780881bf755dafe0306918a1.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\90\90cb08bdd2589bd4780881bf755dafe0306918a1.js is not in module cache!
  1020. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js is not in module cache!
  1021. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a4102a464059398e43bc26dd3fe1faf79989cb3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a4102a464059398e43bc26dd3fe1faf79989cb3.js is not in module cache!
  1022. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js is not in module cache!
  1023. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\67\67f356369ce567fe1898b7ae72038ee83758a446.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\67\67f356369ce567fe1898b7ae72038ee83758a446.js is not in module cache!
  1024. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js is not in module cache!
  1025. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js is not in module cache!
  1026. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\50dd8b1c328a686f05e0ea16e0613e3558f0f915.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\50dd8b1c328a686f05e0ea16e0613e3558f0f915.js is not in module cache!
  1027. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d4\d4808bb291a6c1906241b46a992fa068602b87c7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d4\d4808bb291a6c1906241b46a992fa068602b87c7.js is not in module cache!
  1028. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ef\ef2d221df54a2db9265b17ea24ca2a0b327d2619.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ef\ef2d221df54a2db9265b17ea24ca2a0b327d2619.js is not in module cache!
  1029. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a163e5eb12e84fcff92e09679473d95caa7ce42.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a163e5eb12e84fcff92e09679473d95caa7ce42.js is not in module cache!
  1030. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2c\2cb4568cc17fc880801c649b7e09213445038932.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2c\2cb4568cc17fc880801c649b7e09213445038932.js is not in module cache!
  1031. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\99\99b535d8a2435b17b7a999d87ff3be42be0d89f6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\99\99b535d8a2435b17b7a999d87ff3be42be0d89f6.js is not in module cache!
  1032. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js is not in module cache!
  1033. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js is not in module cache!
  1034. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f0\f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f0\f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js is not in module cache!
  1035. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\46\4669e191907a2a708fa7ba923dc04da98435f165.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\46\4669e191907a2a708fa7ba923dc04da98435f165.js is not in module cache!
  1036. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\92\9223b50b0b25e34c00abbd1136311e176203d399.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\92\9223b50b0b25e34c00abbd1136311e176203d399.js is not in module cache!
  1037. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\76\76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\76\76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js is not in module cache!
  1038. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a0\a0c4f651e5297607ee62681e54a78e7903383828.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a0\a0c4f651e5297607ee62681e54a78e7903383828.js is not in module cache!
  1039. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b9\b968f7f08649c00a45a730a74c55b98d374e1ea3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b9\b968f7f08649c00a45a730a74c55b98d374e1ea3.js is not in module cache!
  1040. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\fd\fd567b6cff2bda101ea5067e96a8431f92b55a12.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\fd\fd567b6cff2bda101ea5067e96a8431f92b55a12.js is not in module cache!
  1041. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4f\4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4f\4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js is not in module cache!
  1042. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c1\c10bd777343c22d44996eae3d1e908c1e444e54c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c1\c10bd777343c22d44996eae3d1e908c1e444e54c.js is not in module cache!
  1043. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d7e3424c179d135dc59489a147ede15a8748562.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d7e3424c179d135dc59489a147ede15a8748562.js is not in module cache!
  1044. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73e6dc2a8fc59081071dcebb82927640ef5a7f21.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73e6dc2a8fc59081071dcebb82927640ef5a7f21.js is not in module cache!
  1045. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\28\28edf65eb8d20daf82fac5a67080212e26e054c8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\28\28edf65eb8d20daf82fac5a67080212e26e054c8.js is not in module cache!
  1046. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d7e846ac7b691e2f62cb6f2e257f758a25829039.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d7e846ac7b691e2f62cb6f2e257f758a25829039.js is not in module cache!
  1047. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a8af0f15958f7b90e4c55917282aae8bec7ce55.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a8af0f15958f7b90e4c55917282aae8bec7ce55.js is not in module cache!
  1048. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b62ba828bd2568fd07a8c27879bd9e102538148.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b62ba828bd2568fd07a8c27879bd9e102538148.js is not in module cache!
  1049. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js is not in module cache!
  1050. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3a\3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3a\3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js is not in module cache!
  1051. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ca\caf1f57c4e93834ff6792756f81ca4dda67117d5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ca\caf1f57c4e93834ff6792756f81ca4dda67117d5.js is not in module cache!
  1052. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2e\2e8565b65da4744bcef3d3da0a471e3f78c932ab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2e\2e8565b65da4744bcef3d3da0a471e3f78c932ab.js is not in module cache!
  1053. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4a\4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4a\4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js is not in module cache!
  1054. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\30\30148fb61fef14f86e2cda463a167887dbf8cde4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\30\30148fb61fef14f86e2cda463a167887dbf8cde4.js is not in module cache!
  1055. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\aa\aa522899127047b80d0893406f275d7a7aa74d2c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\aa\aa522899127047b80d0893406f275d7a7aa74d2c.js is not in module cache!
  1056. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\64\648fcac29cbf9485ceab7e7d1359724ae2b1b196.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\64\648fcac29cbf9485ceab7e7d1359724ae2b1b196.js is not in module cache!
  1057. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7e\7e7ab0c417629d8b4decc7970b158f69484ca3a0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7e\7e7ab0c417629d8b4decc7970b158f69484ca3a0.js is not in module cache!
  1058. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\96\96e2fcee174623dab28594a5fc60dc89148d32de.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\96\96e2fcee174623dab28594a5fc60dc89148d32de.js is not in module cache!
  1059. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1a\1a017ea1d38c47616789b41b9b3ceca6cb903e59.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1a\1a017ea1d38c47616789b41b9b3ceca6cb903e59.js is not in module cache!
  1060. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41297756668c0510f828032e1d12f96a4d1a9194.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41297756668c0510f828032e1d12f96a4d1a9194.js is not in module cache!
  1061. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a5\a59d8099545685d191f1183a0f3bc7f3602b80cf.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a5\a59d8099545685d191f1183a0f3bc7f3602b80cf.js is not in module cache!
  1062. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47c8e77781a159f10d589db5916314688580bc33.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47c8e77781a159f10d589db5916314688580bc33.js is not in module cache!
  1063. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\394eb72f0b5be6799d0045482477175eb4563bad.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\394eb72f0b5be6799d0045482477175eb4563bad.js is not in module cache!
  1064. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b736ecb9c777512e2deca84bf06782f772c5a85.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b736ecb9c777512e2deca84bf06782f772c5a85.js is not in module cache!
  1065. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_GameRules
  1066. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  1067. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_GameRules
  1068. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  1069. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Idiom
  1070. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  1071. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Idioms
  1072. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  1073. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Idioms
  1074. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  1075. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Settings
  1076. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  1077. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Tips
  1078. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/2e/2e8565b65da4744bcef3d3da0a471e3f78c932ab.js" loaded.
  1079. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Hall
  1080. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  1081. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Head_Icon
  1082. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  1083. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Rank_Item
  1084. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  1085. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Rank
  1086. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  1087. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Rank
  1088. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  1089. 2025-1-23 18:28:29 - debug: [[Executor]] Register Sign_Reward
  1090. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  1091. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Sign
  1092. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  1093. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Sign
  1094. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  1095. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Invite
  1096. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  1097. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Invite
  1098. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  1099. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Store
  1100. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  1101. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Store
  1102. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  1103. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_SideBar
  1104. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  1105. 2025-1-23 18:28:29 - debug: [[Executor]] Register Start
  1106. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  1107. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_SideBar
  1108. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  1109. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Task_Item
  1110. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  1111. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Task
  1112. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  1113. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Task
  1114. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  1115. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Hall
  1116. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  1117. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Tips
  1118. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/76/76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js" loaded.
  1119. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Settings
  1120. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  1121. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Win
  1122. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  1123. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Win
  1124. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  1125. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Main
  1126. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  1127. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_TimesOver
  1128. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/c1/c10bd777343c22d44996eae3d1e908c1e444e54c.js" loaded.
  1129. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Fail
  1130. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  1131. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Fail
  1132. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  1133. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_TimesOver
  1134. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/ef/ef2d221df54a2db9265b17ea24ca2a0b327d2619.js" loaded.
  1135. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Main
  1136. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  1137. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  1138. 2025-1-23 18:28:29 - debug: [[Executor]] Register Hall
  1139. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  1140. 2025-1-23 18:28:29 - debug: [[Executor]] Register Cube_Infor
  1141. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  1142. 2025-1-23 18:28:29 - debug: [[Executor]] Register CreateIdiom
  1143. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  1144. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_LatticeFull
  1145. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/ca/caf1f57c4e93834ff6792756f81ca4dda67117d5.js" loaded.
  1146. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_LatticeFull
  1147. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/a6/a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js" loaded.
  1148. 2025-1-23 18:28:29 - debug: [[Executor]] Register Layout_Lock
  1149. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/3a/3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js" loaded.
  1150. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Lock
  1151. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/92/9223b50b0b25e34c00abbd1136311e176203d399.js" loaded.
  1152. 2025-1-23 18:28:29 - debug: [[Executor]] Register GameCtl
  1153. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  1154. 2025-1-23 18:28:29 - debug: [[Executor]] Register Container_Manager
  1155. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  1156. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js is not in module cache!
  1157. 2025-1-23 18:28:29 - debug: [[Executor]] Register UI_Item
  1158. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  1159. 2025-1-23 18:28:29 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\83\8346f1745fc6cfca5a9df831ccc439dc13140cfb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\83\8346f1745fc6cfca5a9df831ccc439dc13140cfb.js is not in module cache!
  1160. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/83/8346f1745fc6cfca5a9df831ccc439dc13140cfb.js" loaded.
  1161. 2025-1-23 18:28:29 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  1162. 2025-1-23 18:28:29 - groupEnd: Imports all modules
  1163. 2025-1-23 18:28:29 - debug: Incremental keys: chSdk,chsdk
  1164. 2025-1-23 18:28:29 - debug: Init bundle share assets start..., progress: 9%
  1165. 2025-1-23 18:28:29 - debug: Init bundle share assets success..., progress: 9%
  1166. 2025-1-23 18:28:29 - debug: handle json group in bundle internal
  1167. 2025-1-23 18:28:29 - debug: handle json group in bundle internal success
  1168. 2025-1-23 18:28:29 - debug: handle json group in bundle resources
  1169. 2025-1-23 18:28:29 - debug: handle json group in bundle main
  1170. 2025-1-23 18:28:29 - debug: handle json group in bundle module_extra
  1171. 2025-1-23 18:28:29 - debug: handle json group in bundle module_basic
  1172. 2025-1-23 18:28:29 - debug: handle json group in bundle module_game
  1173. 2025-1-23 18:28:29 - debug: init image compress task 0 in bundle internal
  1174. 2025-1-23 18:28:29 - debug: handle json group in bundle resources success
  1175. 2025-1-23 18:28:29 - debug: init image compress task 0 in bundle resources
  1176. 2025-1-23 18:28:29 - debug: handle json group in bundle module_basic success
  1177. 2025-1-23 18:28:29 - debug: init image compress task 0 in bundle module_basic
  1178. 2025-1-23 18:28:29 - debug: handle json group in bundle module_extra success
  1179. 2025-1-23 18:28:29 - debug: init image compress task 0 in bundle module_extra
  1180. 2025-1-23 18:28:29 - debug: handle json group in bundle main success
  1181. 2025-1-23 18:28:29 - debug: init image compress task 0 in bundle main
  1182. 2025-1-23 18:28:29 - debug: handle json group in bundle module_game success
  1183. 2025-1-23 18:28:29 - debug: init image compress task 0 in bundle module_game
  1184. 2025-1-23 18:28:29 - debug: // ---- build task 查询 Asset Bundle ---- (608ms)
  1185. 2025-1-23 18:28:29 - debug: run build task 查询 Asset Bundle success in 608 ms√, progress: 14%
  1186. 2025-1-23 18:28:29 - debug: [Build Memory track]: 查询 Asset Bundle start:171.58MB, end 198.07MB, increase: 26.49MB
  1187. 2025-1-23 18:28:29 - debug: 查询 Asset Bundle start, progress: 14%
  1188. 2025-1-23 18:28:29 - debug: // ---- build task 查询 Asset Bundle ----
  1189. 2025-1-23 18:28:30 - debug: // ---- build task 查询 Asset Bundle ---- (112ms)
  1190. 2025-1-23 18:28:30 - debug: run build task 查询 Asset Bundle success in 112 ms√, progress: 19%
  1191. 2025-1-23 18:28:30 - debug: [Build Memory track]: 查询 Asset Bundle start:198.11MB, end 198.43MB, increase: 328.58KB
  1192. 2025-1-23 18:28:30 - debug: 打包脚本 start, progress: 19%
  1193. 2025-1-23 18:28:30 - debug: // ---- build task 打包脚本 ----
  1194. 2025-1-23 18:28:30 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  1195. 2025-1-23 18:28:30 - log: [build-script]enter sub process 25704, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  1196. 2025-1-23 18:28:33 - debug: excute-script over with build-script 3655ms
  1197. 2025-1-23 18:28:33 - debug: Generate systemJs..., progress: 19%
  1198. 2025-1-23 18:28:33 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  1199. 2025-1-23 18:28:36 - debug: excute-script over with build-script 2586ms
  1200. 2025-1-23 18:28:36 - debug: 构建项目脚本 start..., progress: 19%
  1201. 2025-1-23 18:28:36 - debug: Build script in bundle start, progress: 19%
  1202. 2025-1-23 18:28:36 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  1203. 2025-1-23 18:28:40 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts
  1204. 2025-1-23 18:28:40 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  1205. 2025-1-23 18:28:44 - debug: excute-script over with build-script 8002ms
  1206. 2025-1-23 18:28:44 - debug: Copy externalScripts success!
  1207. 2025-1-23 18:28:44 - debug: Build script in bundle success, progress: 19%
  1208. 2025-1-23 18:28:44 - debug: 构建项目脚本 in (8102 ms) √, progress: 19%
  1209. 2025-1-23 18:28:44 - debug: 构建引擎脚本 start..., progress: 19%
  1210. 2025-1-23 18:28:44 - debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\eb86d1cb887caa950b2345052eaff7db)}
  1211. 2025-1-23 18:28:44 - debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","gfx-webgl2","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"HTML5","useCache":true,"nativeCodeBundleMode":"both","wasmCompressionMode":false,"split":false,"assetURLFormat":"runtime-resolved","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\web-mobile\\cocos-js","flags":{"DEBUG":false,"WEBGPU":false},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  1212. 2025-1-23 18:28:44 - debug: 构建引擎脚本 in (183 ms) √, progress: 19%
  1213. 2025-1-23 18:28:44 - debug: Copy plugin script ..., progress: 19%
  1214. 2025-1-23 18:28:44 - debug: Generate import-map..., progress: 19%
  1215. 2025-1-23 18:28:44 - debug: // ---- build task 打包脚本 ---- (14624ms)
  1216. 2025-1-23 18:28:44 - debug: run build task 打包脚本 success in 14 s√, progress: 24%
  1217. 2025-1-23 18:28:44 - debug: [Build Memory track]: 打包脚本 start:198.63MB, end 195.94MB, increase: -2764.19KB
  1218. 2025-1-23 18:28:44 - debug: Build Assets start, progress: 24%
  1219. 2025-1-23 18:28:44 - debug: // ---- build task Build Assets ----
  1220. 2025-1-23 18:28:44 - debug: Build bundles..., progress: 24%
  1221. 2025-1-23 18:28:44 - debug: Pack Images start, progress: 24%
  1222. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  1223. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  1224. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  1225. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  1226. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  1227. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  1228. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  1229. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  1230. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  1231. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  1232. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  1233. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  1234. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  1235. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  1236. 2025-1-23 18:28:45 - debug: Get Cache info of pac success {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  1237. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  1238. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  1239. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  1240. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  1241. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  1242. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  1243. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  1244. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  1245. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  1246. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  1247. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  1248. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  1249. 2025-1-23 18:28:45 - debug(2): remove spriteAtlas._uuid : {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  1250. 2025-1-23 18:28:45 - debug: remove spriteAtlas._uuid : {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  1251. 2025-1-23 18:28:45 - debug(2): remove spriteAtlas._uuid : {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  1252. 2025-1-23 18:28:45 - debug: builder:pack-auto-atlas-image (1021ms)
  1253. 2025-1-23 18:28:45 - debug: Pack Images success, progress: 24%
  1254. 2025-1-23 18:28:45 - debug: Compress image start..., progress: 24%
  1255. 2025-1-23 18:28:45 - group: Compress image...
  1256. 2025-1-23 18:28:45 - debug: sort compress task {}
  1257. 2025-1-23 18:28:45 - debug: Num of all image compress task 0, really: 0, configTasks: 0
  1258. 2025-1-23 18:28:45 - debug: No image need to compress
  1259. 2025-1-23 18:28:45 - groupEnd: Compress image...
  1260. 2025-1-23 18:28:45 - debug: Compress image success..., progress: 24%
  1261. 2025-1-23 18:28:45 - debug: Output asset in bundles start, progress: 24%
  1262. 2025-1-23 18:28:45 - debug: Handle all json groups in bundle internal
  1263. 2025-1-23 18:28:45 - debug: handle json group
  1264. 2025-1-23 18:28:45 - debug: Handle all json groups in bundle resources
  1265. 2025-1-23 18:28:45 - debug: handle json group
  1266. 2025-1-23 18:28:45 - debug: Handle all json groups in bundle main
  1267. 2025-1-23 18:28:45 - debug: handle json group
  1268. 2025-1-23 18:28:45 - debug: Handle all json groups in bundle module_extra
  1269. 2025-1-23 18:28:45 - debug: handle json group
  1270. 2025-1-23 18:28:45 - debug: handle single json
  1271. 2025-1-23 18:28:45 - debug: Handle all json groups in bundle module_basic
  1272. 2025-1-23 18:28:45 - debug: handle json group
  1273. 2025-1-23 18:28:45 - debug: Handle all json groups in bundle module_game
  1274. 2025-1-23 18:28:45 - debug: handle json group
  1275. 2025-1-23 18:28:45 - debug: Json group(03ccd410a) compile success,json number: 6
  1276. 2025-1-23 18:28:45 - debug: handle single json
  1277. 2025-1-23 18:28:45 - debug: Json group(07325bfaa) compile success,json number: 6
  1278. 2025-1-23 18:28:45 - debug: Json group(0a66f4293) compile success,json number: 6
  1279. 2025-1-23 18:28:45 - debug: Json group(0ba471961) compile success,json number: 6
  1280. 2025-1-23 18:28:45 - debug: handle single json
  1281. 2025-1-23 18:28:45 - debug: Json group(0119562e1) compile success,json number: 6
  1282. 2025-1-23 18:28:45 - debug: Json group(0e251093b) compile success,json number: 6
  1283. 2025-1-23 18:28:45 - debug: handle single json
  1284. 2025-1-23 18:28:45 - debug: Json group(0c9c3cc78) compile success,json number: 6
  1285. 2025-1-23 18:28:45 - debug: Json group(0a54f6860) compile success,json number: 6
  1286. 2025-1-23 18:28:45 - debug: handle single json
  1287. 2025-1-23 18:28:45 - debug: Json group(08d4f0835) compile success,json number: 6
  1288. 2025-1-23 18:28:45 - debug: Json group(093f10e90) compile success,json number: 6
  1289. 2025-1-23 18:28:46 - debug: Json group(02c882590) compile success,json number: 6
  1290. 2025-1-23 18:28:46 - debug: Json group(078a3a89c) compile success,json number: 6
  1291. 2025-1-23 18:28:46 - debug: Json group(0787c84da) compile success,json number: 6
  1292. 2025-1-23 18:28:46 - debug: Json group(03c9cd961) compile success,json number: 6
  1293. 2025-1-23 18:28:46 - debug: Json group(041ac2e1c) compile success,json number: 6
  1294. 2025-1-23 18:28:46 - debug: Json group(0471cee9c) compile success,json number: 6
  1295. 2025-1-23 18:28:46 - debug: Json group(04a6d010d) compile success,json number: 6
  1296. 2025-1-23 18:28:46 - debug: Json group(070166e93) compile success,json number: 6
  1297. 2025-1-23 18:28:46 - debug: Json group(02b639d30) compile success,json number: 6
  1298. 2025-1-23 18:28:46 - debug: Json group(06db2e96b) compile success,json number: 6
  1299. 2025-1-23 18:28:46 - debug: Json group(097e5daf7) compile success,json number: 6
  1300. 2025-1-23 18:28:46 - debug: Json group(0c5a2fc7e) compile success,json number: 6
  1301. 2025-1-23 18:28:46 - debug: Json group(0816c2a7a) compile success,json number: 6
  1302. 2025-1-23 18:28:46 - debug: Json group(01236a39b) compile success,json number: 6
  1303. 2025-1-23 18:28:46 - debug: Json group(0a46ee258) compile success,json number: 6
  1304. 2025-1-23 18:28:46 - debug: Json group(033a6699b) compile success,json number: 6
  1305. 2025-1-23 18:28:46 - debug: Json group(02d36d139) compile success,json number: 6
  1306. 2025-1-23 18:28:46 - debug: Json group(0d54cf783) compile success,json number: 6
  1307. 2025-1-23 18:28:46 - debug: handle single json
  1308. 2025-1-23 18:28:46 - debug: Output asset in bundles success, progress: 24%
  1309. 2025-1-23 18:28:46 - debug: Output asset in bundles start, progress: 24%
  1310. 2025-1-23 18:28:46 - debug: compress config of bundle internal...
  1311. 2025-1-23 18:28:46 - debug: compress config of bundle internal success
  1312. 2025-1-23 18:28:46 - debug: compress config of bundle resources...
  1313. 2025-1-23 18:28:46 - debug: compress config of bundle resources success
  1314. 2025-1-23 18:28:46 - debug: compress config of bundle main...
  1315. 2025-1-23 18:28:46 - debug: compress config of bundle main success
  1316. 2025-1-23 18:28:46 - debug: compress config of bundle module_extra...
  1317. 2025-1-23 18:28:46 - debug: compress config of bundle module_extra success
  1318. 2025-1-23 18:28:46 - debug: compress config of bundle module_basic...
  1319. 2025-1-23 18:28:46 - debug: compress config of bundle module_basic success
  1320. 2025-1-23 18:28:46 - debug: compress config of bundle module_game...
  1321. 2025-1-23 18:28:46 - debug: compress config of bundle module_game success
  1322. 2025-1-23 18:28:46 - debug: output config of bundle internal
  1323. 2025-1-23 18:28:46 - debug: output config of bundle internal success
  1324. 2025-1-23 18:28:46 - debug: output config of bundle resources
  1325. 2025-1-23 18:28:46 - debug: output config of bundle resources success
  1326. 2025-1-23 18:28:46 - debug: output config of bundle main
  1327. 2025-1-23 18:28:46 - debug: output config of bundle main success
  1328. 2025-1-23 18:28:46 - debug: output config of bundle module_extra
  1329. 2025-1-23 18:28:46 - debug: output config of bundle module_extra success
  1330. 2025-1-23 18:28:46 - debug: output config of bundle module_basic
  1331. 2025-1-23 18:28:46 - debug: output config of bundle module_basic success
  1332. 2025-1-23 18:28:46 - debug: output config of bundle module_game
  1333. 2025-1-23 18:28:46 - debug: output config of bundle module_game success
  1334. 2025-1-23 18:28:46 - debug: Output asset in bundles success, progress: 24%
  1335. 2025-1-23 18:28:46 - debug: // ---- build task Build Assets ---- (1703ms)
  1336. 2025-1-23 18:28:46 - debug: run build task Build Assets success in 1 s√, progress: 29%
  1337. 2025-1-23 18:28:46 - debug: [Build Memory track]: Build Assets start:195.97MB, end 204.35MB, increase: 8.38MB
  1338. 2025-1-23 18:28:46 - debug: 整理部分构建选项内数据到 settings.json start, progress: 29%
  1339. 2025-1-23 18:28:46 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  1340. 2025-1-23 18:28:46 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (43ms)
  1341. 2025-1-23 18:28:46 - debug: run build task 整理部分构建选项内数据到 settings.json success in 43 ms√, progress: 31%
  1342. 2025-1-23 18:28:46 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:204.45MB, end 204.57MB, increase: 128.22KB
  1343. 2025-1-23 18:28:46 - debug: 填充脚本数据到 settings.json start, progress: 31%
  1344. 2025-1-23 18:28:46 - debug: // ---- build task 填充脚本数据到 settings.json ----
  1345. 2025-1-23 18:28:46 - debug: // ---- build task 填充脚本数据到 settings.json ---- (57ms)
  1346. 2025-1-23 18:28:46 - debug: run build task 填充脚本数据到 settings.json success in 57 ms√, progress: 32%
  1347. 2025-1-23 18:28:46 - debug: [Build Memory track]: 填充脚本数据到 settings.json start:204.61MB, end 204.73MB, increase: 127.82KB
  1348. 2025-1-23 18:28:46 - debug: 整理部分构建选项内数据到 settings.json start, progress: 32%
  1349. 2025-1-23 18:28:46 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  1350. 2025-1-23 18:28:46 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (49ms)
  1351. 2025-1-23 18:28:46 - debug: run build task 整理部分构建选项内数据到 settings.json success in 49 ms√, progress: 34%
  1352. 2025-1-23 18:28:46 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:204.77MB, end 205.03MB, increase: 271.51KB
  1353. 2025-1-23 18:28:46 - debug: web-mobile:(onBeforeCompressSettings) start..., progress: 34%
  1354. 2025-1-23 18:28:46 - debug: // ---- build task web-mobile:onBeforeCompressSettings ----
  1355. 2025-1-23 18:28:46 - debug: // ---- build task web-mobile:onBeforeCompressSettings ---- (53ms)
  1356. 2025-1-23 18:28:46 - debug: web-mobile:(onBeforeCompressSettings) in 53 ms ✓, progress: 36%
  1357. 2025-1-23 18:28:46 - debug: cocos-service:(onBeforeCompressSettings) start..., progress: 36%
  1358. 2025-1-23 18:28:46 - debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  1359. 2025-1-23 18:28:46 - debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (210ms)
  1360. 2025-1-23 18:28:46 - debug: cocos-service:(onBeforeCompressSettings) in 210 ms ✓, progress: 38%
  1361. 2025-1-23 18:28:46 - debug: 整理静态模板文件 start, progress: 38%
  1362. 2025-1-23 18:28:46 - debug: // ---- build task 整理静态模板文件 ----
  1363. 2025-1-23 18:28:46 - debug: // ---- build task 整理静态模板文件 ---- (159ms)
  1364. 2025-1-23 18:28:46 - debug: run build task 整理静态模板文件 success in 159 ms√, progress: 43%
  1365. 2025-1-23 18:28:46 - debug: [Build Memory track]: 整理静态模板文件 start:205.45MB, end 208.04MB, increase: 2.59MB
  1366. 2025-1-23 18:28:46 - debug: cocos-service:(onAfterCompressSettings) start..., progress: 43%
  1367. 2025-1-23 18:28:46 - debug: // ---- build task cocos-service:onAfterCompressSettings ----
  1368. 2025-1-23 18:28:47 - debug: // ---- build task cocos-service:onAfterCompressSettings ---- (140ms)
  1369. 2025-1-23 18:28:47 - debug: cocos-service:(onAfterCompressSettings) in 140 ms ✓, progress: 45%
  1370. 2025-1-23 18:28:47 - debug: web-mobile:(onBeforeCopyBuildTemplate) start..., progress: 45%
  1371. 2025-1-23 18:28:47 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ----
  1372. 2025-1-23 18:28:47 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ---- (153ms)
  1373. 2025-1-23 18:28:47 - debug: web-mobile:(onBeforeCopyBuildTemplate) in 153 ms ✓, progress: 46%
  1374. 2025-1-23 18:28:47 - debug: 给所有的资源加上 MD5 后缀 start, progress: 46%
  1375. 2025-1-23 18:28:47 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  1376. 2025-1-23 18:28:47 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (45ms)
  1377. 2025-1-23 18:28:47 - debug: run build task 给所有的资源加上 MD5 后缀 success in 45 ms√, progress: 56%
  1378. 2025-1-23 18:28:47 - debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:211.10MB, end 211.22MB, increase: 126.61KB
  1379. 2025-1-23 18:28:47 - debug: cocos-service:(onAfterBuild) start..., progress: 56%
  1380. 2025-1-23 18:28:47 - debug: // ---- build task cocos-service:onAfterBuild ----
  1381. 2025-1-23 18:28:47 - debug: // ---- build task cocos-service:onAfterBuild ---- (98ms)
  1382. 2025-1-23 18:28:47 - debug: cocos-service:(onAfterBuild) in 98 ms ✓, progress: 58%
  1383. 2025-1-23 18:28:47 - debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 58%
  1384. 2025-1-23 18:28:47 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  1385. 2025-1-23 18:28:47 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (47ms)
  1386. 2025-1-23 18:28:47 - debug: adsense-h5g-plugin:(onAfterBuild) in 47 ms ✓, progress: 60%
  1387. 2025-1-23 18:28:47 - log: Asset DB is resume!
  1388. 2025-1-23 18:28:47 - debug: builder:build-project-total (19382ms)
  1389. 2025-1-23 18:28:47 - debug: build success in 19382!
  1390. 2025-1-23 18:28:47 - debug: [Build Memory track]: builder:build-project-total start:173.02MB, end 208.90MB, increase: 35.87MB
  1391. 2025-1-23 18:28:47 - debug: ================================ build Task (web-mobile) Finished in (19 s)ms ================================
  1392. 2025-1-24 15:24:39 - debug: =================================== build Task (web-mobile) Start ================================
  1393. 2025-1-24 15:24:39 - debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"web-mobile","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"includeModules":{"gfx-webgl2":"on","physics":"inherit-project-setting","physics-2d":"inherit-project-setting"},"macroConfig":{"cleanupImageCache":"inherit-project-setting"}},"nativeCodeBundleMode":"both","polyfills":{"asyncFunctions":true},"experimentalEraseModules":false,"startSceneAssetBundle":false,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"merge_dep","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"web-mobile","taskName":"web-mobile","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":false,"packages":{"adsense-h5g-plugin":{"enableAdsense":false,"enableTestAd":false,"__version__":"1.0.1","AFPHostPropertyCode":"ca-host-pub-5396158963872751","AFPHostDomain":"douyougame.com","otherAFPHostPropertyCode":"","otherAFPDomain":""},"web-mobile":{"useWebGPU":false,"orientation":"auto","embedWebDebugger":false,"__version__":"1.0.1"},"cocos-service":{"configID":"7dcd5c","services":[]}},"__version__":"1.3.8","logDest":"project://temp/builder/log/web-mobile2025-1-22 19-22.log"}
  1394. 2025-1-24 15:24:39 - debug: Build with Cocos Creator 3.8.4
  1395. 2025-1-24 15:24:39 - debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  1396. 2025-1-24 15:24:39 - debug: // ---- build task cocos-service:onBeforeBuild ----
  1397. 2025-1-24 15:24:40 - debug: // ---- build task cocos-service:onBeforeBuild ---- (200ms)
  1398. 2025-1-24 15:24:40 - debug: cocos-service:(onBeforeBuild) in 200 ms ✓, progress: 2%
  1399. 2025-1-24 15:24:40 - debug: scene:(onBeforeBuild) start..., progress: 2%
  1400. 2025-1-24 15:24:40 - debug: // ---- build task scene:onBeforeBuild ----
  1401. 2025-1-24 15:24:40 - debug: // ---- build task scene:onBeforeBuild ---- (40ms)
  1402. 2025-1-24 15:24:40 - debug: scene:(onBeforeBuild) in 40 ms ✓, progress: 4%
  1403. 2025-1-24 15:24:40 - debug: Start lock asset db..., progress: 4%
  1404. 2025-1-24 15:24:40 - log: Asset DB is paused with build!
  1405. 2025-1-24 15:24:40 - debug: Query all assets info in project
  1406. 2025-1-24 15:24:40 - debug: init custom config: keepNodeUuid: false, useCache: true
  1407. 2025-1-24 15:24:40 - debug: web-mobile:(onAfterInit) start..., progress: 4%
  1408. 2025-1-24 15:24:40 - debug: // ---- build task web-mobile:onAfterInit ----
  1409. 2025-1-24 15:24:40 - debug: // ---- build task web-mobile:onAfterInit ---- (21ms)
  1410. 2025-1-24 15:24:40 - debug: web-mobile:(onAfterInit) in 21 ms ✓, progress: 5%
  1411. 2025-1-24 15:24:40 - debug: cocos-service:(onAfterInit) start..., progress: 5%
  1412. 2025-1-24 15:24:40 - debug: // ---- build task cocos-service:onAfterInit ----
  1413. 2025-1-24 15:24:40 - debug: // ---- build task cocos-service:onAfterInit ---- (126ms)
  1414. 2025-1-24 15:24:40 - debug: cocos-service:(onAfterInit) in 126 ms ✓, progress: 7%
  1415. 2025-1-24 15:24:40 - debug: engine:(onAfterInit) start..., progress: 7%
  1416. 2025-1-24 15:24:40 - debug: // ---- build task engine:onAfterInit ----
  1417. 2025-1-24 15:24:40 - debug: // ---- build task engine:onAfterInit ---- (41ms)
  1418. 2025-1-24 15:24:40 - debug: engine:(onAfterInit) in 41 ms ✓, progress: 9%
  1419. 2025-1-24 15:24:40 - debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  1420. 2025-1-24 15:24:40 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  1421. 2025-1-24 15:24:40 - debug: [adsense-h5g-plugin] remove script success
  1422. 2025-1-24 15:24:40 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (48ms)
  1423. 2025-1-24 15:24:40 - debug: adsense-h5g-plugin:(onBeforeBundleInit) in 48 ms ✓, progress: 9%
  1424. 2025-1-24 15:24:40 - debug: Init all bundles start..., progress: 9%
  1425. 2025-1-24 15:24:40 - debug: Num of bundles: 6..., progress: 9%
  1426. 2025-1-24 15:24:40 - debug: web-mobile:(onAfterBundleInit) start..., progress: 9%
  1427. 2025-1-24 15:24:40 - debug: // ---- build task web-mobile:onAfterBundleInit ----
  1428. 2025-1-24 15:24:40 - debug: // ---- build task web-mobile:onAfterBundleInit ---- (76ms)
  1429. 2025-1-24 15:24:40 - debug: web-mobile:(onAfterBundleInit) in 76 ms ✓, progress: 9%
  1430. 2025-1-24 15:24:40 - debug: 查询 Asset Bundle start, progress: 9%
  1431. 2025-1-24 15:24:40 - debug: // ---- build task 查询 Asset Bundle ----
  1432. 2025-1-24 15:24:40 - debug: Init bundle root assets start..., progress: 9%
  1433. 2025-1-24 15:24:40 - debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  1434. 2025-1-24 15:24:40 - debug: Number of all scenes: 3
  1435. 2025-1-24 15:24:40 - debug: Number of all scripts: 128
  1436. 2025-1-24 15:24:40 - debug: Number of other assets: 1204
  1437. 2025-1-24 15:24:40 - debug: Init bundle root assets success..., progress: 9%
  1438. 2025-1-24 15:24:40 - debug: reload all scripts.
  1439. 2025-1-24 15:24:40 - debug: Set detail map pack:///resolution-detail-map.json: {}
  1440. 2025-1-24 15:24:40 - groupCollapsed: Invalidate all modules
  1441. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\93\93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\93\93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js is not in module cache!
  1442. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/base" loaded.
  1443. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl" loaded.
  1444. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl2" loaded.
  1445. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-empty" loaded.
  1446. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgpu" loaded.
  1447. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/3d" loaded.
  1448. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/animation" loaded.
  1449. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/skeletal-animation" loaded.
  1450. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/2d" loaded.
  1451. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/sorting" loaded.
  1452. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/ui" loaded.
  1453. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle" loaded.
  1454. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle-2d" loaded.
  1455. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-framework" loaded.
  1456. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-framework" loaded.
  1457. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-box2d-wasm" loaded.
  1458. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/intersection-2d" loaded.
  1459. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/primitive" loaded.
  1460. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/profiler" loaded.
  1461. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/geometry-renderer" loaded.
  1462. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/audio" loaded.
  1463. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/video" loaded.
  1464. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/xr" loaded.
  1465. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/light-probe" loaded.
  1466. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/terrain" loaded.
  1467. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/webview" loaded.
  1468. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tween" loaded.
  1469. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tiled-map" loaded.
  1470. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/spine" loaded.
  1471. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/dragon-bones" loaded.
  1472. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline" loaded.
  1473. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline-post-process" loaded.
  1474. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/legacy-pipeline" loaded.
  1475. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/base" loaded.
  1476. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl" loaded.
  1477. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl2" loaded.
  1478. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-empty" loaded.
  1479. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgpu" loaded.
  1480. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/3d" loaded.
  1481. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/animation" loaded.
  1482. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/skeletal-animation" loaded.
  1483. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/2d" loaded.
  1484. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/sorting" loaded.
  1485. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/ui" loaded.
  1486. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle" loaded.
  1487. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle-2d" loaded.
  1488. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-framework" loaded.
  1489. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-framework" loaded.
  1490. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-box2d-wasm" loaded.
  1491. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/intersection-2d" loaded.
  1492. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/primitive" loaded.
  1493. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/profiler" loaded.
  1494. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/geometry-renderer" loaded.
  1495. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/audio" loaded.
  1496. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/video" loaded.
  1497. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/xr" loaded.
  1498. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/light-probe" loaded.
  1499. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/terrain" loaded.
  1500. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/webview" loaded.
  1501. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tween" loaded.
  1502. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tiled-map" loaded.
  1503. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/spine" loaded.
  1504. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/dragon-bones" loaded.
  1505. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline" loaded.
  1506. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline-post-process" loaded.
  1507. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/legacy-pipeline" loaded.
  1508. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  1509. 2025-1-24 15:24:40 - debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  1510. 2025-1-24 15:24:40 - groupEnd: Invalidate all modules
  1511. 2025-1-24 15:24:40 - groupCollapsed: Imports all modules
  1512. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  1513. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  1514. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  1515. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d6\d6137fe08bf966a053351bb405928e5a6390befd.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d6\d6137fe08bf966a053351bb405928e5a6390befd.js is not in module cache!
  1516. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b349769b96cc4c1dff92d5d6f941366e27a02c6b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b349769b96cc4c1dff92d5d6f941366e27a02c6b.js is not in module cache!
  1517. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a5019a719a9014c047e67aa1cf34453ab8392ce.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a5019a719a9014c047e67aa1cf34453ab8392ce.js is not in module cache!
  1518. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  1519. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/engine-export-to-editor/cc/editor/populate-internal-constants" loaded.
  1520. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  1521. 2025-1-24 15:24:40 - debug: [[Executor]] Module "cce:/internal/x/engine-export-to-editor/cc/editor/populate-internal-constants" loaded.
  1522. 2025-1-24 15:24:40 - debug: [[Executor]] Register BuiltinPipelineSettings
  1523. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  1524. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\59b7958b47eec6168615a6469581f8f48e26cb00.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\59b7958b47eec6168615a6469581f8f48e26cb00.js is not in module cache!
  1525. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  1526. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\9758c8bdbb4fd247ebce274d105abb8265561b82.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\9758c8bdbb4fd247ebce274d105abb8265561b82.js is not in module cache!
  1527. 2025-1-24 15:24:40 - debug: [[Executor]] Register DebugViewRuntimeControl
  1528. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  1529. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ba\bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ba\bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js is not in module cache!
  1530. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  1531. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3c\3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3c\3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js is not in module cache!
  1532. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  1533. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e9\e908646c1435d653de6447e2ae846c959ac29b33.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e9\e908646c1435d653de6447e2ae846c959ac29b33.js is not in module cache!
  1534. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  1535. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e6\e671bb16456ad253c126408d753c04295ea07129.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e6\e671bb16456ad253c126408d753c04295ea07129.js is not in module cache!
  1536. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5a\5ad9214371678a1d97027b6cf28752dcbab25e0f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5a\5ad9214371678a1d97027b6cf28752dcbab25e0f.js is not in module cache!
  1537. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3f\3f8dff31feda7b51e2d0428361dac48e18834ed8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3f\3f8dff31feda7b51e2d0428361dac48e18834ed8.js is not in module cache!
  1538. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a62597dd07a24c3714ad095eedbfc8f76f2d165c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a62597dd07a24c3714ad095eedbfc8f76f2d165c.js is not in module cache!
  1539. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41d16e1f8113566bf1c111c20aceca9e4a6626d6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41d16e1f8113566bf1c111c20aceca9e4a6626d6.js is not in module cache!
  1540. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js is not in module cache!
  1541. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js is not in module cache!
  1542. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\87\879eb4b2cb07a55807079158fde54421bac04056.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\87\879eb4b2cb07a55807079158fde54421bac04056.js is not in module cache!
  1543. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\3975fe5ce64c51324369e49e8afd9c685ef1036d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\3975fe5ce64c51324369e49e8afd9c685ef1036d.js is not in module cache!
  1544. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\72\72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\72\72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js is not in module cache!
  1545. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  1546. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  1547. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  1548. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  1549. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  1550. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  1551. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  1552. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  1553. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  1554. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  1555. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d72ce35042ce99e7f64ae289f73e61427ebc5661.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d72ce35042ce99e7f64ae289f73e61427ebc5661.js is not in module cache!
  1556. 2025-1-24 15:24:40 - debug: [[Executor]] Register ch_sdk_comp
  1557. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  1558. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\31f21e9610b2e754c9705fb8b4947b7629eba3ec.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\31f21e9610b2e754c9705fb8b4947b7629eba3ec.js is not in module cache!
  1559. 2025-1-24 15:24:40 - debug: [[Executor]] Register ch_start_pack
  1560. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  1561. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e2\e2c07fd606d93eb79afeed6ef4de521f2be03414.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e2\e2c07fd606d93eb79afeed6ef4de521f2be03414.js is not in module cache!
  1562. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c6623815813aae756c57cca6f89a3182c222719.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c6623815813aae756c57cca6f89a3182c222719.js is not in module cache!
  1563. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\33\33d6d868e05219070a908e953bde210e54f92e26.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\33\33d6d868e05219070a908e953bde210e54f92e26.js is not in module cache!
  1564. 2025-1-24 15:24:40 - debug: [[Executor]] Register __NodeEventAgent__
  1565. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  1566. 2025-1-24 15:24:40 - debug: [[Executor]] Register ResolutionAutoFit
  1567. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  1568. 2025-1-24 15:24:40 - debug: [[Executor]] Register ui_updater
  1569. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  1570. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6b\6b45817391fda8032e9c3052f72099ae80b977e5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6b\6b45817391fda8032e9c3052f72099ae80b977e5.js is not in module cache!
  1571. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  1572. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9b\9b4abce15a8c07b4b00096caaa35df726664c0eb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9b\9b4abce15a8c07b4b00096caaa35df726664c0eb.js is not in module cache!
  1573. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  1574. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\51\518c777b9b184349470f0a8548bfc02a3ac13b12.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\51\518c777b9b184349470f0a8548bfc02a3ac13b12.js is not in module cache!
  1575. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  1576. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73c6533bf475cf801676942513edca165a6ed07f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73c6533bf475cf801676942513edca165a6ed07f.js is not in module cache!
  1577. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  1578. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\79\79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\79\79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js is not in module cache!
  1579. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  1580. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js is not in module cache!
  1581. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  1582. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\bd\bd8a015d9f05319ae091f7383c093a5f26a12133.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\bd\bd8a015d9f05319ae091f7383c093a5f26a12133.js is not in module cache!
  1583. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  1584. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js is not in module cache!
  1585. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  1586. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c9\c969313d23703c6a3fcc53d5e71bae664ed7849e.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c9\c969313d23703c6a3fcc53d5e71bae664ed7849e.js is not in module cache!
  1587. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  1588. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\53\5355f477731c1aa517e29e27c45ac35bf99fe727.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\53\5355f477731c1aa517e29e27c45ac35bf99fe727.js is not in module cache!
  1589. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  1590. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js is not in module cache!
  1591. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  1592. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e5\e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e5\e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js is not in module cache!
  1593. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  1594. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d8\d8ea009be5644c7164c4b5ae51cd349e5525e465.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d8\d8ea009be5644c7164c4b5ae51cd349e5525e465.js is not in module cache!
  1595. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  1596. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4e\4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4e\4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js is not in module cache!
  1597. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  1598. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\17\1787d8e2147a43214097b7b6fea81022fa7297b5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\17\1787d8e2147a43214097b7b6fea81022fa7297b5.js is not in module cache!
  1599. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  1600. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f7\f780142056b451af1186d982a8e16130bfd276a2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f7\f780142056b451af1186d982a8e16130bfd276a2.js is not in module cache!
  1601. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  1602. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b6\b601769373047d5119da5c4cb4b3a4bba6a651af.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b6\b601769373047d5119da5c4cb4b3a4bba6a651af.js is not in module cache!
  1603. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  1604. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js is not in module cache!
  1605. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c0\c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c0\c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js is not in module cache!
  1606. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  1607. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  1608. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\81\815a8e3b66559b0d1265c7b789166062c8861bd5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\81\815a8e3b66559b0d1265c7b789166062c8861bd5.js is not in module cache!
  1609. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  1610. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cf\cf9c45e29398b29856527964dd8d734c5d4fdec4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cf\cf9c45e29398b29856527964dd8d734c5d4fdec4.js is not in module cache!
  1611. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  1612. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\8e\8e81d067c8870d70331d8b9656a976c1f558e5de.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\8e\8e81d067c8870d70331d8b9656a976c1f558e5de.js is not in module cache!
  1613. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  1614. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\df\df48ec67964f126550b0d5d71bec2b4cfc027d50.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\df\df48ec67964f126550b0d5d71bec2b4cfc027d50.js is not in module cache!
  1615. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  1616. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e0\e08485787ba9b2ad7c98e435102c966d3f5c64ae.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e0\e08485787ba9b2ad7c98e435102c966d3f5c64ae.js is not in module cache!
  1617. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  1618. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1d\1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1d\1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js is not in module cache!
  1619. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  1620. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\74\7404a8ee135932a387eac99bfb33951576fe8b67.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\74\7404a8ee135932a387eac99bfb33951576fe8b67.js is not in module cache!
  1621. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  1622. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f91b0c989c2a479c1da04fdb508bd586eba443c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f91b0c989c2a479c1da04fdb508bd586eba443c.js is not in module cache!
  1623. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  1624. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\34\34df8999c17a8450e101699bd789ccbd57ce24ce.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\34\34df8999c17a8450e101699bd789ccbd57ce24ce.js is not in module cache!
  1625. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  1626. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d5\d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d5\d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js is not in module cache!
  1627. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  1628. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5d\5d8144768428205eb83d54c7574071768f6c1b5b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5d\5d8144768428205eb83d54c7574071768f6c1b5b.js is not in module cache!
  1629. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  1630. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\3166d186d5cd2eca604e02fdebeb727752294da4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\3166d186d5cd2eca604e02fdebeb727752294da4.js is not in module cache!
  1631. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  1632. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a8\a89b293907eed8bf35922b74df584b59608173f2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a8\a89b293907eed8bf35922b74df584b59608173f2.js is not in module cache!
  1633. 2025-1-24 15:24:40 - debug: [[Executor]] Register ClickPenetrate
  1634. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  1635. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\5908d1524fdbf33b63c9c924078b09b63cc7fc89.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\5908d1524fdbf33b63c9c924078b09b63cc7fc89.js is not in module cache!
  1636. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  1637. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\12\122ae41024fa99aa4949a176919256851ded60b7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\12\122ae41024fa99aa4949a176919256851ded60b7.js is not in module cache!
  1638. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\38\38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\38\38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js is not in module cache!
  1639. 2025-1-24 15:24:40 - debug: [[Executor]] Register ListItem
  1640. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  1641. 2025-1-24 15:24:40 - debug: [[Executor]] Register List
  1642. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  1643. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\71\71b930d6142312f684efd1718dfcd7bfd1e95eaa.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\71\71b930d6142312f684efd1718dfcd7bfd1e95eaa.js is not in module cache!
  1644. 2025-1-24 15:24:40 - debug: [[Executor]] Register MotionTrail
  1645. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  1646. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a4\a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a4\a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js is not in module cache!
  1647. 2025-1-24 15:24:40 - debug: [[Executor]] Register MovieClip
  1648. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  1649. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb13e961bcd8d7069545036fc45d02908c0eee94.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb13e961bcd8d7069545036fc45d02908c0eee94.js is not in module cache!
  1650. 2025-1-24 15:24:40 - debug: [[Executor]] Register RewardFly
  1651. 2025-1-24 15:24:40 - debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  1652. 2025-1-24 15:24:40 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\20\20712297188dd3bbe9fb3acc1799edea45dda86b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\20\20712297188dd3bbe9fb3acc1799edea45dda86b.js is not in module cache!
  1653. 2025-1-24 15:24:40 - debug: [[Executor]] Register SpineView
  1654. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  1655. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js is not in module cache!
  1656. 2025-1-24 15:24:41 - debug: [[Executor]] Register UISpineMovie
  1657. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  1658. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js is not in module cache!
  1659. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_UIAlert
  1660. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  1661. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\974d5e18287f52413bf4aef79e6b1b43e2db1119.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\974d5e18287f52413bf4aef79e6b1b43e2db1119.js is not in module cache!
  1662. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b7\b71ec6998eef381fede6b5fd1614855829fc2f22.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b7\b71ec6998eef381fede6b5fd1614855829fc2f22.js is not in module cache!
  1663. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  1664. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  1665. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\13\137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\13\137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js is not in module cache!
  1666. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_UI_Notify
  1667. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  1668. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7a\7a060cba1d5a032475d6578a562fb8df8171eb0b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7a\7a060cba1d5a032475d6578a562fb8df8171eb0b.js is not in module cache!
  1669. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  1670. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c3\c307a58b694cc824581802a8099e6d62860adb91.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c3\c307a58b694cc824581802a8099e6d62860adb91.js is not in module cache!
  1671. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_UIWaiting
  1672. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  1673. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9d\9d6b2307e211bf7d71fb96955f3a221662b8b975.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9d\9d6b2307e211bf7d71fb96955f3a221662b8b975.js is not in module cache!
  1674. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  1675. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\09\09a6fd4930dfcb5968a1b01550a6275640cfa703.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\09\09a6fd4930dfcb5968a1b01550a6275640cfa703.js is not in module cache!
  1676. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  1677. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\82\82914e241315735457587bc37563ed7db8183cd0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\82\82914e241315735457587bc37563ed7db8183cd0.js is not in module cache!
  1678. 2025-1-24 15:24:41 - debug: [[Executor]] Register table_idiom
  1679. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  1680. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5c49ac26bc7b811c9d08fcff5242440f88d29d17.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5c49ac26bc7b811c9d08fcff5242440f88d29d17.js is not in module cache!
  1681. 2025-1-24 15:24:41 - debug: [[Executor]] Register table_idiom_order
  1682. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/5c/5c49ac26bc7b811c9d08fcff5242440f88d29d17.js" loaded.
  1683. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c4\c4f98bd93a546a52de77fc64f647d47575afdfde.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c4\c4f98bd93a546a52de77fc64f647d47575afdfde.js is not in module cache!
  1684. 2025-1-24 15:24:41 - debug: [[Executor]] Register table_idiom_unorder_1_3
  1685. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/c4/c4f98bd93a546a52de77fc64f647d47575afdfde.js" loaded.
  1686. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\084428b3dfc28ebcd60f1249169098df9f4287da.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\084428b3dfc28ebcd60f1249169098df9f4287da.js is not in module cache!
  1687. 2025-1-24 15:24:41 - debug: [[Executor]] Register table_idiom_unorder_2_2
  1688. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/08/084428b3dfc28ebcd60f1249169098df9f4287da.js" loaded.
  1689. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js is not in module cache!
  1690. 2025-1-24 15:24:41 - debug: [[Executor]] Register table_idiom_unorder_3_1
  1691. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/cb/cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js" loaded.
  1692. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b0\b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b0\b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js is not in module cache!
  1693. 2025-1-24 15:24:41 - debug: [[Executor]] Register table_level
  1694. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  1695. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a30868ce54a6c8efe10f298b9b16214ac85c863.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a30868ce54a6c8efe10f298b9b16214ac85c863.js is not in module cache!
  1696. 2025-1-24 15:24:41 - debug: [[Executor]] Register table_level_2
  1697. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/0a/0a30868ce54a6c8efe10f298b9b16214ac85c863.js" loaded.
  1698. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0e\0e87907262cdfe9bb04b67b17e1eca1e38126d79.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0e\0e87907262cdfe9bb04b67b17e1eca1e38126d79.js is not in module cache!
  1699. 2025-1-24 15:24:41 - debug: [[Executor]] Register table_store
  1700. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/0e/0e87907262cdfe9bb04b67b17e1eca1e38126d79.js" loaded.
  1701. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\505b34a78c0dbfe58195107ebd90b3bc5807bf10.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\505b34a78c0dbfe58195107ebd90b3bc5807bf10.js is not in module cache!
  1702. 2025-1-24 15:24:41 - debug: [[Executor]] Register table_task
  1703. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/50/505b34a78c0dbfe58195107ebd90b3bc5807bf10.js" loaded.
  1704. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\90\90cb08bdd2589bd4780881bf755dafe0306918a1.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\90\90cb08bdd2589bd4780881bf755dafe0306918a1.js is not in module cache!
  1705. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js is not in module cache!
  1706. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js is not in module cache!
  1707. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js is not in module cache!
  1708. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js is not in module cache!
  1709. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a4102a464059398e43bc26dd3fe1faf79989cb3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a4102a464059398e43bc26dd3fe1faf79989cb3.js is not in module cache!
  1710. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\67\67f356369ce567fe1898b7ae72038ee83758a446.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\67\67f356369ce567fe1898b7ae72038ee83758a446.js is not in module cache!
  1711. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js is not in module cache!
  1712. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f0\f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f0\f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js is not in module cache!
  1713. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2c\2cb4568cc17fc880801c649b7e09213445038932.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2c\2cb4568cc17fc880801c649b7e09213445038932.js is not in module cache!
  1714. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\46\4669e191907a2a708fa7ba923dc04da98435f165.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\46\4669e191907a2a708fa7ba923dc04da98435f165.js is not in module cache!
  1715. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d4\d4808bb291a6c1906241b46a992fa068602b87c7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d4\d4808bb291a6c1906241b46a992fa068602b87c7.js is not in module cache!
  1716. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a163e5eb12e84fcff92e09679473d95caa7ce42.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a163e5eb12e84fcff92e09679473d95caa7ce42.js is not in module cache!
  1717. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\99\99b535d8a2435b17b7a999d87ff3be42be0d89f6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\99\99b535d8a2435b17b7a999d87ff3be42be0d89f6.js is not in module cache!
  1718. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ef\ef2d221df54a2db9265b17ea24ca2a0b327d2619.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ef\ef2d221df54a2db9265b17ea24ca2a0b327d2619.js is not in module cache!
  1719. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\50dd8b1c328a686f05e0ea16e0613e3558f0f915.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\50dd8b1c328a686f05e0ea16e0613e3558f0f915.js is not in module cache!
  1720. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\92\9223b50b0b25e34c00abbd1136311e176203d399.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\92\9223b50b0b25e34c00abbd1136311e176203d399.js is not in module cache!
  1721. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js is not in module cache!
  1722. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4f\4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4f\4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js is not in module cache!
  1723. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d7e3424c179d135dc59489a147ede15a8748562.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d7e3424c179d135dc59489a147ede15a8748562.js is not in module cache!
  1724. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\28\28edf65eb8d20daf82fac5a67080212e26e054c8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\28\28edf65eb8d20daf82fac5a67080212e26e054c8.js is not in module cache!
  1725. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a8af0f15958f7b90e4c55917282aae8bec7ce55.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a8af0f15958f7b90e4c55917282aae8bec7ce55.js is not in module cache!
  1726. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b9\b968f7f08649c00a45a730a74c55b98d374e1ea3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b9\b968f7f08649c00a45a730a74c55b98d374e1ea3.js is not in module cache!
  1727. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b62ba828bd2568fd07a8c27879bd9e102538148.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b62ba828bd2568fd07a8c27879bd9e102538148.js is not in module cache!
  1728. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js is not in module cache!
  1729. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73e6dc2a8fc59081071dcebb82927640ef5a7f21.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73e6dc2a8fc59081071dcebb82927640ef5a7f21.js is not in module cache!
  1730. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c1\c10bd777343c22d44996eae3d1e908c1e444e54c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c1\c10bd777343c22d44996eae3d1e908c1e444e54c.js is not in module cache!
  1731. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d7e846ac7b691e2f62cb6f2e257f758a25829039.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d7e846ac7b691e2f62cb6f2e257f758a25829039.js is not in module cache!
  1732. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a0\a0c4f651e5297607ee62681e54a78e7903383828.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a0\a0c4f651e5297607ee62681e54a78e7903383828.js is not in module cache!
  1733. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3a\3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3a\3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js is not in module cache!
  1734. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\fd\fd567b6cff2bda101ea5067e96a8431f92b55a12.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\fd\fd567b6cff2bda101ea5067e96a8431f92b55a12.js is not in module cache!
  1735. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\76\76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\76\76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js is not in module cache!
  1736. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ca\caf1f57c4e93834ff6792756f81ca4dda67117d5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ca\caf1f57c4e93834ff6792756f81ca4dda67117d5.js is not in module cache!
  1737. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7e\7e7ab0c417629d8b4decc7970b158f69484ca3a0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7e\7e7ab0c417629d8b4decc7970b158f69484ca3a0.js is not in module cache!
  1738. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\aa\aa522899127047b80d0893406f275d7a7aa74d2c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\aa\aa522899127047b80d0893406f275d7a7aa74d2c.js is not in module cache!
  1739. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\30\30148fb61fef14f86e2cda463a167887dbf8cde4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\30\30148fb61fef14f86e2cda463a167887dbf8cde4.js is not in module cache!
  1740. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1a\1a017ea1d38c47616789b41b9b3ceca6cb903e59.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1a\1a017ea1d38c47616789b41b9b3ceca6cb903e59.js is not in module cache!
  1741. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a5\a59d8099545685d191f1183a0f3bc7f3602b80cf.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a5\a59d8099545685d191f1183a0f3bc7f3602b80cf.js is not in module cache!
  1742. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41297756668c0510f828032e1d12f96a4d1a9194.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41297756668c0510f828032e1d12f96a4d1a9194.js is not in module cache!
  1743. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\64\648fcac29cbf9485ceab7e7d1359724ae2b1b196.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\64\648fcac29cbf9485ceab7e7d1359724ae2b1b196.js is not in module cache!
  1744. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\96\96e2fcee174623dab28594a5fc60dc89148d32de.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\96\96e2fcee174623dab28594a5fc60dc89148d32de.js is not in module cache!
  1745. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4a\4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4a\4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js is not in module cache!
  1746. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2e\2e8565b65da4744bcef3d3da0a471e3f78c932ab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2e\2e8565b65da4744bcef3d3da0a471e3f78c932ab.js is not in module cache!
  1747. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b736ecb9c777512e2deca84bf06782f772c5a85.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b736ecb9c777512e2deca84bf06782f772c5a85.js is not in module cache!
  1748. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47c8e77781a159f10d589db5916314688580bc33.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47c8e77781a159f10d589db5916314688580bc33.js is not in module cache!
  1749. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\394eb72f0b5be6799d0045482477175eb4563bad.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\394eb72f0b5be6799d0045482477175eb4563bad.js is not in module cache!
  1750. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_GameRules
  1751. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  1752. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_GameRules
  1753. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  1754. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Idiom
  1755. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  1756. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Idioms
  1757. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  1758. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Idioms
  1759. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  1760. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Settings
  1761. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  1762. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Tips
  1763. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/2e/2e8565b65da4744bcef3d3da0a471e3f78c932ab.js" loaded.
  1764. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Hall
  1765. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  1766. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Head_Icon
  1767. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  1768. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Rank_Item
  1769. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  1770. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Rank
  1771. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  1772. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Rank
  1773. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  1774. 2025-1-24 15:24:41 - debug: [[Executor]] Register Sign_Reward
  1775. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  1776. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Sign
  1777. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  1778. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Sign
  1779. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  1780. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Invite
  1781. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  1782. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Invite
  1783. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  1784. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Store
  1785. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  1786. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Store
  1787. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  1788. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_SideBar
  1789. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  1790. 2025-1-24 15:24:41 - debug: [[Executor]] Register Start
  1791. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  1792. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_SideBar
  1793. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  1794. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Task_Item
  1795. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  1796. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Task
  1797. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  1798. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Task
  1799. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  1800. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Hall
  1801. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  1802. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Tips
  1803. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/76/76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js" loaded.
  1804. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Settings
  1805. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  1806. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Win
  1807. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  1808. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Win
  1809. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  1810. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Main
  1811. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  1812. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_TimesOver
  1813. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/c1/c10bd777343c22d44996eae3d1e908c1e444e54c.js" loaded.
  1814. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Fail
  1815. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  1816. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Fail
  1817. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  1818. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_TimesOver
  1819. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/ef/ef2d221df54a2db9265b17ea24ca2a0b327d2619.js" loaded.
  1820. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Main
  1821. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  1822. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  1823. 2025-1-24 15:24:41 - debug: [[Executor]] Register Hall
  1824. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  1825. 2025-1-24 15:24:41 - debug: [[Executor]] Register Cube_Infor
  1826. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  1827. 2025-1-24 15:24:41 - debug: [[Executor]] Register CreateIdiom
  1828. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  1829. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_LatticeFull
  1830. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/ca/caf1f57c4e93834ff6792756f81ca4dda67117d5.js" loaded.
  1831. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_LatticeFull
  1832. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/a6/a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js" loaded.
  1833. 2025-1-24 15:24:41 - debug: [[Executor]] Register Layout_Lock
  1834. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/3a/3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js" loaded.
  1835. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Lock
  1836. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/92/9223b50b0b25e34c00abbd1136311e176203d399.js" loaded.
  1837. 2025-1-24 15:24:41 - debug: [[Executor]] Register GameCtl
  1838. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  1839. 2025-1-24 15:24:41 - debug: [[Executor]] Register Container_Manager
  1840. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  1841. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js is not in module cache!
  1842. 2025-1-24 15:24:41 - debug: [[Executor]] Register UI_Item
  1843. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  1844. 2025-1-24 15:24:41 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\83\8346f1745fc6cfca5a9df831ccc439dc13140cfb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\83\8346f1745fc6cfca5a9df831ccc439dc13140cfb.js is not in module cache!
  1845. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/83/8346f1745fc6cfca5a9df831ccc439dc13140cfb.js" loaded.
  1846. 2025-1-24 15:24:41 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  1847. 2025-1-24 15:24:41 - groupEnd: Imports all modules
  1848. 2025-1-24 15:24:41 - debug: Incremental keys: chSdk,chsdk
  1849. 2025-1-24 15:24:41 - debug: Init bundle share assets start..., progress: 9%
  1850. 2025-1-24 15:24:41 - debug: Init bundle share assets success..., progress: 9%
  1851. 2025-1-24 15:24:41 - debug: handle json group in bundle internal
  1852. 2025-1-24 15:24:41 - debug: handle json group in bundle internal success
  1853. 2025-1-24 15:24:41 - debug: handle json group in bundle resources
  1854. 2025-1-24 15:24:41 - debug: handle json group in bundle main
  1855. 2025-1-24 15:24:41 - debug: handle json group in bundle module_extra
  1856. 2025-1-24 15:24:41 - debug: handle json group in bundle module_basic
  1857. 2025-1-24 15:24:41 - debug: handle json group in bundle module_game
  1858. 2025-1-24 15:24:41 - debug: init image compress task 0 in bundle internal
  1859. 2025-1-24 15:24:41 - debug: handle json group in bundle resources success
  1860. 2025-1-24 15:24:41 - debug: init image compress task 0 in bundle resources
  1861. 2025-1-24 15:24:41 - debug: handle json group in bundle module_basic success
  1862. 2025-1-24 15:24:41 - debug: init image compress task 0 in bundle module_basic
  1863. 2025-1-24 15:24:41 - debug: handle json group in bundle module_extra success
  1864. 2025-1-24 15:24:41 - debug: init image compress task 0 in bundle module_extra
  1865. 2025-1-24 15:24:41 - debug: handle json group in bundle main success
  1866. 2025-1-24 15:24:41 - debug: init image compress task 0 in bundle main
  1867. 2025-1-24 15:24:41 - debug: handle json group in bundle module_game success
  1868. 2025-1-24 15:24:41 - debug: init image compress task 0 in bundle module_game
  1869. 2025-1-24 15:24:41 - debug: // ---- build task 查询 Asset Bundle ---- (601ms)
  1870. 2025-1-24 15:24:41 - debug: run build task 查询 Asset Bundle success in 601 ms√, progress: 14%
  1871. 2025-1-24 15:24:41 - debug: [Build Memory track]: 查询 Asset Bundle start:168.05MB, end 199.58MB, increase: 31.53MB
  1872. 2025-1-24 15:24:41 - debug: 查询 Asset Bundle start, progress: 14%
  1873. 2025-1-24 15:24:41 - debug: // ---- build task 查询 Asset Bundle ----
  1874. 2025-1-24 15:24:41 - debug: // ---- build task 查询 Asset Bundle ---- (59ms)
  1875. 2025-1-24 15:24:41 - debug: run build task 查询 Asset Bundle success in 59 ms√, progress: 19%
  1876. 2025-1-24 15:24:41 - debug: [Build Memory track]: 查询 Asset Bundle start:199.62MB, end 199.96MB, increase: 350.89KB
  1877. 2025-1-24 15:24:41 - debug: 打包脚本 start, progress: 19%
  1878. 2025-1-24 15:24:41 - debug: // ---- build task 打包脚本 ----
  1879. 2025-1-24 15:24:41 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  1880. 2025-1-24 15:24:41 - log: [build-script]enter sub process 1472, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  1881. 2025-1-24 15:24:45 - debug: excute-script over with build-script 3884ms
  1882. 2025-1-24 15:24:45 - debug: Generate systemJs..., progress: 19%
  1883. 2025-1-24 15:24:45 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  1884. 2025-1-24 15:24:48 - debug: excute-script over with build-script 3602ms
  1885. 2025-1-24 15:24:48 - debug: 构建项目脚本 start..., progress: 19%
  1886. 2025-1-24 15:24:48 - debug: Build script in bundle start, progress: 19%
  1887. 2025-1-24 15:24:48 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  1888. 2025-1-24 15:24:53 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts
  1889. 2025-1-24 15:24:53 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  1890. 2025-1-24 15:24:56 - debug: excute-script over with build-script 8048ms
  1891. 2025-1-24 15:24:56 - debug: Copy externalScripts success!
  1892. 2025-1-24 15:24:56 - debug: Build script in bundle success, progress: 19%
  1893. 2025-1-24 15:24:56 - debug: 构建项目脚本 in (8160 ms) √, progress: 19%
  1894. 2025-1-24 15:24:56 - debug: 构建引擎脚本 start..., progress: 19%
  1895. 2025-1-24 15:24:57 - debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\eb86d1cb887caa950b2345052eaff7db)}
  1896. 2025-1-24 15:24:57 - debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","gfx-webgl2","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"HTML5","useCache":true,"nativeCodeBundleMode":"both","wasmCompressionMode":false,"split":false,"assetURLFormat":"runtime-resolved","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\web-mobile\\cocos-js","flags":{"DEBUG":false,"WEBGPU":false},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  1897. 2025-1-24 15:24:57 - debug: 构建引擎脚本 in (262 ms) √, progress: 19%
  1898. 2025-1-24 15:24:57 - debug: Copy plugin script ..., progress: 19%
  1899. 2025-1-24 15:24:57 - debug: Generate import-map..., progress: 19%
  1900. 2025-1-24 15:24:57 - debug: // ---- build task 打包脚本 ---- (15994ms)
  1901. 2025-1-24 15:24:57 - debug: run build task 打包脚本 success in 15 s√, progress: 24%
  1902. 2025-1-24 15:24:57 - debug: [Build Memory track]: 打包脚本 start:200.14MB, end 196.25MB, increase: -3977.67KB
  1903. 2025-1-24 15:24:57 - debug: Build Assets start, progress: 24%
  1904. 2025-1-24 15:24:57 - debug: // ---- build task Build Assets ----
  1905. 2025-1-24 15:24:57 - debug: Build bundles..., progress: 24%
  1906. 2025-1-24 15:24:57 - debug: Pack Images start, progress: 24%
  1907. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  1908. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  1909. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  1910. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  1911. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  1912. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  1913. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  1914. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  1915. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  1916. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  1917. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  1918. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  1919. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  1920. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  1921. 2025-1-24 15:24:58 - debug: Get Cache info of pac success {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  1922. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  1923. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  1924. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  1925. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  1926. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  1927. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  1928. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  1929. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  1930. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  1931. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  1932. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  1933. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  1934. 2025-1-24 15:24:58 - debug(2): remove spriteAtlas._uuid : {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  1935. 2025-1-24 15:24:58 - debug: remove spriteAtlas._uuid : {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  1936. 2025-1-24 15:24:58 - debug(2): remove spriteAtlas._uuid : {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  1937. 2025-1-24 15:24:58 - debug: builder:pack-auto-atlas-image (1204ms)
  1938. 2025-1-24 15:24:58 - debug: Pack Images success, progress: 24%
  1939. 2025-1-24 15:24:58 - debug: Compress image start..., progress: 24%
  1940. 2025-1-24 15:24:58 - group: Compress image...
  1941. 2025-1-24 15:24:58 - debug: sort compress task {}
  1942. 2025-1-24 15:24:58 - debug: Num of all image compress task 0, really: 0, configTasks: 0
  1943. 2025-1-24 15:24:58 - debug: No image need to compress
  1944. 2025-1-24 15:24:58 - groupEnd: Compress image...
  1945. 2025-1-24 15:24:58 - debug: Compress image success..., progress: 24%
  1946. 2025-1-24 15:24:58 - debug: Output asset in bundles start, progress: 24%
  1947. 2025-1-24 15:24:58 - debug: Handle all json groups in bundle internal
  1948. 2025-1-24 15:24:58 - debug: handle json group
  1949. 2025-1-24 15:24:58 - debug: Handle all json groups in bundle resources
  1950. 2025-1-24 15:24:58 - debug: handle json group
  1951. 2025-1-24 15:24:58 - debug: Handle all json groups in bundle main
  1952. 2025-1-24 15:24:58 - debug: handle json group
  1953. 2025-1-24 15:24:58 - debug: Handle all json groups in bundle module_extra
  1954. 2025-1-24 15:24:58 - debug: handle json group
  1955. 2025-1-24 15:24:58 - debug: handle single json
  1956. 2025-1-24 15:24:58 - debug: Handle all json groups in bundle module_basic
  1957. 2025-1-24 15:24:58 - debug: handle json group
  1958. 2025-1-24 15:24:58 - debug: Handle all json groups in bundle module_game
  1959. 2025-1-24 15:24:58 - debug: handle json group
  1960. 2025-1-24 15:24:58 - debug: Json group(03ccd410a) compile success,json number: 6
  1961. 2025-1-24 15:24:58 - debug: handle single json
  1962. 2025-1-24 15:24:58 - debug: Json group(07325bfaa) compile success,json number: 6
  1963. 2025-1-24 15:24:58 - debug: Json group(0a66f4293) compile success,json number: 6
  1964. 2025-1-24 15:24:58 - debug: Json group(0ba471961) compile success,json number: 6
  1965. 2025-1-24 15:24:58 - debug: handle single json
  1966. 2025-1-24 15:24:58 - debug: Json group(0119562e1) compile success,json number: 6
  1967. 2025-1-24 15:24:58 - debug: Json group(0e251093b) compile success,json number: 6
  1968. 2025-1-24 15:24:58 - debug: handle single json
  1969. 2025-1-24 15:24:58 - debug: Json group(02318630c) compile success,json number: 6
  1970. 2025-1-24 15:24:58 - debug: Json group(0a54f6860) compile success,json number: 6
  1971. 2025-1-24 15:24:58 - debug: handle single json
  1972. 2025-1-24 15:24:58 - debug: Json group(08d4f0835) compile success,json number: 6
  1973. 2025-1-24 15:24:58 - debug: Json group(093f10e90) compile success,json number: 6
  1974. 2025-1-24 15:24:58 - debug: Json group(02c882590) compile success,json number: 6
  1975. 2025-1-24 15:24:58 - debug: Json group(078a3a89c) compile success,json number: 6
  1976. 2025-1-24 15:24:58 - debug: Json group(0787c84da) compile success,json number: 6
  1977. 2025-1-24 15:24:58 - debug: Json group(03c9cd961) compile success,json number: 6
  1978. 2025-1-24 15:24:58 - debug: Json group(041ac2e1c) compile success,json number: 6
  1979. 2025-1-24 15:24:58 - debug: Json group(0471cee9c) compile success,json number: 6
  1980. 2025-1-24 15:24:58 - debug: Json group(04a6d010d) compile success,json number: 6
  1981. 2025-1-24 15:24:58 - debug: Json group(070166e93) compile success,json number: 6
  1982. 2025-1-24 15:24:58 - debug: Json group(02b639d30) compile success,json number: 6
  1983. 2025-1-24 15:24:58 - debug: Json group(06db2e96b) compile success,json number: 6
  1984. 2025-1-24 15:24:58 - debug: Json group(097e5daf7) compile success,json number: 6
  1985. 2025-1-24 15:24:58 - debug: Json group(0c5a2fc7e) compile success,json number: 6
  1986. 2025-1-24 15:24:58 - debug: Json group(0816c2a7a) compile success,json number: 6
  1987. 2025-1-24 15:24:58 - debug: Json group(01236a39b) compile success,json number: 6
  1988. 2025-1-24 15:24:58 - debug: Json group(0a46ee258) compile success,json number: 6
  1989. 2025-1-24 15:24:58 - debug: Json group(033a6699b) compile success,json number: 6
  1990. 2025-1-24 15:24:58 - debug: Json group(02d36d139) compile success,json number: 6
  1991. 2025-1-24 15:24:58 - debug: Json group(0d54cf783) compile success,json number: 6
  1992. 2025-1-24 15:24:58 - debug: handle single json
  1993. 2025-1-24 15:24:59 - debug: Output asset in bundles success, progress: 24%
  1994. 2025-1-24 15:24:59 - debug: Output asset in bundles start, progress: 24%
  1995. 2025-1-24 15:24:59 - debug: compress config of bundle internal...
  1996. 2025-1-24 15:24:59 - debug: compress config of bundle internal success
  1997. 2025-1-24 15:24:59 - debug: compress config of bundle resources...
  1998. 2025-1-24 15:24:59 - debug: compress config of bundle resources success
  1999. 2025-1-24 15:24:59 - debug: compress config of bundle main...
  2000. 2025-1-24 15:24:59 - debug: compress config of bundle main success
  2001. 2025-1-24 15:24:59 - debug: compress config of bundle module_extra...
  2002. 2025-1-24 15:24:59 - debug: compress config of bundle module_extra success
  2003. 2025-1-24 15:24:59 - debug: compress config of bundle module_basic...
  2004. 2025-1-24 15:24:59 - debug: compress config of bundle module_basic success
  2005. 2025-1-24 15:24:59 - debug: compress config of bundle module_game...
  2006. 2025-1-24 15:24:59 - debug: compress config of bundle module_game success
  2007. 2025-1-24 15:24:59 - debug: output config of bundle internal
  2008. 2025-1-24 15:24:59 - debug: output config of bundle internal success
  2009. 2025-1-24 15:24:59 - debug: output config of bundle resources
  2010. 2025-1-24 15:24:59 - debug: output config of bundle resources success
  2011. 2025-1-24 15:24:59 - debug: output config of bundle main
  2012. 2025-1-24 15:24:59 - debug: output config of bundle main success
  2013. 2025-1-24 15:24:59 - debug: output config of bundle module_extra
  2014. 2025-1-24 15:24:59 - debug: output config of bundle module_extra success
  2015. 2025-1-24 15:24:59 - debug: output config of bundle module_basic
  2016. 2025-1-24 15:24:59 - debug: output config of bundle module_basic success
  2017. 2025-1-24 15:24:59 - debug: output config of bundle module_game
  2018. 2025-1-24 15:24:59 - debug: output config of bundle module_game success
  2019. 2025-1-24 15:24:59 - debug: Output asset in bundles success, progress: 24%
  2020. 2025-1-24 15:24:59 - debug: // ---- build task Build Assets ---- (1877ms)
  2021. 2025-1-24 15:24:59 - debug: run build task Build Assets success in 1 s√, progress: 29%
  2022. 2025-1-24 15:24:59 - debug: [Build Memory track]: Build Assets start:196.29MB, end 201.99MB, increase: 5.70MB
  2023. 2025-1-24 15:24:59 - debug: 整理部分构建选项内数据到 settings.json start, progress: 29%
  2024. 2025-1-24 15:24:59 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2025. 2025-1-24 15:24:59 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (52ms)
  2026. 2025-1-24 15:24:59 - debug: run build task 整理部分构建选项内数据到 settings.json success in 52 ms√, progress: 31%
  2027. 2025-1-24 15:24:59 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.08MB, end 202.21MB, increase: 128.79KB
  2028. 2025-1-24 15:24:59 - debug: 填充脚本数据到 settings.json start, progress: 31%
  2029. 2025-1-24 15:24:59 - debug: // ---- build task 填充脚本数据到 settings.json ----
  2030. 2025-1-24 15:24:59 - debug: // ---- build task 填充脚本数据到 settings.json ---- (46ms)
  2031. 2025-1-24 15:24:59 - debug: run build task 填充脚本数据到 settings.json success in 46 ms√, progress: 32%
  2032. 2025-1-24 15:24:59 - debug: [Build Memory track]: 填充脚本数据到 settings.json start:202.24MB, end 202.37MB, increase: 126.79KB
  2033. 2025-1-24 15:24:59 - debug: 整理部分构建选项内数据到 settings.json start, progress: 32%
  2034. 2025-1-24 15:24:59 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2035. 2025-1-24 15:24:59 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (67ms)
  2036. 2025-1-24 15:24:59 - debug: run build task 整理部分构建选项内数据到 settings.json success in 67 ms√, progress: 34%
  2037. 2025-1-24 15:24:59 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:202.40MB, end 202.66MB, increase: 258.90KB
  2038. 2025-1-24 15:24:59 - debug: web-mobile:(onBeforeCompressSettings) start..., progress: 34%
  2039. 2025-1-24 15:24:59 - debug: // ---- build task web-mobile:onBeforeCompressSettings ----
  2040. 2025-1-24 15:24:59 - debug: // ---- build task web-mobile:onBeforeCompressSettings ---- (68ms)
  2041. 2025-1-24 15:24:59 - debug: web-mobile:(onBeforeCompressSettings) in 68 ms ✓, progress: 36%
  2042. 2025-1-24 15:24:59 - debug: cocos-service:(onBeforeCompressSettings) start..., progress: 36%
  2043. 2025-1-24 15:24:59 - debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  2044. 2025-1-24 15:24:59 - debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (189ms)
  2045. 2025-1-24 15:24:59 - debug: cocos-service:(onBeforeCompressSettings) in 189 ms ✓, progress: 38%
  2046. 2025-1-24 15:24:59 - debug: 整理静态模板文件 start, progress: 38%
  2047. 2025-1-24 15:24:59 - debug: // ---- build task 整理静态模板文件 ----
  2048. 2025-1-24 15:24:59 - debug: // ---- build task 整理静态模板文件 ---- (166ms)
  2049. 2025-1-24 15:24:59 - debug: run build task 整理静态模板文件 success in 166 ms√, progress: 43%
  2050. 2025-1-24 15:24:59 - debug: [Build Memory track]: 整理静态模板文件 start:203.07MB, end 205.69MB, increase: 2.62MB
  2051. 2025-1-24 15:24:59 - debug: cocos-service:(onAfterCompressSettings) start..., progress: 43%
  2052. 2025-1-24 15:24:59 - debug: // ---- build task cocos-service:onAfterCompressSettings ----
  2053. 2025-1-24 15:24:59 - debug: // ---- build task cocos-service:onAfterCompressSettings ---- (91ms)
  2054. 2025-1-24 15:24:59 - debug: cocos-service:(onAfterCompressSettings) in 91 ms ✓, progress: 45%
  2055. 2025-1-24 15:24:59 - debug: web-mobile:(onBeforeCopyBuildTemplate) start..., progress: 45%
  2056. 2025-1-24 15:24:59 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ----
  2057. 2025-1-24 15:25:00 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ---- (145ms)
  2058. 2025-1-24 15:25:00 - debug: web-mobile:(onBeforeCopyBuildTemplate) in 145 ms ✓, progress: 46%
  2059. 2025-1-24 15:25:00 - debug: 给所有的资源加上 MD5 后缀 start, progress: 46%
  2060. 2025-1-24 15:25:00 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  2061. 2025-1-24 15:25:00 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (65ms)
  2062. 2025-1-24 15:25:00 - debug: run build task 给所有的资源加上 MD5 后缀 success in 65 ms√, progress: 56%
  2063. 2025-1-24 15:25:00 - debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:208.69MB, end 204.30MB, increase: -4488.15KB
  2064. 2025-1-24 15:25:00 - debug: cocos-service:(onAfterBuild) start..., progress: 56%
  2065. 2025-1-24 15:25:00 - debug: // ---- build task cocos-service:onAfterBuild ----
  2066. 2025-1-24 15:25:00 - debug: // ---- build task cocos-service:onAfterBuild ---- (213ms)
  2067. 2025-1-24 15:25:00 - debug: cocos-service:(onAfterBuild) in 213 ms ✓, progress: 58%
  2068. 2025-1-24 15:25:00 - debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 58%
  2069. 2025-1-24 15:25:00 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  2070. 2025-1-24 15:25:00 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (40ms)
  2071. 2025-1-24 15:25:00 - debug: adsense-h5g-plugin:(onAfterBuild) in 40 ms ✓, progress: 60%
  2072. 2025-1-24 15:25:00 - log: Asset DB is resume!
  2073. 2025-1-24 15:25:00 - debug: builder:build-project-total (20445ms)
  2074. 2025-1-24 15:25:00 - debug: build success in 20445!
  2075. 2025-1-24 15:25:00 - debug: [Build Memory track]: builder:build-project-total start:167.59MB, end 206.52MB, increase: 38.94MB
  2076. 2025-1-24 15:25:00 - debug: ================================ build Task (web-mobile) Finished in (20 s)ms ================================
  2077. 2025-1-24 15:29:32 - debug: =================================== build Task (web-mobile) Start ================================
  2078. 2025-1-24 15:29:32 - debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"web-mobile","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"includeModules":{"gfx-webgl2":"on","physics":"inherit-project-setting","physics-2d":"inherit-project-setting"},"macroConfig":{"cleanupImageCache":"inherit-project-setting"}},"nativeCodeBundleMode":"both","polyfills":{"asyncFunctions":true},"experimentalEraseModules":false,"startSceneAssetBundle":false,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"merge_dep","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"web-mobile","taskName":"web-mobile","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":false,"packages":{"adsense-h5g-plugin":{"enableAdsense":false,"enableTestAd":false,"__version__":"1.0.1","AFPHostPropertyCode":"ca-host-pub-5396158963872751","AFPHostDomain":"douyougame.com","otherAFPHostPropertyCode":"","otherAFPDomain":""},"web-mobile":{"useWebGPU":false,"orientation":"auto","embedWebDebugger":false,"__version__":"1.0.1"},"cocos-service":{"configID":"7dcd5c","services":[]}},"__version__":"1.3.8","logDest":"project://temp/builder/log/web-mobile2025-1-22 19-22.log"}
  2079. 2025-1-24 15:29:32 - debug: Build with Cocos Creator 3.8.4
  2080. 2025-1-24 15:29:32 - debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  2081. 2025-1-24 15:29:32 - debug: // ---- build task cocos-service:onBeforeBuild ----
  2082. 2025-1-24 15:29:33 - debug: // ---- build task cocos-service:onBeforeBuild ---- (139ms)
  2083. 2025-1-24 15:29:33 - debug: cocos-service:(onBeforeBuild) in 139 ms ✓, progress: 2%
  2084. 2025-1-24 15:29:33 - debug: scene:(onBeforeBuild) start..., progress: 2%
  2085. 2025-1-24 15:29:33 - debug: // ---- build task scene:onBeforeBuild ----
  2086. 2025-1-24 15:29:33 - debug: // ---- build task scene:onBeforeBuild ---- (38ms)
  2087. 2025-1-24 15:29:33 - debug: scene:(onBeforeBuild) in 38 ms ✓, progress: 4%
  2088. 2025-1-24 15:29:33 - debug: Start lock asset db..., progress: 4%
  2089. 2025-1-24 15:29:33 - log: Asset DB is paused with build!
  2090. 2025-1-24 15:29:33 - debug: Query all assets info in project
  2091. 2025-1-24 15:29:33 - debug: init custom config: keepNodeUuid: false, useCache: true
  2092. 2025-1-24 15:29:33 - debug: web-mobile:(onAfterInit) start..., progress: 4%
  2093. 2025-1-24 15:29:33 - debug: // ---- build task web-mobile:onAfterInit ----
  2094. 2025-1-24 15:29:33 - debug: // ---- build task web-mobile:onAfterInit ---- (21ms)
  2095. 2025-1-24 15:29:33 - debug: web-mobile:(onAfterInit) in 21 ms ✓, progress: 5%
  2096. 2025-1-24 15:29:33 - debug: cocos-service:(onAfterInit) start..., progress: 5%
  2097. 2025-1-24 15:29:33 - debug: // ---- build task cocos-service:onAfterInit ----
  2098. 2025-1-24 15:29:33 - debug: // ---- build task cocos-service:onAfterInit ---- (144ms)
  2099. 2025-1-24 15:29:33 - debug: cocos-service:(onAfterInit) in 144 ms ✓, progress: 7%
  2100. 2025-1-24 15:29:33 - debug: engine:(onAfterInit) start..., progress: 7%
  2101. 2025-1-24 15:29:33 - debug: // ---- build task engine:onAfterInit ----
  2102. 2025-1-24 15:29:33 - debug: // ---- build task engine:onAfterInit ---- (37ms)
  2103. 2025-1-24 15:29:33 - debug: engine:(onAfterInit) in 37 ms ✓, progress: 9%
  2104. 2025-1-24 15:29:33 - debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  2105. 2025-1-24 15:29:33 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  2106. 2025-1-24 15:29:33 - debug: [adsense-h5g-plugin] remove script success
  2107. 2025-1-24 15:29:33 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (73ms)
  2108. 2025-1-24 15:29:33 - debug: adsense-h5g-plugin:(onBeforeBundleInit) in 73 ms ✓, progress: 9%
  2109. 2025-1-24 15:29:33 - debug: Init all bundles start..., progress: 9%
  2110. 2025-1-24 15:29:33 - debug: Num of bundles: 6..., progress: 9%
  2111. 2025-1-24 15:29:33 - debug: web-mobile:(onAfterBundleInit) start..., progress: 9%
  2112. 2025-1-24 15:29:33 - debug: // ---- build task web-mobile:onAfterBundleInit ----
  2113. 2025-1-24 15:29:33 - debug: // ---- build task web-mobile:onAfterBundleInit ---- (68ms)
  2114. 2025-1-24 15:29:33 - debug: web-mobile:(onAfterBundleInit) in 68 ms ✓, progress: 9%
  2115. 2025-1-24 15:29:33 - debug: 查询 Asset Bundle start, progress: 9%
  2116. 2025-1-24 15:29:33 - debug: // ---- build task 查询 Asset Bundle ----
  2117. 2025-1-24 15:29:33 - debug: Init bundle root assets start..., progress: 9%
  2118. 2025-1-24 15:29:33 - debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2119. 2025-1-24 15:29:33 - debug: Number of all scenes: 3
  2120. 2025-1-24 15:29:33 - debug: Number of all scripts: 128
  2121. 2025-1-24 15:29:33 - debug: Number of other assets: 1204
  2122. 2025-1-24 15:29:33 - debug: Init bundle root assets success..., progress: 9%
  2123. 2025-1-24 15:29:33 - debug: reload all scripts.
  2124. 2025-1-24 15:29:33 - debug: Set detail map pack:///resolution-detail-map.json: {}
  2125. 2025-1-24 15:29:33 - groupCollapsed: Invalidate all modules
  2126. 2025-1-24 15:29:33 - debug: Unregister BuiltinPipelineSettings
  2127. 2025-1-24 15:29:33 - debug: Unregister DebugViewRuntimeControl
  2128. 2025-1-24 15:29:33 - debug: Unregister ch_sdk_comp
  2129. 2025-1-24 15:29:33 - debug: Unregister ch_start_pack
  2130. 2025-1-24 15:29:33 - debug: Unregister __NodeEventAgent__
  2131. 2025-1-24 15:29:33 - debug: Unregister ResolutionAutoFit
  2132. 2025-1-24 15:29:33 - debug: Unregister ui_updater
  2133. 2025-1-24 15:29:33 - debug: Unregister ClickPenetrate
  2134. 2025-1-24 15:29:33 - debug: Unregister ListItem
  2135. 2025-1-24 15:29:33 - debug: Unregister List
  2136. 2025-1-24 15:29:33 - debug: Unregister MotionTrail
  2137. 2025-1-24 15:29:33 - debug: Unregister MovieClip
  2138. 2025-1-24 15:29:33 - debug: Unregister RewardFly
  2139. 2025-1-24 15:29:33 - debug: Unregister SpineView
  2140. 2025-1-24 15:29:33 - debug: Unregister UISpineMovie
  2141. 2025-1-24 15:29:33 - debug: Unregister Layout_UIAlert
  2142. 2025-1-24 15:29:33 - debug: Unregister Layout_UI_Notify
  2143. 2025-1-24 15:29:33 - debug: Unregister Layout_UIWaiting
  2144. 2025-1-24 15:29:33 - debug: Unregister table_idiom
  2145. 2025-1-24 15:29:33 - debug: Unregister table_idiom_order
  2146. 2025-1-24 15:29:33 - debug: Unregister table_idiom_unorder_1_3
  2147. 2025-1-24 15:29:33 - debug: Unregister table_idiom_unorder_2_2
  2148. 2025-1-24 15:29:33 - debug: Unregister table_idiom_unorder_3_1
  2149. 2025-1-24 15:29:33 - debug: Unregister table_level
  2150. 2025-1-24 15:29:33 - debug: Unregister table_level_2
  2151. 2025-1-24 15:29:33 - debug: Unregister table_store
  2152. 2025-1-24 15:29:33 - debug: Unregister table_task
  2153. 2025-1-24 15:29:33 - debug: Unregister Layout_GameRules
  2154. 2025-1-24 15:29:33 - debug: Unregister UI_GameRules
  2155. 2025-1-24 15:29:33 - debug: Unregister UI_Idiom
  2156. 2025-1-24 15:29:33 - debug: Unregister Layout_Idioms
  2157. 2025-1-24 15:29:33 - debug: Unregister UI_Idioms
  2158. 2025-1-24 15:29:33 - debug: Unregister Layout_Settings
  2159. 2025-1-24 15:29:33 - debug: Unregister Layout_Tips
  2160. 2025-1-24 15:29:33 - debug: Unregister Layout_Hall
  2161. 2025-1-24 15:29:33 - debug: Unregister UI_Head_Icon
  2162. 2025-1-24 15:29:33 - debug: Unregister UI_Rank_Item
  2163. 2025-1-24 15:29:33 - debug: Unregister Layout_Rank
  2164. 2025-1-24 15:29:33 - debug: Unregister UI_Rank
  2165. 2025-1-24 15:29:33 - debug: Unregister Sign_Reward
  2166. 2025-1-24 15:29:33 - debug: Unregister Layout_Sign
  2167. 2025-1-24 15:29:33 - debug: Unregister UI_Sign
  2168. 2025-1-24 15:29:33 - debug: Unregister Layout_Invite
  2169. 2025-1-24 15:29:33 - debug: Unregister UI_Invite
  2170. 2025-1-24 15:29:33 - debug: Unregister Layout_Store
  2171. 2025-1-24 15:29:33 - debug: Unregister UI_Store
  2172. 2025-1-24 15:29:33 - debug: Unregister Layout_SideBar
  2173. 2025-1-24 15:29:33 - debug: Unregister Start
  2174. 2025-1-24 15:29:33 - debug: Unregister UI_SideBar
  2175. 2025-1-24 15:29:33 - debug: Unregister UI_Task_Item
  2176. 2025-1-24 15:29:33 - debug: Unregister Layout_Task
  2177. 2025-1-24 15:29:33 - debug: Unregister UI_Task
  2178. 2025-1-24 15:29:33 - debug: Unregister UI_Hall
  2179. 2025-1-24 15:29:33 - debug: Unregister UI_Tips
  2180. 2025-1-24 15:29:33 - debug: Unregister UI_Settings
  2181. 2025-1-24 15:29:33 - debug: Unregister Layout_Win
  2182. 2025-1-24 15:29:33 - debug: Unregister UI_Win
  2183. 2025-1-24 15:29:33 - debug: Unregister Layout_Main
  2184. 2025-1-24 15:29:33 - debug: Unregister Layout_TimesOver
  2185. 2025-1-24 15:29:33 - debug: Unregister Layout_Fail
  2186. 2025-1-24 15:29:33 - debug: Unregister UI_Fail
  2187. 2025-1-24 15:29:33 - debug: Unregister UI_TimesOver
  2188. 2025-1-24 15:29:33 - debug: Unregister UI_Main
  2189. 2025-1-24 15:29:33 - debug: Unregister Hall
  2190. 2025-1-24 15:29:33 - debug: Unregister Cube_Infor
  2191. 2025-1-24 15:29:33 - debug: Unregister CreateIdiom
  2192. 2025-1-24 15:29:33 - debug: Unregister Layout_LatticeFull
  2193. 2025-1-24 15:29:33 - debug: Unregister UI_LatticeFull
  2194. 2025-1-24 15:29:33 - debug: Unregister Layout_Lock
  2195. 2025-1-24 15:29:33 - debug: Unregister UI_Lock
  2196. 2025-1-24 15:29:33 - debug: Unregister GameCtl
  2197. 2025-1-24 15:29:33 - debug: Unregister Container_Manager
  2198. 2025-1-24 15:29:33 - debug: Unregister UI_Item
  2199. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  2200. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js'
  2201. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js'
  2202. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js'
  2203. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js'
  2204. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js'
  2205. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js'
  2206. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js'
  2207. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js'
  2208. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js'
  2209. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js'
  2210. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js'
  2211. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js'
  2212. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js'
  2213. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js'
  2214. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js'
  2215. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js'
  2216. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js'
  2217. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js'
  2218. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js'
  2219. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js'
  2220. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js'
  2221. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js'
  2222. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js'
  2223. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js'
  2224. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js'
  2225. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js'
  2226. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js'
  2227. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js'
  2228. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js'
  2229. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js'
  2230. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js'
  2231. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js'
  2232. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js'
  2233. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js'
  2234. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js'
  2235. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js'
  2236. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js'
  2237. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js'
  2238. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js'
  2239. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js'
  2240. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js'
  2241. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js'
  2242. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js'
  2243. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js'
  2244. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js'
  2245. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js'
  2246. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js'
  2247. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js'
  2248. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js'
  2249. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js'
  2250. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js'
  2251. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js'
  2252. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js'
  2253. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js'
  2254. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js'
  2255. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js'
  2256. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js'
  2257. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js'
  2258. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js'
  2259. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js'
  2260. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js'
  2261. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js'
  2262. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js'
  2263. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js'
  2264. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js'
  2265. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js'
  2266. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js'
  2267. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js'
  2268. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js'
  2269. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js'
  2270. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js'
  2271. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js'
  2272. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js'
  2273. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/5c/5c49ac26bc7b811c9d08fcff5242440f88d29d17.js'
  2274. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/c4/c4f98bd93a546a52de77fc64f647d47575afdfde.js'
  2275. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/08/084428b3dfc28ebcd60f1249169098df9f4287da.js'
  2276. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/cb/cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js'
  2277. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js'
  2278. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/0a/0a30868ce54a6c8efe10f298b9b16214ac85c863.js'
  2279. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/0e/0e87907262cdfe9bb04b67b17e1eca1e38126d79.js'
  2280. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/50/505b34a78c0dbfe58195107ebd90b3bc5807bf10.js'
  2281. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js'
  2282. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js'
  2283. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js'
  2284. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js'
  2285. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js'
  2286. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js'
  2287. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js'
  2288. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js'
  2289. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js'
  2290. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js'
  2291. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js'
  2292. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js'
  2293. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js'
  2294. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js'
  2295. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/ef/ef2d221df54a2db9265b17ea24ca2a0b327d2619.js'
  2296. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js'
  2297. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/92/9223b50b0b25e34c00abbd1136311e176203d399.js'
  2298. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/a6/a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js'
  2299. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js'
  2300. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js'
  2301. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js'
  2302. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js'
  2303. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js'
  2304. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js'
  2305. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js'
  2306. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js'
  2307. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/c1/c10bd777343c22d44996eae3d1e908c1e444e54c.js'
  2308. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js'
  2309. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js'
  2310. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/3a/3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js'
  2311. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js'
  2312. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/76/76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js'
  2313. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/ca/caf1f57c4e93834ff6792756f81ca4dda67117d5.js'
  2314. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js'
  2315. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js'
  2316. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js'
  2317. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js'
  2318. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js'
  2319. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js'
  2320. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js'
  2321. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js'
  2322. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js'
  2323. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/2e/2e8565b65da4744bcef3d3da0a471e3f78c932ab.js'
  2324. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js'
  2325. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js'
  2326. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js'
  2327. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js'
  2328. 2025-1-24 15:29:33 - debug: Invalidating 'pack:///chunks/83/8346f1745fc6cfca5a9df831ccc439dc13140cfb.js'
  2329. 2025-1-24 15:29:33 - groupEnd: Invalidate all modules
  2330. 2025-1-24 15:29:33 - groupCollapsed: Imports all modules
  2331. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  2332. 2025-1-24 15:29:33 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  2333. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  2334. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  2335. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  2336. 2025-1-24 15:29:33 - debug: [[Executor]] Register BuiltinPipelineSettings
  2337. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  2338. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  2339. 2025-1-24 15:29:33 - debug: [[Executor]] Register DebugViewRuntimeControl
  2340. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  2341. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  2342. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  2343. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  2344. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  2345. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  2346. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  2347. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  2348. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  2349. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  2350. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  2351. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  2352. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  2353. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  2354. 2025-1-24 15:29:33 - debug: [[Executor]] Register ch_sdk_comp
  2355. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  2356. 2025-1-24 15:29:33 - debug: [[Executor]] Register ch_start_pack
  2357. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  2358. 2025-1-24 15:29:33 - debug: [[Executor]] Register __NodeEventAgent__
  2359. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  2360. 2025-1-24 15:29:33 - debug: [[Executor]] Register ResolutionAutoFit
  2361. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  2362. 2025-1-24 15:29:33 - debug: [[Executor]] Register ui_updater
  2363. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  2364. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  2365. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  2366. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  2367. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  2368. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  2369. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  2370. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  2371. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  2372. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  2373. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  2374. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  2375. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  2376. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  2377. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  2378. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  2379. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  2380. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  2381. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  2382. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  2383. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  2384. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  2385. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  2386. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  2387. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  2388. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  2389. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  2390. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  2391. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  2392. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  2393. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  2394. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  2395. 2025-1-24 15:29:33 - debug: [[Executor]] Register ClickPenetrate
  2396. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  2397. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  2398. 2025-1-24 15:29:33 - debug: [[Executor]] Register ListItem
  2399. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  2400. 2025-1-24 15:29:33 - debug: [[Executor]] Register List
  2401. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  2402. 2025-1-24 15:29:33 - debug: [[Executor]] Register MotionTrail
  2403. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  2404. 2025-1-24 15:29:33 - debug: [[Executor]] Register MovieClip
  2405. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  2406. 2025-1-24 15:29:33 - debug: [[Executor]] Register RewardFly
  2407. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  2408. 2025-1-24 15:29:33 - debug: [[Executor]] Register SpineView
  2409. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  2410. 2025-1-24 15:29:33 - debug: [[Executor]] Register UISpineMovie
  2411. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  2412. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_UIAlert
  2413. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  2414. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  2415. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  2416. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_UI_Notify
  2417. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  2418. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  2419. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_UIWaiting
  2420. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  2421. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  2422. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  2423. 2025-1-24 15:29:33 - debug: [[Executor]] Register table_idiom
  2424. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  2425. 2025-1-24 15:29:33 - debug: [[Executor]] Register table_idiom_order
  2426. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/5c/5c49ac26bc7b811c9d08fcff5242440f88d29d17.js" loaded.
  2427. 2025-1-24 15:29:33 - debug: [[Executor]] Register table_idiom_unorder_1_3
  2428. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/c4/c4f98bd93a546a52de77fc64f647d47575afdfde.js" loaded.
  2429. 2025-1-24 15:29:33 - debug: [[Executor]] Register table_idiom_unorder_2_2
  2430. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/08/084428b3dfc28ebcd60f1249169098df9f4287da.js" loaded.
  2431. 2025-1-24 15:29:33 - debug: [[Executor]] Register table_idiom_unorder_3_1
  2432. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/cb/cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js" loaded.
  2433. 2025-1-24 15:29:33 - debug: [[Executor]] Register table_level
  2434. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  2435. 2025-1-24 15:29:33 - debug: [[Executor]] Register table_level_2
  2436. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/0a/0a30868ce54a6c8efe10f298b9b16214ac85c863.js" loaded.
  2437. 2025-1-24 15:29:33 - debug: [[Executor]] Register table_store
  2438. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/0e/0e87907262cdfe9bb04b67b17e1eca1e38126d79.js" loaded.
  2439. 2025-1-24 15:29:33 - debug: [[Executor]] Register table_task
  2440. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/50/505b34a78c0dbfe58195107ebd90b3bc5807bf10.js" loaded.
  2441. 2025-1-24 15:29:33 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js is not in module cache!
  2442. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_GameRules
  2443. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  2444. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_GameRules
  2445. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  2446. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Idiom
  2447. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  2448. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Idioms
  2449. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  2450. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Idioms
  2451. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  2452. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Settings
  2453. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  2454. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Tips
  2455. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/2e/2e8565b65da4744bcef3d3da0a471e3f78c932ab.js" loaded.
  2456. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Hall
  2457. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  2458. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Head_Icon
  2459. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  2460. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Rank_Item
  2461. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  2462. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Rank
  2463. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  2464. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Rank
  2465. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  2466. 2025-1-24 15:29:33 - debug: [[Executor]] Register Sign_Reward
  2467. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  2468. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Sign
  2469. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  2470. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Sign
  2471. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  2472. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Invite
  2473. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  2474. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Invite
  2475. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  2476. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Store
  2477. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  2478. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Store
  2479. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  2480. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_SideBar
  2481. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  2482. 2025-1-24 15:29:33 - debug: [[Executor]] Register Start
  2483. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  2484. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_SideBar
  2485. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  2486. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Task_Item
  2487. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  2488. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Task
  2489. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  2490. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Task
  2491. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  2492. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Hall
  2493. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  2494. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Tips
  2495. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/76/76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js" loaded.
  2496. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Settings
  2497. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  2498. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Win
  2499. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  2500. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Win
  2501. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  2502. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Main
  2503. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  2504. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_TimesOver
  2505. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/c1/c10bd777343c22d44996eae3d1e908c1e444e54c.js" loaded.
  2506. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Fail
  2507. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  2508. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Fail
  2509. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  2510. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_TimesOver
  2511. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/ef/ef2d221df54a2db9265b17ea24ca2a0b327d2619.js" loaded.
  2512. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Main
  2513. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  2514. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  2515. 2025-1-24 15:29:33 - debug: [[Executor]] Register Hall
  2516. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  2517. 2025-1-24 15:29:33 - debug: [[Executor]] Register Cube_Infor
  2518. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  2519. 2025-1-24 15:29:33 - debug: [[Executor]] Register CreateIdiom
  2520. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  2521. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_LatticeFull
  2522. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/ca/caf1f57c4e93834ff6792756f81ca4dda67117d5.js" loaded.
  2523. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_LatticeFull
  2524. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/a6/a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js" loaded.
  2525. 2025-1-24 15:29:33 - debug: [[Executor]] Register Layout_Lock
  2526. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/3a/3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js" loaded.
  2527. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Lock
  2528. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/92/9223b50b0b25e34c00abbd1136311e176203d399.js" loaded.
  2529. 2025-1-24 15:29:33 - debug: [[Executor]] Register GameCtl
  2530. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  2531. 2025-1-24 15:29:33 - debug: [[Executor]] Register Container_Manager
  2532. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  2533. 2025-1-24 15:29:33 - debug: [[Executor]] Register UI_Item
  2534. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  2535. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/83/8346f1745fc6cfca5a9df831ccc439dc13140cfb.js" loaded.
  2536. 2025-1-24 15:29:33 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  2537. 2025-1-24 15:29:33 - groupEnd: Imports all modules
  2538. 2025-1-24 15:29:33 - debug: Incremental keys: chSdk,chsdk
  2539. 2025-1-24 15:29:33 - debug: Init bundle share assets start..., progress: 9%
  2540. 2025-1-24 15:29:33 - debug: Init bundle share assets success..., progress: 9%
  2541. 2025-1-24 15:29:33 - debug: handle json group in bundle internal
  2542. 2025-1-24 15:29:33 - debug: handle json group in bundle internal success
  2543. 2025-1-24 15:29:33 - debug: handle json group in bundle resources
  2544. 2025-1-24 15:29:33 - debug: handle json group in bundle main
  2545. 2025-1-24 15:29:33 - debug: handle json group in bundle module_extra
  2546. 2025-1-24 15:29:33 - debug: handle json group in bundle module_basic
  2547. 2025-1-24 15:29:33 - debug: handle json group in bundle module_game
  2548. 2025-1-24 15:29:33 - debug: init image compress task 0 in bundle internal
  2549. 2025-1-24 15:29:33 - debug: handle json group in bundle resources success
  2550. 2025-1-24 15:29:33 - debug: init image compress task 0 in bundle resources
  2551. 2025-1-24 15:29:33 - debug: handle json group in bundle module_basic success
  2552. 2025-1-24 15:29:33 - debug: init image compress task 0 in bundle module_basic
  2553. 2025-1-24 15:29:33 - debug: handle json group in bundle module_extra success
  2554. 2025-1-24 15:29:33 - debug: init image compress task 0 in bundle module_extra
  2555. 2025-1-24 15:29:33 - debug: handle json group in bundle main success
  2556. 2025-1-24 15:29:33 - debug: init image compress task 0 in bundle main
  2557. 2025-1-24 15:29:33 - debug: handle json group in bundle module_game success
  2558. 2025-1-24 15:29:33 - debug: init image compress task 0 in bundle module_game
  2559. 2025-1-24 15:29:33 - debug: // ---- build task 查询 Asset Bundle ---- (329ms)
  2560. 2025-1-24 15:29:33 - debug: run build task 查询 Asset Bundle success in 329 ms√, progress: 14%
  2561. 2025-1-24 15:29:33 - debug: [Build Memory track]: 查询 Asset Bundle start:217.77MB, end 219.62MB, increase: 1.86MB
  2562. 2025-1-24 15:29:33 - debug: 查询 Asset Bundle start, progress: 14%
  2563. 2025-1-24 15:29:33 - debug: // ---- build task 查询 Asset Bundle ----
  2564. 2025-1-24 15:29:34 - debug: // ---- build task 查询 Asset Bundle ---- (167ms)
  2565. 2025-1-24 15:29:34 - debug: run build task 查询 Asset Bundle success in 167 ms√, progress: 19%
  2566. 2025-1-24 15:29:34 - debug: [Build Memory track]: 查询 Asset Bundle start:219.66MB, end 220.19MB, increase: 539.35KB
  2567. 2025-1-24 15:29:34 - debug: 打包脚本 start, progress: 19%
  2568. 2025-1-24 15:29:34 - debug: // ---- build task 打包脚本 ----
  2569. 2025-1-24 15:29:34 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  2570. 2025-1-24 15:29:34 - log: [build-script]enter sub process 25364, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  2571. 2025-1-24 15:29:37 - debug: excute-script over with build-script 3511ms
  2572. 2025-1-24 15:29:37 - debug: Generate systemJs..., progress: 19%
  2573. 2025-1-24 15:29:37 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  2574. 2025-1-24 15:29:40 - debug: excute-script over with build-script 2458ms
  2575. 2025-1-24 15:29:40 - debug: 构建项目脚本 start..., progress: 19%
  2576. 2025-1-24 15:29:40 - debug: Build script in bundle start, progress: 19%
  2577. 2025-1-24 15:29:40 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  2578. 2025-1-24 15:29:44 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts
  2579. 2025-1-24 15:29:44 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  2580. 2025-1-24 15:29:48 - debug: excute-script over with build-script 8041ms
  2581. 2025-1-24 15:29:48 - debug: Copy externalScripts success!
  2582. 2025-1-24 15:29:48 - debug: Build script in bundle success, progress: 19%
  2583. 2025-1-24 15:29:48 - debug: 构建项目脚本 in (8128 ms) √, progress: 19%
  2584. 2025-1-24 15:29:48 - debug: 构建引擎脚本 start..., progress: 19%
  2585. 2025-1-24 15:29:48 - debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\eb86d1cb887caa950b2345052eaff7db)}
  2586. 2025-1-24 15:29:48 - debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","gfx-webgl2","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"HTML5","useCache":true,"nativeCodeBundleMode":"both","wasmCompressionMode":false,"split":false,"assetURLFormat":"runtime-resolved","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\web-mobile\\cocos-js","flags":{"DEBUG":false,"WEBGPU":false},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  2587. 2025-1-24 15:29:48 - debug: 构建引擎脚本 in (120 ms) √, progress: 19%
  2588. 2025-1-24 15:29:48 - debug: Copy plugin script ..., progress: 19%
  2589. 2025-1-24 15:29:48 - debug: Generate import-map..., progress: 19%
  2590. 2025-1-24 15:29:48 - debug: // ---- build task 打包脚本 ---- (14290ms)
  2591. 2025-1-24 15:29:48 - debug: run build task 打包脚本 success in 14 s√, progress: 24%
  2592. 2025-1-24 15:29:48 - debug: [Build Memory track]: 打包脚本 start:220.36MB, end 219.57MB, increase: -804.38KB
  2593. 2025-1-24 15:29:48 - debug: Build Assets start, progress: 24%
  2594. 2025-1-24 15:29:48 - debug: // ---- build task Build Assets ----
  2595. 2025-1-24 15:29:48 - debug: Build bundles..., progress: 24%
  2596. 2025-1-24 15:29:48 - debug: Pack Images start, progress: 24%
  2597. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  2598. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  2599. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  2600. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  2601. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  2602. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  2603. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  2604. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  2605. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  2606. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  2607. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  2608. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  2609. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  2610. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  2611. 2025-1-24 15:29:49 - debug: Get Cache info of pac success {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  2612. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  2613. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  2614. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  2615. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  2616. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  2617. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  2618. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  2619. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  2620. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  2621. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  2622. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  2623. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  2624. 2025-1-24 15:29:49 - debug(2): remove spriteAtlas._uuid : {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  2625. 2025-1-24 15:29:49 - debug: remove spriteAtlas._uuid : {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  2626. 2025-1-24 15:29:49 - debug(2): remove spriteAtlas._uuid : {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  2627. 2025-1-24 15:29:49 - debug: builder:pack-auto-atlas-image (892ms)
  2628. 2025-1-24 15:29:49 - debug: Pack Images success, progress: 24%
  2629. 2025-1-24 15:29:49 - debug: Compress image start..., progress: 24%
  2630. 2025-1-24 15:29:49 - group: Compress image...
  2631. 2025-1-24 15:29:49 - debug: sort compress task {}
  2632. 2025-1-24 15:29:49 - debug: Num of all image compress task 0, really: 0, configTasks: 0
  2633. 2025-1-24 15:29:49 - debug: No image need to compress
  2634. 2025-1-24 15:29:49 - groupEnd: Compress image...
  2635. 2025-1-24 15:29:49 - debug: Compress image success..., progress: 24%
  2636. 2025-1-24 15:29:49 - debug: Output asset in bundles start, progress: 24%
  2637. 2025-1-24 15:29:49 - debug: Handle all json groups in bundle internal
  2638. 2025-1-24 15:29:49 - debug: handle json group
  2639. 2025-1-24 15:29:49 - debug: Handle all json groups in bundle resources
  2640. 2025-1-24 15:29:49 - debug: handle json group
  2641. 2025-1-24 15:29:49 - debug: Handle all json groups in bundle main
  2642. 2025-1-24 15:29:49 - debug: handle json group
  2643. 2025-1-24 15:29:49 - debug: Handle all json groups in bundle module_extra
  2644. 2025-1-24 15:29:49 - debug: handle json group
  2645. 2025-1-24 15:29:49 - debug: handle single json
  2646. 2025-1-24 15:29:49 - debug: Handle all json groups in bundle module_basic
  2647. 2025-1-24 15:29:49 - debug: handle json group
  2648. 2025-1-24 15:29:49 - debug: Handle all json groups in bundle module_game
  2649. 2025-1-24 15:29:49 - debug: handle json group
  2650. 2025-1-24 15:29:49 - debug: Json group(03ccd410a) compile success,json number: 6
  2651. 2025-1-24 15:29:49 - debug: handle single json
  2652. 2025-1-24 15:29:49 - debug: Json group(07325bfaa) compile success,json number: 6
  2653. 2025-1-24 15:29:49 - debug: Json group(0a66f4293) compile success,json number: 6
  2654. 2025-1-24 15:29:49 - debug: Json group(0ba471961) compile success,json number: 6
  2655. 2025-1-24 15:29:49 - debug: handle single json
  2656. 2025-1-24 15:29:49 - debug: Json group(0119562e1) compile success,json number: 6
  2657. 2025-1-24 15:29:49 - debug: Json group(0e251093b) compile success,json number: 6
  2658. 2025-1-24 15:29:49 - debug: handle single json
  2659. 2025-1-24 15:29:49 - debug: Json group(02318630c) compile success,json number: 6
  2660. 2025-1-24 15:29:49 - debug: Json group(0a54f6860) compile success,json number: 6
  2661. 2025-1-24 15:29:49 - debug: handle single json
  2662. 2025-1-24 15:29:49 - debug: Json group(08d4f0835) compile success,json number: 6
  2663. 2025-1-24 15:29:49 - debug: Json group(093f10e90) compile success,json number: 6
  2664. 2025-1-24 15:29:49 - debug: Json group(02c882590) compile success,json number: 6
  2665. 2025-1-24 15:29:49 - debug: Json group(078a3a89c) compile success,json number: 6
  2666. 2025-1-24 15:29:49 - debug: Json group(0787c84da) compile success,json number: 6
  2667. 2025-1-24 15:29:49 - debug: Json group(03c9cd961) compile success,json number: 6
  2668. 2025-1-24 15:29:49 - debug: Json group(041ac2e1c) compile success,json number: 6
  2669. 2025-1-24 15:29:49 - debug: Json group(0471cee9c) compile success,json number: 6
  2670. 2025-1-24 15:29:49 - debug: Json group(04a6d010d) compile success,json number: 6
  2671. 2025-1-24 15:29:49 - debug: Json group(070166e93) compile success,json number: 6
  2672. 2025-1-24 15:29:49 - debug: Json group(02b639d30) compile success,json number: 6
  2673. 2025-1-24 15:29:49 - debug: Json group(06db2e96b) compile success,json number: 6
  2674. 2025-1-24 15:29:49 - debug: Json group(097e5daf7) compile success,json number: 6
  2675. 2025-1-24 15:29:49 - debug: Json group(0c5a2fc7e) compile success,json number: 6
  2676. 2025-1-24 15:29:49 - debug: Json group(0816c2a7a) compile success,json number: 6
  2677. 2025-1-24 15:29:49 - debug: Json group(01236a39b) compile success,json number: 6
  2678. 2025-1-24 15:29:49 - debug: Json group(0a46ee258) compile success,json number: 6
  2679. 2025-1-24 15:29:49 - debug: Json group(033a6699b) compile success,json number: 6
  2680. 2025-1-24 15:29:49 - debug: Json group(02d36d139) compile success,json number: 6
  2681. 2025-1-24 15:29:49 - debug: Json group(0d54cf783) compile success,json number: 6
  2682. 2025-1-24 15:29:49 - debug: handle single json
  2683. 2025-1-24 15:29:49 - debug: Output asset in bundles success, progress: 24%
  2684. 2025-1-24 15:29:49 - debug: Output asset in bundles start, progress: 24%
  2685. 2025-1-24 15:29:49 - debug: compress config of bundle internal...
  2686. 2025-1-24 15:29:49 - debug: compress config of bundle internal success
  2687. 2025-1-24 15:29:49 - debug: compress config of bundle resources...
  2688. 2025-1-24 15:29:49 - debug: compress config of bundle resources success
  2689. 2025-1-24 15:29:49 - debug: compress config of bundle main...
  2690. 2025-1-24 15:29:49 - debug: compress config of bundle main success
  2691. 2025-1-24 15:29:49 - debug: compress config of bundle module_extra...
  2692. 2025-1-24 15:29:49 - debug: compress config of bundle module_extra success
  2693. 2025-1-24 15:29:49 - debug: compress config of bundle module_basic...
  2694. 2025-1-24 15:29:49 - debug: compress config of bundle module_basic success
  2695. 2025-1-24 15:29:49 - debug: compress config of bundle module_game...
  2696. 2025-1-24 15:29:49 - debug: compress config of bundle module_game success
  2697. 2025-1-24 15:29:49 - debug: output config of bundle internal
  2698. 2025-1-24 15:29:49 - debug: output config of bundle internal success
  2699. 2025-1-24 15:29:49 - debug: output config of bundle resources
  2700. 2025-1-24 15:29:49 - debug: output config of bundle resources success
  2701. 2025-1-24 15:29:49 - debug: output config of bundle main
  2702. 2025-1-24 15:29:49 - debug: output config of bundle main success
  2703. 2025-1-24 15:29:49 - debug: output config of bundle module_extra
  2704. 2025-1-24 15:29:49 - debug: output config of bundle module_extra success
  2705. 2025-1-24 15:29:49 - debug: output config of bundle module_basic
  2706. 2025-1-24 15:29:49 - debug: output config of bundle module_basic success
  2707. 2025-1-24 15:29:49 - debug: output config of bundle module_game
  2708. 2025-1-24 15:29:49 - debug: output config of bundle module_game success
  2709. 2025-1-24 15:29:49 - debug: Output asset in bundles success, progress: 24%
  2710. 2025-1-24 15:29:49 - debug: // ---- build task Build Assets ---- (1431ms)
  2711. 2025-1-24 15:29:49 - debug: run build task Build Assets success in 1 s√, progress: 29%
  2712. 2025-1-24 15:29:49 - debug: [Build Memory track]: Build Assets start:219.61MB, end 209.78MB, increase: -10058.68KB
  2713. 2025-1-24 15:29:49 - debug: 整理部分构建选项内数据到 settings.json start, progress: 29%
  2714. 2025-1-24 15:29:49 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2715. 2025-1-24 15:29:49 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (42ms)
  2716. 2025-1-24 15:29:49 - debug: run build task 整理部分构建选项内数据到 settings.json success in 42 ms√, progress: 31%
  2717. 2025-1-24 15:29:49 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:209.87MB, end 210.00MB, increase: 130.36KB
  2718. 2025-1-24 15:29:49 - debug: 填充脚本数据到 settings.json start, progress: 31%
  2719. 2025-1-24 15:29:49 - debug: // ---- build task 填充脚本数据到 settings.json ----
  2720. 2025-1-24 15:29:49 - debug: // ---- build task 填充脚本数据到 settings.json ---- (60ms)
  2721. 2025-1-24 15:29:49 - debug: run build task 填充脚本数据到 settings.json success in 60 ms√, progress: 32%
  2722. 2025-1-24 15:29:49 - debug: [Build Memory track]: 填充脚本数据到 settings.json start:210.04MB, end 210.16MB, increase: 128.74KB
  2723. 2025-1-24 15:29:49 - debug: 整理部分构建选项内数据到 settings.json start, progress: 32%
  2724. 2025-1-24 15:29:49 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  2725. 2025-1-24 15:29:49 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (108ms)
  2726. 2025-1-24 15:29:49 - debug: run build task 整理部分构建选项内数据到 settings.json success in 108 ms√, progress: 34%
  2727. 2025-1-24 15:29:49 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:210.20MB, end 210.47MB, increase: 282.10KB
  2728. 2025-1-24 15:29:49 - debug: web-mobile:(onBeforeCompressSettings) start..., progress: 34%
  2729. 2025-1-24 15:29:49 - debug: // ---- build task web-mobile:onBeforeCompressSettings ----
  2730. 2025-1-24 15:29:50 - debug: // ---- build task web-mobile:onBeforeCompressSettings ---- (59ms)
  2731. 2025-1-24 15:29:50 - debug: web-mobile:(onBeforeCompressSettings) in 59 ms ✓, progress: 36%
  2732. 2025-1-24 15:29:50 - debug: cocos-service:(onBeforeCompressSettings) start..., progress: 36%
  2733. 2025-1-24 15:29:50 - debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  2734. 2025-1-24 15:29:50 - debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (179ms)
  2735. 2025-1-24 15:29:50 - debug: cocos-service:(onBeforeCompressSettings) in 179 ms ✓, progress: 38%
  2736. 2025-1-24 15:29:50 - debug: 整理静态模板文件 start, progress: 38%
  2737. 2025-1-24 15:29:50 - debug: // ---- build task 整理静态模板文件 ----
  2738. 2025-1-24 15:29:50 - debug: // ---- build task 整理静态模板文件 ---- (81ms)
  2739. 2025-1-24 15:29:50 - debug: run build task 整理静态模板文件 success in 81 ms√, progress: 43%
  2740. 2025-1-24 15:29:50 - debug: [Build Memory track]: 整理静态模板文件 start:210.85MB, end 214.72MB, increase: 3.87MB
  2741. 2025-1-24 15:29:50 - debug: cocos-service:(onAfterCompressSettings) start..., progress: 43%
  2742. 2025-1-24 15:29:50 - debug: // ---- build task cocos-service:onAfterCompressSettings ----
  2743. 2025-1-24 15:29:50 - debug: // ---- build task cocos-service:onAfterCompressSettings ---- (125ms)
  2744. 2025-1-24 15:29:50 - debug: cocos-service:(onAfterCompressSettings) in 125 ms ✓, progress: 45%
  2745. 2025-1-24 15:29:50 - debug: web-mobile:(onBeforeCopyBuildTemplate) start..., progress: 45%
  2746. 2025-1-24 15:29:50 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ----
  2747. 2025-1-24 15:29:50 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ---- (66ms)
  2748. 2025-1-24 15:29:50 - debug: web-mobile:(onBeforeCopyBuildTemplate) in 66 ms ✓, progress: 46%
  2749. 2025-1-24 15:29:50 - debug: 给所有的资源加上 MD5 后缀 start, progress: 46%
  2750. 2025-1-24 15:29:50 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  2751. 2025-1-24 15:29:50 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (47ms)
  2752. 2025-1-24 15:29:50 - debug: run build task 给所有的资源加上 MD5 后缀 success in 47 ms√, progress: 56%
  2753. 2025-1-24 15:29:50 - debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:211.11MB, end 211.23MB, increase: 126.26KB
  2754. 2025-1-24 15:29:50 - debug: cocos-service:(onAfterBuild) start..., progress: 56%
  2755. 2025-1-24 15:29:50 - debug: // ---- build task cocos-service:onAfterBuild ----
  2756. 2025-1-24 15:29:50 - debug: // ---- build task cocos-service:onAfterBuild ---- (108ms)
  2757. 2025-1-24 15:29:50 - debug: cocos-service:(onAfterBuild) in 108 ms ✓, progress: 58%
  2758. 2025-1-24 15:29:50 - debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 58%
  2759. 2025-1-24 15:29:50 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  2760. 2025-1-24 15:29:50 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (39ms)
  2761. 2025-1-24 15:29:50 - debug: adsense-h5g-plugin:(onAfterBuild) in 39 ms ✓, progress: 60%
  2762. 2025-1-24 15:29:50 - log: Asset DB is resume!
  2763. 2025-1-24 15:29:50 - debug: builder:build-project-total (17806ms)
  2764. 2025-1-24 15:29:50 - debug: build success in 17806!
  2765. 2025-1-24 15:29:50 - debug: [Build Memory track]: builder:build-project-total start:215.03MB, end 213.24MB, increase: -1828.62KB
  2766. 2025-1-24 15:29:50 - debug: ================================ build Task (web-mobile) Finished in (17 s)ms ================================
  2767. 2025-1-24 15:40:22 - debug: =================================== build Task (web-mobile) Start ================================
  2768. 2025-1-24 15:40:22 - debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"web-mobile","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"includeModules":{"gfx-webgl2":"on","physics":"inherit-project-setting","physics-2d":"inherit-project-setting"},"macroConfig":{"cleanupImageCache":"inherit-project-setting"}},"nativeCodeBundleMode":"both","polyfills":{"asyncFunctions":true},"experimentalEraseModules":false,"startSceneAssetBundle":false,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"merge_dep","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"web-mobile","taskName":"web-mobile","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":false,"packages":{"adsense-h5g-plugin":{"enableAdsense":false,"enableTestAd":false,"__version__":"1.0.1","AFPHostPropertyCode":"ca-host-pub-5396158963872751","AFPHostDomain":"douyougame.com","otherAFPHostPropertyCode":"","otherAFPDomain":""},"web-mobile":{"useWebGPU":false,"orientation":"auto","embedWebDebugger":false,"__version__":"1.0.1"},"cocos-service":{"configID":"7dcd5c","services":[]}},"__version__":"1.3.8","logDest":"project://temp/builder/log/web-mobile2025-1-22 19-22.log"}
  2769. 2025-1-24 15:40:22 - debug: Build with Cocos Creator 3.8.4
  2770. 2025-1-24 15:40:22 - debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  2771. 2025-1-24 15:40:22 - debug: // ---- build task cocos-service:onBeforeBuild ----
  2772. 2025-1-24 15:40:22 - debug: // ---- build task cocos-service:onBeforeBuild ---- (174ms)
  2773. 2025-1-24 15:40:22 - debug: cocos-service:(onBeforeBuild) in 174 ms ✓, progress: 2%
  2774. 2025-1-24 15:40:22 - debug: scene:(onBeforeBuild) start..., progress: 2%
  2775. 2025-1-24 15:40:22 - debug: // ---- build task scene:onBeforeBuild ----
  2776. 2025-1-24 15:40:22 - debug: // ---- build task scene:onBeforeBuild ---- (38ms)
  2777. 2025-1-24 15:40:22 - debug: scene:(onBeforeBuild) in 38 ms ✓, progress: 4%
  2778. 2025-1-24 15:40:22 - debug: Start lock asset db..., progress: 4%
  2779. 2025-1-24 15:40:22 - log: Asset DB is paused with build!
  2780. 2025-1-24 15:40:22 - debug: Query all assets info in project
  2781. 2025-1-24 15:40:22 - debug: init custom config: keepNodeUuid: false, useCache: true
  2782. 2025-1-24 15:40:22 - debug: web-mobile:(onAfterInit) start..., progress: 4%
  2783. 2025-1-24 15:40:22 - debug: // ---- build task web-mobile:onAfterInit ----
  2784. 2025-1-24 15:40:22 - debug: // ---- build task web-mobile:onAfterInit ---- (25ms)
  2785. 2025-1-24 15:40:22 - debug: web-mobile:(onAfterInit) in 25 ms ✓, progress: 5%
  2786. 2025-1-24 15:40:22 - debug: cocos-service:(onAfterInit) start..., progress: 5%
  2787. 2025-1-24 15:40:22 - debug: // ---- build task cocos-service:onAfterInit ----
  2788. 2025-1-24 15:40:22 - debug: // ---- build task cocos-service:onAfterInit ---- (128ms)
  2789. 2025-1-24 15:40:22 - debug: cocos-service:(onAfterInit) in 128 ms ✓, progress: 7%
  2790. 2025-1-24 15:40:22 - debug: engine:(onAfterInit) start..., progress: 7%
  2791. 2025-1-24 15:40:22 - debug: // ---- build task engine:onAfterInit ----
  2792. 2025-1-24 15:40:23 - debug: // ---- build task engine:onAfterInit ---- (59ms)
  2793. 2025-1-24 15:40:23 - debug: engine:(onAfterInit) in 59 ms ✓, progress: 9%
  2794. 2025-1-24 15:40:23 - debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  2795. 2025-1-24 15:40:23 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  2796. 2025-1-24 15:40:23 - debug: [adsense-h5g-plugin] remove script success
  2797. 2025-1-24 15:40:23 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (40ms)
  2798. 2025-1-24 15:40:23 - debug: adsense-h5g-plugin:(onBeforeBundleInit) in 40 ms ✓, progress: 9%
  2799. 2025-1-24 15:40:23 - debug: Init all bundles start..., progress: 9%
  2800. 2025-1-24 15:40:23 - debug: Num of bundles: 6..., progress: 9%
  2801. 2025-1-24 15:40:23 - debug: web-mobile:(onAfterBundleInit) start..., progress: 9%
  2802. 2025-1-24 15:40:23 - debug: // ---- build task web-mobile:onAfterBundleInit ----
  2803. 2025-1-24 15:40:23 - debug: // ---- build task web-mobile:onAfterBundleInit ---- (63ms)
  2804. 2025-1-24 15:40:23 - debug: web-mobile:(onAfterBundleInit) in 63 ms ✓, progress: 9%
  2805. 2025-1-24 15:40:23 - debug: 查询 Asset Bundle start, progress: 9%
  2806. 2025-1-24 15:40:23 - debug: // ---- build task 查询 Asset Bundle ----
  2807. 2025-1-24 15:40:23 - debug: Init bundle root assets start..., progress: 9%
  2808. 2025-1-24 15:40:23 - debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  2809. 2025-1-24 15:40:23 - debug: Number of all scenes: 3
  2810. 2025-1-24 15:40:23 - debug: Number of all scripts: 128
  2811. 2025-1-24 15:40:23 - debug: Number of other assets: 1204
  2812. 2025-1-24 15:40:23 - debug: Init bundle root assets success..., progress: 9%
  2813. 2025-1-24 15:40:23 - debug: reload all scripts.
  2814. 2025-1-24 15:40:23 - debug: Set detail map pack:///resolution-detail-map.json: {}
  2815. 2025-1-24 15:40:23 - groupCollapsed: Invalidate all modules
  2816. 2025-1-24 15:40:23 - debug: Unregister BuiltinPipelineSettings
  2817. 2025-1-24 15:40:23 - debug: Unregister DebugViewRuntimeControl
  2818. 2025-1-24 15:40:23 - debug: Unregister ch_sdk_comp
  2819. 2025-1-24 15:40:23 - debug: Unregister ch_start_pack
  2820. 2025-1-24 15:40:23 - debug: Unregister __NodeEventAgent__
  2821. 2025-1-24 15:40:23 - debug: Unregister ResolutionAutoFit
  2822. 2025-1-24 15:40:23 - debug: Unregister ui_updater
  2823. 2025-1-24 15:40:23 - debug: Unregister ClickPenetrate
  2824. 2025-1-24 15:40:23 - debug: Unregister ListItem
  2825. 2025-1-24 15:40:23 - debug: Unregister List
  2826. 2025-1-24 15:40:23 - debug: Unregister MotionTrail
  2827. 2025-1-24 15:40:23 - debug: Unregister MovieClip
  2828. 2025-1-24 15:40:23 - debug: Unregister RewardFly
  2829. 2025-1-24 15:40:23 - debug: Unregister SpineView
  2830. 2025-1-24 15:40:23 - debug: Unregister UISpineMovie
  2831. 2025-1-24 15:40:23 - debug: Unregister Layout_UIAlert
  2832. 2025-1-24 15:40:23 - debug: Unregister Layout_UI_Notify
  2833. 2025-1-24 15:40:23 - debug: Unregister Layout_UIWaiting
  2834. 2025-1-24 15:40:23 - debug: Unregister table_idiom
  2835. 2025-1-24 15:40:23 - debug: Unregister table_idiom_order
  2836. 2025-1-24 15:40:23 - debug: Unregister table_idiom_unorder_1_3
  2837. 2025-1-24 15:40:23 - debug: Unregister table_idiom_unorder_2_2
  2838. 2025-1-24 15:40:23 - debug: Unregister table_idiom_unorder_3_1
  2839. 2025-1-24 15:40:23 - debug: Unregister table_level
  2840. 2025-1-24 15:40:23 - debug: Unregister table_level_2
  2841. 2025-1-24 15:40:23 - debug: Unregister table_store
  2842. 2025-1-24 15:40:23 - debug: Unregister table_task
  2843. 2025-1-24 15:40:23 - debug: Unregister Layout_GameRules
  2844. 2025-1-24 15:40:23 - debug: Unregister UI_GameRules
  2845. 2025-1-24 15:40:23 - debug: Unregister UI_Idiom
  2846. 2025-1-24 15:40:23 - debug: Unregister Layout_Idioms
  2847. 2025-1-24 15:40:23 - debug: Unregister UI_Idioms
  2848. 2025-1-24 15:40:23 - debug: Unregister Layout_Settings
  2849. 2025-1-24 15:40:23 - debug: Unregister Layout_Tips
  2850. 2025-1-24 15:40:23 - debug: Unregister Layout_Hall
  2851. 2025-1-24 15:40:23 - debug: Unregister UI_Head_Icon
  2852. 2025-1-24 15:40:23 - debug: Unregister UI_Rank_Item
  2853. 2025-1-24 15:40:23 - debug: Unregister Layout_Rank
  2854. 2025-1-24 15:40:23 - debug: Unregister UI_Rank
  2855. 2025-1-24 15:40:23 - debug: Unregister Sign_Reward
  2856. 2025-1-24 15:40:23 - debug: Unregister Layout_Sign
  2857. 2025-1-24 15:40:23 - debug: Unregister UI_Sign
  2858. 2025-1-24 15:40:23 - debug: Unregister Layout_Invite
  2859. 2025-1-24 15:40:23 - debug: Unregister UI_Invite
  2860. 2025-1-24 15:40:23 - debug: Unregister Layout_Store
  2861. 2025-1-24 15:40:23 - debug: Unregister UI_Store
  2862. 2025-1-24 15:40:23 - debug: Unregister Layout_SideBar
  2863. 2025-1-24 15:40:23 - debug: Unregister Start
  2864. 2025-1-24 15:40:23 - debug: Unregister UI_SideBar
  2865. 2025-1-24 15:40:23 - debug: Unregister UI_Task_Item
  2866. 2025-1-24 15:40:23 - debug: Unregister Layout_Task
  2867. 2025-1-24 15:40:23 - debug: Unregister UI_Task
  2868. 2025-1-24 15:40:23 - debug: Unregister UI_Hall
  2869. 2025-1-24 15:40:23 - debug: Unregister UI_Tips
  2870. 2025-1-24 15:40:23 - debug: Unregister UI_Settings
  2871. 2025-1-24 15:40:23 - debug: Unregister Layout_Win
  2872. 2025-1-24 15:40:23 - debug: Unregister UI_Win
  2873. 2025-1-24 15:40:23 - debug: Unregister Layout_Main
  2874. 2025-1-24 15:40:23 - debug: Unregister Layout_TimesOver
  2875. 2025-1-24 15:40:23 - debug: Unregister Layout_Fail
  2876. 2025-1-24 15:40:23 - debug: Unregister UI_Fail
  2877. 2025-1-24 15:40:23 - debug: Unregister UI_TimesOver
  2878. 2025-1-24 15:40:23 - debug: Unregister UI_Main
  2879. 2025-1-24 15:40:23 - debug: Unregister Hall
  2880. 2025-1-24 15:40:23 - debug: Unregister Cube_Infor
  2881. 2025-1-24 15:40:23 - debug: Unregister CreateIdiom
  2882. 2025-1-24 15:40:23 - debug: Unregister Layout_LatticeFull
  2883. 2025-1-24 15:40:23 - debug: Unregister UI_LatticeFull
  2884. 2025-1-24 15:40:23 - debug: Unregister Layout_Lock
  2885. 2025-1-24 15:40:23 - debug: Unregister UI_Lock
  2886. 2025-1-24 15:40:23 - debug: Unregister GameCtl
  2887. 2025-1-24 15:40:23 - debug: Unregister Container_Manager
  2888. 2025-1-24 15:40:23 - debug: Unregister UI_Item
  2889. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  2890. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js'
  2891. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js'
  2892. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js'
  2893. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js'
  2894. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js'
  2895. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js'
  2896. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js'
  2897. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js'
  2898. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js'
  2899. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js'
  2900. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js'
  2901. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js'
  2902. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js'
  2903. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js'
  2904. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js'
  2905. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js'
  2906. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js'
  2907. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js'
  2908. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js'
  2909. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js'
  2910. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js'
  2911. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js'
  2912. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js'
  2913. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js'
  2914. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js'
  2915. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js'
  2916. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js'
  2917. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js'
  2918. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js'
  2919. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js'
  2920. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js'
  2921. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js'
  2922. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js'
  2923. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js'
  2924. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js'
  2925. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js'
  2926. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js'
  2927. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js'
  2928. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js'
  2929. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js'
  2930. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js'
  2931. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js'
  2932. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js'
  2933. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js'
  2934. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js'
  2935. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js'
  2936. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js'
  2937. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js'
  2938. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js'
  2939. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js'
  2940. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js'
  2941. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js'
  2942. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js'
  2943. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js'
  2944. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js'
  2945. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js'
  2946. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js'
  2947. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js'
  2948. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js'
  2949. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js'
  2950. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js'
  2951. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js'
  2952. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js'
  2953. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js'
  2954. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js'
  2955. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js'
  2956. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js'
  2957. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js'
  2958. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js'
  2959. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js'
  2960. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js'
  2961. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js'
  2962. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js'
  2963. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/5c/5c49ac26bc7b811c9d08fcff5242440f88d29d17.js'
  2964. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/c4/c4f98bd93a546a52de77fc64f647d47575afdfde.js'
  2965. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/08/084428b3dfc28ebcd60f1249169098df9f4287da.js'
  2966. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/cb/cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js'
  2967. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js'
  2968. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/0a/0a30868ce54a6c8efe10f298b9b16214ac85c863.js'
  2969. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/0e/0e87907262cdfe9bb04b67b17e1eca1e38126d79.js'
  2970. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/50/505b34a78c0dbfe58195107ebd90b3bc5807bf10.js'
  2971. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js'
  2972. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js'
  2973. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js'
  2974. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js'
  2975. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js'
  2976. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js'
  2977. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js'
  2978. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js'
  2979. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js'
  2980. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js'
  2981. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js'
  2982. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js'
  2983. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js'
  2984. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js'
  2985. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/ef/ef2d221df54a2db9265b17ea24ca2a0b327d2619.js'
  2986. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/a6/a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js'
  2987. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/92/9223b50b0b25e34c00abbd1136311e176203d399.js'
  2988. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js'
  2989. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js'
  2990. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js'
  2991. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js'
  2992. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js'
  2993. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js'
  2994. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js'
  2995. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js'
  2996. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js'
  2997. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/76/76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js'
  2998. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js'
  2999. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/c1/c10bd777343c22d44996eae3d1e908c1e444e54c.js'
  3000. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js'
  3001. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/ca/caf1f57c4e93834ff6792756f81ca4dda67117d5.js'
  3002. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/3a/3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js'
  3003. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js'
  3004. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js'
  3005. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js'
  3006. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js'
  3007. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js'
  3008. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js'
  3009. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js'
  3010. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js'
  3011. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/2e/2e8565b65da4744bcef3d3da0a471e3f78c932ab.js'
  3012. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js'
  3013. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js'
  3014. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js'
  3015. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js'
  3016. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js'
  3017. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js'
  3018. 2025-1-24 15:40:23 - debug: Invalidating 'pack:///chunks/83/8346f1745fc6cfca5a9df831ccc439dc13140cfb.js'
  3019. 2025-1-24 15:40:23 - groupEnd: Invalidate all modules
  3020. 2025-1-24 15:40:23 - groupCollapsed: Imports all modules
  3021. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  3022. 2025-1-24 15:40:23 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  3023. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  3024. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  3025. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  3026. 2025-1-24 15:40:23 - debug: [[Executor]] Register BuiltinPipelineSettings
  3027. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  3028. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  3029. 2025-1-24 15:40:23 - debug: [[Executor]] Register DebugViewRuntimeControl
  3030. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  3031. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  3032. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  3033. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  3034. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  3035. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  3036. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  3037. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  3038. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  3039. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  3040. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  3041. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  3042. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  3043. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  3044. 2025-1-24 15:40:23 - debug: [[Executor]] Register ch_sdk_comp
  3045. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  3046. 2025-1-24 15:40:23 - debug: [[Executor]] Register ch_start_pack
  3047. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  3048. 2025-1-24 15:40:23 - debug: [[Executor]] Register __NodeEventAgent__
  3049. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  3050. 2025-1-24 15:40:23 - debug: [[Executor]] Register ResolutionAutoFit
  3051. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  3052. 2025-1-24 15:40:23 - debug: [[Executor]] Register ui_updater
  3053. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  3054. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  3055. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  3056. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  3057. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  3058. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  3059. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  3060. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  3061. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  3062. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  3063. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  3064. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  3065. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  3066. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  3067. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  3068. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  3069. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  3070. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  3071. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  3072. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  3073. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  3074. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  3075. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  3076. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  3077. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  3078. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  3079. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  3080. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  3081. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  3082. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  3083. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  3084. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  3085. 2025-1-24 15:40:23 - debug: [[Executor]] Register ClickPenetrate
  3086. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  3087. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  3088. 2025-1-24 15:40:23 - debug: [[Executor]] Register ListItem
  3089. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  3090. 2025-1-24 15:40:23 - debug: [[Executor]] Register List
  3091. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  3092. 2025-1-24 15:40:23 - debug: [[Executor]] Register MotionTrail
  3093. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  3094. 2025-1-24 15:40:23 - debug: [[Executor]] Register MovieClip
  3095. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  3096. 2025-1-24 15:40:23 - debug: [[Executor]] Register RewardFly
  3097. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  3098. 2025-1-24 15:40:23 - debug: [[Executor]] Register SpineView
  3099. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  3100. 2025-1-24 15:40:23 - debug: [[Executor]] Register UISpineMovie
  3101. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  3102. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_UIAlert
  3103. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  3104. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  3105. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  3106. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_UI_Notify
  3107. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  3108. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  3109. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_UIWaiting
  3110. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  3111. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  3112. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  3113. 2025-1-24 15:40:23 - debug: [[Executor]] Register table_idiom
  3114. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  3115. 2025-1-24 15:40:23 - debug: [[Executor]] Register table_idiom_order
  3116. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/5c/5c49ac26bc7b811c9d08fcff5242440f88d29d17.js" loaded.
  3117. 2025-1-24 15:40:23 - debug: [[Executor]] Register table_idiom_unorder_1_3
  3118. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/c4/c4f98bd93a546a52de77fc64f647d47575afdfde.js" loaded.
  3119. 2025-1-24 15:40:23 - debug: [[Executor]] Register table_idiom_unorder_2_2
  3120. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/08/084428b3dfc28ebcd60f1249169098df9f4287da.js" loaded.
  3121. 2025-1-24 15:40:23 - debug: [[Executor]] Register table_idiom_unorder_3_1
  3122. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/cb/cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js" loaded.
  3123. 2025-1-24 15:40:23 - debug: [[Executor]] Register table_level
  3124. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  3125. 2025-1-24 15:40:23 - debug: [[Executor]] Register table_level_2
  3126. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/0a/0a30868ce54a6c8efe10f298b9b16214ac85c863.js" loaded.
  3127. 2025-1-24 15:40:23 - debug: [[Executor]] Register table_store
  3128. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/0e/0e87907262cdfe9bb04b67b17e1eca1e38126d79.js" loaded.
  3129. 2025-1-24 15:40:23 - debug: [[Executor]] Register table_task
  3130. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/50/505b34a78c0dbfe58195107ebd90b3bc5807bf10.js" loaded.
  3131. 2025-1-24 15:40:23 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js is not in module cache!
  3132. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_GameRules
  3133. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  3134. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_GameRules
  3135. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  3136. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Idiom
  3137. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  3138. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Idioms
  3139. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  3140. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Idioms
  3141. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  3142. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Settings
  3143. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  3144. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Tips
  3145. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/2e/2e8565b65da4744bcef3d3da0a471e3f78c932ab.js" loaded.
  3146. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Hall
  3147. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  3148. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Head_Icon
  3149. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  3150. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Rank_Item
  3151. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  3152. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Rank
  3153. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  3154. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Rank
  3155. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  3156. 2025-1-24 15:40:23 - debug: [[Executor]] Register Sign_Reward
  3157. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  3158. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Sign
  3159. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  3160. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Sign
  3161. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  3162. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Invite
  3163. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  3164. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Invite
  3165. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  3166. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Store
  3167. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  3168. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Store
  3169. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  3170. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_SideBar
  3171. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  3172. 2025-1-24 15:40:23 - debug: [[Executor]] Register Start
  3173. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  3174. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_SideBar
  3175. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  3176. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Task_Item
  3177. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  3178. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Task
  3179. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  3180. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Task
  3181. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  3182. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Hall
  3183. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  3184. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Tips
  3185. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/76/76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js" loaded.
  3186. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Settings
  3187. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  3188. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Win
  3189. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  3190. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Win
  3191. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  3192. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Main
  3193. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  3194. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_TimesOver
  3195. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/c1/c10bd777343c22d44996eae3d1e908c1e444e54c.js" loaded.
  3196. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Fail
  3197. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  3198. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Fail
  3199. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  3200. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_TimesOver
  3201. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/ef/ef2d221df54a2db9265b17ea24ca2a0b327d2619.js" loaded.
  3202. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Main
  3203. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  3204. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  3205. 2025-1-24 15:40:23 - debug: [[Executor]] Register Hall
  3206. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  3207. 2025-1-24 15:40:23 - debug: [[Executor]] Register Cube_Infor
  3208. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  3209. 2025-1-24 15:40:23 - debug: [[Executor]] Register CreateIdiom
  3210. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  3211. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_LatticeFull
  3212. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/ca/caf1f57c4e93834ff6792756f81ca4dda67117d5.js" loaded.
  3213. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_LatticeFull
  3214. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/a6/a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js" loaded.
  3215. 2025-1-24 15:40:23 - debug: [[Executor]] Register Layout_Lock
  3216. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/3a/3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js" loaded.
  3217. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Lock
  3218. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/92/9223b50b0b25e34c00abbd1136311e176203d399.js" loaded.
  3219. 2025-1-24 15:40:23 - debug: [[Executor]] Register GameCtl
  3220. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  3221. 2025-1-24 15:40:23 - debug: [[Executor]] Register Container_Manager
  3222. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  3223. 2025-1-24 15:40:23 - debug: [[Executor]] Register UI_Item
  3224. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  3225. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/83/8346f1745fc6cfca5a9df831ccc439dc13140cfb.js" loaded.
  3226. 2025-1-24 15:40:23 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  3227. 2025-1-24 15:40:23 - groupEnd: Imports all modules
  3228. 2025-1-24 15:40:23 - debug: Incremental keys: chSdk,chsdk
  3229. 2025-1-24 15:40:23 - debug: Init bundle share assets start..., progress: 9%
  3230. 2025-1-24 15:40:23 - debug: Init bundle share assets success..., progress: 9%
  3231. 2025-1-24 15:40:23 - debug: handle json group in bundle internal
  3232. 2025-1-24 15:40:23 - debug: handle json group in bundle internal success
  3233. 2025-1-24 15:40:23 - debug: handle json group in bundle resources
  3234. 2025-1-24 15:40:23 - debug: handle json group in bundle main
  3235. 2025-1-24 15:40:23 - debug: handle json group in bundle module_extra
  3236. 2025-1-24 15:40:23 - debug: handle json group in bundle module_basic
  3237. 2025-1-24 15:40:23 - debug: handle json group in bundle module_game
  3238. 2025-1-24 15:40:23 - debug: init image compress task 0 in bundle internal
  3239. 2025-1-24 15:40:23 - debug: handle json group in bundle resources success
  3240. 2025-1-24 15:40:23 - debug: init image compress task 0 in bundle resources
  3241. 2025-1-24 15:40:23 - debug: handle json group in bundle module_basic success
  3242. 2025-1-24 15:40:23 - debug: init image compress task 0 in bundle module_basic
  3243. 2025-1-24 15:40:23 - debug: handle json group in bundle module_extra success
  3244. 2025-1-24 15:40:23 - debug: init image compress task 0 in bundle module_extra
  3245. 2025-1-24 15:40:23 - debug: handle json group in bundle main success
  3246. 2025-1-24 15:40:23 - debug: init image compress task 0 in bundle main
  3247. 2025-1-24 15:40:23 - debug: handle json group in bundle module_game success
  3248. 2025-1-24 15:40:23 - debug: init image compress task 0 in bundle module_game
  3249. 2025-1-24 15:40:23 - debug: // ---- build task 查询 Asset Bundle ---- (316ms)
  3250. 2025-1-24 15:40:23 - debug: run build task 查询 Asset Bundle success in 316 ms√, progress: 14%
  3251. 2025-1-24 15:40:23 - debug: [Build Memory track]: 查询 Asset Bundle start:210.10MB, end 216.57MB, increase: 6.47MB
  3252. 2025-1-24 15:40:23 - debug: 查询 Asset Bundle start, progress: 14%
  3253. 2025-1-24 15:40:23 - debug: // ---- build task 查询 Asset Bundle ----
  3254. 2025-1-24 15:40:23 - debug: // ---- build task 查询 Asset Bundle ---- (125ms)
  3255. 2025-1-24 15:40:23 - debug: run build task 查询 Asset Bundle success in 125 ms√, progress: 19%
  3256. 2025-1-24 15:40:23 - debug: [Build Memory track]: 查询 Asset Bundle start:216.61MB, end 214.34MB, increase: -2320.79KB
  3257. 2025-1-24 15:40:23 - debug: 打包脚本 start, progress: 19%
  3258. 2025-1-24 15:40:23 - debug: // ---- build task 打包脚本 ----
  3259. 2025-1-24 15:40:23 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3260. 2025-1-24 15:40:24 - log: [build-script]enter sub process 13864, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  3261. 2025-1-24 15:40:26 - debug: excute-script over with build-script 3347ms
  3262. 2025-1-24 15:40:26 - debug: Generate systemJs..., progress: 19%
  3263. 2025-1-24 15:40:27 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3264. 2025-1-24 15:40:29 - debug: excute-script over with build-script 2590ms
  3265. 2025-1-24 15:40:29 - debug: 构建项目脚本 start..., progress: 19%
  3266. 2025-1-24 15:40:29 - debug: Build script in bundle start, progress: 19%
  3267. 2025-1-24 15:40:29 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3268. 2025-1-24 15:40:34 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts
  3269. 2025-1-24 15:40:34 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/Layout_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  3270. 2025-1-24 15:40:37 - debug: excute-script over with build-script 8081ms
  3271. 2025-1-24 15:40:37 - debug: Copy externalScripts success!
  3272. 2025-1-24 15:40:37 - debug: Build script in bundle success, progress: 19%
  3273. 2025-1-24 15:40:37 - debug: 构建项目脚本 in (8167 ms) √, progress: 19%
  3274. 2025-1-24 15:40:37 - debug: 构建引擎脚本 start..., progress: 19%
  3275. 2025-1-24 15:40:37 - debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\eb86d1cb887caa950b2345052eaff7db)}
  3276. 2025-1-24 15:40:37 - debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","gfx-webgl2","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"HTML5","useCache":true,"nativeCodeBundleMode":"both","wasmCompressionMode":false,"split":false,"assetURLFormat":"runtime-resolved","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\web-mobile\\cocos-js","flags":{"DEBUG":false,"WEBGPU":false},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  3277. 2025-1-24 15:40:37 - debug: 构建引擎脚本 in (134 ms) √, progress: 19%
  3278. 2025-1-24 15:40:37 - debug: Copy plugin script ..., progress: 19%
  3279. 2025-1-24 15:40:37 - debug: Generate import-map..., progress: 19%
  3280. 2025-1-24 15:40:37 - debug: // ---- build task 打包脚本 ---- (14318ms)
  3281. 2025-1-24 15:40:37 - debug: run build task 打包脚本 success in 14 s√, progress: 24%
  3282. 2025-1-24 15:40:37 - debug: [Build Memory track]: 打包脚本 start:214.51MB, end 215.47MB, increase: 985.80KB
  3283. 2025-1-24 15:40:37 - debug: Build Assets start, progress: 24%
  3284. 2025-1-24 15:40:37 - debug: // ---- build task Build Assets ----
  3285. 2025-1-24 15:40:37 - debug: Build bundles..., progress: 24%
  3286. 2025-1-24 15:40:37 - debug: Pack Images start, progress: 24%
  3287. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  3288. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  3289. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  3290. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  3291. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  3292. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  3293. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  3294. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  3295. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  3296. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  3297. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  3298. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  3299. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  3300. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  3301. 2025-1-24 15:40:38 - debug: Get Cache info of pac success {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  3302. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  3303. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  3304. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  3305. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  3306. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  3307. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  3308. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  3309. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  3310. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  3311. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  3312. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  3313. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  3314. 2025-1-24 15:40:38 - debug(2): remove spriteAtlas._uuid : {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  3315. 2025-1-24 15:40:38 - debug: remove spriteAtlas._uuid : {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  3316. 2025-1-24 15:40:38 - debug(2): remove spriteAtlas._uuid : {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  3317. 2025-1-24 15:40:38 - debug: builder:pack-auto-atlas-image (869ms)
  3318. 2025-1-24 15:40:38 - debug: Pack Images success, progress: 24%
  3319. 2025-1-24 15:40:38 - debug: Compress image start..., progress: 24%
  3320. 2025-1-24 15:40:38 - group: Compress image...
  3321. 2025-1-24 15:40:38 - debug: sort compress task {}
  3322. 2025-1-24 15:40:38 - debug: Num of all image compress task 0, really: 0, configTasks: 0
  3323. 2025-1-24 15:40:38 - debug: No image need to compress
  3324. 2025-1-24 15:40:38 - groupEnd: Compress image...
  3325. 2025-1-24 15:40:38 - debug: Compress image success..., progress: 24%
  3326. 2025-1-24 15:40:38 - debug: Output asset in bundles start, progress: 24%
  3327. 2025-1-24 15:40:38 - debug: Handle all json groups in bundle internal
  3328. 2025-1-24 15:40:38 - debug: handle json group
  3329. 2025-1-24 15:40:38 - debug: Handle all json groups in bundle resources
  3330. 2025-1-24 15:40:38 - debug: handle json group
  3331. 2025-1-24 15:40:38 - debug: Handle all json groups in bundle main
  3332. 2025-1-24 15:40:38 - debug: handle json group
  3333. 2025-1-24 15:40:38 - debug: Handle all json groups in bundle module_extra
  3334. 2025-1-24 15:40:38 - debug: handle json group
  3335. 2025-1-24 15:40:38 - debug: handle single json
  3336. 2025-1-24 15:40:38 - debug: Handle all json groups in bundle module_basic
  3337. 2025-1-24 15:40:38 - debug: handle json group
  3338. 2025-1-24 15:40:38 - debug: Handle all json groups in bundle module_game
  3339. 2025-1-24 15:40:38 - debug: handle json group
  3340. 2025-1-24 15:40:38 - debug: Json group(03ccd410a) compile success,json number: 6
  3341. 2025-1-24 15:40:38 - debug: handle single json
  3342. 2025-1-24 15:40:38 - debug: Json group(07325bfaa) compile success,json number: 6
  3343. 2025-1-24 15:40:38 - debug: Json group(0a66f4293) compile success,json number: 6
  3344. 2025-1-24 15:40:38 - debug: Json group(0ba471961) compile success,json number: 6
  3345. 2025-1-24 15:40:38 - debug: handle single json
  3346. 2025-1-24 15:40:38 - debug: Json group(0119562e1) compile success,json number: 6
  3347. 2025-1-24 15:40:38 - debug: Json group(0e251093b) compile success,json number: 6
  3348. 2025-1-24 15:40:38 - debug: handle single json
  3349. 2025-1-24 15:40:39 - debug: Json group(02318630c) compile success,json number: 6
  3350. 2025-1-24 15:40:39 - debug: Json group(0a54f6860) compile success,json number: 6
  3351. 2025-1-24 15:40:39 - debug: handle single json
  3352. 2025-1-24 15:40:39 - debug: Json group(08d4f0835) compile success,json number: 6
  3353. 2025-1-24 15:40:39 - debug: Json group(093f10e90) compile success,json number: 6
  3354. 2025-1-24 15:40:39 - debug: Json group(02c882590) compile success,json number: 6
  3355. 2025-1-24 15:40:39 - debug: Json group(078a3a89c) compile success,json number: 6
  3356. 2025-1-24 15:40:39 - debug: Json group(0787c84da) compile success,json number: 6
  3357. 2025-1-24 15:40:39 - debug: Json group(03c9cd961) compile success,json number: 6
  3358. 2025-1-24 15:40:39 - debug: Json group(041ac2e1c) compile success,json number: 6
  3359. 2025-1-24 15:40:39 - debug: Json group(0471cee9c) compile success,json number: 6
  3360. 2025-1-24 15:40:39 - debug: Json group(04a6d010d) compile success,json number: 6
  3361. 2025-1-24 15:40:39 - debug: Json group(070166e93) compile success,json number: 6
  3362. 2025-1-24 15:40:39 - debug: Json group(02b639d30) compile success,json number: 6
  3363. 2025-1-24 15:40:39 - debug: Json group(06db2e96b) compile success,json number: 6
  3364. 2025-1-24 15:40:39 - debug: Json group(097e5daf7) compile success,json number: 6
  3365. 2025-1-24 15:40:39 - debug: Json group(0c5a2fc7e) compile success,json number: 6
  3366. 2025-1-24 15:40:39 - debug: Json group(0816c2a7a) compile success,json number: 6
  3367. 2025-1-24 15:40:39 - debug: Json group(01236a39b) compile success,json number: 6
  3368. 2025-1-24 15:40:39 - debug: Json group(0a46ee258) compile success,json number: 6
  3369. 2025-1-24 15:40:39 - debug: Json group(033a6699b) compile success,json number: 6
  3370. 2025-1-24 15:40:39 - debug: Json group(02d36d139) compile success,json number: 6
  3371. 2025-1-24 15:40:39 - debug: Json group(0d54cf783) compile success,json number: 6
  3372. 2025-1-24 15:40:39 - debug: handle single json
  3373. 2025-1-24 15:40:39 - debug: Output asset in bundles success, progress: 24%
  3374. 2025-1-24 15:40:39 - debug: Output asset in bundles start, progress: 24%
  3375. 2025-1-24 15:40:39 - debug: compress config of bundle internal...
  3376. 2025-1-24 15:40:39 - debug: compress config of bundle internal success
  3377. 2025-1-24 15:40:39 - debug: compress config of bundle resources...
  3378. 2025-1-24 15:40:39 - debug: compress config of bundle resources success
  3379. 2025-1-24 15:40:39 - debug: compress config of bundle main...
  3380. 2025-1-24 15:40:39 - debug: compress config of bundle main success
  3381. 2025-1-24 15:40:39 - debug: compress config of bundle module_extra...
  3382. 2025-1-24 15:40:39 - debug: compress config of bundle module_extra success
  3383. 2025-1-24 15:40:39 - debug: compress config of bundle module_basic...
  3384. 2025-1-24 15:40:39 - debug: compress config of bundle module_basic success
  3385. 2025-1-24 15:40:39 - debug: compress config of bundle module_game...
  3386. 2025-1-24 15:40:39 - debug: compress config of bundle module_game success
  3387. 2025-1-24 15:40:39 - debug: output config of bundle internal
  3388. 2025-1-24 15:40:39 - debug: output config of bundle internal success
  3389. 2025-1-24 15:40:39 - debug: output config of bundle resources
  3390. 2025-1-24 15:40:39 - debug: output config of bundle resources success
  3391. 2025-1-24 15:40:39 - debug: output config of bundle main
  3392. 2025-1-24 15:40:39 - debug: output config of bundle main success
  3393. 2025-1-24 15:40:39 - debug: output config of bundle module_extra
  3394. 2025-1-24 15:40:39 - debug: output config of bundle module_extra success
  3395. 2025-1-24 15:40:39 - debug: output config of bundle module_basic
  3396. 2025-1-24 15:40:39 - debug: output config of bundle module_basic success
  3397. 2025-1-24 15:40:39 - debug: output config of bundle module_game
  3398. 2025-1-24 15:40:39 - debug: output config of bundle module_game success
  3399. 2025-1-24 15:40:39 - debug: Output asset in bundles success, progress: 24%
  3400. 2025-1-24 15:40:39 - debug: // ---- build task Build Assets ---- (1402ms)
  3401. 2025-1-24 15:40:39 - debug: run build task Build Assets success in 1 s√, progress: 29%
  3402. 2025-1-24 15:40:39 - debug: [Build Memory track]: Build Assets start:215.51MB, end 214.53MB, increase: -1004.55KB
  3403. 2025-1-24 15:40:39 - debug: 整理部分构建选项内数据到 settings.json start, progress: 29%
  3404. 2025-1-24 15:40:39 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  3405. 2025-1-24 15:40:39 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (50ms)
  3406. 2025-1-24 15:40:39 - debug: run build task 整理部分构建选项内数据到 settings.json success in 50 ms√, progress: 31%
  3407. 2025-1-24 15:40:39 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:214.62MB, end 214.74MB, increase: 126.97KB
  3408. 2025-1-24 15:40:39 - debug: 填充脚本数据到 settings.json start, progress: 31%
  3409. 2025-1-24 15:40:39 - debug: // ---- build task 填充脚本数据到 settings.json ----
  3410. 2025-1-24 15:40:39 - debug: // ---- build task 填充脚本数据到 settings.json ---- (42ms)
  3411. 2025-1-24 15:40:39 - debug: run build task 填充脚本数据到 settings.json success in 42 ms√, progress: 32%
  3412. 2025-1-24 15:40:39 - debug: [Build Memory track]: 填充脚本数据到 settings.json start:214.77MB, end 214.90MB, increase: 125.36KB
  3413. 2025-1-24 15:40:39 - debug: 整理部分构建选项内数据到 settings.json start, progress: 32%
  3414. 2025-1-24 15:40:39 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  3415. 2025-1-24 15:40:39 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (58ms)
  3416. 2025-1-24 15:40:39 - debug: run build task 整理部分构建选项内数据到 settings.json success in 58 ms√, progress: 34%
  3417. 2025-1-24 15:40:39 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:214.93MB, end 215.16MB, increase: 230.75KB
  3418. 2025-1-24 15:40:39 - debug: web-mobile:(onBeforeCompressSettings) start..., progress: 34%
  3419. 2025-1-24 15:40:39 - debug: // ---- build task web-mobile:onBeforeCompressSettings ----
  3420. 2025-1-24 15:40:39 - debug: // ---- build task web-mobile:onBeforeCompressSettings ---- (67ms)
  3421. 2025-1-24 15:40:39 - debug: web-mobile:(onBeforeCompressSettings) in 67 ms ✓, progress: 36%
  3422. 2025-1-24 15:40:39 - debug: cocos-service:(onBeforeCompressSettings) start..., progress: 36%
  3423. 2025-1-24 15:40:39 - debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  3424. 2025-1-24 15:40:39 - debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (210ms)
  3425. 2025-1-24 15:40:39 - debug: cocos-service:(onBeforeCompressSettings) in 210 ms ✓, progress: 38%
  3426. 2025-1-24 15:40:39 - debug: 整理静态模板文件 start, progress: 38%
  3427. 2025-1-24 15:40:39 - debug: // ---- build task 整理静态模板文件 ----
  3428. 2025-1-24 15:40:39 - debug: // ---- build task 整理静态模板文件 ---- (84ms)
  3429. 2025-1-24 15:40:39 - debug: run build task 整理静态模板文件 success in 84 ms√, progress: 43%
  3430. 2025-1-24 15:40:39 - debug: [Build Memory track]: 整理静态模板文件 start:215.58MB, end 209.52MB, increase: -6204.60KB
  3431. 2025-1-24 15:40:39 - debug: cocos-service:(onAfterCompressSettings) start..., progress: 43%
  3432. 2025-1-24 15:40:39 - debug: // ---- build task cocos-service:onAfterCompressSettings ----
  3433. 2025-1-24 15:40:39 - debug: // ---- build task cocos-service:onAfterCompressSettings ---- (92ms)
  3434. 2025-1-24 15:40:39 - debug: cocos-service:(onAfterCompressSettings) in 92 ms ✓, progress: 45%
  3435. 2025-1-24 15:40:39 - debug: web-mobile:(onBeforeCopyBuildTemplate) start..., progress: 45%
  3436. 2025-1-24 15:40:39 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ----
  3437. 2025-1-24 15:40:40 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ---- (62ms)
  3438. 2025-1-24 15:40:40 - debug: web-mobile:(onBeforeCopyBuildTemplate) in 62 ms ✓, progress: 46%
  3439. 2025-1-24 15:40:40 - debug: 给所有的资源加上 MD5 后缀 start, progress: 46%
  3440. 2025-1-24 15:40:40 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  3441. 2025-1-24 15:40:40 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (64ms)
  3442. 2025-1-24 15:40:40 - debug: run build task 给所有的资源加上 MD5 后缀 success in 64 ms√, progress: 56%
  3443. 2025-1-24 15:40:40 - debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:212.33MB, end 212.49MB, increase: 172.46KB
  3444. 2025-1-24 15:40:40 - debug: cocos-service:(onAfterBuild) start..., progress: 56%
  3445. 2025-1-24 15:40:40 - debug: // ---- build task cocos-service:onAfterBuild ----
  3446. 2025-1-24 15:40:40 - debug: // ---- build task cocos-service:onAfterBuild ---- (141ms)
  3447. 2025-1-24 15:40:40 - debug: cocos-service:(onAfterBuild) in 141 ms ✓, progress: 58%
  3448. 2025-1-24 15:40:40 - debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 58%
  3449. 2025-1-24 15:40:40 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  3450. 2025-1-24 15:40:40 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (40ms)
  3451. 2025-1-24 15:40:40 - debug: adsense-h5g-plugin:(onAfterBuild) in 40 ms ✓, progress: 60%
  3452. 2025-1-24 15:40:40 - log: Asset DB is resume!
  3453. 2025-1-24 15:40:40 - debug: builder:build-project-total (17787ms)
  3454. 2025-1-24 15:40:40 - debug: build success in 17787!
  3455. 2025-1-24 15:40:40 - debug: [Build Memory track]: builder:build-project-total start:210.09MB, end 215.72MB, increase: 5.63MB
  3456. 2025-1-24 15:40:40 - debug: ================================ build Task (web-mobile) Finished in (17 s)ms ================================
  3457. 2025-1-24 19:32:35 - debug: =================================== build Task (web-mobile) Start ================================
  3458. 2025-1-24 19:32:35 - debug: Start build task, options: {"name":"看你多厉害","server":"","platform":"web-mobile","buildPath":"project://build","debug":false,"md5Cache":false,"skipCompressTexture":false,"sourceMaps":false,"overwriteProjectSettings":{"includeModules":{"gfx-webgl2":"on","physics":"inherit-project-setting","physics-2d":"inherit-project-setting"},"macroConfig":{"cleanupImageCache":"inherit-project-setting"}},"nativeCodeBundleMode":"both","polyfills":{"asyncFunctions":true},"experimentalEraseModules":false,"startSceneAssetBundle":false,"bundleConfigs":[],"useBuiltinServer":false,"md5CacheOptions":{"excludes":[],"includes":[],"replaceOnly":[],"handleTemplateMd5Link":true},"mainBundleIsRemote":false,"mainBundleCompressionType":"merge_dep","useSplashScreen":true,"bundleCommonChunk":false,"packAutoAtlas":true,"startScene":"155e7964-9abb-4942-be64-ececa65865a5","outputName":"web-mobile","taskName":"web-mobile","scenes":[{"url":"db://assets/start/start.scene","uuid":"155e7964-9abb-4942-be64-ececa65865a5"},{"url":"db://assets/module_game/game/game.scene","uuid":"2d0d9d79-af76-426f-8abd-3eeff0d4e1c3","bundle":"db://assets/module_game"},{"url":"db://assets/module_game/hall/hall.scene","uuid":"f9516261-6f5e-4b79-9676-880b100e9a8d","bundle":"db://assets/module_game"}],"wasmCompressionMode":false,"packages":{"adsense-h5g-plugin":{"enableAdsense":false,"enableTestAd":false,"__version__":"1.0.1","AFPHostPropertyCode":"ca-host-pub-5396158963872751","AFPHostDomain":"douyougame.com","otherAFPHostPropertyCode":"","otherAFPDomain":""},"web-mobile":{"useWebGPU":false,"orientation":"auto","embedWebDebugger":false,"__version__":"1.0.1"},"cocos-service":{"configID":"7dcd5c","services":[]}},"__version__":"1.3.8","logDest":"project://temp/builder/log/web-mobile2025-1-22 19-22.log"}
  3459. 2025-1-24 19:32:35 - debug: Build with Cocos Creator 3.8.4
  3460. 2025-1-24 19:32:35 - debug: cocos-service:(onBeforeBuild) start..., progress: 0%
  3461. 2025-1-24 19:32:35 - debug: // ---- build task cocos-service:onBeforeBuild ----
  3462. 2025-1-24 19:32:36 - debug: // ---- build task cocos-service:onBeforeBuild ---- (171ms)
  3463. 2025-1-24 19:32:36 - debug: cocos-service:(onBeforeBuild) in 171 ms ✓, progress: 2%
  3464. 2025-1-24 19:32:36 - debug: scene:(onBeforeBuild) start..., progress: 2%
  3465. 2025-1-24 19:32:36 - debug: // ---- build task scene:onBeforeBuild ----
  3466. 2025-1-24 19:32:36 - debug: // ---- build task scene:onBeforeBuild ---- (42ms)
  3467. 2025-1-24 19:32:36 - debug: scene:(onBeforeBuild) in 42 ms ✓, progress: 4%
  3468. 2025-1-24 19:32:36 - debug: Start lock asset db..., progress: 4%
  3469. 2025-1-24 19:32:36 - log: Asset DB is paused with build!
  3470. 2025-1-24 19:32:36 - debug: Query all assets info in project
  3471. 2025-1-24 19:32:36 - debug: init custom config: keepNodeUuid: false, useCache: true
  3472. 2025-1-24 19:32:36 - debug: web-mobile:(onAfterInit) start..., progress: 4%
  3473. 2025-1-24 19:32:36 - debug: // ---- build task web-mobile:onAfterInit ----
  3474. 2025-1-24 19:32:36 - debug: // ---- build task web-mobile:onAfterInit ---- (23ms)
  3475. 2025-1-24 19:32:36 - debug: web-mobile:(onAfterInit) in 23 ms ✓, progress: 5%
  3476. 2025-1-24 19:32:36 - debug: cocos-service:(onAfterInit) start..., progress: 5%
  3477. 2025-1-24 19:32:36 - debug: // ---- build task cocos-service:onAfterInit ----
  3478. 2025-1-24 19:32:36 - debug: // ---- build task cocos-service:onAfterInit ---- (96ms)
  3479. 2025-1-24 19:32:36 - debug: cocos-service:(onAfterInit) in 96 ms ✓, progress: 7%
  3480. 2025-1-24 19:32:36 - debug: engine:(onAfterInit) start..., progress: 7%
  3481. 2025-1-24 19:32:36 - debug: // ---- build task engine:onAfterInit ----
  3482. 2025-1-24 19:32:36 - debug: // ---- build task engine:onAfterInit ---- (41ms)
  3483. 2025-1-24 19:32:36 - debug: engine:(onAfterInit) in 41 ms ✓, progress: 9%
  3484. 2025-1-24 19:32:36 - debug: adsense-h5g-plugin:(onBeforeBundleInit) start..., progress: 9%
  3485. 2025-1-24 19:32:36 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ----
  3486. 2025-1-24 19:32:36 - debug: [adsense-h5g-plugin] remove script success
  3487. 2025-1-24 19:32:36 - debug: // ---- build task adsense-h5g-plugin:onBeforeBundleInit ---- (75ms)
  3488. 2025-1-24 19:32:36 - debug: adsense-h5g-plugin:(onBeforeBundleInit) in 75 ms ✓, progress: 9%
  3489. 2025-1-24 19:32:36 - debug: Init all bundles start..., progress: 9%
  3490. 2025-1-24 19:32:36 - debug: Num of bundles: 6..., progress: 9%
  3491. 2025-1-24 19:32:36 - debug: web-mobile:(onAfterBundleInit) start..., progress: 9%
  3492. 2025-1-24 19:32:36 - debug: // ---- build task web-mobile:onAfterBundleInit ----
  3493. 2025-1-24 19:32:36 - debug: // ---- build task web-mobile:onAfterBundleInit ---- (73ms)
  3494. 2025-1-24 19:32:36 - debug: web-mobile:(onAfterBundleInit) in 73 ms ✓, progress: 9%
  3495. 2025-1-24 19:32:36 - debug: 查询 Asset Bundle start, progress: 9%
  3496. 2025-1-24 19:32:36 - debug: // ---- build task 查询 Asset Bundle ----
  3497. 2025-1-24 19:32:36 - debug: Init bundle root assets start..., progress: 9%
  3498. 2025-1-24 19:32:36 - debug: Query preload assets/scripts from cc.config.json: 60f7195c-ec2a-45eb-ba94-8955f60e81d0,1c02ae6f-4492-4915-b8f8-7492a3b1e4cd,810e96e4-e456-4468-9b59-f4e8f39732c0,efe8e2a3-eace-427b-b4f1-cb8a937ec77d,e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f,8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107,50f4348b-c883-4e2f-8f11-ce233b859fa1,fda095cb-831d-4601-ad94-846013963de8,f92806d7-1768-443f-afe8-12bcde84d0f0,dd3a144d-ab7f-41f0-82b8-2e43a090d496,f0416e68-0200-4b77-a926-4f9d16e494da,511d2633-09a7-4bdd-ac42-f778032124b3,5d45aa00-e064-4938-b314-4265f0c2258c,9361fd90-ba52-4f84-aa93-6e878fd576ca,970b0598-bcb0-4714-91fb-2e81440dccd8,bcd64cc6-2dd9-43f6-abbe-66318d332032,d930590d-bb92-4cc8-8bd1-23cd027f9edf,a3cd009f-0ab0-420d-9278-b9fdab939bbc,6a2d0734-bd9e-4ddf-946e-caa52498cb75,d9937e59-61fe-4ec6-92ab-7ac5a19c89b0,ba21476f-2866-4f81-9c4d-6e359316e448,871c3b6c-7379-419d-bda3-794b239ab90d,c27215d8-6835-4b68-bfbb-bdeac6100c04,b5d6115f-0370-4d7c-aad3-c194cc71cf98,ff9b0199-ce04-4cfe-86cc-6c719f08d6e4,de1c2107-70c8-4021-8459-6399f24d01c6,cbf30902-517f-40dc-af90-a550bac27cf1
  3499. 2025-1-24 19:32:36 - debug: Number of all scenes: 3
  3500. 2025-1-24 19:32:36 - debug: Number of all scripts: 129
  3501. 2025-1-24 19:32:36 - debug: Number of other assets: 1225
  3502. 2025-1-24 19:32:36 - debug: Init bundle root assets success..., progress: 9%
  3503. 2025-1-24 19:32:36 - debug: reload all scripts.
  3504. 2025-1-24 19:32:36 - debug: Set detail map pack:///resolution-detail-map.json: {}
  3505. 2025-1-24 19:32:36 - groupCollapsed: Invalidate all modules
  3506. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\93\93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\93\93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js is not in module cache!
  3507. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/base" loaded.
  3508. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl" loaded.
  3509. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl2" loaded.
  3510. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-empty" loaded.
  3511. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgpu" loaded.
  3512. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/3d" loaded.
  3513. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/animation" loaded.
  3514. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/skeletal-animation" loaded.
  3515. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/2d" loaded.
  3516. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/sorting" loaded.
  3517. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/ui" loaded.
  3518. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle" loaded.
  3519. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle-2d" loaded.
  3520. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-framework" loaded.
  3521. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-framework" loaded.
  3522. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-box2d-wasm" loaded.
  3523. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/intersection-2d" loaded.
  3524. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/primitive" loaded.
  3525. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/profiler" loaded.
  3526. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/geometry-renderer" loaded.
  3527. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/audio" loaded.
  3528. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/video" loaded.
  3529. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/xr" loaded.
  3530. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/light-probe" loaded.
  3531. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/terrain" loaded.
  3532. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/webview" loaded.
  3533. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tween" loaded.
  3534. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tiled-map" loaded.
  3535. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/spine" loaded.
  3536. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/dragon-bones" loaded.
  3537. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline" loaded.
  3538. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline-post-process" loaded.
  3539. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/legacy-pipeline" loaded.
  3540. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/base" loaded.
  3541. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl" loaded.
  3542. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgl2" loaded.
  3543. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-empty" loaded.
  3544. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/gfx-webgpu" loaded.
  3545. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/3d" loaded.
  3546. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/animation" loaded.
  3547. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/skeletal-animation" loaded.
  3548. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/2d" loaded.
  3549. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/sorting" loaded.
  3550. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/ui" loaded.
  3551. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle" loaded.
  3552. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/particle-2d" loaded.
  3553. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-framework" loaded.
  3554. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-framework" loaded.
  3555. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/physics-2d-box2d-wasm" loaded.
  3556. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/intersection-2d" loaded.
  3557. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/primitive" loaded.
  3558. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/profiler" loaded.
  3559. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/geometry-renderer" loaded.
  3560. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/audio" loaded.
  3561. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/video" loaded.
  3562. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/xr" loaded.
  3563. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/light-probe" loaded.
  3564. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/terrain" loaded.
  3565. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/webview" loaded.
  3566. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tween" loaded.
  3567. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/tiled-map" loaded.
  3568. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/spine" loaded.
  3569. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/dragon-bones" loaded.
  3570. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline" loaded.
  3571. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/custom-pipeline-post-process" loaded.
  3572. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/cc-fu/legacy-pipeline" loaded.
  3573. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  3574. 2025-1-24 19:32:36 - debug: Invalidating 'pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js'
  3575. 2025-1-24 19:32:36 - groupEnd: Invalidate all modules
  3576. 2025-1-24 19:32:36 - groupCollapsed: Imports all modules
  3577. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/93/93ba276ea7b26ffcdc433fab14afc1ed6f05647b.js" loaded.
  3578. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6d\6d8fd2b0177941b032ddc0733af48a561fb60657.js is not in module cache!
  3579. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  3580. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d6\d6137fe08bf966a053351bb405928e5a6390befd.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d6\d6137fe08bf966a053351bb405928e5a6390befd.js is not in module cache!
  3581. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a5019a719a9014c047e67aa1cf34453ab8392ce.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a5019a719a9014c047e67aa1cf34453ab8392ce.js is not in module cache!
  3582. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b349769b96cc4c1dff92d5d6f941366e27a02c6b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b349769b96cc4c1dff92d5d6f941366e27a02c6b.js is not in module cache!
  3583. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/6a/6a5019a719a9014c047e67aa1cf34453ab8392ce.js" loaded.
  3584. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/engine-export-to-editor/cc/editor/populate-internal-constants" loaded.
  3585. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/b3/b349769b96cc4c1dff92d5d6f941366e27a02c6b.js" loaded.
  3586. 2025-1-24 19:32:36 - debug: [[Executor]] Module "cce:/internal/x/engine-export-to-editor/cc/editor/populate-internal-constants" loaded.
  3587. 2025-1-24 19:32:36 - debug: [[Executor]] Register BuiltinPipelineSettings
  3588. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/d6/d6137fe08bf966a053351bb405928e5a6390befd.js" loaded.
  3589. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\59b7958b47eec6168615a6469581f8f48e26cb00.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\59b7958b47eec6168615a6469581f8f48e26cb00.js is not in module cache!
  3590. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/59/59b7958b47eec6168615a6469581f8f48e26cb00.js" loaded.
  3591. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\9758c8bdbb4fd247ebce274d105abb8265561b82.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\9758c8bdbb4fd247ebce274d105abb8265561b82.js is not in module cache!
  3592. 2025-1-24 19:32:36 - debug: [[Executor]] Register DebugViewRuntimeControl
  3593. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/97/9758c8bdbb4fd247ebce274d105abb8265561b82.js" loaded.
  3594. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ba\bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ba\bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js is not in module cache!
  3595. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/ba/bab0b6a598c9a4c6dbaa534ff43cd1acd3bc0678.js" loaded.
  3596. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3c\3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3c\3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js is not in module cache!
  3597. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/3c/3c9500ce5c5c73c21b5dfe8ae42edf4d55b8edfe.js" loaded.
  3598. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e9\e908646c1435d653de6447e2ae846c959ac29b33.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e9\e908646c1435d653de6447e2ae846c959ac29b33.js is not in module cache!
  3599. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/e9/e908646c1435d653de6447e2ae846c959ac29b33.js" loaded.
  3600. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e6\e671bb16456ad253c126408d753c04295ea07129.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e6\e671bb16456ad253c126408d753c04295ea07129.js is not in module cache!
  3601. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a62597dd07a24c3714ad095eedbfc8f76f2d165c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a62597dd07a24c3714ad095eedbfc8f76f2d165c.js is not in module cache!
  3602. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5a\5ad9214371678a1d97027b6cf28752dcbab25e0f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5a\5ad9214371678a1d97027b6cf28752dcbab25e0f.js is not in module cache!
  3603. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js is not in module cache!
  3604. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js is not in module cache!
  3605. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41d16e1f8113566bf1c111c20aceca9e4a6626d6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41d16e1f8113566bf1c111c20aceca9e4a6626d6.js is not in module cache!
  3606. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3f\3f8dff31feda7b51e2d0428361dac48e18834ed8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3f\3f8dff31feda7b51e2d0428361dac48e18834ed8.js is not in module cache!
  3607. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\72\72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\72\72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js is not in module cache!
  3608. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\87\879eb4b2cb07a55807079158fde54421bac04056.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\87\879eb4b2cb07a55807079158fde54421bac04056.js is not in module cache!
  3609. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\3975fe5ce64c51324369e49e8afd9c685ef1036d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\3975fe5ce64c51324369e49e8afd9c685ef1036d.js is not in module cache!
  3610. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/5a/5ad9214371678a1d97027b6cf28752dcbab25e0f.js" loaded.
  3611. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/1c/1c3614b3a2e4710764372e6a76dbe0058c9d9dab.js" loaded.
  3612. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/a6/a62597dd07a24c3714ad095eedbfc8f76f2d165c.js" loaded.
  3613. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/87/879eb4b2cb07a55807079158fde54421bac04056.js" loaded.
  3614. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/41/41d16e1f8113566bf1c111c20aceca9e4a6626d6.js" loaded.
  3615. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/3f/3f8dff31feda7b51e2d0428361dac48e18834ed8.js" loaded.
  3616. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/72/72bc24ff288b2b4316b5ddb0abd45b840383d6f0.js" loaded.
  3617. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/39/3975fe5ce64c51324369e49e8afd9c685ef1036d.js" loaded.
  3618. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/08/08ecc5fa925fc3fd11ef12d15f82b21f0039b613.js" loaded.
  3619. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/e6/e671bb16456ad253c126408d753c04295ea07129.js" loaded.
  3620. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d72ce35042ce99e7f64ae289f73e61427ebc5661.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d72ce35042ce99e7f64ae289f73e61427ebc5661.js is not in module cache!
  3621. 2025-1-24 19:32:36 - debug: [[Executor]] Register ch_sdk_comp
  3622. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/d7/d72ce35042ce99e7f64ae289f73e61427ebc5661.js" loaded.
  3623. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\31f21e9610b2e754c9705fb8b4947b7629eba3ec.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\31f21e9610b2e754c9705fb8b4947b7629eba3ec.js is not in module cache!
  3624. 2025-1-24 19:32:36 - debug: [[Executor]] Register ch_start_pack
  3625. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/31/31f21e9610b2e754c9705fb8b4947b7629eba3ec.js" loaded.
  3626. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e2\e2c07fd606d93eb79afeed6ef4de521f2be03414.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e2\e2c07fd606d93eb79afeed6ef4de521f2be03414.js is not in module cache!
  3627. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\33\33d6d868e05219070a908e953bde210e54f92e26.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\33\33d6d868e05219070a908e953bde210e54f92e26.js is not in module cache!
  3628. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c6623815813aae756c57cca6f89a3182c222719.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1c\1c6623815813aae756c57cca6f89a3182c222719.js is not in module cache!
  3629. 2025-1-24 19:32:36 - debug: [[Executor]] Register __NodeEventAgent__
  3630. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/1c/1c6623815813aae756c57cca6f89a3182c222719.js" loaded.
  3631. 2025-1-24 19:32:36 - debug: [[Executor]] Register ResolutionAutoFit
  3632. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/33/33d6d868e05219070a908e953bde210e54f92e26.js" loaded.
  3633. 2025-1-24 19:32:36 - debug: [[Executor]] Register ui_updater
  3634. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/e2/e2c07fd606d93eb79afeed6ef4de521f2be03414.js" loaded.
  3635. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6b\6b45817391fda8032e9c3052f72099ae80b977e5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6b\6b45817391fda8032e9c3052f72099ae80b977e5.js is not in module cache!
  3636. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/6b/6b45817391fda8032e9c3052f72099ae80b977e5.js" loaded.
  3637. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9b\9b4abce15a8c07b4b00096caaa35df726664c0eb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9b\9b4abce15a8c07b4b00096caaa35df726664c0eb.js is not in module cache!
  3638. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/9b/9b4abce15a8c07b4b00096caaa35df726664c0eb.js" loaded.
  3639. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\51\518c777b9b184349470f0a8548bfc02a3ac13b12.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\51\518c777b9b184349470f0a8548bfc02a3ac13b12.js is not in module cache!
  3640. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/51/518c777b9b184349470f0a8548bfc02a3ac13b12.js" loaded.
  3641. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73c6533bf475cf801676942513edca165a6ed07f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73c6533bf475cf801676942513edca165a6ed07f.js is not in module cache!
  3642. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/73/73c6533bf475cf801676942513edca165a6ed07f.js" loaded.
  3643. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\79\79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\79\79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js is not in module cache!
  3644. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/79/79538e7ba270719c2fdeaf5f4b7d2ecd19c3108f.js" loaded.
  3645. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js is not in module cache!
  3646. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/2d/2d836b3dc11c70cd1a8621bc539f2b1ca2080115.js" loaded.
  3647. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\bd\bd8a015d9f05319ae091f7383c093a5f26a12133.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\bd\bd8a015d9f05319ae091f7383c093a5f26a12133.js is not in module cache!
  3648. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/bd/bd8a015d9f05319ae091f7383c093a5f26a12133.js" loaded.
  3649. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js is not in module cache!
  3650. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/47/47ffdbe9496b14c1b1c3a26ce79f8df526beea9b.js" loaded.
  3651. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c9\c969313d23703c6a3fcc53d5e71bae664ed7849e.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c9\c969313d23703c6a3fcc53d5e71bae664ed7849e.js is not in module cache!
  3652. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/c9/c969313d23703c6a3fcc53d5e71bae664ed7849e.js" loaded.
  3653. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\53\5355f477731c1aa517e29e27c45ac35bf99fe727.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\53\5355f477731c1aa517e29e27c45ac35bf99fe727.js is not in module cache!
  3654. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/53/5355f477731c1aa517e29e27c45ac35bf99fe727.js" loaded.
  3655. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js is not in module cache!
  3656. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/5f/5f2f6a92220c5db32fcbda8a7cebb9363c896da3.js" loaded.
  3657. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e5\e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e5\e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js is not in module cache!
  3658. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/e5/e5e04bc899c670002bcc5c7aac441a4c4281e9a4.js" loaded.
  3659. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d8\d8ea009be5644c7164c4b5ae51cd349e5525e465.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d8\d8ea009be5644c7164c4b5ae51cd349e5525e465.js is not in module cache!
  3660. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/d8/d8ea009be5644c7164c4b5ae51cd349e5525e465.js" loaded.
  3661. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4e\4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4e\4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js is not in module cache!
  3662. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/4e/4efee4d45a67b1b88aec3633ffce1bf66a05cb6d.js" loaded.
  3663. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\17\1787d8e2147a43214097b7b6fea81022fa7297b5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\17\1787d8e2147a43214097b7b6fea81022fa7297b5.js is not in module cache!
  3664. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/17/1787d8e2147a43214097b7b6fea81022fa7297b5.js" loaded.
  3665. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f7\f780142056b451af1186d982a8e16130bfd276a2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f7\f780142056b451af1186d982a8e16130bfd276a2.js is not in module cache!
  3666. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/f7/f780142056b451af1186d982a8e16130bfd276a2.js" loaded.
  3667. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b6\b601769373047d5119da5c4cb4b3a4bba6a651af.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b6\b601769373047d5119da5c4cb4b3a4bba6a651af.js is not in module cache!
  3668. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/b6/b601769373047d5119da5c4cb4b3a4bba6a651af.js" loaded.
  3669. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69708f163aeb7f1d3d93c5d9454dca6576ef2581.js is not in module cache!
  3670. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c0\c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c0\c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js is not in module cache!
  3671. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/c0/c0e9a0408b2c77521760095bef7e3d1dc8b428fc.js" loaded.
  3672. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/69/69708f163aeb7f1d3d93c5d9454dca6576ef2581.js" loaded.
  3673. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\81\815a8e3b66559b0d1265c7b789166062c8861bd5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\81\815a8e3b66559b0d1265c7b789166062c8861bd5.js is not in module cache!
  3674. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/81/815a8e3b66559b0d1265c7b789166062c8861bd5.js" loaded.
  3675. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cf\cf9c45e29398b29856527964dd8d734c5d4fdec4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cf\cf9c45e29398b29856527964dd8d734c5d4fdec4.js is not in module cache!
  3676. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/cf/cf9c45e29398b29856527964dd8d734c5d4fdec4.js" loaded.
  3677. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\8e\8e81d067c8870d70331d8b9656a976c1f558e5de.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\8e\8e81d067c8870d70331d8b9656a976c1f558e5de.js is not in module cache!
  3678. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/8e/8e81d067c8870d70331d8b9656a976c1f558e5de.js" loaded.
  3679. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\df\df48ec67964f126550b0d5d71bec2b4cfc027d50.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\df\df48ec67964f126550b0d5d71bec2b4cfc027d50.js is not in module cache!
  3680. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/df/df48ec67964f126550b0d5d71bec2b4cfc027d50.js" loaded.
  3681. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e0\e08485787ba9b2ad7c98e435102c966d3f5c64ae.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\e0\e08485787ba9b2ad7c98e435102c966d3f5c64ae.js is not in module cache!
  3682. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/e0/e08485787ba9b2ad7c98e435102c966d3f5c64ae.js" loaded.
  3683. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1d\1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1d\1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js is not in module cache!
  3684. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/1d/1d5d5546c48e71ed58dfa68bc6fecf1be163c751.js" loaded.
  3685. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\74\7404a8ee135932a387eac99bfb33951576fe8b67.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\74\7404a8ee135932a387eac99bfb33951576fe8b67.js is not in module cache!
  3686. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/74/7404a8ee135932a387eac99bfb33951576fe8b67.js" loaded.
  3687. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f91b0c989c2a479c1da04fdb508bd586eba443c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5f\5f91b0c989c2a479c1da04fdb508bd586eba443c.js is not in module cache!
  3688. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/5f/5f91b0c989c2a479c1da04fdb508bd586eba443c.js" loaded.
  3689. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\34\34df8999c17a8450e101699bd789ccbd57ce24ce.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\34\34df8999c17a8450e101699bd789ccbd57ce24ce.js is not in module cache!
  3690. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/34/34df8999c17a8450e101699bd789ccbd57ce24ce.js" loaded.
  3691. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d5\d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d5\d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js is not in module cache!
  3692. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/d5/d5008f0f69bfd2c16fd6c0deebe987f9210eba0d.js" loaded.
  3693. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5d\5d8144768428205eb83d54c7574071768f6c1b5b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5d\5d8144768428205eb83d54c7574071768f6c1b5b.js is not in module cache!
  3694. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/5d/5d8144768428205eb83d54c7574071768f6c1b5b.js" loaded.
  3695. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\3166d186d5cd2eca604e02fdebeb727752294da4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\31\3166d186d5cd2eca604e02fdebeb727752294da4.js is not in module cache!
  3696. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/31/3166d186d5cd2eca604e02fdebeb727752294da4.js" loaded.
  3697. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a8\a89b293907eed8bf35922b74df584b59608173f2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a8\a89b293907eed8bf35922b74df584b59608173f2.js is not in module cache!
  3698. 2025-1-24 19:32:36 - debug: [[Executor]] Register ClickPenetrate
  3699. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/a8/a89b293907eed8bf35922b74df584b59608173f2.js" loaded.
  3700. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\5908d1524fdbf33b63c9c924078b09b63cc7fc89.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\59\5908d1524fdbf33b63c9c924078b09b63cc7fc89.js is not in module cache!
  3701. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/59/5908d1524fdbf33b63c9c924078b09b63cc7fc89.js" loaded.
  3702. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\12\122ae41024fa99aa4949a176919256851ded60b7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\12\122ae41024fa99aa4949a176919256851ded60b7.js is not in module cache!
  3703. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\38\38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\38\38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js is not in module cache!
  3704. 2025-1-24 19:32:36 - debug: [[Executor]] Register ListItem
  3705. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/38/38faaa1a7e061349d2a3e0fb94f944c310c15ca5.js" loaded.
  3706. 2025-1-24 19:32:36 - debug: [[Executor]] Register List
  3707. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/12/122ae41024fa99aa4949a176919256851ded60b7.js" loaded.
  3708. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\71\71b930d6142312f684efd1718dfcd7bfd1e95eaa.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\71\71b930d6142312f684efd1718dfcd7bfd1e95eaa.js is not in module cache!
  3709. 2025-1-24 19:32:36 - debug: [[Executor]] Register MotionTrail
  3710. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/71/71b930d6142312f684efd1718dfcd7bfd1e95eaa.js" loaded.
  3711. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a4\a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a4\a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js is not in module cache!
  3712. 2025-1-24 19:32:36 - debug: [[Executor]] Register MovieClip
  3713. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/a4/a499aa9bff2a1818e065dc11bd8ab5f3e352ae6e.js" loaded.
  3714. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb13e961bcd8d7069545036fc45d02908c0eee94.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb13e961bcd8d7069545036fc45d02908c0eee94.js is not in module cache!
  3715. 2025-1-24 19:32:36 - debug: [[Executor]] Register RewardFly
  3716. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/cb/cb13e961bcd8d7069545036fc45d02908c0eee94.js" loaded.
  3717. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\20\20712297188dd3bbe9fb3acc1799edea45dda86b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\20\20712297188dd3bbe9fb3acc1799edea45dda86b.js is not in module cache!
  3718. 2025-1-24 19:32:36 - debug: [[Executor]] Register SpineView
  3719. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/20/20712297188dd3bbe9fb3acc1799edea45dda86b.js" loaded.
  3720. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b3\b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js is not in module cache!
  3721. 2025-1-24 19:32:36 - debug: [[Executor]] Register UISpineMovie
  3722. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/b3/b338d43f47dfc4fb7dece127fe5d88d8c0b856eb.js" loaded.
  3723. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js is not in module cache!
  3724. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_UIAlert
  3725. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/cb/cbb4d04a73447a5aa3e85d805611e17bc6e216c1.js" loaded.
  3726. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\974d5e18287f52413bf4aef79e6b1b43e2db1119.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\97\974d5e18287f52413bf4aef79e6b1b43e2db1119.js is not in module cache!
  3727. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b7\b71ec6998eef381fede6b5fd1614855829fc2f22.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b7\b71ec6998eef381fede6b5fd1614855829fc2f22.js is not in module cache!
  3728. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/b7/b71ec6998eef381fede6b5fd1614855829fc2f22.js" loaded.
  3729. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/97/974d5e18287f52413bf4aef79e6b1b43e2db1119.js" loaded.
  3730. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\13\137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\13\137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js is not in module cache!
  3731. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_UI_Notify
  3732. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/13/137a1b4fd5be0cb2bbc18b621b46dee498a285a8.js" loaded.
  3733. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7a\7a060cba1d5a032475d6578a562fb8df8171eb0b.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7a\7a060cba1d5a032475d6578a562fb8df8171eb0b.js is not in module cache!
  3734. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/7a/7a060cba1d5a032475d6578a562fb8df8171eb0b.js" loaded.
  3735. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c3\c307a58b694cc824581802a8099e6d62860adb91.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c3\c307a58b694cc824581802a8099e6d62860adb91.js is not in module cache!
  3736. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_UIWaiting
  3737. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/c3/c307a58b694cc824581802a8099e6d62860adb91.js" loaded.
  3738. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9d\9d6b2307e211bf7d71fb96955f3a221662b8b975.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9d\9d6b2307e211bf7d71fb96955f3a221662b8b975.js is not in module cache!
  3739. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/9d/9d6b2307e211bf7d71fb96955f3a221662b8b975.js" loaded.
  3740. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\09\09a6fd4930dfcb5968a1b01550a6275640cfa703.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\09\09a6fd4930dfcb5968a1b01550a6275640cfa703.js is not in module cache!
  3741. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/09/09a6fd4930dfcb5968a1b01550a6275640cfa703.js" loaded.
  3742. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\82\82914e241315735457587bc37563ed7db8183cd0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\82\82914e241315735457587bc37563ed7db8183cd0.js is not in module cache!
  3743. 2025-1-24 19:32:36 - debug: [[Executor]] Register table_idiom
  3744. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/82/82914e241315735457587bc37563ed7db8183cd0.js" loaded.
  3745. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5c49ac26bc7b811c9d08fcff5242440f88d29d17.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5c49ac26bc7b811c9d08fcff5242440f88d29d17.js is not in module cache!
  3746. 2025-1-24 19:32:36 - debug: [[Executor]] Register table_idiom_order
  3747. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/5c/5c49ac26bc7b811c9d08fcff5242440f88d29d17.js" loaded.
  3748. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c4\c4f98bd93a546a52de77fc64f647d47575afdfde.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c4\c4f98bd93a546a52de77fc64f647d47575afdfde.js is not in module cache!
  3749. 2025-1-24 19:32:36 - debug: [[Executor]] Register table_idiom_unorder_1_3
  3750. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/c4/c4f98bd93a546a52de77fc64f647d47575afdfde.js" loaded.
  3751. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\084428b3dfc28ebcd60f1249169098df9f4287da.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\08\084428b3dfc28ebcd60f1249169098df9f4287da.js is not in module cache!
  3752. 2025-1-24 19:32:36 - debug: [[Executor]] Register table_idiom_unorder_2_2
  3753. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/08/084428b3dfc28ebcd60f1249169098df9f4287da.js" loaded.
  3754. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\cb\cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js is not in module cache!
  3755. 2025-1-24 19:32:36 - debug: [[Executor]] Register table_idiom_unorder_3_1
  3756. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/cb/cb4ecddfc0dc87d616f66fcfc75a1f59ad9818f7.js" loaded.
  3757. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b0\b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b0\b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js is not in module cache!
  3758. 2025-1-24 19:32:36 - debug: [[Executor]] Register table_level
  3759. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/b0/b04976f3b46e4a2c0e3d4e547f1979cd6eb7200f.js" loaded.
  3760. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a30868ce54a6c8efe10f298b9b16214ac85c863.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a30868ce54a6c8efe10f298b9b16214ac85c863.js is not in module cache!
  3761. 2025-1-24 19:32:36 - debug: [[Executor]] Register table_level_2
  3762. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/0a/0a30868ce54a6c8efe10f298b9b16214ac85c863.js" loaded.
  3763. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0e\0e87907262cdfe9bb04b67b17e1eca1e38126d79.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0e\0e87907262cdfe9bb04b67b17e1eca1e38126d79.js is not in module cache!
  3764. 2025-1-24 19:32:36 - debug: [[Executor]] Register table_store
  3765. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/0e/0e87907262cdfe9bb04b67b17e1eca1e38126d79.js" loaded.
  3766. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\505b34a78c0dbfe58195107ebd90b3bc5807bf10.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\505b34a78c0dbfe58195107ebd90b3bc5807bf10.js is not in module cache!
  3767. 2025-1-24 19:32:36 - debug: [[Executor]] Register table_task
  3768. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/50/505b34a78c0dbfe58195107ebd90b3bc5807bf10.js" loaded.
  3769. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\90\90cb08bdd2589bd4780881bf755dafe0306918a1.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\90\90cb08bdd2589bd4780881bf755dafe0306918a1.js is not in module cache!
  3770. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c2\c28f184f0d05e5d5976de9f0de294b88d5de4347.js is not in module cache!
  3771. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\63\635d373e206601884c96847cb1eeeefae856f2ab.js is not in module cache!
  3772. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\07\07873864f2752ebebcdaae9cbb27e5477e565642.js is not in module cache!
  3773. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a4102a464059398e43bc26dd3fe1faf79989cb3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\0a\0a4102a464059398e43bc26dd3fe1faf79989cb3.js is not in module cache!
  3774. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\67\67f356369ce567fe1898b7ae72038ee83758a446.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\67\67f356369ce567fe1898b7ae72038ee83758a446.js is not in module cache!
  3775. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\78\789715a9ff1e6669695bc6f37f849347673e7936.js is not in module cache!
  3776. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\9f\9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js is not in module cache!
  3777. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d4\d4808bb291a6c1906241b46a992fa068602b87c7.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d4\d4808bb291a6c1906241b46a992fa068602b87c7.js is not in module cache!
  3778. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\99\99b535d8a2435b17b7a999d87ff3be42be0d89f6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\99\99b535d8a2435b17b7a999d87ff3be42be0d89f6.js is not in module cache!
  3779. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\50dd8b1c328a686f05e0ea16e0613e3558f0f915.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\50\50dd8b1c328a686f05e0ea16e0613e3558f0f915.js is not in module cache!
  3780. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ef\ef2d221df54a2db9265b17ea24ca2a0b327d2619.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ef\ef2d221df54a2db9265b17ea24ca2a0b327d2619.js is not in module cache!
  3781. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\92\9223b50b0b25e34c00abbd1136311e176203d399.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\92\9223b50b0b25e34c00abbd1136311e176203d399.js is not in module cache!
  3782. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a163e5eb12e84fcff92e09679473d95caa7ce42.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a163e5eb12e84fcff92e09679473d95caa7ce42.js is not in module cache!
  3783. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\46\4669e191907a2a708fa7ba923dc04da98435f165.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\46\4669e191907a2a708fa7ba923dc04da98435f165.js is not in module cache!
  3784. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a6\a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js is not in module cache!
  3785. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f0\f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\f0\f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js is not in module cache!
  3786. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b9\b968f7f08649c00a45a730a74c55b98d374e1ea3.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\b9\b968f7f08649c00a45a730a74c55b98d374e1ea3.js is not in module cache!
  3787. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2c\2cb4568cc17fc880801c649b7e09213445038932.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2c\2cb4568cc17fc880801c649b7e09213445038932.js is not in module cache!
  3788. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a0\a0c4f651e5297607ee62681e54a78e7903383828.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a0\a0c4f651e5297607ee62681e54a78e7903383828.js is not in module cache!
  3789. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\69\69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js is not in module cache!
  3790. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\76\76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\76\76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js is not in module cache!
  3791. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c1\c10bd777343c22d44996eae3d1e908c1e444e54c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\c1\c10bd777343c22d44996eae3d1e908c1e444e54c.js is not in module cache!
  3792. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\fd\fd567b6cff2bda101ea5067e96a8431f92b55a12.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\fd\fd567b6cff2bda101ea5067e96a8431f92b55a12.js is not in module cache!
  3793. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3a\3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\3a\3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js is not in module cache!
  3794. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ca\caf1f57c4e93834ff6792756f81ca4dda67117d5.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\ca\caf1f57c4e93834ff6792756f81ca4dda67117d5.js is not in module cache!
  3795. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4f\4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4f\4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js is not in module cache!
  3796. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d7e3424c179d135dc59489a147ede15a8748562.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2d\2d7e3424c179d135dc59489a147ede15a8748562.js is not in module cache!
  3797. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\28\28edf65eb8d20daf82fac5a67080212e26e054c8.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\28\28edf65eb8d20daf82fac5a67080212e26e054c8.js is not in module cache!
  3798. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73e6dc2a8fc59081071dcebb82927640ef5a7f21.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\73\73e6dc2a8fc59081071dcebb82927640ef5a7f21.js is not in module cache!
  3799. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b62ba828bd2568fd07a8c27879bd9e102538148.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b62ba828bd2568fd07a8c27879bd9e102538148.js is not in module cache!
  3800. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d7e846ac7b691e2f62cb6f2e257f758a25829039.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\d7\d7e846ac7b691e2f62cb6f2e257f758a25829039.js is not in module cache!
  3801. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a8af0f15958f7b90e4c55917282aae8bec7ce55.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\6a\6a8af0f15958f7b90e4c55917282aae8bec7ce55.js is not in module cache!
  3802. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2e\2e8565b65da4744bcef3d3da0a471e3f78c932ab.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\2e\2e8565b65da4744bcef3d3da0a471e3f78c932ab.js is not in module cache!
  3803. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4a\4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4a\4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js is not in module cache!
  3804. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\30\30148fb61fef14f86e2cda463a167887dbf8cde4.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\30\30148fb61fef14f86e2cda463a167887dbf8cde4.js is not in module cache!
  3805. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\aa\aa522899127047b80d0893406f275d7a7aa74d2c.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\aa\aa522899127047b80d0893406f275d7a7aa74d2c.js is not in module cache!
  3806. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7e\7e7ab0c417629d8b4decc7970b158f69484ca3a0.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\7e\7e7ab0c417629d8b4decc7970b158f69484ca3a0.js is not in module cache!
  3807. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\64\648fcac29cbf9485ceab7e7d1359724ae2b1b196.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\64\648fcac29cbf9485ceab7e7d1359724ae2b1b196.js is not in module cache!
  3808. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41297756668c0510f828032e1d12f96a4d1a9194.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41297756668c0510f828032e1d12f96a4d1a9194.js is not in module cache!
  3809. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a5\a59d8099545685d191f1183a0f3bc7f3602b80cf.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\a5\a59d8099545685d191f1183a0f3bc7f3602b80cf.js is not in module cache!
  3810. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1a\1a017ea1d38c47616789b41b9b3ceca6cb903e59.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\1a\1a017ea1d38c47616789b41b9b3ceca6cb903e59.js is not in module cache!
  3811. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\96\96e2fcee174623dab28594a5fc60dc89148d32de.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\96\96e2fcee174623dab28594a5fc60dc89148d32de.js is not in module cache!
  3812. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47c8e77781a159f10d589db5916314688580bc33.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\47\47c8e77781a159f10d589db5916314688580bc33.js is not in module cache!
  3813. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b736ecb9c777512e2deca84bf06782f772c5a85.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\4b\4b736ecb9c777512e2deca84bf06782f772c5a85.js is not in module cache!
  3814. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\394eb72f0b5be6799d0045482477175eb4563bad.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\39\394eb72f0b5be6799d0045482477175eb4563bad.js is not in module cache!
  3815. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_GameRules
  3816. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/b9/b968f7f08649c00a45a730a74c55b98d374e1ea3.js" loaded.
  3817. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_GameRules
  3818. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/d4/d4808bb291a6c1906241b46a992fa068602b87c7.js" loaded.
  3819. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Idiom
  3820. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/f0/f08b1ecc2b97315a99f02a5e6072e9685ea93ef6.js" loaded.
  3821. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Idioms
  3822. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/46/4669e191907a2a708fa7ba923dc04da98435f165.js" loaded.
  3823. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Idioms
  3824. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/78/789715a9ff1e6669695bc6f37f849347673e7936.js" loaded.
  3825. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Settings
  3826. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/a0/a0c4f651e5297607ee62681e54a78e7903383828.js" loaded.
  3827. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Tips
  3828. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/2e/2e8565b65da4744bcef3d3da0a471e3f78c932ab.js" loaded.
  3829. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Hall
  3830. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/4f/4f6d58c3ed8fd86feb6424866647fba7a540ce0d.js" loaded.
  3831. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Head_Icon
  3832. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/47/47c8e77781a159f10d589db5916314688580bc33.js" loaded.
  3833. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Rank_Item
  3834. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/aa/aa522899127047b80d0893406f275d7a7aa74d2c.js" loaded.
  3835. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Rank
  3836. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/30/30148fb61fef14f86e2cda463a167887dbf8cde4.js" loaded.
  3837. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Rank
  3838. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/2d/2d7e3424c179d135dc59489a147ede15a8748562.js" loaded.
  3839. 2025-1-24 19:32:36 - debug: [[Executor]] Register Sign_Reward
  3840. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/4b/4b736ecb9c777512e2deca84bf06782f772c5a85.js" loaded.
  3841. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Sign
  3842. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/7e/7e7ab0c417629d8b4decc7970b158f69484ca3a0.js" loaded.
  3843. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Sign
  3844. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/28/28edf65eb8d20daf82fac5a67080212e26e054c8.js" loaded.
  3845. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Invite
  3846. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/64/648fcac29cbf9485ceab7e7d1359724ae2b1b196.js" loaded.
  3847. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Invite
  3848. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/73/73e6dc2a8fc59081071dcebb82927640ef5a7f21.js" loaded.
  3849. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Store
  3850. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/1a/1a017ea1d38c47616789b41b9b3ceca6cb903e59.js" loaded.
  3851. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Store
  3852. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/6a/6a8af0f15958f7b90e4c55917282aae8bec7ce55.js" loaded.
  3853. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_SideBar
  3854. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/a5/a59d8099545685d191f1183a0f3bc7f3602b80cf.js" loaded.
  3855. 2025-1-24 19:32:36 - debug: [[Executor]] Register Start
  3856. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/41/41297756668c0510f828032e1d12f96a4d1a9194.js" loaded.
  3857. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_SideBar
  3858. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/4b/4b62ba828bd2568fd07a8c27879bd9e102538148.js" loaded.
  3859. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Task_Item
  3860. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/39/394eb72f0b5be6799d0045482477175eb4563bad.js" loaded.
  3861. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Task
  3862. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/96/96e2fcee174623dab28594a5fc60dc89148d32de.js" loaded.
  3863. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Task
  3864. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/d7/d7e846ac7b691e2f62cb6f2e257f758a25829039.js" loaded.
  3865. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Hall
  3866. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/2c/2cb4568cc17fc880801c649b7e09213445038932.js" loaded.
  3867. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Tips
  3868. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/76/76754d05477925cb3e9d728bb7f254d9b1b8f4e6.js" loaded.
  3869. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Settings
  3870. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/50/50dd8b1c328a686f05e0ea16e0613e3558f0f915.js" loaded.
  3871. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Win
  3872. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/69/69d4c56dc1cba34d75bdea3a79331f3df0143ac2.js" loaded.
  3873. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Win
  3874. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/99/99b535d8a2435b17b7a999d87ff3be42be0d89f6.js" loaded.
  3875. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Main
  3876. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/6a/6a163e5eb12e84fcff92e09679473d95caa7ce42.js" loaded.
  3877. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_TimesOver
  3878. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/c1/c10bd777343c22d44996eae3d1e908c1e444e54c.js" loaded.
  3879. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Fail
  3880. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/4a/4ad53bcc1ddd3f43bec8f797e1fff8c2b794b8f9.js" loaded.
  3881. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Fail
  3882. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/fd/fd567b6cff2bda101ea5067e96a8431f92b55a12.js" loaded.
  3883. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_TimesOver
  3884. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/ef/ef2d221df54a2db9265b17ea24ca2a0b327d2619.js" loaded.
  3885. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Main
  3886. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/0a/0a4102a464059398e43bc26dd3fe1faf79989cb3.js" loaded.
  3887. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/9f/9fa0e63ffe0a92f6cd390b9195c28487e3487e7c.js" loaded.
  3888. 2025-1-24 19:32:36 - debug: [[Executor]] Register Hall
  3889. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/c2/c28f184f0d05e5d5976de9f0de294b88d5de4347.js" loaded.
  3890. 2025-1-24 19:32:36 - debug: [[Executor]] Register Cube_Infor
  3891. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/07/07873864f2752ebebcdaae9cbb27e5477e565642.js" loaded.
  3892. 2025-1-24 19:32:36 - debug: [[Executor]] Register CreateIdiom
  3893. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/63/635d373e206601884c96847cb1eeeefae856f2ab.js" loaded.
  3894. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_LatticeFull
  3895. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/ca/caf1f57c4e93834ff6792756f81ca4dda67117d5.js" loaded.
  3896. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_LatticeFull
  3897. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/a6/a6ae0a69e4239c886f230a6efc663ae5eb37a39d.js" loaded.
  3898. 2025-1-24 19:32:36 - debug: [[Executor]] Register Layout_Lock
  3899. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/3a/3acb6ef7099bffb0eea5bb5edf5202d085f383c9.js" loaded.
  3900. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Lock
  3901. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/92/9223b50b0b25e34c00abbd1136311e176203d399.js" loaded.
  3902. 2025-1-24 19:32:36 - debug: [[Executor]] Register GameCtl
  3903. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/67/67f356369ce567fe1898b7ae72038ee83758a446.js" loaded.
  3904. 2025-1-24 19:32:36 - debug: [[Executor]] Register Container_Manager
  3905. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/90/90cb08bdd2589bd4780881bf755dafe0306918a1.js" loaded.
  3906. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41efb8b31a2dd15c9c62abcfcc402ffe41a74826.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\41\41efb8b31a2dd15c9c62abcfcc402ffe41a74826.js is not in module cache!
  3907. 2025-1-24 19:32:36 - debug: [[Executor]] Register Hall_Root
  3908. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/41/41efb8b31a2dd15c9c62abcfcc402ffe41a74826.js" loaded.
  3909. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\5c\5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js is not in module cache!
  3910. 2025-1-24 19:32:36 - debug: [[Executor]] Register UI_Item
  3911. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/5c/5cc3ce28e30e8e416eb47ff816c05a8fc1f78292.js" loaded.
  3912. 2025-1-24 19:32:36 - debug: D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\83\8346f1745fc6cfca5a9df831ccc439dc13140cfb.js resolved to D:\CocosCreatorProject\Idioms\idiom\temp\programming\packer-driver\targets\editor\chunks\83\8346f1745fc6cfca5a9df831ccc439dc13140cfb.js is not in module cache!
  3913. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/83/8346f1745fc6cfca5a9df831ccc439dc13140cfb.js" loaded.
  3914. 2025-1-24 19:32:36 - debug: [[Executor]] Module "pack:///chunks/6d/6d8fd2b0177941b032ddc0733af48a561fb60657.js" loaded.
  3915. 2025-1-24 19:32:36 - groupEnd: Imports all modules
  3916. 2025-1-24 19:32:36 - debug: Incremental keys: chSdk,chsdk
  3917. 2025-1-24 19:32:36 - debug: Init bundle share assets start..., progress: 9%
  3918. 2025-1-24 19:32:37 - debug: Init bundle share assets success..., progress: 9%
  3919. 2025-1-24 19:32:37 - debug: handle json group in bundle internal
  3920. 2025-1-24 19:32:37 - debug: handle json group in bundle internal success
  3921. 2025-1-24 19:32:37 - debug: handle json group in bundle resources
  3922. 2025-1-24 19:32:37 - debug: handle json group in bundle main
  3923. 2025-1-24 19:32:37 - debug: handle json group in bundle module_extra
  3924. 2025-1-24 19:32:37 - debug: handle json group in bundle module_basic
  3925. 2025-1-24 19:32:37 - debug: handle json group in bundle module_game
  3926. 2025-1-24 19:32:37 - debug: init image compress task 0 in bundle internal
  3927. 2025-1-24 19:32:37 - debug: handle json group in bundle resources success
  3928. 2025-1-24 19:32:37 - debug: init image compress task 0 in bundle resources
  3929. 2025-1-24 19:32:37 - debug: handle json group in bundle module_basic success
  3930. 2025-1-24 19:32:37 - debug: init image compress task 0 in bundle module_basic
  3931. 2025-1-24 19:32:37 - debug: handle json group in bundle module_extra success
  3932. 2025-1-24 19:32:37 - debug: init image compress task 0 in bundle module_extra
  3933. 2025-1-24 19:32:37 - debug: handle json group in bundle main success
  3934. 2025-1-24 19:32:37 - debug: init image compress task 0 in bundle main
  3935. 2025-1-24 19:32:37 - debug: handle json group in bundle module_game success
  3936. 2025-1-24 19:32:37 - debug: init image compress task 0 in bundle module_game
  3937. 2025-1-24 19:32:37 - debug: // ---- build task 查询 Asset Bundle ---- (548ms)
  3938. 2025-1-24 19:32:37 - debug: run build task 查询 Asset Bundle success in 548 ms√, progress: 14%
  3939. 2025-1-24 19:32:37 - debug: [Build Memory track]: 查询 Asset Bundle start:168.46MB, end 200.03MB, increase: 31.56MB
  3940. 2025-1-24 19:32:37 - debug: 查询 Asset Bundle start, progress: 14%
  3941. 2025-1-24 19:32:37 - debug: // ---- build task 查询 Asset Bundle ----
  3942. 2025-1-24 19:32:37 - debug: // ---- build task 查询 Asset Bundle ---- (84ms)
  3943. 2025-1-24 19:32:37 - debug: run build task 查询 Asset Bundle success in 84 ms√, progress: 19%
  3944. 2025-1-24 19:32:37 - debug: [Build Memory track]: 查询 Asset Bundle start:200.06MB, end 200.58MB, increase: 532.84KB
  3945. 2025-1-24 19:32:37 - debug: 打包脚本 start, progress: 19%
  3946. 2025-1-24 19:32:37 - debug: // ---- build task 打包脚本 ----
  3947. 2025-1-24 19:32:37 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3948. 2025-1-24 19:32:37 - log: [build-script]enter sub process 18636, C:\ProgramData\cocos\editors\Creator\3.8.4\CocosCreator.exe,C:\ProgramData\cocos\editors\Creator\3.8.4\resources\app.asar\builtin\builder\static\sub-process-index
  3949. 2025-1-24 19:32:40 - debug: excute-script over with build-script 3482ms
  3950. 2025-1-24 19:32:40 - debug: Generate systemJs..., progress: 19%
  3951. 2025-1-24 19:32:40 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3952. 2025-1-24 19:32:43 - debug: excute-script over with build-script 2599ms
  3953. 2025-1-24 19:32:43 - debug: 构建项目脚本 start..., progress: 19%
  3954. 2025-1-24 19:32:43 - debug: Build script in bundle start, progress: 19%
  3955. 2025-1-24 19:32:43 - log: Run build task(build-script) in child, see: chrome://inspect/#devices
  3956. 2025-1-24 19:32:48 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_GameRules/UI_GameRules.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts
  3957. 2025-1-24 19:32:48 - warn: [build-script][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/CreateIdiom.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/Layout_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI/UI_Head_Icon.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Rank/UI_Rank.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Settings/UI_Settings.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Tips/UI_Tips.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Layout_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/Sign_Reward.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Sign/UI_Sign.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Invite/UI_Invite.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Store/UI_Store.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/start/Start.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_SideBar/UI_SideBar.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/start/Start.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/Layout_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task_Item.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Task/UI_Task.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Hall/UI_Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Fail/UI_Fail.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_LatticeFull/UI_LatticeFull.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Idioms/UI_Idioms.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/Container_Manager.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/GameCtl.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Lock/UI_Lock.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Win/UI_Win.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/game/PlayerData.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/hall/Hall.ts [warning][[Build.Script.Rollup]] Circular dependency: file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_TimesOver/UI_TimesOver.ts -> file:///D:/CocosCreatorProject/Idioms/idiom/assets/module_game/ui/UI_Main/UI_Main.ts
  3958. 2025-1-24 19:32:51 - debug: excute-script over with build-script 8135ms
  3959. 2025-1-24 19:32:51 - debug: Copy externalScripts success!
  3960. 2025-1-24 19:32:51 - debug: Build script in bundle success, progress: 19%
  3961. 2025-1-24 19:32:51 - debug: 构建项目脚本 in (8236 ms) √, progress: 19%
  3962. 2025-1-24 19:32:51 - debug: 构建引擎脚本 start..., progress: 19%
  3963. 2025-1-24 19:32:51 - debug: Use cache engine: {link(C:\Users\NINGMEI\AppData\Local\Temp\CocosCreator\3.8.4\builder\engine\eb86d1cb887caa950b2345052eaff7db)}
  3964. 2025-1-24 19:32:51 - debug: {"debug":false,"sourceMaps":false,"includeModules":["2d","3d","animation","audio","base","custom-pipeline","gfx-webgl","occlusion-query","physics-ammo","primitive","profiler","spine","tween","ui","websocket","webview","gfx-webgl2","custom-pipeline-builtin-scripts"],"engineVersion":"3.8.4","md5Map":[],"engineName":"cocos-js","platform":"HTML5","useCache":true,"nativeCodeBundleMode":"both","wasmCompressionMode":false,"split":false,"assetURLFormat":"runtime-resolved","output":"D:\\CocosCreatorProject\\Idioms\\idiom\\build\\web-mobile\\cocos-js","flags":{"DEBUG":false,"WEBGPU":false},"entry":"C:\\ProgramData\\cocos\\editors\\Creator\\3.8.4\\resources\\resources\\3d\\engine"}
  3965. 2025-1-24 19:32:51 - debug: 构建引擎脚本 in (144 ms) √, progress: 19%
  3966. 2025-1-24 19:32:51 - debug: Copy plugin script ..., progress: 19%
  3967. 2025-1-24 19:32:51 - debug: Generate import-map..., progress: 19%
  3968. 2025-1-24 19:32:51 - debug: // ---- build task 打包脚本 ---- (14545ms)
  3969. 2025-1-24 19:32:51 - debug: run build task 打包脚本 success in 14 s√, progress: 24%
  3970. 2025-1-24 19:32:51 - debug: [Build Memory track]: 打包脚本 start:200.77MB, end 195.75MB, increase: -5141.57KB
  3971. 2025-1-24 19:32:51 - debug: Build Assets start, progress: 24%
  3972. 2025-1-24 19:32:51 - debug: // ---- build task Build Assets ----
  3973. 2025-1-24 19:32:51 - debug: Build bundles..., progress: 24%
  3974. 2025-1-24 19:32:51 - debug: Pack Images start, progress: 24%
  3975. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  3976. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  3977. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  3978. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  3979. 2025-1-24 19:32:52 - debug: Start trim sprite image ...
  3980. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  3981. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  3982. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  3983. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  3984. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  3985. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  3986. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  3987. 2025-1-24 19:32:52 - debug: Start trim sprite image ...
  3988. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  3989. 2025-1-24 19:32:52 - debug: Get Cache info of pac success {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  3990. 2025-1-24 19:32:52 - debug: determine atlas size...
  3991. 2025-1-24 19:32:52 - debug: Start generate atlas image...
  3992. 2025-1-24 19:32:52 - debug: determine atlas size...
  3993. 2025-1-24 19:32:52 - debug: Start generate atlas image...
  3994. 2025-1-24 19:32:52 - debug: remove spriteAtlas._uuid : {asset(cc51e6d0-1169-4a90-ac7e-bf7e32fb67eb)}
  3995. 2025-1-24 19:32:52 - debug: remove spriteAtlas._uuid : {asset(a8e23b86-e98d-4aa9-b768-da33a0307826)}
  3996. 2025-1-24 19:32:52 - debug: remove spriteAtlas._uuid : {asset(02c07f34-5fa1-43ad-9f31-c240900ea56b)}
  3997. 2025-1-24 19:32:52 - debug: remove spriteAtlas._uuid : {asset(04167dc6-0fb2-4c4e-bed4-0e4bbaba9e79)}
  3998. 2025-1-24 19:32:52 - debug: remove spriteAtlas._uuid : {asset(27a58909-b974-4453-b5bc-be1d7c6f3690)}
  3999. 2025-1-24 19:32:52 - debug: remove spriteAtlas._uuid : {asset(2595642e-3080-4908-8e5d-2cb2b3afdbda)}
  4000. 2025-1-24 19:32:52 - debug: remove spriteAtlas._uuid : {asset(30dbbff5-d129-4f03-8590-1968b1473854)}
  4001. 2025-1-24 19:32:53 - debug: remove spriteAtlas._uuid : {asset(367ce5e1-f665-411e-82d4-46159a5afd01)}
  4002. 2025-1-24 19:32:53 - debug: remove spriteAtlas._uuid : {asset(0a4aa5f1-63fb-48b2-a794-bc4b56ce52a4)}
  4003. 2025-1-24 19:32:53 - debug: remove spriteAtlas._uuid : {asset(d81e27a9-6056-4a48-90f5-e066ac006983)}
  4004. 2025-1-24 19:32:53 - debug: remove spriteAtlas._uuid : {asset(21ecc62f-97e1-48c9-81b7-f622fa7a37c5)}
  4005. 2025-1-24 19:32:53 - debug: remove spriteAtlas._uuid : {asset(20bb0257-a46b-4ce5-91d6-401467650680)}
  4006. 2025-1-24 19:32:53 - debug(2): remove spriteAtlas._uuid : {asset(a8ccf1a0-d4c5-44a5-96c4-5be54d7b3178)}
  4007. 2025-1-24 19:32:53 - debug: remove spriteAtlas._uuid : {asset(d7f7b419-7181-4b77-989c-8ff4fd76df26)}
  4008. 2025-1-24 19:32:53 - debug(2): remove spriteAtlas._uuid : {asset(981ac9aa-0b0d-4e08-887e-1dfc137160ed)}
  4009. 2025-1-24 19:32:53 - debug: builder:pack-auto-atlas-image (1326ms)
  4010. 2025-1-24 19:32:53 - debug: Pack Images success, progress: 24%
  4011. 2025-1-24 19:32:53 - debug: Compress image start..., progress: 24%
  4012. 2025-1-24 19:32:53 - group: Compress image...
  4013. 2025-1-24 19:32:53 - debug: sort compress task {}
  4014. 2025-1-24 19:32:53 - debug: Num of all image compress task 0, really: 0, configTasks: 0
  4015. 2025-1-24 19:32:53 - debug: No image need to compress
  4016. 2025-1-24 19:32:53 - groupEnd: Compress image...
  4017. 2025-1-24 19:32:53 - debug: Compress image success..., progress: 24%
  4018. 2025-1-24 19:32:53 - debug: Output asset in bundles start, progress: 24%
  4019. 2025-1-24 19:32:53 - debug: Handle all json groups in bundle internal
  4020. 2025-1-24 19:32:53 - debug: handle json group
  4021. 2025-1-24 19:32:53 - debug: Handle all json groups in bundle resources
  4022. 2025-1-24 19:32:53 - debug: handle json group
  4023. 2025-1-24 19:32:53 - debug: Handle all json groups in bundle main
  4024. 2025-1-24 19:32:53 - debug: handle json group
  4025. 2025-1-24 19:32:53 - debug: Handle all json groups in bundle module_extra
  4026. 2025-1-24 19:32:53 - debug: handle json group
  4027. 2025-1-24 19:32:53 - debug: handle single json
  4028. 2025-1-24 19:32:53 - debug: Handle all json groups in bundle module_basic
  4029. 2025-1-24 19:32:53 - debug: handle json group
  4030. 2025-1-24 19:32:53 - debug: Handle all json groups in bundle module_game
  4031. 2025-1-24 19:32:53 - debug: handle json group
  4032. 2025-1-24 19:32:53 - debug: Json group(03ccd410a) compile success,json number: 6
  4033. 2025-1-24 19:32:53 - debug: handle single json
  4034. 2025-1-24 19:32:53 - debug: Json group(07325bfaa) compile success,json number: 6
  4035. 2025-1-24 19:32:53 - debug: Json group(0a66f4293) compile success,json number: 6
  4036. 2025-1-24 19:32:53 - debug: Json group(0ba471961) compile success,json number: 6
  4037. 2025-1-24 19:32:53 - debug: handle single json
  4038. 2025-1-24 19:32:53 - debug: Json group(0119562e1) compile success,json number: 6
  4039. 2025-1-24 19:32:53 - debug: Json group(0424829d4) compile success,json number: 6
  4040. 2025-1-24 19:32:53 - debug: handle single json
  4041. 2025-1-24 19:32:53 - debug: Json group(02318630c) compile success,json number: 6
  4042. 2025-1-24 19:32:53 - debug: Json group(0a54f6860) compile success,json number: 6
  4043. 2025-1-24 19:32:53 - debug: handle single json
  4044. 2025-1-24 19:32:53 - debug: Json group(08d4f0835) compile success,json number: 6
  4045. 2025-1-24 19:32:53 - debug: Json group(08f30b54e) compile success,json number: 6
  4046. 2025-1-24 19:32:53 - debug: Json group(093f10e90) compile success,json number: 6
  4047. 2025-1-24 19:32:53 - debug: Json group(02c882590) compile success,json number: 6
  4048. 2025-1-24 19:32:53 - debug: Json group(078a3a89c) compile success,json number: 6
  4049. 2025-1-24 19:32:53 - debug: Json group(0787c84da) compile success,json number: 6
  4050. 2025-1-24 19:32:53 - debug: Json group(03c9cd961) compile success,json number: 6
  4051. 2025-1-24 19:32:53 - debug: Json group(041ac2e1c) compile success,json number: 6
  4052. 2025-1-24 19:32:53 - debug: Json group(0471cee9c) compile success,json number: 6
  4053. 2025-1-24 19:32:53 - debug: Json group(04a6d010d) compile success,json number: 6
  4054. 2025-1-24 19:32:53 - debug: Json group(070166e93) compile success,json number: 6
  4055. 2025-1-24 19:32:53 - debug: Json group(02b639d30) compile success,json number: 6
  4056. 2025-1-24 19:32:53 - debug: Json group(06db2e96b) compile success,json number: 6
  4057. 2025-1-24 19:32:53 - debug: Json group(097e5daf7) compile success,json number: 6
  4058. 2025-1-24 19:32:53 - debug: Json group(0c5a2fc7e) compile success,json number: 6
  4059. 2025-1-24 19:32:53 - debug: Json group(091e713ef) compile success,json number: 6
  4060. 2025-1-24 19:32:53 - debug: Json group(01236a39b) compile success,json number: 6
  4061. 2025-1-24 19:32:53 - debug: Json group(0a46ee258) compile success,json number: 6
  4062. 2025-1-24 19:32:53 - debug: Json group(033a6699b) compile success,json number: 6
  4063. 2025-1-24 19:32:53 - debug: Json group(02d36d139) compile success,json number: 6
  4064. 2025-1-24 19:32:53 - debug: Json group(0d54cf783) compile success,json number: 6
  4065. 2025-1-24 19:32:53 - debug: handle single json
  4066. 2025-1-24 19:32:53 - debug: Output asset in bundles success, progress: 24%
  4067. 2025-1-24 19:32:53 - debug: Output asset in bundles start, progress: 24%
  4068. 2025-1-24 19:32:53 - debug: compress config of bundle internal...
  4069. 2025-1-24 19:32:53 - debug: compress config of bundle internal success
  4070. 2025-1-24 19:32:53 - debug: compress config of bundle resources...
  4071. 2025-1-24 19:32:53 - debug: compress config of bundle resources success
  4072. 2025-1-24 19:32:53 - debug: compress config of bundle main...
  4073. 2025-1-24 19:32:53 - debug: compress config of bundle main success
  4074. 2025-1-24 19:32:53 - debug: compress config of bundle module_extra...
  4075. 2025-1-24 19:32:53 - debug: compress config of bundle module_extra success
  4076. 2025-1-24 19:32:53 - debug: compress config of bundle module_basic...
  4077. 2025-1-24 19:32:53 - debug: compress config of bundle module_basic success
  4078. 2025-1-24 19:32:53 - debug: compress config of bundle module_game...
  4079. 2025-1-24 19:32:53 - debug: compress config of bundle module_game success
  4080. 2025-1-24 19:32:53 - debug: output config of bundle internal
  4081. 2025-1-24 19:32:53 - debug: output config of bundle internal success
  4082. 2025-1-24 19:32:53 - debug: output config of bundle resources
  4083. 2025-1-24 19:32:53 - debug: output config of bundle resources success
  4084. 2025-1-24 19:32:53 - debug: output config of bundle main
  4085. 2025-1-24 19:32:53 - debug: output config of bundle main success
  4086. 2025-1-24 19:32:53 - debug: output config of bundle module_extra
  4087. 2025-1-24 19:32:53 - debug: output config of bundle module_extra success
  4088. 2025-1-24 19:32:53 - debug: output config of bundle module_basic
  4089. 2025-1-24 19:32:53 - debug: output config of bundle module_basic success
  4090. 2025-1-24 19:32:53 - debug: output config of bundle module_game
  4091. 2025-1-24 19:32:53 - debug: output config of bundle module_game success
  4092. 2025-1-24 19:32:53 - debug: Output asset in bundles success, progress: 24%
  4093. 2025-1-24 19:32:53 - debug: // ---- build task Build Assets ---- (2017ms)
  4094. 2025-1-24 19:32:53 - debug: run build task Build Assets success in 2 s√, progress: 29%
  4095. 2025-1-24 19:32:53 - debug: [Build Memory track]: Build Assets start:195.78MB, end 214.40MB, increase: 18.61MB
  4096. 2025-1-24 19:32:53 - debug: 整理部分构建选项内数据到 settings.json start, progress: 29%
  4097. 2025-1-24 19:32:53 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4098. 2025-1-24 19:32:53 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (49ms)
  4099. 2025-1-24 19:32:53 - debug: run build task 整理部分构建选项内数据到 settings.json success in 49 ms√, progress: 31%
  4100. 2025-1-24 19:32:53 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:214.49MB, end 214.61MB, increase: 125.54KB
  4101. 2025-1-24 19:32:53 - debug: 填充脚本数据到 settings.json start, progress: 31%
  4102. 2025-1-24 19:32:53 - debug: // ---- build task 填充脚本数据到 settings.json ----
  4103. 2025-1-24 19:32:53 - debug: // ---- build task 填充脚本数据到 settings.json ---- (49ms)
  4104. 2025-1-24 19:32:53 - debug: run build task 填充脚本数据到 settings.json success in 49 ms√, progress: 32%
  4105. 2025-1-24 19:32:53 - debug: [Build Memory track]: 填充脚本数据到 settings.json start:214.65MB, end 214.77MB, increase: 123.81KB
  4106. 2025-1-24 19:32:53 - debug: 整理部分构建选项内数据到 settings.json start, progress: 32%
  4107. 2025-1-24 19:32:53 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ----
  4108. 2025-1-24 19:32:53 - debug: // ---- build task 整理部分构建选项内数据到 settings.json ---- (88ms)
  4109. 2025-1-24 19:32:53 - debug: run build task 整理部分构建选项内数据到 settings.json success in 88 ms√, progress: 34%
  4110. 2025-1-24 19:32:53 - debug: [Build Memory track]: 整理部分构建选项内数据到 settings.json start:214.80MB, end 215.08MB, increase: 284.15KB
  4111. 2025-1-24 19:32:53 - debug: web-mobile:(onBeforeCompressSettings) start..., progress: 34%
  4112. 2025-1-24 19:32:53 - debug: // ---- build task web-mobile:onBeforeCompressSettings ----
  4113. 2025-1-24 19:32:53 - debug: // ---- build task web-mobile:onBeforeCompressSettings ---- (58ms)
  4114. 2025-1-24 19:32:53 - debug: web-mobile:(onBeforeCompressSettings) in 58 ms ✓, progress: 36%
  4115. 2025-1-24 19:32:53 - debug: cocos-service:(onBeforeCompressSettings) start..., progress: 36%
  4116. 2025-1-24 19:32:53 - debug: // ---- build task cocos-service:onBeforeCompressSettings ----
  4117. 2025-1-24 19:32:54 - debug: // ---- build task cocos-service:onBeforeCompressSettings ---- (168ms)
  4118. 2025-1-24 19:32:54 - debug: cocos-service:(onBeforeCompressSettings) in 168 ms ✓, progress: 38%
  4119. 2025-1-24 19:32:54 - debug: 整理静态模板文件 start, progress: 38%
  4120. 2025-1-24 19:32:54 - debug: // ---- build task 整理静态模板文件 ----
  4121. 2025-1-24 19:32:54 - debug: // ---- build task 整理静态模板文件 ---- (145ms)
  4122. 2025-1-24 19:32:54 - debug: run build task 整理静态模板文件 success in 145 ms√, progress: 43%
  4123. 2025-1-24 19:32:54 - debug: [Build Memory track]: 整理静态模板文件 start:215.44MB, end 209.23MB, increase: -6365.52KB
  4124. 2025-1-24 19:32:54 - debug: cocos-service:(onAfterCompressSettings) start..., progress: 43%
  4125. 2025-1-24 19:32:54 - debug: // ---- build task cocos-service:onAfterCompressSettings ----
  4126. 2025-1-24 19:32:54 - debug: // ---- build task cocos-service:onAfterCompressSettings ---- (104ms)
  4127. 2025-1-24 19:32:54 - debug: cocos-service:(onAfterCompressSettings) in 104 ms ✓, progress: 45%
  4128. 2025-1-24 19:32:54 - debug: web-mobile:(onBeforeCopyBuildTemplate) start..., progress: 45%
  4129. 2025-1-24 19:32:54 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ----
  4130. 2025-1-24 19:32:54 - debug: // ---- build task web-mobile:onBeforeCopyBuildTemplate ---- (72ms)
  4131. 2025-1-24 19:32:54 - debug: web-mobile:(onBeforeCopyBuildTemplate) in 72 ms ✓, progress: 46%
  4132. 2025-1-24 19:32:54 - debug: 给所有的资源加上 MD5 后缀 start, progress: 46%
  4133. 2025-1-24 19:32:54 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ----
  4134. 2025-1-24 19:32:54 - debug: // ---- build task 给所有的资源加上 MD5 后缀 ---- (49ms)
  4135. 2025-1-24 19:32:54 - debug: run build task 给所有的资源加上 MD5 后缀 success in 49 ms√, progress: 56%
  4136. 2025-1-24 19:32:54 - debug: [Build Memory track]: 给所有的资源加上 MD5 后缀 start:212.41MB, end 212.53MB, increase: 124.06KB
  4137. 2025-1-24 19:32:54 - debug: cocos-service:(onAfterBuild) start..., progress: 56%
  4138. 2025-1-24 19:32:54 - debug: // ---- build task cocos-service:onAfterBuild ----
  4139. 2025-1-24 19:32:54 - debug: // ---- build task cocos-service:onAfterBuild ---- (105ms)
  4140. 2025-1-24 19:32:54 - debug: cocos-service:(onAfterBuild) in 105 ms ✓, progress: 58%
  4141. 2025-1-24 19:32:54 - debug: adsense-h5g-plugin:(onAfterBuild) start..., progress: 58%
  4142. 2025-1-24 19:32:54 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ----
  4143. 2025-1-24 19:32:54 - debug: // ---- build task adsense-h5g-plugin:onAfterBuild ---- (41ms)
  4144. 2025-1-24 19:32:54 - debug: adsense-h5g-plugin:(onAfterBuild) in 41 ms ✓, progress: 60%
  4145. 2025-1-24 19:32:54 - log: Asset DB is resume!
  4146. 2025-1-24 19:32:54 - debug: builder:build-project-total (18821ms)
  4147. 2025-1-24 19:32:54 - debug: build success in 18821!
  4148. 2025-1-24 19:32:54 - debug: [Build Memory track]: builder:build-project-total start:167.90MB, end 216.97MB, increase: 49.07MB
  4149. 2025-1-24 19:32:54 - debug: ================================ build Task (web-mobile) Finished in (18 s)ms ================================