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

Failed to load dynamic library './libargon2_ffi_plugin.so' #369

Open
momodezhou opened this issue Apr 25, 2024 · 0 comments
Open

Failed to load dynamic library './libargon2_ffi_plugin.so' #369

momodezhou opened this issue Apr 25, 2024 · 0 comments

Comments

@momodezhou
Copy link

momodezhou commented Apr 25, 2024

Describe the bug
A clear and concise description of what the bug is.
Failed to load dynamic library './libargon2_ffi_plugin.so'
To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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

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

Desktop (please complete the following information):
x64, DeviceInfo: {name: Ubuntu, version: 22.04.4 LTS (Jammy Jellyfish)}, authpass_version:1.9.11+2007

Additional context
Add any other context about the problem here.

ArgumentError: Invalid argument(s): Failed to load dynamic library './libargon2_ffi_plugin.so': ./libargon2_ffi_plugin.so: 无法打开共享目标文件: 没有那个文件或目录

#0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:11)
#1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:22)
#2 Argon2FfiFlutter._loadLib (package:argon2_ffi_base/src/argon2_ffi_impl.dart:163)
#3 new Argon2FfiFlutter (package:argon2_ffi_base/src/argon2_ffi_impl.dart:92)
#4 FlutterArgon2.singleton (package:authpass/bloc/kdbx_argon2_ffi.dart:11)
#5 KdbxBloc.kdbxFormat (package:authpass/bloc/kdbx_bloc.dart)
#6 KdbxBloc.createFile (package:authpass/bloc/kdbx_bloc.dart)
#7 _CreateFileState._submitCallback. (package:authpass/ui/screens/create_file.dart:169)
#8 FutureTaskStateMixin.asyncRunTask (package:flutter_async_utils/src/future_task_state_mixin.dart:152)
#9 FutureTaskStateMixin.asyncTaskCallback. (package:flutter_async_utils/src/future_task_state_mixin.dart:113)
#10 _InkResponseState.handleTap (package:flutter/src/material/ink_well.dart:1183)
#11 GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:275)
#12 TapGestureRecognizer.handleTapUp (package:flutter/src/gestures/tap.dart:652)
#13 BaseTapGestureRecognizer._checkUp (package:flutter/src/gestures/tap.dart:309)
#14 BaseTapGestureRecognizer.handlePrimaryPointer (package:flutter/src/gestures/tap.dart:242)
#15 PrimaryPointerGestureRecognizer.handleEvent (package:flutter/src/gestures/recognizer.dart:630)
#16 PointerRouter._dispatch (package:flutter/src/gestures/pointer_router.dart:98)
#17 PointerRouter._dispatchEventToRoutes. (package:flutter/src/gestures/pointer_router.dart:143)
#18 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:633)
#19 PointerRouter._dispatchEventToRoutes (package:flutter/src/gestures/pointer_router.dart:141)
#20 PointerRouter.route (package:flutter/src/gestures/pointer_router.dart:127)
#21 GestureBinding.handleEvent (package:flutter/src/gestures/binding.dart:488)
#22 GestureBinding.dispatchEvent (package:flutter/src/gestures/binding.dart:468)
#23 RendererBinding.dispatchEvent (package:flutter/src/rendering/binding.dart:439)
#24 GestureBinding._handlePointerEventImmediately (package:flutter/src/gestures/binding.dart:413)
#25 GestureBinding.handlePointerEvent (package:flutter/src/gestures/binding.dart:376)
#26 GestureBinding._flushPointerEventQueue (package:flutter/src/gestures/binding.dart:323)
#27 GestureBinding._handlePointerDataPacket (package:flutter/src/gestures/binding.dart:292)
#28 _rootRunUnary (dart:async/zone.dart:1415)
#29 _CustomZone.runUnary (dart:async/zone.dart:1308)
#30 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217)
#31 _invoke1 (dart:ui/hooks.dart:330)
#32 PlatformDispatcher._dispatchPointerDataPacket (dart:ui/platform_dispatcher.dart:410)
#33 _dispatchPointerDataPacket (dart:ui/hooks.dart:262)

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

1 participant