Wednesday, February 10, 2010

Version 2.20 is out.

Hi Folks,

You can find version 2.20 here.

The only changes to this version are on the log window, which is now editable and the commands are timestamped.
Hey Paul ... hope you enjoy it.

Hello K-Werk, I am still trying to find a decent solution to share code snippets, in the meantime, you can either post your changes here or send me the .cs file via 4shared.com or something like that.
I can do a "diff" between your code and mine, in case and want to implement something into the main code set.

Hope you all have lots of fun with MyProxy.

Cheers,
The Borg.

24 comments:

  1. Mockba -you're a real star :)

    I'll give this a run asap and let you know how it goes.

    No chance on the coffee making option then?

    :) Cheers!

    ReplyDelete
  2. I've tried the coffe option ... but C# insists on decaf. That I don't think will fly.

    ReplyDelete
  3. hello Borg it's been a long time.

    Thank you so much for solving this problem when i turned the graphic options down as you suggested it worked.

    I am now able to enjoy your proxy :)

    Thanks so much.


    BTW i used decompiled your proxy but it gave me a lot of cpp files.

    How do i set it up to compile it back to normal? Don't worry i am not stealing your work and will not post it any where.

    I am just learning how to program in c++ using VS 2005 Professional and this is just a learning kerb for me because i really enjoyed your proxy so much.


    Thanks heaps

    April
    xoxoxoxoxoxoxox

    btw how is your beautiful baby?

    ReplyDelete
  4. reporting.


    still crashing a lot on dialup connection speed.

    ReplyDelete
  5. 1) Found 2 minor things - editing in the log window stopped suddenly but all else was ok - trying to repeat - it was after a long session.

    2) the buttons for "display" etc don't stick if you resize the window - no biggy just odd.

    Apart from that it's solid so far!

    ReplyDelete
  6. Fault bucket 980859545, type 5
    Event Name: CLR20r3
    Response: Not available
    Cab Id: 0

    Problem signature:
    P1: g0d m0de.exe
    P2: 0.0.0.0
    P3: 4b68e800
    P4: OpenMetaverse.StructuredData
    P5: 0.0.0.0
    P6: 4a6615ea
    P7: f2
    P8: 0
    P9: System.NullReferenceException
    P10:

    Attached files:
    C:\Users\April\AppData\Local\Temp\WER6C8E.tmp.WERInternalMetadata.xml

    These files may be available here:
    C:\Users\April\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_g0d m0de.exe_dae1c6c4b054d4c6153637df7b1985d555fa57b_0b352207

    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 6e75b160-1758-11df-8ea9-00a0d5ffffae
    Report Status: 0

    ReplyDelete
  7. Hey April ... Baby Borg is fine ... OMG he's growing faster than brother and sister ... :P ... he's going to be a tough cookie to take care ... lol.

    Here's the thing: MyProxy is not written in C++, but in C#.
    You can go to 4shared.com and grab 2.18, I have released the full source code from it. Feel free to grab it and bend it to the limit.
    Let me know if you can't find it, so I will post it again for you (the link is on the post where I released 2.18).

    Have fun and ask any questions you want.

    Cheers,
    The Borg.

    ReplyDelete
  8. Hey Paul ... yeah I agree ... that thing with the buttons is weird. I confess that I really didn't spend much time trying to find out how to make the interface look "normal"... lol.

    About the log window, do you think it got "full" maybe? I am not sure if there's a size limit for the text there ... I have to check on that, but that would make sense after a long session.

    Let me know if you manage to reproduce it.

    Cheers,
    The Borg.

    ReplyDelete
  9. April,

    Don't scare me ... lol ... what's that "G0d M0de.exe"?
    That thing didn't make much sense for me, really.
    Please let me know exactly what it was.

    Cheers,
    The Borg.

    ReplyDelete
  10. Re the full log - the log continued to grow with system messages and command lines but I couldn't manually add a comment - weird or what?

    ReplyDelete
  11. please dont post this message i got a source code its called GodMode proxy but i revesed engineered it using reflector.

    It's not public source.

    I need your help to set it up so i could compile it without error. I will even pay you for your time :)

    Will you help me please? I used reflector to decompile it but have no idea how to set it up to compile without error.

    ReplyDelete
  12. do u have skype?

    Which compiler did u use to compile c#?

    I have Microsoft Visual Studio 2005 Professional.

    ReplyDelete
  13. Thank for the 2.18 source codes.

    I tried to open the project with VS 2005 pro and got error:

    : Cant find "c:\Microsoft.CSharp.targets"

    ReplyDelete
  14. Dont worry about the above error: i fixed it had to change it in note pad:




    to



    i could open the project now :)

    ReplyDelete
  15. OK i got 8 lines of compile error:

    please help me solve this thanks borg:

    http://libomv.pastebin.ca/1794428

    ReplyDelete
  16. I think i might have solved some problems with reference assembly files error:
    http://libomv.pastebin.ca/1794428

    all i did was deleted those milling assembly references and manually added each individually one in pointing it to those dll files located in c:\my project\source\bin\release

    now i only have 1 error:

    hope i am doing it right lol

    am i?

    this is the rror message after attempting to compile:

    ------ Build started: Project: MyNewProxy, Configuration: Debug Any CPU ------
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1728,7): error MSB3323: Unable to find manifest signing certificate in the certificate store.
    Done building project "MyNewProxy.csproj" -- FAILED.
    ========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped =========

    ReplyDelete
  17. This comment has been removed by the author.

    ReplyDelete
  18. WOW!!! April.. you've been busy lately ... lol.
    Well... first things first:
    I use Microsoft Visual C# 2008 Express Edition to compile MyProxy.
    It is free, so you can just go to M$ website and download it.
    Once it is downloaded and installed, get the source code from Google Code website, that one uses the required .Dlls out of a local dlls folder, so you won't have to go thru all the LibOpenMetaverse installation (and modification) to compile MyProxy.
    Give that a try, and then let me know how it goes.

    As of the Sweetlife thing, those errors look like syntax errors. Please try the same with the 2008 Express... maybe it will work.

    Remember: the syntax for C# is COMPLETELY different from the syntax for C++, google it... and use the source code from MyProxy as a guideline. I think I have covered pretty much all kinds of C# syntax there ... lol.

    As of the G0dM0de thing ... gimme gimme gimme ... lol. Let me take a look at it and see if it can be re-compiled by C#.

    Cheers,
    The Borg.

    ReplyDelete
  19. borg do u have msn? i don want to post details on here :)

    You could leave me a messge on my youtube account.

    http://www.youtube.com/GigglingGirI

    ReplyDelete
  20. This comment has been removed by the author.

    ReplyDelete
  21. i got this error with your source
    Error 1 Unable to find manifest signing certificate in the certificate store. MyNewProxy

    ReplyDelete
  22. i fixed it :) now i could compile no error

    really nice.


    Thank you so much for the source.

    ReplyDelete
  23. Hi Borg!

    I have a problem importing xml files created by your proxy. Imported objects appears with wrong shape and wrong scale. I'm using latest Emerald version. Any ideas how to resolve the problem?

    ReplyDelete
  24. Hi Trickster,

    Maybe you can give me the location of one of the objects so I can go take a look at it.
    I would then try to export / re-import and see what happens.

    Cheers,
    The Borg.

    ReplyDelete