GithubHelp home page GithubHelp logo

tuxsh / savegame-manager Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 327 KB

Automatically exported from code.google.com/p/savegame-manager

License: GNU General Public License v2.0

Makefile 4.74% C 27.36% C++ 67.89%

savegame-manager's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

pmarkive

savegame-manager's Issues

strings_fallback.inc is not in the repository

What steps will reproduce the problem?
1. Check out the source from the SVN repository.
2. Attempt to compile.

What is the expected output? What do you see instead?
It should successfully compile. However, I get this error:

arm-none-eabi-g++ -MMD -MP -MF 
/sources/nds/savegame-manager/arm9/build/strings.d -g -Wall -O2 -march=armv5te 
-mtune=arm946e-s -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwork 
-I/sources/nds/savegame-manager/arm9/include -I/opt/devkitpro/libnds/include 
-I/sources/nds/savegame-manager/arm9/build -DARM9 -fno-rtti -fno-exceptions -c 
/sources/nds/savegame-manager/arm9/source/strings.cpp -o strings.o 
/sources/nds/savegame-manager/arm9/source/strings.cpp:38:32: fatal error: 
strings_fallback.inc: No such file or directory

Original issue reported on code.google.com by [email protected] on 15 Apr 2013 at 1:56

Can't connect to non-broadcasting MAC Address filtered AP

What steps will reproduce the problem?
1. Start Savegame Manager
2. Attempt to connect to my AP
3. It never connects

What is the expected output? What do you see instead?
It should connect to the AP that I defined in WFC Settings.

What version of the product are you using? On what operating system?
3.0 RC1

Please provide any additional information below.
My AP does not use WEP, it is a non-broadcasting MAC Address filtered AP. 
Regular connections work fine. Savegame Manager is unable to connect. My AP 
never sees a connection coming in.

Original issue reported on code.google.com by [email protected] on 7 Mar 2012 at 4:58

Does not connect to the FTP server

What steps will reproduce the problem?
1. using r4, savegame_manager opens
2. changed the flash to the pokemon black 2
3. finds ap, then does not find the ftp

What is the expected output? What do you see instead?
expected to app to find the tfp server, it doenst

What version of the product are you using? On what operating system?
tried with 0.2.4 and 0.3.0

Please provide any additional information below.
tried to config my ap, reconfig smallftp, reconfig pc firewall settings and 
ports protections, but nothing seems to work

Original issue reported on code.google.com by [email protected] on 28 Jan 2014 at 4:38

[0.3.0.RC1] Black screen after start

What steps will reproduce the problem?
1. Copy savegame_manager.nds and savegame_manager.ini to Acekard 2i (AKAIO 
1.8.7)
2. Setup INI as usual
3. Run savegame manager from Nindendo DS Lite

What is the expected output? What do you see instead?
I expected to see anything like it was in 0.2.4. Instead there was just a black 
screen.

What version of the product are you using? On what operating system?
* savegame manager 0.3.0.RC1
* AKAIO 1.8.7 at Acekard 2i

Please provide any additional information below.
INI file was configured the same way for both 0.2.4 and 0.3.0.RC1.

Original issue reported on code.google.com by [email protected] on 14 Aug 2011 at 11:59

Ignores FTP PWD and cannot change directory

When I connect to my FTP server (vsftpd on lubuntu), I see a listing of the 
root directory instead of the home directory. I can't change to any other 
directory (pressing A just reloads the root directory). Of course I can't save 
the file here (no permission to write to root directory).
When connecting from another FTP client it honours the instruction to change to 
/home/rena and I can write there.
SGM seems to ignore this instruction, and just sends a "cd /", then it can't 
change to any other directory, so it can't save anything.

Original issue reported on code.google.com by [email protected] on 28 Apr 2013 at 3:52

Add netcat mode

Feature request: add a function found in "DS SaveSender" app (which doesn't 
seem to work for me): instead of trying to connect to an FTP server, it will 
simply connect to a given IP and port and send the raw binary data. Then you 
can receive it by simply running:
nc -l -p 1234 > savefile.sav
and receive the save file without having to run an FTP server.

Original issue reported on code.google.com by [email protected] on 28 Apr 2013 at 3:56

Black-Screen using newest version, Stuck on B to continue on old version

What steps will reproduce the problem?
1. Download old version to root/folder of choice.
2. Open on DS lite. Stuck on B to continue.
3.

