Actions
Emulator Issues #13237
closedOpening emulator using Android file intent very often crashes
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
Android
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-19459
Description
I open the emulator like this:
Intent launcher = context.getPackageManager().getLaunchIntentForPackage(EMULATOR_PACKAGE);
launcher.putExtra("AutoStartFiles", filePaths);
context.getApplicationContext().startActivity(launcher);
as a result the emulator crashes in more than 50% of the cases:
A/olphinemu.debu: java_vm_ext.cc:570] JNI DETECTED ERROR IN APPLICATION: can't call int android.view.InputDevice.getId() on null object
A/olphinemu.debu: java_vm_ext.cc:570] in call to CallIntMethodV
A/olphinemu.debu: java_vm_ext.cc:570] from boolean org.dolphinemu.dolphinemu.features.input.model.ControllerInterface.dispatchGenericMotionEvent(android.view.MotionEvent)
Files
Actions