Issue information

Issue ID
#7096
Status
New
Severity
None
Started
Igniz
Feb 25, 2013 5:44
Last Post
Igniz
Feb 25, 2013 22:53
Confirmation
N/A

Igniz - Feb 25, 2013 5:44

Memory manager: Memory leaks found at 2013/02/24 22h27m24s (Revision ).
0001 : pc.c line 1886 size 24 address 0x0xa4ed4254
0002 : pc.c line 1887 size 31 address 0x0xa4ed4e54
0003 : pc.c line 1886 size 24 address 0x0xa4ed4fd4
0004 : pc.c line 1887 size 31 address 0x0xa4ed56c4

Also a little .... curiosity:
If you set a script that hides you automatically (with @hide) on init, it don't allow you to move until you do @go

Nameless2you - Feb 25, 2013 7:19

Care to share the script so we can figure out why?

Ind - Feb 25, 2013 15:37

[quote]
Memory manager: Memory leaks found at 2013/02/24 22h27m24s (Revision ).
0001 : pc.c line 1886 size 24 address 0x0xa4ed4254
0002 : pc.c line 1887 size 31 address 0x0xa4ed4e54
0003 : pc.c line 1886 size 24 address 0x0xa4ed4fd4
0004 : pc.c line 1887 size 31 address 0x0xa4ed56c4[/quote]this is a memory leak that dates back to eathena, its related to autobonus -- we never managed to figure out how to reproduce it, and since we can't reproduce we can't fix I'm afraid D:
[hr][quote]
Also a little .... curiosity:
If you set a script that hides you automatically (with @hide) on init, it don't allow you to move until you do @go[/quote]as nameless said we need to see the script oo

Igniz - Feb 25, 2013 22:53

[code=:0] OnPCLoginEvent: if (getgmlevel() >= 40) { atcommand "@hide"; end; } else { end; [/code]

This is the script, simple.