Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mupen64 free #40

Closed
rdawg88 opened this issue Jan 19, 2013 · 10 comments
Closed

mupen64 free #40

rdawg88 opened this issue Jan 19, 2013 · 10 comments

Comments

@rdawg88
Copy link

rdawg88 commented Jan 19, 2013

It won't let me play any of the roms I have downloaded it just keeps bringing me back to choose game and stuff and I don't have any problems with any other emulators I use

@littleguy77
Copy link
Member

This may be a bug in the data extraction process when you first install. Should be fixed very soon, but in the meantime, try this:

  • unplug your tablet/phone from a PC if it's connected
  • reboot your tablet/phone, and do not plug it into PC
  • open mupen and go to Settings->Advanced->Reload app resources
  • it should take 10-30 seconds to reload the data. If it goes faster than that, the files may be unpacking improperly.

Please post back your results. Thanks!

@rdawg88
Copy link
Author

rdawg88 commented Jan 19, 2013

Ok thank you I'll try it

@littleguy77
Copy link
Member

This should be fixed as of Version 2.0.2.

@nintendogamer18
Copy link

I am having the same problem but I followed the steps you posted and it still doesn't work and none of my other emulators have done this

@paulscode paulscode reopened this Apr 22, 2013
@paulscode
Copy link
Member

Which games experience the problem, and what format are they in? Currently, only .n64, .z64, and .v64 (or a .zip containing one of these three file types) are supported. If your ROMs are in some other archive format (.7z, .rar, etc) those are not supported by the app, and will have to be unzipped before you can use them.

If that isn't the problem, please test with Mario 64. If it is in .zip format, unzip it first to make sure it isn't corrupt. If it still doesn't work, please try it in another N64 emulator to make sure you have a working ROM. If it is, then please post the logcat after experiencing the problem. If you are not familiar with accessing the logs, I posted instructions on the support forum: http://www.paulscode.com/forum/index.php?topic=93.0

@littleguy77
Copy link
Member

@paulscode This may be an actual crash that we can catch.

@nintendogamer18 An easier way to post the logcat is this:

Go to Settings->Advanced->Enable crash reporting
Then add 'nintendogamer18' to the username field.
Then, be sure you have a data connection
Then start the game and let it fail.
Then post back to let us know when you've done it.

@paulscode
Copy link
Member

@littleguy77 good point, we should check there first since it is easier. I've just gotten to the point where I expect the LogCat field to show UNDEFINED (I've maybe gotten a logcat from through Acra two or three times when I ask folks to run a specific test - doesn't seem to be very reliable)

@littleguy77
Copy link
Member

Good point. You still get the stack trace though, which is enough sometimes.

@littleguy77
Copy link
Member

@paulscode Just looked into the ACRA source code about the permissions. I've always wondered how we can get the logcat without having the READ_LOGS permission. Turns out you can get the logcat without permission on all Jellybean devices (at least according to the source code comments). So maybe that's what we should tell users. If they have jellybean, use crash reporter. If not, use alogcat....

@ThaJman
Copy link

ThaJman commented Jul 27, 2013

Please help, I'm on a Nook tablet (rooted of course) and the emulator won't work on my tablet. I downloaded the app, opened it, the it says It is having problems extracting the files. I've tried even deletingapp and reinstalling it, it still won't work.

littleguy77 added a commit to littleguy77/mupen64plus-ae that referenced this issue Jan 11, 2015
mupen64plus/mupen64plus-video-glide64mk2@1b96dbf

