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

crash when pressing infinite (endless) #97

Closed
Wjxfi opened this issue Jun 8, 2023 · 1 comment
Closed

crash when pressing infinite (endless) #97

Wjxfi opened this issue Jun 8, 2023 · 1 comment

Comments

@Wjxfi
Copy link

Wjxfi commented Jun 8, 2023

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
press infinite (endless)

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Logs

FATAL EXCEPTION: CameraBackground
Process: com.particlesdevs.photoncamera, PID: 27795
java.lang.NegativeArraySizeException: -1
	at com.particlesdevs.photoncamera.capture.CaptureController.captureStillPicture(CaptureController.java:1552)
	at com.particlesdevs.photoncamera.capture.CaptureController.access$300(CaptureController.java:128)
	at com.particlesdevs.photoncamera.capture.CaptureController$3.process(CaptureController.java:372)
	at com.particlesdevs.photoncamera.capture.CaptureController$3.onCaptureCompleted(CaptureController.java:447)
	at android.hardware.camera2.impl.CameraCaptureSessionImpl$1.lambda$onCaptureCompleted$3$CameraCaptureSessionImpl$1(CameraCaptureSessionImpl.java:701)
	at android.hardware.camera2.impl.CameraCaptureSessionImpl$1$$ExternalSyntheticLambda6.run(Unknown Source:8)
	at android.os.Handler.handleCallback(Handler.java:938)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:210)
	at android.os.Looper.loop(Looper.java:299)
	at android.os.HandlerThread.run(HandlerThread.java:67)
FATAL EXCEPTION: CameraBackground
Process: com.particlesdevs.photoncamera, PID: 19995
java.lang.NegativeArraySizeException: -1
	at com.particlesdevs.photoncamera.capture.CaptureController.captureStillPicture(CaptureController.java:1552)
	at com.particlesdevs.photoncamera.capture.CaptureController.access$300(CaptureController.java:128)
	at com.particlesdevs.photoncamera.capture.CaptureController$3.process(CaptureController.java:372)
	at com.particlesdevs.photoncamera.capture.CaptureController$3.onCaptureProgressed(CaptureController.java:421)
	at android.hardware.camera2.impl.CameraCaptureSessionImpl$1.lambda$onCaptureProgressed$2$CameraCaptureSessionImpl$1(CameraCaptureSessionImpl.java:687)
	at android.hardware.camera2.impl.CameraCaptureSessionImpl$1$$ExternalSyntheticLambda5.run(Unknown Source:8)
	at android.os.Handler.handleCallback(Handler.java:938)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:210)
	at android.os.Looper.loop(Looper.java:299)
	at android.os.HandlerThread.run(HandlerThread.java:67)

Smartphone (please complete the following information):

  • Device: vayu (poco x3 pro)
  • OS: miui 13.0.5
  • Browser [e.g. stock browser, safari]
  • Version 0.85

Additional context
Add any other context about the problem here.

@eszdman
Copy link
Owner

eszdman commented May 21, 2024

Fixed in 0.87

@eszdman eszdman closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants