-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/rctype dump (on sram) without args crashes bukkit #9
Comments
Do you have the error message or did it just freeze? |
TherNo error messages in the bukkit console. Client just gives "generic" "Read timed out" On 12/25/11, Tal Eisenberg
|
/rctype dump works in 092 ... so "something" must have changed :) On 12/25/11, Mike Stramba mikestramba@gmail.com wrote:
|
Hi Tal, I started to look into that error, it seems the problem is not in the What do you use for debugging tools ? On another note, an interesting mod for "vanilla" minecraft : It's an embedded Lua "computer" on a block. Pretty cool, but one of the major limitations compared to your system He apparently has already had ~2,000 downloads in a few days ! Someone even started writing a "circuits" "templating" system .. heh Which leads me back to a brief discussion we had, on why you chose to I don't know a lot about either, but Bukkit plugins seem much cleaner Is that one of the reasons ? Of course there's also quite a difference between a client-side or Do you know how many downloads approx you've had? It might be worth thinking about porting the code to the standard Or maybe not ;) Happy Holidays. Mike On 12/25/11, Mike Stramba mikestramba@gmail.com wrote:
|
Could you send a schematic of your sram? I didn't run into this bug. /rctype works fine for me. Does it happen with any sram or did you try just one? I didn't bother getting into client mod programming. It seemed to be too much trouble for big projects like redstonechips so I was waiting for official mod support. That of course didn't happen. This computer looks very cool indeed :) A programmable chip is one of the oldest items on the todo list but I always run into problems trying to add a script interpreter to a plugin. |
I'm not running any mods and it works also with the spoutcraft client. Personally I'm more interested in ruby scripting. I never tried Lua. On Tue, Dec 27, 2011 at 6:25 PM, Mike Stramba <
|
Can you make another issue for shifting right? |
It's not a problem to compile with jruby lib using Maven, but you need to add the jruby.jar to the java classpath somehow to make craftbukkit load it. Ideally I could just throw it into the plugins folder but this causes an error when bukkit starts-up. I'm sure there are other bukkit plugins that use external libraries but I haven't found any solution for that yet. This probably needs some messing around with custom class loaders. |
I think I found everything I was looking for :) |
I think the problem is a "time out" + my computer may not be fast enough. I just tried an 8bit addr ram (256 bytes), and it works ok, as did a 9bit (512), but a 16 bit causes the hang /timeout / disconnect. I never let it run "long enough" to see if the system recovers ... I'll do that next |
Ok, I finally managed to reproduce this bug. I'll see if I can fix it later. On Fri, Dec 30, 2011 at 6:53 PM, Mike Stramba <
|
/rctype dump causes bukkit (craftbukkit-1.0.1-R2-SNAPSHOT.jar) to go into an apparent loop ... memory use increases rapidly ...
This happens regardless if the sram has been written to or not. Or written with "/rctype " or using the the input levers.
I also tested writing to sram, exiting m.c and stopping bukkit (at which point the ram file is apparently updated), restarting bukkit / m.c., still the same error on "/rctype dump "
Mike
The text was updated successfully, but these errors were encountered: