Code Monkey home page Code Monkey logo

saucepan's People

Contributors

slutzo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

grangerx

saucepan's Issues

UCE files not working on ALP

I have a couple of mame roms from my arcade cabinet that I want to play on my ALP. Found your project and was able to make the UCE files with the cook_batch.sh but they do not open in the ALP. It says 'Loading' and then just goes back to the menu. I am going into the BYOG/AddOn menu and the games show up there. I have tried 3 different mame cores (mame_libretro, mame2010_libretro and the default 2003) when building the UCE files. Any ideas of what I could be doing wrong? Thanks for making a linux tool for this.

mkfs.ext4 called without '-F', and is hanging because save.tmp is a file, not a block special device.

On a CentOS 7 device, the saucepan.sh line:

mkfs.ext4 "${save_temp_file}" >& /dev/null

is silently hanging because it is asking a question but output is redirected to /dev/null:
/tmp/WHATEVERNAME_save.tmp is not a block special device. Proceed anyway? (y,n)

Thus, the script hangs until a button is pushed, but unless that button is Y, the save.tmp won't be properly formatted and the resulting ROM won't have access to save-states.

Adding a '-F' parameter forces the mkfs.ext4 to succeed, which works, but might be dangerous without sufficient validation that the tmp file path/name is correct, etc.

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.