Results 1 to 4 of 4

Thread: BASS on linux (Laz/FPC) - App won't start

  1. #1

    BASS on linux (Laz/FPC) - App won't start

    Anyone around here that has gotten the BASS sound library to work with Lazarus / FPC on linux? After FMOD dropped Delphi-Support and not being able to find the right fmod package version fitting the windows version I decided to switch over to BASS. It's leightweight and still supports Delphi.

    Actually it only took a few minutes to port over from FMOD to BASS and on windows everything is working fine, but as soon as I include th bass.pas header on linux the game won't start anymore. It actually closes so fast that even the debugger can't find an instance of it (see attached screenshot).

    And it's not even getting to the first line of code, so I can't debug anyhting or step through to the point where it crashes.

    I'm currently out of clues and it seems that developing for linux isn't nearly as fun as developing under windows. So I hope you guys can help me out on this problem.
    Attached Images Attached Images

  2. #2
    If BASS distribute as .so library, then call in console:
    Code:
    ldd libBASS.so
    it will show all dependencies for it, and I think problem is here.

  3. #3
    Can you translate message in screenshot? Not everyone understands German (the only word I understand there is Halt).

  4. #4
    It would translate to something like this:

    the debugger has crashed
    save your work

    press OK and hope there is a fix for this kinda error

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •