Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xenoglyph

Pages: 1 2 [3] 4
31
UO Machine Corner / Re: woot! made always light patch for newer clients
« on: October 15, 2009, 11:58:09 PM »
here's a patcher + source, should support future clients for a while:

http://www.runuo.com/forums/third-party-program-support/98774-always-light-patch-all-ml-sa-2d-clients.html

32
Off Topic / Re: The saddest songs
« on: October 15, 2009, 01:23:13 AM »
Perfect Love - Elis (this one's sad for me because the singer - Sabine Dunser - tragically died at the age of 29 in 2006)  :'(
A Poisoned Gift - Moonspell
Shadow Play - Joy Division
Flow - Qntal

33
UO Machine Corner / woot! made always light patch for newer clients
« on: October 15, 2009, 01:02:20 AM »
client 7.0.1.1:

original:
Code: [Select]
00463700  /$ 83EC 08               SUB ESP,8
00463703  |. 8B5424 0C             MOV EDX,DWORD PTR SS:[ESP+C]
00463707  |. 8D4424 03             LEA EAX,DWORD PTR SS:[ESP+3]
0046370B  |. 50                    PUSH EAX
0046370C  |. 8D4C24 08             LEA ECX,DWORD PTR SS:[ESP+8]
00463710  |. 51                    PUSH ECX
00463711  |. 52                    PUSH EDX
00463712  |. C74424 10 00000000    MOV DWORD PTR SS:[ESP+10],0
0046371A  |. E8 51980100           CALL client.0047CF70
0046371F  |. 8A4C24 0F             MOV CL,BYTE PTR SS:[ESP+F]
00463723  |. 0FB6C1                MOVZX EAX,CL
00463726  |. 83C4 0C               ADD ESP,0C
00463729  |. 3905 14097300         CMP DWORD PTR DS:[730914],EAX
0046372F  |. 74 1E                 JE SHORT client.0046374F
00463731  |. 80F9 1F               CMP CL,1F
00463734  |. 73 19                 JNB SHORT client.0046374F
00463736  |. 8B0D E0728300         MOV ECX,DWORD PTR DS:[8372E0]
0046373C  |. 85C9                  TEST ECX,ECX
0046373E  |. A3 14097300           MOV DWORD PTR DS:[730914],EAX
00463743  |. 74 05                 JE SHORT client.0046374A
00463745  |. E8 B6340B00           CALL client.00516C00
0046374A  |> E8 117AFFFF           CALL client.0045B160
0046374F  |> 83C4 08               ADD ESP,8
00463752  \. C3                    RETN

patch:
Code: [Select]
0046372F     EB 1E                 JMP SHORT client.0046374F

34
I'd see Red Temple Spirits

36
UO Machine Corner / Re: What's coming next?
« on: October 01, 2009, 03:00:57 AM »
supports most of EUO style event macros, supports sending text/keypresses/mouse clicks to client window.  ability to send raw packets to client or server. read/write client memory.  event system for receiving notifications about incoming/outgoing packets.

current release does NOT support OSI, however my current development build does work without crashes.  i've been working 9 days straight without a day off so i haven't had much free time.  i need to do more testing and i'll do a bugfix release.

37
UO Machine Corner / Re: UOMachine and SharpDevelop 3.x
« on: September 26, 2009, 01:15:58 AM »
Yes, thanks for sharing that TM.  Sorry for requiring the older binary, I think I still have the sources somewhere if anyone wants to build it themselves.

As soon as .Net Framework 4 hits beta 2 I will be re-examining the current builds of AvalonEdit (which require 4).  I stopped work on code completion because of some limitations (perceived/real yet to be determined).

Another option would be Actipro SyntaxEditor, but it doesn't come cheap and is still in beta.

38
Off Topic / Re: Help with internet
« on: September 26, 2009, 01:00:16 AM »
did you ever connect to the modem with a web browser? it should have a web config that can display diagnostic info

39
UO Machine Corner / Re: What's coming next?
« on: September 25, 2009, 01:11:57 PM »
Memory/SetAddresses.cs is the code file which my other app generates for me.  i've now merged both apps.  i have some strange organization of code because the project has morphed and changed so much.  i'm still learning how to plan things before doing =D

p.s. check out my Razor loader, i'm quite proud of it!

40
Off Topic / Re: Need new wallpaper!!
« on: September 25, 2009, 03:27:12 AM »
for me, priority #1 would be: figure out a way to span nekked ladies across all 3

41
Off Topic / Re: Help with internet
« on: September 24, 2009, 01:10:29 PM »
by original CD i meant the original driver CD, but if it can send/recv pings okay then both pieces of hardware are functioning correctly.

when you connect to your modem with a web browser does it say the connection is up? status lights are normal on the modem?

42
Television/Movies / Re: Saddest movie
« on: September 24, 2009, 12:15:23 AM »
The Obama Deception or any other Alex Jones movie

i win! =D

43
Off Topic / Re: Help with internet
« on: September 23, 2009, 11:53:19 PM »
what does your physical setup look like? is it modem -> router -> pc ? or just modem -> pc?  did you already try turning off the router/modem for a few minutes and turning them back on? do it twice just to be sure.
after that open a command prompt and try to ping the LAN ip of your router, i.e. ping 192.168.1.1 or whatever you've set.
to confirm it's a software issue you could boot a live linux cd and see if you get net access.

i've personally found that sometimes windows update will install a driver it thinks is compatible, and device manager will show the device as functioning, even when it will not fully support the device.  i've experienced this with a few different kinds of hardware actually.  so if you confirm it's a software issue i'd look at your network card driver and try the one off your original CD.  only go to the manufacturer's website if you have to.  also note that sometimes windows will be very persistent in wanting to use a certain driver and you may have to delete the old one manually.

44
UO Machine Corner / What's coming next?
« on: September 23, 2009, 11:40:30 PM »
For UO Machine Alpha 3 R3 you can expect the following:

who knows

45
UO Machine Corner / Re: About the UO Machine Corner
« on: September 23, 2009, 11:29:19 PM »
Sweet! Thanks for the help!

Pages: 1 2 [3] 4