formlesstree4 Posted April 10, 2011 Author Share Posted April 10, 2011 I think i might have found a bug. When i upload a gen V file from my game to the pc using GTS some of the data seems to be getting lost when i open the .pkm file in pokegen. It shows the poke as level 1, 0 exp., all IV's are 0, trainer ID and SID are both 0 and game of origin is not set to anything. I can upload one of the files if you would like to see it. Or maybe i'm just doing something wrong?EDIT: Does the same thing sent to pc through DTS if that matters... All I can say is make sure the proper GTS was selected. I have successfully uploaded several test Pokemon using the Gen V system. You can put me in the same boat as scrapz, getting constant 13275 errors while trying to connect. IR-GTS-BW has worked every time I've tried it. Frustrating? Yes. Appreciative of your efforts? Also yes. The only issue I can see is that Nintendo is bouncing you off for some reason. I honestly don't know what else to say. Make sure nothing else is trying to compete with Port 80 & 53. Link to comment Share on other sites More sharing options...
irocjr Posted April 10, 2011 Share Posted April 10, 2011 OK, nevermind. it was an issue with pokegen. GTS and DTS working fine! thanks! lol Link to comment Share on other sites More sharing options...
iSins Posted April 10, 2011 Share Posted April 10, 2011 Amazing Program been using it for 3 days now without fail. Link to comment Share on other sites More sharing options...
Ken638 Posted April 12, 2011 Share Posted April 12, 2011 I just used it to clone some Patrats (to test it). Awesome. Link to comment Share on other sites More sharing options...
Metheos Posted April 13, 2011 Share Posted April 13, 2011 Private Function GetNextPokemon(ByVal Gen As Generation) As String This function increments the index each time it is called. This causes a bug in Private Sub asyncReq(ByVal sk As Socket) when using folder distribution mode Case ModeType.Folder 'Check for a Gen IV request If req.IsGenIV Then 'Get the next Pokemon Dim _ans As String = GetNextPokemon(Generation.IV) 'Log about it Me.Log(ip + " will get " + IO.Path.GetFileNameWithoutExtension(_ans)) 'Ans ans = GetBinHG(GetNextPokemon(Generation.IV)) Else 'Get the next Pokemon Dim _ans As String = GetNextPokemon(Generation.V) 'Log about it Me.Log(ip + " will get " + IO.Path.GetFileNameWithoutExtension(_ans)) 'Ans ans = GetBin(GetNextPokemon(Generation.V)) End If[/Code]As you can see it is called twice which causes every other pokemon in the folder to be skipped.Changing ans = GetBin(GetNextPokemon(Generation.V))toans = GetBin(_ans)will correct thisI also modified the source for myself so that it will disable IIS if it is detected, then re-enable when you stop the gts server. This will require administrator priveledges however, as you must have rights to control the service. Link to comment Share on other sites More sharing options...
formlesstree4 Posted April 13, 2011 Author Share Posted April 13, 2011 Private Function GetNextPokemon(ByVal Gen As Generation) As StringThis function increments the index each time it is called. This causes a bug in Private Sub asyncReq(ByVal sk As Socket) when using folder distribution mode Case ModeType.Folder 'Check for a Gen IV request If req.IsGenIV Then 'Get the next Pokemon Dim _ans As String = GetNextPokemon(Generation.IV) 'Log about it Me.Log(ip + " will get " + IO.Path.GetFileNameWithoutExtension(_ans)) 'Ans ans = GetBinHG(GetNextPokemon(Generation.IV)) Else 'Get the next Pokemon Dim _ans As String = GetNextPokemon(Generation.V) 'Log about it Me.Log(ip + " will get " + IO.Path.GetFileNameWithoutExtension(_ans)) 'Ans ans = GetBin(GetNextPokemon(Generation.V)) End If[/Code]As you can see it is called twice which causes every other pokemon in the folder to be skipped.Changing ans = GetBin(GetNextPokemon(Generation.V))toans = GetBin(_ans)will correct thisI also modified the source for myself so that it will disable IIS if it is detected, then re-enable when you stop the gts server. This will require administrator priveledges however, as you must have rights to control the service.Wow I had not noticed that. I'll fix that up...can't believe I missed that o_O Link to comment Share on other sites More sharing options...
ieges Posted April 14, 2011 Share Posted April 14, 2011 Wifi goes full bars than blank all of the sudden. Firewall is off. Fix? Link to comment Share on other sites More sharing options...
formlesstree4 Posted April 14, 2011 Author Share Posted April 14, 2011 Wifi goes full bars than blank all of the sudden. Firewall is off. Fix? Forward ports, close other programs. You're being very generic here and not providing me with anything to really work with. There's no such thing as an easy fix if I don't have all the details. Link to comment Share on other sites More sharing options...
ieges Posted April 14, 2011 Share Posted April 14, 2011 Forward ports, close other programs. You're being very generic here and not providing me with anything to really work with. There's no such thing as an easy fix if I don't have all the details. I'm sorry, I was in a hurry when I posted that. It went full bars then none, which it used to do for ir-gts before I turned off the firewall. How might I "forward ports". I never got an error from the program btw, it just froze when I tried it on heart gold. Link to comment Share on other sites More sharing options...
ieges Posted April 15, 2011 Share Posted April 15, 2011 Still need help ^ Link to comment Share on other sites More sharing options...
formlesstree4 Posted April 16, 2011 Author Share Posted April 16, 2011 I'm sorry, I was in a hurry when I posted that. It went full bars then none, which it used to do for ir-gts before I turned off the firewall. How might I "forward ports". I never got an error from the program btw, it just froze when I tried it on heart gold. www.portforward.com You need ports 80 [TCP] and 53 [uDP] forwarded. Link to comment Share on other sites More sharing options...
amassenburg Posted April 16, 2011 Share Posted April 16, 2011 Sorry if this has been asked before.. but How do I Open these Ports? Link to comment Share on other sites More sharing options...
scrapz Posted April 16, 2011 Share Posted April 16, 2011 Sorry if this has been asked before.. but How do I Open these Ports? " www.portforward.com You need ports 80 [TCP] and 53 [uDP] forwarded." Link to comment Share on other sites More sharing options...
amassenburg Posted April 16, 2011 Share Posted April 16, 2011 that didnt work.. but I figured out how to do it manually... Link to comment Share on other sites More sharing options...
Wkdcritz Posted April 16, 2011 Share Posted April 16, 2011 Hi. I've filled in all sections correctly (Programme detects external IP for you, and I copied it into my primary DNS on my ds settings), the programme is permitted access through my firewall, however I just connect to the regular gts...No activities are reported in the Shiny DTS.. I have worked HyperGTS previously..however it is interesting to note that I am suddenly having a similar problem with that.. Any ideas? Note: I haven't changed any settings on my router or gotten a new one recently. Link to comment Share on other sites More sharing options...
formlesstree4 Posted April 16, 2011 Author Share Posted April 16, 2011 Hi.I've filled in all sections correctly (Programme detects external IP for you, and I copied it into my primary DNS on my ds settings), the programme is permitted access through my firewall, however I just connect to the regular gts...No activities are reported in the Shiny DTS.. I have worked HyperGTS previously..however it is interesting to note that I am suddenly having a similar problem with that.. Any ideas? Note: I haven't changed any settings on my router or gotten a new one recently. There are known incompatibilities if you are going via USB instead of pure Wifi. Are you absolutely sure that you copied your Wifi settings in properly into your first networking slot? Link to comment Share on other sites More sharing options...
ieges Posted April 17, 2011 Share Posted April 17, 2011 Cant figure out port forwarding, accidentally shut down whole family's internet Link to comment Share on other sites More sharing options...
Wkdcritz Posted April 17, 2011 Share Posted April 17, 2011 I am using USB. How do I use pure wifi? And I'm 100% positive that I copied the Wifi settings correctly. Link to comment Share on other sites More sharing options...
DX Dracario Posted April 17, 2011 Share Posted April 17, 2011 Hello there. I am very impressed with your work here! I did give it a test run and was able to send a Pokemon to a friends 5th gen game. When he received it however, the name had ???????? instead of the Pokemons names. Is there something I am doing wrong here? The Pokemon in question was an event Milotic VCG09 I opened it in Pokegen and saved it to a Black/White format. Anything I am doing wrong? How do I need to fix this? Link to comment Share on other sites More sharing options...
ReignOfComputer Posted April 17, 2011 Share Posted April 17, 2011 I opened it in Pokegen and saved it to a Black/White format. Yeah, you can't do that. Link to comment Share on other sites More sharing options...
DX Dracario Posted April 17, 2011 Share Posted April 17, 2011 Yeah, you can't do that. Then how would use an event file on this system? Link to comment Share on other sites More sharing options...
Kaphotics Posted April 17, 2011 Share Posted April 17, 2011 Then how would use an event file on this system? Change the Target Game in PokeGen to any 4th Gen, load the PKM, then change it to 5th gen, then save the file. Link to comment Share on other sites More sharing options...
DX Dracario Posted April 18, 2011 Share Posted April 18, 2011 (edited) Ah ok I'll try that. Thanks for your input! BTW is there a program where you can send Pokemon from your cart to your PC for the 5th Gen yet? EDIT: Ok think I fixed it can someone connect to my server to test it out? IP is 71.56.99.5 Edited April 18, 2011 by DX Dracario Link to comment Share on other sites More sharing options...
Butterfree 1967 Posted April 18, 2011 Share Posted April 18, 2011 Hi I have been having issues with both the Shiny GTD and DTS. Before this, I ran Hyper GTS and had no issues and did distributions fine. when I try to give out 5th gen stuff though, the Shiny GTS will do 5 or 6 pokemon then just stops, and no matter what I do, it lets people in, but gives nothing. The shiny DTS does a similar thing, but will only give out 1 pokemon. I am still using the hyper GTS for G4, and it works perfect with no issues at all. It's not a port forwarding problem either, or else Hyper wouldn't work! The files are fine, as I sent them to a friend, and they were fine for him in IR-GTS BW, and so I tried that, and it worked fine on these files. I prefer to use your program though as I want to give out more than just one pokemon! Is there a glitch or bug in this program somewhere? am I the only one having this issue with the newer programs? one other thing, even when I shut off the DTS/GTS, they still block my port 80!!! I have to completely restart my PC, or use a program like RKill to stop the ports being blocked any help you can shed on this is appreciated... Link to comment Share on other sites More sharing options...
Wkdcritz Posted April 18, 2011 Share Posted April 18, 2011 Hi.I've filled in all sections correctly (Programme detects external IP for you, and I copied it into my primary DNS on my ds settings), the programme is permitted access through my firewall, however I just connect to the regular gts...No activities are reported in the Shiny DTS.. I have worked HyperGTS previously..however it is interesting to note that I am suddenly having a similar problem with that.. Any ideas? Note: I haven't changed any settings on my router or gotten a new one recently. I connect with USB. Still in dire need of help. Regards. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now