Cujo Posted May 29, 2003 Share Posted May 29, 2003 Whats this error guys? No description when it happens, just says Run Time Error 126. Can't get it to join a server at all. Whats up? Link to comment
MTA Team Blokker_1999 Posted May 29, 2003 MTA Team Share Posted May 29, 2003 try installing VB6 runtime files from http://download.microsoft.com/download/ ... n60sp3.EXE Link to comment
geeb Posted May 29, 2003 Share Posted May 29, 2003 i get this erro too, im using win98. Like you said, i tried installing the vbrun files, but the error continues. Link to comment
[TGF]Morpheus Posted May 29, 2003 Share Posted May 29, 2003 yep, same with me .. cant join my own server win98se + gta3 v1.1 I'll try vbfiles now ... Link to comment
BaK Posted May 29, 2003 Share Posted May 29, 2003 Could it be a problem with windows 98? Link to comment
geeb Posted May 29, 2003 Share Posted May 29, 2003 i installed all the vb files from 3 to 6 all over again still with no effect. I hope its not a prob with 98. Thats the only opperating system i run. Link to comment
freeze Posted May 29, 2003 Share Posted May 29, 2003 bloker, installing vb runtimes doesnt fix the pb. as i mentioned this error is related to winsock control ,udp, and win98. you have to implement error trapping in the console application so it actually IGNORES that specific error, since data is actually sent. for example, if youre using vb, do this: 'Ignore error 126 which sometimes occurs On Error GoTo ErrorHandler socket1.SendData "blablabla" 'if socket1 is your winsock control name Exit Sub ErrorHandler: 'all error except 126 will raise a msg. if its error 126 ignore it. If Err.Number <> 126 Then MsgBox Err.Description, vbCritical, Err.Number End If Resume Next Link to comment
Guest Posted May 29, 2003 Share Posted May 29, 2003 I think it's Windows98se. My friend with 2000 and my friends with XPHE can connect to my server fine, but I can't get on to it, even with the VB files. Link to comment
Mark Posted May 29, 2003 Share Posted May 29, 2003 I have the same exact problem (Win98), but I have no idea what Freeze said, haha. Link to comment
Cujo Posted May 29, 2003 Author Share Posted May 29, 2003 Well don't bother with the VBRUN 6 download it doesn't fix the problem Sorry. let me clarify that. It may fix other runtime errors but not the 126 error on Win98SE machines Link to comment
Mark Posted May 29, 2003 Share Posted May 29, 2003 I'm pretty damn desparate. I wanted to play this game tonight, and I've had a copy of WinXP for months, but it's not compatible with my computer. I sure as hell don't want to wait until v0.4 for this fix, so I hope they can get something ready soon. Link to comment
Cujo Posted May 29, 2003 Author Share Posted May 29, 2003 Was this new GUI ever beta'd on a Win98SE machine? Two of the people I play online with can get into servers and play and they are running Win2K and XP, no errors and no problems with lag. I can't even get the damn thing to start without this damn runtime 126 error. ARGH!!!!!!!!!!! Damn this is frustrating! I waited patiently for what seemed like eons for this release and it won't even work with 98. [Rant Off] phew. I needed that. hehehehehe. Damn thats a lot of damns for one post Link to comment
geeb Posted May 29, 2003 Share Posted May 29, 2003 I believe freeze is correct, its definitly a 98 networking error. I hope the team can just add in some lines to ignore the error and post a 98 fixed exe. I cant wait to play this one!!!!!! Link to comment
AAA Posted May 29, 2003 Share Posted May 29, 2003 im very disappointed that i/we people who could not play this game because of the run time 126 error, i downloaded the trailer and the mod it self, and i can't wait till u get a fix, p.s. u got 24 hours left, fix or die! Link to comment
Guest Posted May 29, 2003 Share Posted May 29, 2003 All i know that it's an error caused by winsock when you use udp connections. Just use ErrorHandler: If Err.Number = 126 Then Resume Next End If or something like it to solfe the problem. The connection will work after the errorhandler Link to comment
AAA Posted May 29, 2003 Share Posted May 29, 2003 tell us how the hell we can do that step by step, how the hell do u go on errorhandler? Link to comment
Cujo Posted May 29, 2003 Author Share Posted May 29, 2003 tell us how the hell we can do that step by step, how the hell do u go on errorhandler? hehehe. AAA that is something that will have to be done within the MTA.exe by the MTA team. Guess we'll just have to wait and see if they fix itr not Link to comment
Guest Posted May 29, 2003 Share Posted May 29, 2003 (edited) tell us how the hell we can do that step by step, how the hell do u go on errorhandler? I think he's telling the developers what to do to their code. Edited May 29, 2003 by Guest Link to comment
geeb Posted May 29, 2003 Share Posted May 29, 2003 He means in visual basic. There is no way for us to fix the error. We have to wait for the programmers of mta to add the error handler for this problem into their code, then rerelease it. Link to comment
Cheez Posted May 29, 2003 Share Posted May 29, 2003 Okay my friend on win98 was getting error earlier, then he comes online later and my other friend was saying he was playing. Unfortunately he's being a big little whore and won't tell me how to fix it. Link to comment
Cujo Posted May 29, 2003 Author Share Posted May 29, 2003 Okay my friend on win98 was getting error earlier, then he comes online later and my other friend was saying he was playing. Unfortunately he's being a big little whore and won't tell me how to fix it. Well thats easy to fix Cheez. Simply beat him with a baseball bat till he tells you. I prefer the ones with barbed wire wrapped around them but thats up to you. Link to comment
geeb Posted May 29, 2003 Share Posted May 29, 2003 Tell him the fate of the win98 gta3 MTA gaming community depends on him. Link to comment
Mark Posted May 29, 2003 Share Posted May 29, 2003 Kill him. Wait. Get your information first. Then kill him. Link to comment
Recommended Posts