Forum Replies Created
-
AuthorPosts
-
gordon55mParticipant
I manually went in and updated the patch changes in the FileIO.cpp file. It worked!
I’ve had it freeze on me a few times though. I am overclocked at Pi2 settings and set the memory to 256.
gordon55mParticipantI tried moving the .patch file that I got here from FluffyPillow to the directory /home/pi/smw-svn/. I then ran:
patch -Np0 < ../smw_fileio.patch
I got the response:
(Stripping trailing CRs from patch.)
patching file _src/FileIO.cpp
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 130.
2 out of 2 hunks FAILED — saving rejects to file _src/FileIO.cpp.rejThoughts? I ran that code after I ran the code below:
sudo apt-get update wget https://aur.archlinux.org/packages/sm/smw-svn/smw-svn.tar.gz tar -xf smw-svn.tar.gz cd smw-svn sudo apt-get install subversion svn co http://supermariowar.googlecode.com/svn/trunk smw cd smw sudo apt-get install dos2unix dos2unix configure chmod +x configure patch -Np0 < ../gcc.patch
gordon55mParticipantRonoh55, thanks for the tips. I decided to start from a clean RetroPie Raspberry Pi 2 Version 3.0 BETA 4 and followed my previous steps and I got it to work.
However I ran into the same trouble you had I think in which the maps just loaded as tiles. I read your posts, but am not quite clear as to how or when to apply the patch you mention. Any chance you can write up some directions on how to download and apply the patch? If so, maybe I can then write up a full step by step tutorial on the most recent version of RetroPie.
Thanks for you help, this is a great game, I am getting my buddies addicted to it!
gordon55mParticipantI followed that post that you linked to ronoh55 and got a configuration file error. Any chance you can help me out as to what I did wrong? Like you, this was my first compile.
I posted my full code on the tutorial link you posted:
https://www.raspberrypi.org/forums/viewtopic.php?p=780578#p780578 -
AuthorPosts