Little help here please !

Results 1 to 10 of 10
  1. #1
    Valued Member EvoGamers is offline
    MemberRank
    Nov 2012 Join Date
    102Posts

    Little help here please !

    Hello, well, i'm getting a problem,
    I build my runnable on VS2003 KOR_release_publish
    But when i try to execute the runnable, he doesn't open,
    my mlog shows this error

    Code:
    GUNZ 1,0,0,290 launched. build (Jan 14 2013 14:48:34) 
    Log time (01/14/13 14:54:34)
    CPU ID = GenuineIntel ( family = 15 , model = 4 , stepping = 9 ) @ 2813 MHz
    Display Device = NVIDIA GeForce 8400GS ( vendor=10de device=10c3 subsys=13023842 revision=a2 )
    Display Driver Version = 6.14.0012.6089
    Windows = 5.1 Build 2600 , Service Pack 3 (2097151KB) :  Windows xp..
    Cannot open system/locale.xml file.
    Error!! - StringTable Initalize Failed
    Cannot open (null) file.
    Invalid Locale
    Last edited by EvoGamers; 14-01-13 at 06:09 PM.


  2. #2
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Little help here please !

    Remove .mef

  3. #3
    Valued Member EvoGamers is offline
    MemberRank
    Nov 2012 Join Date
    102Posts

    Re: Little help here please !

    Quote Originally Posted by Duluxe View Post
    Remove .mef
    Already did it, but I still getting the same problem =(
    Any other solution ?

  4. #4
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Little help here please !

    Are you sure you removed it fully.

    PHP Code:
    Search and Replace, += ".mef" to += ""
    xml.mef to xml 
    If not then check your locale.xml

  5. #5
    Valued Member EvoGamers is offline
    MemberRank
    Nov 2012 Join Date
    102Posts

    Re: Little help here please !

    Quote Originally Posted by Duluxe View Post
    Are you sure you removed it fully.

    PHP Code:
    Search and Replace, += ".mef" to += ""
    xml.mef to xml 
    If not then check your locale.xml
    Yes man, i already did it,
    I did all the changes that are at this tutorial
    http://forum.ragezone.com/f497/tut-1-5-fix-gunz-853555/

  6. #6
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: Little help here please !

    You either did not completely remove MEF or there is an error with system/local.xml, those are the only 2 problems you could be facing.

  7. #7
    Valued Member EvoGamers is offline
    MemberRank
    Nov 2012 Join Date
    102Posts

    Re: Little help here please !

    Quote Originally Posted by Wucas View Post
    You either did not completely remove MEF or there is an error with system/local.xml, those are the only 2 problems you could be facing.
    Well, about the mef, I totally removed every mef / .mef reference I encountered at the source ,
    About the Locale.xml, there's nothing wrong with it, i did checked it and there is no error in it,

    I got to ask something,
    Maybe if I rename my Locale.xml to LLocale.xml and also rename it on the source, it will work ?
    Or if I change the .mef part to .mrs ?!?
    Last edited by EvoGamers; 14-01-13 at 10:06 PM. Reason: typo fix

  8. #8
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Little help here please !

    Quote Originally Posted by EvoGamers View Post
    Well, about the mef, I totally removed every mef / .mef reference I encountered at the source ,
    About the Locale.xml, there's nothing wrong with it, i did checked it and there is no error in it,

    I got to ask something,
    Maybe if I rename my Locale.xml to LLocale.xml and also rename it on the source, it will work ?
    Or if I change the .mef part to .mrs ?!?
    Lol noo, if i am correct, mef is another type on encryption if you rename you will have the same problem and changing locale.xml to llocale.xml is not going to make any difference, what u gotta do is double check you have removed mef properly and if you are building in KOR_release_publish then make sure you only have KOR in your locale.xml and building in BRZ then put BRZ in locale and so on, if you have done this then you will have no further errors reguarding mef.

    Thanks

  9. #9
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Little help here please !

    Is your locale.xml even in KOR mode?

  10. #10
    Valued Member EvoGamers is offline
    MemberRank
    Nov 2012 Join Date
    102Posts

    Re: Little help here please !

    Quote Originally Posted by Duluxe View Post
    Lol noo, if i am correct, mef is another type on encryption if you rename you will have the same problem and changing locale.xml to llocale.xml is not going to make any difference, what u gotta do is double check you have removed mef properly and if you are building in KOR_release_publish then make sure you only have KOR in your locale.xml and building in BRZ then put BRZ in locale and so on, if you have done this then you will have no further errors reguarding mef.

    Thanks
    Well, okay, i'm gonna check again ;
    Quote Originally Posted by Anju View Post
    Is your locale.xml even in KOR mode?
    Yes Sir,



Advertisement