Results 1 to 4 of 4
  1. #1
    ossimc82's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    496
    Reputation
    42
    Thanks
    887
    My Mood
    In Love

    Question RABCDAsm swfbinreplace

    Hi guys i have a problem with rabcdasm i wan't to change the Binary Data Files in a swf but when I try to compile the finished files in the swf i get this error:
    Code:
    C:\Users\Fabian\Desktop\rabc new client>swfbinreplace RotMGPrivateServerClient.s
    wf id RotMGPrivateServerClient-108.bin
    std.conv.ConvException@C:\Soft\dmd2d\windows\bin\..\..\src\phobos\std\conv.d(177
    1): Unexpected 'i' when converting from type string to type uint
    ----------------
    0x00429170
    0x00428FFB
    0x00405F82
    ----------------
    std.conv.ConvException@C:\Soft\dmd2d\windows\bin\..\..\src\phobos\std\conv.d(158
    9): Unexpected 'i' when converting from type string to type ushort
    ----------------
    0x00429170
    0x00428FFB
    0x00405A32
    0x004020CA
    0x00409FC6
    0x00409BDA
    0x0043A0F1
    0x76E633AA in BaseThreadInitThunk
    0x77CD9EF2 in RtlInitializeExceptionChain
    0x77CD9EC5 in RtlInitializeExceptionChain
    ----------------
    I hope somebody can help me

  2. #2
    maat7043's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Texas
    Posts
    676
    Reputation
    71
    Thanks
    2,579
    My Mood
    Daring
    First you need to create a .bat file called XML Replace.bat:

    Code:
    Code:
    swfbinreplace RotMGPrivateServerClient.swf 108 client-108.bin
    Run it from the folder containing the swf
    Profit

  3. #3
    DatCoder's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    265
    Reputation
    10
    Thanks
    178
    My Mood
    Inspired
    Quote Originally Posted by ossimc82 View Post
    Hi guys i have a problem with rabcdasm i wan't to change the Binary Data Files in a swf but when I try to compile the finished files in the swf i get this error:
    Code:
    C:\Users\Fabian\Desktop\rabc new client>swfbinreplace RotMGPrivateServerClient.s
    wf id RotMGPrivateServerClient-108.bin
    std.conv.ConvException@C:\Soft\dmd2d\windows\bin\..\..\src\phobos\std\conv.d(177
    1): Unexpected 'i' when converting from type string to type uint
    ----------------
    0x00429170
    0x00428FFB
    0x00405F82
    ----------------
    std.conv.ConvException@C:\Soft\dmd2d\windows\bin\..\..\src\phobos\std\conv.d(158
    9): Unexpected 'i' when converting from type string to type ushort
    ----------------
    0x00429170
    0x00428FFB
    0x00405A32
    0x004020CA
    0x00409FC6
    0x00409BDA
    0x0043A0F1
    0x76E633AA in BaseThreadInitThunk
    0x77CD9EF2 in RtlInitializeExceptionChain
    0x77CD9EC5 in RtlInitializeExceptionChain
    ----------------
    I hope somebody can help me
    The "id" should be the id of the bin file (a number), 108 in this case.
    What the error message tells is that "id" is not an integer number because it starts with letter "i".

  4. #4
    ossimc82's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    496
    Reputation
    42
    Thanks
    887
    My Mood
    In Love
    YEAH Thx so mutch guys
    I <3 U
    @Hux this can be closed

Similar Threads

  1. [Outdated] 5.0 : Hacks codes (using Rabcdasm MACROS)
    By JustAnoobROTMG in forum Realm of the Mad God Hacks & Cheats
    Replies: 5
    Last Post: 11-17-2012, 04:11 PM
  2. [Info] Bug in rabcdasm
    By Sail338 in forum Realm of the Mad God Hacks & Cheats
    Replies: 7
    Last Post: 11-03-2012, 09:13 AM
  3. [Release] AIO rabcdAsm easy for lazy ones!
    By raikoug in forum Realm of the Mad God Hacks & Cheats
    Replies: 7
    Last Post: 11-02-2012, 05:33 PM
  4. Could someone help with the god damn RABCDASM?
    By supergovs in forum Realm of the Mad God Help & Requests
    Replies: 3
    Last Post: 10-06-2012, 04:37 AM
  5. [Release] Rabcdasm Easy for nubs or leazy
    By raikoug in forum Realm of the Mad God Hacks & Cheats
    Replies: 14
    Last Post: 10-04-2012, 05:23 PM