Code Monkey home page Code Monkey logo

Comments (3)

dustin-cramer avatar dustin-cramer commented on July 23, 2024

I've tried this to get mine built and it works, but now when I attempt to load it it crashes with a segfault.

`
...

INFO plugin-registry.cc:575 [plugin_register]: New plugin: /usr/lib/x86_64-linux-gnu/audacious/Visualization/libinfinite.so

INFO plugin-load.cc:66 [plugin_load]: Loading plugin: /usr/lib/x86_64-linux-gnu/audacious/Visualization/libinfinite.so

INFO plugin-registry.cc:555 [plugin_register]: Register plugin: /usr/lib/x86_64-linux-gnu/audacious/Visualization/cairo-spectrum.so

INFO plugin-registry.cc:555 [plugin_register]: Register plugin: /usr/lib/x86_64-linux-gnu/audacious/Visualization/gl-spectrum.so

INFO plugin-registry.cc:555 [plugin_register]: Register plugin: /usr/lib/x86_64-linux-gnu/audacious/Visualization/blur_scope.so

INFO plugin-registry.cc:555 [plugin_register]: Register plugin: /usr/lib/x86_64-linux-gnu/audacious/Visualization/gl-spectrum-qt.so

...

...
INFO plugin-init.cc:277 [enable_multi]: Enabling Infinity.
** Message: Infinity commands:

  • Space: change effect.
  • Tab: toggle full-screen.
  • Up/Down: up/down main volume.
  • Left/Right: reward/forward actual played song, if any.
  • z: previous song.
  • x: play.
  • c: pause.
  • v: stop.
  • b: next song.
  • Enter: switch to interactive mode.
    (works only if infinity was configured with --enable-debug option)
  • F11: screenshot.
  • F12: change palette.
    INFO visualization.cc:118 [vis_load]: Activating Infinity.
    ** Message: Infinity[352]: setting maximum rate at ~30 frames/second
    Segmentation fault
    `

before I patched I was getting

Making all in src make[2]: Entering directory /home/dustin/Downloads/infinity-plugin-0.9.0alpha2/src'
CXX audacious.lo
cc1plus: warning: command line option ‘-Wimplicit’ is valid for C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option ‘-Wmissing-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
audacious.cc: In function ‘gchar* get_title()’:
audacious.cc:136:65: error: ‘aud_playlist_get_playing’ was not declared in this scope
String title = aud_playlist_get_title(aud_playlist_get_playing());
^
audacious.cc:136:66: error: ‘aud_playlist_get_title’ was not declared in this scope
String title = aud_playlist_get_title(aud_playlist_get_playing());
^
audacious.cc:137:24: error: ‘class String’ has no member named ‘to_raw’
return (gchar*) title.to_raw();
^
audacious.cc:138:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
make[2]: *** [audacious.lo] Error 1
make[2]: Leaving directory /home/dustin/Downloads/infinity-plugin-0.9.0alpha2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /home/dustin/Downloads/infinity-plugin-0.9.0alpha2'
make: *** [all] Error 2
`

64x linux mint 17.3 nvidia gtx1050(384.130) audacious 3.9.3 [webupd8-ppa]

from infinity-plugin.

andrecbarros avatar andrecbarros commented on July 23, 2024

Did you build against the latest audacious from master branch?
Also, I'm testing it against qt5 build.
I use two patches, one for infinity and one for automake, they are both attached.

audacious-plugin-infinity-3.9-title.patch.txt
audacious-plugin-infinity-automake-version.patch.txt

from infinity-plugin.

JoryAnderson avatar JoryAnderson commented on July 23, 2024

Using the steps provided above I was able to get Infinity installed, and showing up in the Visualizations section of Audacious settings. However, Infinity shows a blank canvas when enabled (not showing any visualization). Shortcuts work fine, and screenshots are capturing the visualizations, but nothing displays in the main window.

I applied both patches mentioned above. Tested on Ubuntu 18.04.1 LTS (amd x64), latest version of Audacious (3.9), latest version of Infinity (pulled from master as of Aug 18th, 2018)

from infinity-plugin.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.