Infinite Recursion
Member-
Posts
27 -
Joined
-
Last visited
Reputation
10 GoodAbout Infinite Recursion
- Birthday 12/03/1987
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Infinite Recursion started following 5th Gen GTS Research and IR-GTS-BW Release
-
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
I might be able to do this for a future release, if I ever get time to work on it again. IR-GTS doesn't like file paths that have special characters in them, notably accented letters (like the ö in your attached image). Sorry, it's not particularly international-friendly. To fix this, you should be able to either move the files to a path that doesn't have characters like that, or change the ö to an o. What's your OS? -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
Minor update: IR-GTS-BW v0.05 will now show the filesize when it detects an invalid input file. It also adds a bit of text to statlog.txt if the retrieved Pokemon has a Dream World ability. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
Your firewall is blocking the external connection. Anything internal will work, and anything external will not; it wouldn't matter which version of IR-GTS you use. New releases available! This one should fix the stat oddities previously mentioned when sending a 136-byte pkm to the game. I've also changed README.txt to be a URL for the IR-GTS wiki, so I can keep it better updated. IR-GTS v0.43 and BW v0.04 are now up on the Google Code site. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
I think I've figured out what the problem with incorrect stats is. When I reordered the output of statlog.txt, I forgot to reorder the inputs for another function used in boxtoparty.py. I'll have that fixed in the next version (it applies to both releases), coming soon. Have a look at this page. The error comes before the DNS spoofing comes in, so it probably is a problem with Nintendo's GTS servers, or your connection to them. As for the ports that IR-GTS uses, it's only 80 and 53. Try running it in Safe Mode w/Networking, as paperfairy was doing, to see if that fixes the error. Both Pokesav and Pokegen should work, though I haven't used either personally. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
Have you tried depositing the Pokemon into the PC and retrieving it again? If not, it may be a problem with the 'boxtoparty' function within IR-GTS. Otherwise, IR-GTS doesn't change the .pkm file at all, so what goes in will come out on the DS. Can anyone else confirm this issue? Also, sorry I've disappeared from the forums the past few days. I've been pretty busy with class and work, and I have a job interview coming up that I've been preparing for. Thanks to everyone offering assistance in this thread! -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
What happens when they try to connect? Do they get any errors on their DS? My guess is that your firewall is only set to partially allow Python, which would explain why you can access it on your local network, but others can't from remote networks. Make sure that Python is completely allowed through the firewall. Also updated the OP with a link to the CommonIssues wiki page. Keep an eye on that if you have problems with the program. At this point, it works for most people that are using it, so any problems are likely confined to the computer/network using the program. If you run into an issue not covered there, or if the solutions there don't work for you, let me know and I'll try to help to the best of my ability. Another quick note: if you're getting error code 13275, there's really nothing that can be done about it, aside from trying again later. Nintendo's GTS servers have been having problems recently (and who can blame them, really?), so that is almost certainly the issue with that error. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
You'll have to be more specific than that - do you have a link to this conversion tool? If it just changes the file size, it won't work properly. There's actual data within the .pkm file that needs to be changed. Based on what you've said, it looks like at least the nickname/OT name was not converted to the new format. I'm pretty sure both Pokesav and Pokegen can do 4<->5 conversion. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
What's the version number that IR-GTS reports? Wait, so you sent this .pkm to your DS? Did you do conversion from GenIV to GenV first? IR-GTS-BW doesn't do that yet. It won't do that by default, but you can get it to send one .pkm repeatedly by changing line 90 of sendpkm.py ("while not sent:") to "while True:" Note that Bond has been having trouble with it dying after a while when using this variant. IR-GTS is mostly meant for one-shot sending/receiving; it doesn't do sustained transfers very well, unfortunately. Something to do with how it's handling its network sockets, but I'm not sure what I can do to fix that. Check the OP. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
You can do it, certainly, you'll just have to ignore the DNS that IR-GTS tells you to use. Instead, use your public IP. Sites like whatismyip.com can help you find this. IR-GTS v0.42 and IR-GTS-BW v0.03 now available. BW was logging incorrect natures into statlog.txt; fixed that, and changed the order of EV/IV output for both versions. What is its actual nickname, in-game? Could you send me a copy of the .pkm that IR-GTS-BW created for you? I'm curious why that's happening too. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
Hah, they must have changed the location data; it used to be East Midlands, England. Were you sending or receiving? If sending, could you send me/post the .pkm you were using? If receiving, what was its nickname? -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
Do you have a guest network setup through your router for your DS? If so, is there a DNS option in the configuration for that? If so, try setting that to what IR-GTS tells you, and let me know if that works. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
If possible, try putting the DS and computer on the same network. Otherwise, try forwarding port 53 and 80 to your computer and connecting to your external IP. If you have a guest network setup through your router, it may not work. Can anyone confirm whether they got it working with this setup? -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
Tried something to see if it would fix the problem with connecting to the real GTS. It's no longer available, since it didn't work, and I wanted to avoid that solution. At least one person found that their DS was connecting to a different network than the one their computer's on. Try deleting all other connections in the DS options if you're getting forwarded to the real GTS. This has also failed for others, so YMMV. Edited the OP to note this issue. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
For those that are getting to the actual GTS, make sure that you put your computer's IP into the first DNS slot. If that doesn't work, say what happens (Communication error, IR-GTS crash, etc.). Also check to see if the IP that IR-GTS gives you is the same as your computer's. I'm really curious as to how this is happening, because it shouldn't be possible if the DS is sending DNS requests to the computer running IR-GTS. If you're using a USB device or something similar for DS connectivity, though, that may be the problem. In that case, try setting your computer's (not the DS') DNS to 127.0.0.1 while using IR-GTS. What happened when you tried with a longer name? There might be something wrong with how it reads in filenames. If the filename has actual Japanese characters, though, it almost certainly will not work; you'll have to rename those using Roman letters. -
IR-GTS-BW Release
Infinite Recursion replied to Infinite Recursion's topic in RAM - NDS Research & Development
Updated to v0.02. See OP for details. For those with Macs running into the 'reserved keyword' error, let me know what version it shows if you type in '/usr/bin/python' into the Terminal. If that is anything less than 2.7, try 'whereis python' and post the results. I'll be fairly busy for the next few days, so I won't be able to check this thread very often. I'll answer the questions I can, but I can't make any guarantees. I'll try to keep the OP updated with a list of common problems, so keep an eye on that as well.