Resource icon

Approved HomeSystem 2.6.5

No permission to download

mikec

Master Of All That I Survey
Retired Staff
Trusted Member
Jul 12, 2014
296
152
28
Los Angeles, California, USA
Those errors are just my "bypasses" to avoid floodng. It means the player was null when the method was happening. Ignore It.
Could you perhaps code the plugin to ignore it? Not sure if Python has the equivalent to this:
JavaScript:
try {
   ....
} catch(ignore) {}
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Could you perhaps code the plugin to ignore it? Not sure if Python has the equivalent to this:
JavaScript:
try {
   ....
} catch(ignore) {}
Check my github. Btw those errora are from my try catch which juat logs on it. Harmless.

Sent from my Samsung Galaxy S4
 

Marcos

Member
Trusted Member
Member
Aug 1, 2014
101
0
18
If you put DistanceCheck=0 to 1 it will cause the problem. Looking in it now to fix it.
Thanks for the report.
with this new update, within the home system folder is another folder called .idea, what I do with it?
 

Marcos

Member
Trusted Member
Member
Aug 1, 2014
101
0
18
Wtf, that shouldn't even be there
I installed the new version to test
when you turn on the server works
when multiple users use the command, it starts to fail
typing / home + name, you wait 10 seconds to pass the second is still in the same place
this error shows once again the other, is not always
 

Marcos

Member
Trusted Member
Member
Aug 1, 2014
101
0
18
good Afternoon
I'm testing the House system, which you are converting to python, the only point that can turn problem is when a player to / home on the roof of another player, he can enter into the house.
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
good Afternoon
I'm testing the House system, which you are converting to python, the only point that can turn problem is when a player to / home on the roof of another player, he can enter into the house.
Yes. The join event Isn't functioning so as the cooldown.
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
DreTaX updated HomeSystem with a new update entry:

Fixes/Conversion

  • Many fixes in the plugin
  • Conversion to Python
  • Using the Same inifiles, so you don't have to remove the old homes, you can use the old ones from the JintEngine, although I would recommend to use the new configuration file.
  • Many thanks to @Snake for his time to test with me
  • The plugin went through lots of Performance Fixes
Read the rest of this update entry...
 
  • Like
Reactions: Snake

MasterPeace

Retired Staff
Retired Staff
Feb 2, 2015
269
69
28
45
Poland
And more Linux errors from me:
Code:
[2/10/2015 7:13:21 AM] [Debug] [CHAT-CMD] "JajahPeace" executed "/home dupcia"
[2/10/2015 7:13:37 AM] [Error] Traceback (most recent call last):
  File "<string>", line 312, in JobTimerCallback
SystemError: Object reference not set to an instance of an object
Installed plugin today, teleporing is not working. (Working on localhost Windows).

Maybe your code is using some Windows libraries/includes, and that's why not everything is going on Linux..
 
Last edited:

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
And more Linux errors from me:
Code:
[2/10/2015 7:13:21 AM] [Debug] [CHAT-CMD] "JajahPeace" executed "/home dupcia"
[2/10/2015 7:13:37 AM] [Error] Traceback (most recent call last):
  File "<string>", line 312, in JobTimerCallback
SystemError: Object reference not set to an instance of an object
Installed plugin today, teleporing is not working. (Working on localhost Windows).

Maybe your code is using some Windows libraries/includes, and that's why not everything is going on Linux..
You got the ironpython libs right?