Changes between Initial Version and Version 1 of Ticket #6427


Ignore:
Timestamp:
Nov 19, 2010, 9:54:54 PM (14 years ago)
Author:
pulkomandy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6427

    • Property Component - GeneralSystem/runtime_loader
    • Property Summary A-player :window does not openRuntime loader doesn't look for add ons in $(PROGDIR)/add-ons/
  • Ticket #6427 – Description

    initial v1  
    22Launching it results in a deskbar entry, but the window doesn't show up.
    33
    4 Not sure what's hapenning. The source isavailable so it might be worth a look.
     4I had a look at the sourcecode, apparently A-Player is trying to load add-ons and Haiku's runtime loader doesn't look in the right folder.
     5
     6A-Player does something like load_add_on("somefile") while the file is actually located in "$(PROGDIR)/add-ons/somefile". Running A-Player by doing "cd add-ons ; ../APlayer" works fine. I think the runtime loader is not looking in this particular folder.