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

Unable to run appimagepool on arch linux Kde #30

Closed
thomasongwae opened this issue Dec 28, 2021 · 5 comments
Closed

Unable to run appimagepool on arch linux Kde #30

thomasongwae opened this issue Dec 28, 2021 · 5 comments

Comments

@thomasongwae
Copy link

[thomasongwae@spiderX Downloads]$ ./appimagepool-x86_64.AppImage
flutter: Unsupported operation: Unsupported clipPath child g
flutter: #0 debugPrintStack (package:flutter/src/foundation/assertions.dart:1196)
flutter: #1 FlutterError.dumpErrorToConsole (package:flutter/src/foundation/assertions.dart:1017)
flutter: #2 FlutterError.reportError (package:flutter/src/foundation/assertions.dart:1177)
flutter: #3 _Elements.clipPath (package:flutter_svg/src/svg/parser_state.dart:535)
flutter: #4 SvgParserState.parse (package:flutter_svg/src/svg/parser_state.dart:948)
flutter:
flutter: #5 SvgParser.parse (package:flutter_svg/parser.dart:27)
flutter:
flutter: #6 Svg.fromSvgString (package:flutter_svg/svg.dart:137)
flutter:
flutter: #7 Svg.svgPictureDecoder (package:flutter_svg/svg.dart:57)
flutter:
flutter: Another exception was thrown: Instance of 'DiagnosticsProperty'
Segmentation fault (core dumped)

@magnus-ISU
Copy link

Hmm. I get the same Unsupported Operation crap, but it doesn't segfault.

flutter: Unsupported operation: Unsupported clipPath child g
flutter: #0      debugPrintStack (package:flutter/src/foundation/assertions.dart:1196)
flutter: #1      FlutterError.dumpErrorToConsole (package:flutter/src/foundation/assertions.dart:1017)
flutter: #2      FlutterError.reportError (package:flutter/src/foundation/assertions.dart:1177)
flutter: #3      _Elements.clipPath (package:flutter_svg/src/svg/parser_state.dart:535)
flutter: #4      SvgParserState.parse (package:flutter_svg/src/svg/parser_state.dart:948)
flutter: <asynchronous suspension>
flutter: #5      SvgParser.parse (package:flutter_svg/parser.dart:27)
flutter: <asynchronous suspension>
flutter: #6      Svg.fromSvgString (package:flutter_svg/svg.dart:137)
flutter: <asynchronous suspension>
flutter: #7      Svg.svgPictureDecoder (package:flutter_svg/svg.dart:57)
flutter: <asynchronous suspension>
flutter: Another exception was thrown: Instance of 'DiagnosticsProperty<void>'
flutter: Another exception was thrown: Instance of 'DiagnosticsProperty<void>'

(then it runs fine)

@prateekmedia
Copy link
Owner

@magnus-ISU That's related to svg , some svg formats are not supported yet.

@prateekmedia
Copy link
Owner

@thomasongwae Can you run again and see if this persists or it's a random one.

If persists post your neofetch output.

@thomasongwae
Copy link
Author

@thomasongwae Can you run again and see if this persists or it's a random one.

If persists post your neofetch output.

it persists
i have attached the neofetch output as a screenshot using the link below
https://disk.yandex.com/i/3TC5CwPxPly9jw

@prateekmedia
Copy link
Owner

I would suggest you to report this at the official flutter sdk as it is related to that, mostly this occurs due to OpenGL not present or system having very old hardware or very old graphics card.

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

3 participants