*   1b96dbf Merge pull request mupen64plus-ae#44 from littleguy77/master
|\
| * 384f398 Fix name collision when LOGGING defined.
| * 04eda75 Revert to original Glitch64 LOG macro definition.
|/
*   5416d79 Merge pull request mupen64plus-ae#43 from Gillou68310/master
|\
| * 0c1a194 Added project file for MSVC2010
* |   2decf40 Merge pull request mupen64plus-ae#42 from littleguy77/master
|\ \
| |/
|/|
| * 1048687 Add missing source file from GLES port.
| * 2ee649b Rename Glitch64/main.h --> glitchmain.h for clarity.
|/
*   d465ad2 Merge pull request mupen64plus-ae#41 from littleguy77/master
|\
| * e62c00d Fix video refresh frequency for MPAL.
| * 45e24e9 Update frameskipper to reflect region calculation changes.
|/
*   38b16e5 Merge pull request mupen64plus-ae#39 from littleguy77/master
|\
| * 90601db Fix log level for LOGINFO macro.
| * 74934a6 Fix screenshot implementation for GLES codepath.
| * 65ee02f Enlarge output array for capturing color buffer.
* 9f1426f fix build error from last commit
* 59603b1 Merge pull request mupen64plus-ae#40 from twinaphex/master
* ceabea7 correct N64 ROM header analysis for the regional PAL indication
@fzurita fzurita closed this as completed Mar 16, 2016
fzurita added a commit that referenced this issue Jul 27, 2016
mupen64plus/mupen64plus-rsp-hle@3d09ae6

* 3d09ae6 change VS2013 project files to build with the XP-compatible vc120 toolset, so the resulting binaries will run on pre-vista machines
*   526a7bc Merge pull request #40 from loganmc10/master
|\
| * 1381ee5 Backports from project64, see: project64/project64@b187ad9 project64/project64@210832c project64/project64@c06ad3a
|/
*   95f3bab Merge pull request #38 from Gillou68310/x64
|\
| * d7e051b Added x64 configuration to VisualStudio2013 project file
|/
*   5d66105 Merge pull request #37 from bentley/openbsd
|\
| * 1e977b1 Remove unnecessary OpenBSD warning.
|/
* cd9ffb7 update text files and version number for upcoming 2.5 release
fzurita added a commit to fzurita/mupen64plus-ae that referenced this issue Apr 15, 2017
mupen64plus/mupen64plus-rsp-hle@fb15d20

*   fb15d20 Merge pull request mupen64plus-ae#44 from fzurita/fix_crash
|\
| * f5818d4 Prevent CLEARBUFF for naudio and nead from deriving a count too big for alist_buffer.
|/
*   1f8a4cb Merge pull request mupen64plus-ae#43 from fzurita/master
|\
| * 0898913 Backport fixes from Project64
|/
*   f3acff4 Merge pull request mupen64plus-ae#42 from charlemagnelasse/travis-container
|\
| * c557db8 Use faster container based Travis CI
* |   13770ff Merge pull request mupen64plus-ae#41 from charlemagnelasse/master
|\ \
| |/
| * fa38ab2 Use Ubuntu Trusty as base system for Travis CI
|/
* 3d09ae6 change VS2013 project files to build with the XP-compatible vc120 toolset, so the resulting binaries will run on pre-vista machines
*   526a7bc Merge pull request mupen64plus-ae#40 from loganmc10/master
|\
| * 1381ee5 Backports from project64, see: project64/project64@b187ad9 project64/project64@210832c project64/project64@c06ad3a
|/
*   95f3bab Merge pull request mupen64plus-ae#38 from Gillou68310/x64
|\
| * d7e051b Added x64 configuration to VisualStudio2013 project file
|/
* 5d66105 Merge pull request mupen64plus-ae#37 from bentley/openbsd
* 1e977b1 Remove unnecessary OpenBSD warning.
fzurita added a commit that referenced this issue Oct 14, 2017
mupen64plus/mupen64plus-ui-console@e54b7c1

