OpenSim Mantis Tracker
| Anonymous | Login | Signup for a new account | 2010-09-02 07:52 PDT |
| Main | My View | View Issues | Change Log | Roadmap | Summary | Docs | My Account |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000821 | [opensim] [REGION] Script Functions | minor | always | 2008-03-27 01:18 | 2008-04-10 14:15 | ||||
| Reporter | tglion | View Status | public | ||||||
| Assigned To | krtaylor | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000821: llDetectedKey(0) not passed into touch event. Can't figure out who touched something. | ||||||||
| Description |
lsl-Function llDetectedKey(0) does not work! Chat-Result: [23:55] Primitive: Error executing script function "touch_start": Object reference not set to an instance of an object Log: Region# : ScriptEngine: Executing function name: default_event_touch_start 08:56:29 - [AsyncLSL]: GetSensorList missing localID: 720321 08:56:29 - [CLIENT]: unhandled ObjectSpinStop packet Region# : |
||||||||
| Additional Information |
Script: default { state_entry() { llOwnerSay("Script is ready."); } on_rez(integer start_param) { llResetScript(); } touch_start(integer total_number) { key toucher = llDetectedKey(0); llOwnerSay("Toucher: "+(string)toucher); } } Client-Version-Info: (Help -> About Second Life...) Second Life 1.19.0 (5) Feb 28 2008 17:18:12 (Second Life Release) You are at 2559872.1, 2559292.7, 22.7 in Tiberium located at tg.webhop.net (85.25.133.107:9001) OpenSimulator v0.5-SVN on Welcome to SUSE LINUX 10.1 (i586) - Kernel %r ChilTasks:True PhysPrim:True CPU: AMD (Unknown model) (2412 MHz) Memory: 3072 MB OS Version: Microsoft Windows XP Service Pack 2 (Build 2600) Graphics Card Vendor: ATI Technologies Inc. Graphics Card: RADEON X800 GTO x86/MMX/3DNow!/SSE2 OpenGL Version: 2.0.5696 WinXP Release LLMozLib Version: 1.1.0 (Mozilla GRE:1.8.0.12_0000000000) Packets Lost: 56/7181 (0.8%) Viewer Digest: 6b1bac12-2a86-e1f2-aa5e-3108db5c8eeb |
||||||||
| Tags | No tags attached. | ||||||||
| Git Revision | |||||||||
| SVN Revision | 4004 | ||||||||
| Run Mode | Grid (Multiple Regions per Sim) | ||||||||
| Physics Engine | ODE | ||||||||
| Environment | Mono / Linux32 | ||||||||
| Mono Version | None | ||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Relationships |
||||||
|
||||||
| Mantis 1.1.1[^] Copyright © 2000 - 2008 Mantis Group |