Opened 14 years ago
Last modified 14 years ago
#6427 closed bug
Runtime loader doesn't look for add ons in $(PROGDIR)/add-ons/ — at Version 1
Reported by: | pulkomandy | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/runtime_loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
I downloaded and installed A-Player from http://www.polycode.dk/ Launching it results in a deskbar entry, but the window doesn't show up.
I 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.
A-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.
Change History (1)
comment:1 by , 14 years ago
Component: | - General → System/runtime_loader |
---|---|
Description: | modified (diff) |
Summary: | A-player :window does not open → Runtime loader doesn't look for add ons in $(PROGDIR)/add-ons/ |
Note:
See TracTickets
for help on using tickets.