Changes between Initial Version and Version 1 of Ticket #6427
- Timestamp:
- Nov 19, 2010, 9:54:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6427
- Property Component - General → System/runtime_loader
- Property Summary A-player :window does not open → Runtime loader doesn't look for add ons in $(PROGDIR)/add-ons/
-
Ticket #6427 – Description
initial v1 2 2 Launching it results in a deskbar entry, but the window doesn't show up. 3 3 4 Not sure what's hapenning. The source isavailable so it might be worth a look. 4 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. 5 6 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.