You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
Actually I found this issue also for most of the NDK Samples (and created similar issue in related repository), but I copy over here, so this repo is also fixed.
I am using NDK 2.0 beta2 with Playbook 2.0.0.6149 and it's impossible to correctly launch the OpenTTD due to invalid (missing) libbps.so library.
Inside the blackberry-tablet.xml, a wrong asset path is set, which should be replaced with the current one:
<asset path="${QNX_TARGET}/${CPUVARDIR}/usr/lib/libbps.so" type="Qnx/Elf">lib/libbps.so.1</asset>
I have completely no idea, why you tried to use "target-override" path. Any reason for that?
The text was updated successfully, but these errors were encountered:
Sorry, I haven't updated these for NDK version 2. For the older version, the target-override was necessary.
Thanks for letting me know.
----- Original Message -----
From: Pawel Hofman [mailto:[email protected]]
Sent: Wednesday, December 28, 2011 08:51 PM
To: Jeremy Nicholl
Subject: [OpenTTD] Invalid path for libbps.so (#2)
Actually I found this issue also for most of the NDK Samples (and created similar issue in related repository), but I copy over here, so this repo is also fixed.
I am using NDK 2.0 beta2 with Playbook 2.0.0.6149 and it's impossible to correctly launch the OpenTTD due to invalid (missing) libbps.so library.
Inside the blackberry-tablet.xml, a wrong asset path is set, which should be replaced with the current one:
<asset path="${QNX_TARGET}/${CPUVARDIR}/usr/lib/libbps.so" type="Qnx/Elf">lib/libbps.so.1</asset>
I have completely no idea, why you tried to use "target-override" path. Any reason for that?
Reply to this email directly or view it on GitHub: #2
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.
Actually I found this issue also for most of the NDK Samples (and created similar issue in related repository), but I copy over here, so this repo is also fixed.
I am using NDK 2.0 beta2 with Playbook 2.0.0.6149 and it's impossible to correctly launch the OpenTTD due to invalid (missing) libbps.so library.
Inside the blackberry-tablet.xml, a wrong asset path is set, which should be replaced with the current one:
<asset path="${QNX_TARGET}/${CPUVARDIR}/usr/lib/libbps.so" type="Qnx/Elf">lib/libbps.so.1</asset>
I have completely no idea, why you tried to use "target-override" path. Any reason for that?
The text was updated successfully, but these errors were encountered: