Anonymous | Login | 2024-11-21 11:54 CET |
Main | My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0000397 | Soldat Dedicated Server | Scripting Core | public | 2013-08-23 15:38 | 2015-04-13 16:30 | ||||||||
Reporter | DorkeyDear | ||||||||||||
Assigned To | |||||||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||||||
Status | feedback | Resolution | open | ||||||||||
Platform | OS | Ubuntu | OS Version | 12.04 | |||||||||
Product Version | 2.7.5 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000397: External libraries are not searched for in the server root directory | ||||||||||||
Description | In the previous server version, loading an external library (such as .so or .dll) allowed for the library to be in the root of the server folder. In 2.7.5, it appears to not search in this directory. | ||||||||||||
Steps To Reproduce | Try using an external library that is located in the root of the server directory. | ||||||||||||
Additional Information | If the library could not be found, during loading bytecode, the server shows the following: ` [*] [ScriptName] [Error] Unknown exception: Access violation` Putting the external library (on linux) in /usr/lib allowed for the library I tested with to be successfully loaded. | ||||||||||||
Tags | No tags attached. | ||||||||||||
John | |||||||||||||
Attached Files | |||||||||||||
Notes | |
(0002328) ExHunter (developer) 2014-10-09 02:57 |
Is this still reproduceable? On my dev environment it isn't, so I gotta ask. |
(0002394) chrisgbk (reporter) 2015-04-13 16:30 |
No idea if this still happens, but AFAIK wasn't compiling moved from kylix to free pascal? If that's the case, be aware that kylix patched the local copy of the standard C library it linked with to specifically operate like windows, and search the local directory for libraries (for security, Linux does not do this) and without that, you'll have to emulate that behaviour. |
Issue History | |||
Date Modified | Username | Field | Change |
2013-08-23 15:38 | DorkeyDear | New Issue | |
2013-09-09 15:45 | Falcon | Status | new => acknowledged |
2014-10-09 02:57 | ExHunter | Note Added: 0002328 | |
2014-10-09 02:57 | ExHunter | Status | acknowledged => feedback |
2015-04-13 16:30 | chrisgbk | Note Added: 0002394 |
Copyright © 2000 - 2024 MantisBT Team |