What is the expected output? What do you see instead?

Press b to continue -> Press A + B, etc (Haven't used my DSTWO in 2 years)

What version of the product are you using? On what operating system?

1. Both old and new

Please provide any additional information below.

I tried the newest firmare/EOS for DSTWO but I am trying to use an older 
version that is similar to the version I used back in the day when I Had no 
issue with the older version of savegame-manager.

Original issue reported on code.google.com by [email protected] on 9 Feb 2014 at 4:49

Cannot write file

What steps will reproduce the problem?
1. Supercard DS
2. try to backup pokemon diamond
3. Can connect to server, however. I cannot write, yes, I do have writing 
permissions setup in the server

What is the expected output? That I can backup my save
What do you see instead? 
Writing file:
POKEMON D.0.sav

WARNING: Could not write to your FTP server! Maybe you forgot to enable write 
access?


What version of the product are you using? smallftpd 1.0.3, 
savegame_manager_0.3.0.RC1
On what operating system? Windows 8 Pro x64


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 May 2013 at 6:01

AP NOT FOUND

What steps will reproduce the problem?
1. Select "Backup .sav" option
2. Change cartridge
3. Press "A"

What is the expected output? What do you see instead?
I was shown: "FTP: ERROR: AP not found"

What version of the product are you using? On what operating system?
0.2.4 because the newest version does not work for me (crashed at opening)

Please provide any additional information below.
I am pretty confident that I have inserted the right info in the .ini file. 
a)The IP Address of my PC with the FTP server
b)The ftp server username
c)The ftp server pass
d)The ftp server port
I checked if I can connect to my wifi through the DS and also I checked if I 
can connect to the FTP server with the client.
I also tried going to go very near the router and still no connection.

Original issue reported on code.google.com by [email protected] on 28 Jul 2014 at 2:03

No directory listing in Linux

What steps will reproduce the problem?
1. Install some flavor of Linux (Currently running Linux Mint 12), install ftpd.
2. Set up savegame_manager.ini with credentials
3. Try to back up a save (in my case, Animal Crossing: Wild World

What is the expected output? What do you see instead?
I expected to see a directory listing showing the root filesystem, with the 
ability to navigate to my home directory. Instead, the program just shows the 
"reading directory" message with no directory listing. This has worked for me 
fine in the past, with (I think) pure-ftpd instead of the *nix default in.ftpd 
process.

What version of the product are you using? On what operating system?
0.3.0RC1, DS Lite with Flashme v8 installed. Again, this has worked in the past.

Please provide any additional information below.
If you set your root filesystem as writable by the logged in user, you can just 
press L+R to create a new file in the root. This is REALLY not safe, on the off 
chance somebody hits the overwrite button and replaces a system file. Not to 
mention playing with file permissions on the root directory is asking for 
trouble if the user is new to the OS.


Would it be possible to set up a default location in the .ini file to navigate 
to with the program? Such as home=/home/user_directory ?

Original issue reported on code.google.com by [email protected] on 4 May 2012 at 10:22

Bad size sav file

What steps will reproduce the problem?
1. Start tool, save the sav file
2. Get an odd sized sav file instead which corrupts my save game data.
3.

What is the expected output? What do you see instead?

512KB Sav file

What version of the product are you using? On what operating system?

0.3.0 RC1 on DSTT

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Dec 2011 at 7:14

When Choosing Backup/Restore Location, no directory listing

What steps will reproduce the problem?
1. Turn on DS Lite (R4; Wood Firmware)
2. Open savegame_manager.nds
3. Press B
4. Select Backup (or Restore)
5. Wait for program to connect
6. View the directory

What is the expected output? Directory Listing
What do you see instead? No Directory Listings


What version of the product are you using? 0.2.4


Original issue reported on code.google.com by [email protected] on 28 Nov 2012 at 7:07

Incomplete download

What steps will reproduce the problem?
1. Extract a gamesave (Mine was 507kb instead of 512kb)
2. Restore gamesave
3. Watch it being stuck at 98%

What is the expected output? What do you see instead?

I expected the file to copy as it was transfered but it wasn't. I'm not sure 
why the file was 507kb, but I used a gamesave resizer to make it 512kb and 
finish the transfer. 

Original issue reported on code.google.com by nushio on 27 Sep 2012 at 5:12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.