Jump to content

KeiKun

Members
  • Posts

    967
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by KeiKun

  1. Generating cps.dll gives this error.

    --------------          Message          --------------
    Field not found: 'Utilities.Services.EncodingService.ANSI'.
    --------------        Stack trace        --------------
       at GrfToWpfBridge.Application.DefaultErrorHandler._reportAnyManagedExceptions(String message, Exception exception, ErrorLevel errorLevel)
       at GrfToWpfBridge.Application.DefaultErrorHandler.Handle(Exception exception, ErrorLevel errorLevel)
       at GRFEditor.WPF.EncryptorDialog._buttonGenerateClientConf_Click(Object sender, RoutedEventArgs e)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at System.Windows.Controls.Primitives.ButtonBase.OnClick()
       at System.Windows.Controls.Button.OnClick()
       at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Window.ShowHelper(Object booleanBox)
       at System.Windows.Window.Show()
       at System.Windows.Window.ShowDialog()
       at GRFEditor.EditorMainWindow._menuItemEncryptor_Click(Object sender, RoutedEventArgs e)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at GRFEditor.GRFEditorMain.Main(String[] args)
    
    --------------         Exception         --------------
    System.MissingFieldException: Field not found: 'Utilities.Services.EncodingService.ANSI'.
       at ..(Byte[] , String , Byte[]& , Byte[] , Byte[] , String , )
       at Encryption.Ee322.b3c0cf5bc709dff2229e99124d1968b7(String c5c85cccb9b0fd3067387800c587f028, String outputClientPath, Byte[] f70c5dbd6c0e10ca9e06d246bbb58501c928f6a25037efd3ae810a02f3aa16ec, Byte[] cps, Byte[] client, Byte[]& newClient)
       at GRFEditor.WPF.EncryptorDialog._buttonGenerateClientConf_Click(Object sender, RoutedEventArgs e)

     

    EDIT:
    I went and use GRF Editor v1.8.4.1.zip, which doesn't have the problem.

  2. the release is complete mess

    • You need to configure those absolute path configured like in notice.html and style.css for the images to work
    • The structure of the directory is confusing, from handling the server status and playerCount to handling rss->notice.html
    • The file config.ini isn't configured well on how to display the server status and playerCount which should be handled like notice.html which requires a 'URL' on the config file.
  3. Topic Starter's point is this...

    He wants to start a server in his pc. Since in Philippines, most of all connections are dynamic, port forwarding a big help for it to go on public. Now his problem, his ADSL is giving an ip which is different with router and when he wants to know his current external IP using sites like http://whatismyip.net/ . it gives different external IP again from what ASDL and router has. Now, as i pm him, i told him to consult his ISP about it. As i can tell, its ISP isn't configured well with its router.

    I Encounter this problem years ago before rAthena even started. But the problem is this Topic Starter uses Bayantel as ISP and mine is PLDT.

    Thats all i can tell~

    @ TS

    Good Luck~

    EDIT:

    And Please Stop suggesting to get VPS. He is still trying to make it worked in his pc which is Free and only done to Test not for Public used yet~

  4. i might check it up when i'm active in IRC too..

    let's do cyber bullying again... /gg

    :meow:

    Good idea

    i missed bullying cute people

    since CyberCrime is under TRO (Temporary Restraining Order) for 120 days

    JOKE! XD

  5. Hey Guys! again?

    I am making myself reIntroduced here @ rAthena again.. ~_~

    Its Months? that i have been active here due to crappy stuff like being a college fvck up and a Player of RAN Online. But i think someone noticed me going online here @ rAthena forums. That was the time i was Tracing a hacker that somehow managed to access my private backup server files in my server room @ florida around september 15. But who cares about those things anyway.

    Weird thing though it seems, the core of rathena is same which is not what i was expecting for almost a months of planning and updating by devs. But anyway i saw the Client MD5 Hash Check which is good update. Current still reading things that rAthena Implemented and things that they Change.

    rAthena forum seems to load slower. Maybe i need to update my Download Speed Limit to 3MBs. Then I see the Menu has been Arranged ( Finally ~_~ ), Though BugTracker still sucks ( lol ).

    But its kinda weird i remember some stuffs around rAthena IRC said by Admins but i think they didn't finished those things. i might check it up when i'm active in IRC too..

    Currently, i will be Active again here @ rAthena for several reasons. Implementing core stuffs that i wrote last 2 weeks ago due to some request i got from my email and just to see how rAthena is doing their updates.. I am Currently in RAN Private servers too. Currently i have a Project which updating RAN Server Files and Fix its Total Translation into English ( though i suck with English which said by tons of critics ).

    And for those people who emailed me about me going start doing client side updates. My Answer is "Yes". Though my Server used to get the Latest RE Clients from KRO and commit under the Kei-Client Side Project went bugged. While i was inactive too, i was able to create a Diff patcher not same as WeeDiff Gen. Works fine with the latest client i have. Maybe in the future i will be releasing it including the diffs.

    Again for those who doesn't know me...

    Name is KeiKun <-- yes its not my true name. FVCK for those will tell my real name. I'm from Laguna, Philippines. I'm currently 18 Years old <-- I just became 18 yrs old.(10-10-12). I started with Athena around Year 2009. I'm currently taking BS Computer Science @ Letran Calamba. And those my Critics all i can say is FVCK U and for those people whom asking request about athena in my email([email protected]) please avoid spamming and i will be helping with your problems.

    And Again, I am back in rAthena and will be helping as much as i can.

    ~ Kei

  6. No for me

    for me...

    its lame.. cause no RO Server(ofc) will do maintenance (server side)

    without accessing the server where is it hosted...

    btw

    why you want 3 of them to go exit automatically?

    i think killing login and char is safe when you do it manually or possible

    send delay time after map server goes down to char then login or login to char (whatever)

  7. isn't the rev of the script can be found under svn log when

    file > right click > svn log

    shows the last revision and the message there~

    EDIT:

    Adding it to each file...

    no idea why need to do that if you can see it already under svn log..

    unless you don't checkout the whole svn or trunk (exported)

  8. hi

    pyro-ro.com link will be unavailable

    we will move it to another crap

    Temporary Repository is working fine

    @ Others...

    Please.. This Thread is for my Client Release Only

    Packets and others stuff about Clientside.. Please Avoid to talk about it here

    i don't release Packets

    since Support with packets are Insane

    if you want to get Packets wait for someone to release

    or just wait for rAthena official support it

  9. @ Benitora Masaki

    post-296-0-20511800-1337140936_thumb.png

    It works fine with me

    try to redownload the client

    @ projetz

    i dont accept Support about client not working.

    I only accept Problems with Repository and my Client Release

    @ crimedek1905

    the repository is Public already

    i dont think it still request for authentication

    try to Refresh or do Clear Cache (Ctrl+F5)

  10. is there someone whom doing the fix with the Tabs

    its really freaking annoying

    Edit:

    Is it me

    or i cannot upload things

    using Advance Uploader?

    i need to use the basic uploader

    so can upload things

    • Upvote 1
  11. damn rA 3 looks really cool

    i might get rA 3 if i get my new lappy since my current latest lappy is just i5 and geforce HD 512mb

    imma get lappy that has better specs

    soo cool~ ~_____~

  12. The sound effect of the skills. Only that. Yes i already /bgm and set the volume to the highest. I can't hear any.

    what client again?

    because the cause also (i forgot ~_~ )

    is under lua

    the effect sound is disabled.

  13. have you diff the patch named "Play Opening.bik" when you diffing a client ?

    and make sure you have the specific music file in your data directory or BGM folder ..

    no need for diff

    client originally reads BGM

    inside root/bgm/

    the problem can be

    missing audio files

    mp3nametable.txt <-- if your using custom map and custom bgm for it

    mismatch setup.exe

  14. I cannot hear my login-screen BGM and Prontera BGM! It doesn't play. Can someone help me?

    And btw. Is it possible to have 2 ore more BGMs in 1 Map?

    cannot hear BGMs?

    maybe missing audio files

    Mp3dec.asi and Mssfast.m3d

    and second question

    yes

    its possible 2 bgm in 1 map

    but i think

    you cannot play them in same time

    unless you call the bgm as effect

    then loop it

    • Love 1
  15. damn that is really different from rA and rA 2

    the process of building things is really good

    and the mining building

    better than rA 2

    the graphics is totally awesome

×
×
  • Create New...