Page 1 of 1

Not sure what to do for PC_Munglog Error

Posted: Sat Feb 24, 2018 11:42 pm
by MissingTexture
Hey all,

Munged a custom side but got this in my error log:
Hidden/Spoiler:
ERROR[levelpack req\centurion_inf_unique_heavy.req]:Expecting bracket, but none was found.
File : munged\pc\centurion_unique_helm_d.texture.req(1)...

ucft <--
ERROR[levelpack req\centurion_inf_unique_heavy.req]:Expecting bracket, but none was found.
File : munged\pc\centurion_unique_helm_d.texture.req(1)...

ucft <--

2 Errors 0 Warnings

ERROR[levelpack spartans.req]:Expecting bracket, but none was found.
File : munged\pc\centurion_unique_helm_d.texture.req(1)...

ucft <--
ERROR[levelpack spartans.req]:Expecting bracket, but none was found.
File : munged\pc\centurion_unique_helm_d.texture.req(1)...

ucft <--

2 Errors 0 Warnings
The other team loaded fine ingame, but this team will not load at all into the map. Any reasons as to why?

Re: Not sure what to do for PC_Munglog Error

Posted: Sun Feb 25, 2018 2:28 am
by Teancum
Is that texture a power of 2 (256x256, 512x512, 1024x1024, etc)? The only other thing I would do is go into /data_[MAP NAME]/_BUILD/Sides/[SIDE NAME]/MUNGED/PC and delete all files, then re-munge the side.

Re: Not sure what to do for PC_Munglog Error

Posted: Sun Feb 25, 2018 6:09 am
by Anakin
is this the first or second time you got the error message??
I noticed that if you have a script error and remunge there comes only a missing bracket message. After i cleaned and remunged i got the original error message.

Re: Not sure what to do for PC_Munglog Error

Posted: Sun Feb 25, 2018 10:31 am
by MissingTexture
Teancum wrote:Is that texture a power of 2 (256x256, 512x512, 1024x1024, etc)? The only other thing I would do is go into /data_[MAP NAME]/_BUILD/Sides/[SIDE NAME]/MUNGED/PC and delete all files, then re-munge the side.
I'll try this out, but the texture is 1024x1024 so yes it is in a power of two.
Anakin wrote:is this the first or second time you got the error message??
I noticed that if you have a script error and remunge there comes only a missing bracket message. After i cleaned and remunged i got the original error message.
This is the first time I have done it and got this message.

Edit:
Did the clean again, remunged side still crashed :/ I cannot seem to find the app that lets me run BF2 in windows mode so I can check my error log. If someone could provide that it would be great!

Tried munging sounds but this is what I got:
Hidden/Spoiler:
soundflmunge.exe : Error : Unable to open file C:\BF2_ModTools\data_HLO\Sound\shell\effects\whooshl3.wav - while munging C:\BF2_ModTools\data_HLO\Sound\shell\shell.sfx
soundflmunge.exe : Error : Unable to open file C:\BF2_ModTools\data_HLO\Sound\shell\effects\whooshl3.wav, format may be invalid - while munging C:\BF2_ModTools\data_HLO\Sound\shell\shell.sfx
soundflmunge.exe : Error : Unable to read file list C:\BF2_ModTools\data_HLO\Sound\shell\shell.sfx - while munging C:\BF2_ModTools\data_HLO\Sound\shell\shell.sfx

Re: Not sure what to do for PC_Munglog Error

Posted: Sun Feb 25, 2018 12:04 pm
by Anakin
can you show us the centurion_inf_unique_heavy.req file and the parent req file?

About the sound problem, it seams that there is sound file (whooshl3.wav) missing or in the wrong format.

Re: Not sure what to do for PC_Munglog Error

Posted: Sun Feb 25, 2018 5:25 pm
by Marth8880
MissingTexture wrote:I cannot seem to find the app that lets me run BF2 in windows mode so I can check my error log
Are you referring to the debugger? You can find it here (see question 4): viewtopic.php?f=27&t=13806

If you wish to view the contents of BFront2.log in real-time, you can do so with Glogg or Tail.

Code: Select all

soundflmunge.exe : Error : Unable to open file C:\BF2_ModTools\data_HLO\Sound\shell\effects\whooshl3.wav - while munging C:\BF2_ModTools\data_HLO\Sound\shell\shell.sfx
soundflmunge.exe : Error : Unable to open file C:\BF2_ModTools\data_HLO\Sound\shell\effects\whooshl3.wav, format may be invalid - while munging C:\BF2_ModTools\data_HLO\Sound\shell\shell.sfx
soundflmunge.exe : Error : Unable to read file list C:\BF2_ModTools\data_HLO\Sound\shell\shell.sfx - while munging C:\BF2_ModTools\data_HLO\Sound\shell\shell.sfx
These can be ignored.

Re: Not sure what to do for PC_Munglog Error

Posted: Mon Feb 26, 2018 12:22 am
by MissingTexture
Anakin wrote:can you show us the centurion_inf_unique_heavy.req file and the parent req file?

About the sound problem, it seams that there is sound file (whooshl3.wav) missing or in the wrong format.
I figured it out, this all works well. However, having issues munging the sounds into the game.