dkanada / chip-emulator

Android Emulator for Chip8
GNU General Public License v3.0
12 stars 1 forks source link

App Crashes when selecting a file for action #1

Closed isreal6ix closed 6 years ago

isreal6ix commented 6 years ago

Expected Behavior

The app as it was designed to be, should allow users to load a file for its original use.

Actual Behavior

Each time a file is selected, the app crashes

*Test Tools

How to produce the bug

Open the app, select more options, select load, open any folder in your device and pick any file.

PS : I used a picture to test it.

Recording of the bug is shown below......

https://youtu.be/n9h1CTEMriQ



Posted on Utopian.io - Rewarding Open Source Contributors

dkanada commented 6 years ago

I am not quite sure what you mean by original use. This emulator only needs to open Chip8 games so I didn't add checks for other types of files like images. What do you expect to happen when an image is opened?