* e54b7c1 Rename GB cart loader to media loader.
* 5e17acc Basic support for GB cart loader command.
*   36d7cd8 Merge pull request #40 from loganmc10/patch-1
|\
| * 36145e5 Fix for #39
|/
*   7daadc8 Merge pull request #36 from loganmc10/pie
|\
| * 187d3a3 Fix no-pie mode for compilers that default to PIE
|/
*   f5bf377 Merge pull request #35 from charlemagnelasse/travis-container
|\
| * c2331cb Use faster container based Travis CI
| * 60b193c Let travis handle the package installation directly
|/
* 8e63bfa Revert "Allow using compiler other than gcc"
*   dc36c1e Merge pull request #32 from loganmc10/patch-1
|\
| * f13e35b Allow using compiler other than gcc
|/
*   20f18fc Merge pull request #29 from loganmc10/vidext
|\
| * 7aac7ad Add support for VIDEXT_HEADER
* |   0abb73f Merge pull request #28 from fprimex/fprimex-macos-version-min
|\ \
| |/
|/|
| * 5639129 bump macosx-version-min to 10.6 for SDL2.0.5
|/
*   1e9a534 Merge pull request #27 from Gillou68310/load_on_first_int
|\
| * 334db80 New implementation of the savestate loaded at startup option. The savestate will be loaded on the first safe state interrupt instead of being loaded on the first frame.
|/
*   07dba79 Merge pull request #26 from charlemagnelasse/master
|\
| * fcca5a0 Use Ubuntu Trusty as base system for Travis CI
|/
* bdcd13b change VS2013 project files to build with the XP-compatible vc120 toolset, so the resulting binaries will run on pre-vista machines
* c52baff revert last commit, put the x64 builds back in the MSVC project file
* 6b8aa2e win32 build fixes
*   1474de7 Merge pull request #22 from Gillou68310/x64
|\
| * f5db412 Added x64 configuration to VisualStudio2013 project file
|/
* 3fc549b Merge pull request #21 from bentley/openbsd
* b8dff88 Remove unnecessary OpenBSD warning.
fzurita added a commit that referenced this issue May 11, 2018
mupen64plus/mupen64plus-ui-console@5485240

* 5485240 compilers which dont build in C99 mode by default are super lame
* e90085e update README and add new mem read command to console debugger
* 6f44877 fix win32 build
* c999962 need this header file for the SDL version macro
* b49c7a6 fix memory leak, warning, build with SDL 1.2
* b7cfc11 force core config parameter EnableDebugger to True when launching debugger
* da4df0e fix warning and use SDL_Delay() instead of usleep()
*   f641c94 merge console debugger from wnayes on github into ui-console front-end
|\
| * 4e145ea Updated README with regs, bp commands.
| * 969970d Added basic breakpoints add/rm. Added printout of current op. Added exit/quit.
| * 175503c No padding on all-zeroes register values.
| * 8fb22f1 Use SDL threading instead of pthreads.
| * 5ce8625 Added GPR printout with value-changed indication.
| * 2936390 Fixes after fetching upstream.
| * 1703b25 Initial debugger code with run/pause/step.
* 8e20ab8 update FSF address in license
* a105ae0 on macOS systems, use corefoundation framework to get the absolute path to the frameworks folder in the bundle, and look for the core library and plugins there
* 78d3d6c Update homepage.
* aa292ba Update homepage links in program output, manpage, readme.
* 50a0714 Update link to bug tracker.
* 990e24d Fix VS2013 compilation
* 1cdc745 update Makefile method for finding OSX_SDK_PATH
*   9f66367 Merge pull request #44 from charlemagnelasse/travis-mxe
|\
| * 92514d1 Build MXE targets as additional tests in travis build matrix
|/
* e54b7c1 Rename GB cart loader to media loader.
* 5e17acc Basic support for GB cart loader command.
*   36d7cd8 Merge pull request #40 from loganmc10/patch-1
|\
| * 36145e5 Fix for #39
|/
*   7daadc8 Merge pull request #36 from loganmc10/pie
|\
| * 187d3a3 Fix no-pie mode for compilers that default to PIE
|/
*   f5bf377 Merge pull request #35 from charlemagnelasse/travis-container
|\
| * c2331cb Use faster container based Travis CI
| * 60b193c Let travis handle the package installation directly
|/
* 8e63bfa Revert "Allow using compiler other than gcc"
*   dc36c1e Merge pull request #32 from loganmc10/patch-1
|\
| * f13e35b Allow using compiler other than gcc
|/
*   20f18fc Merge pull request #29 from loganmc10/vidext
|\
| * 7aac7ad Add support for VIDEXT_HEADER
* 0abb73f Merge pull request #28 from fprimex/fprimex-macos-version-min
* 5639129 bump macosx-version-min to 10.6 for SDL2.0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants