Search found 31 matches

by zzantozz
Sat Oct 24, 2015 18:44
Forum: WIP Mods
Topic: [mod-pack] water critters (for mobs_redo) [mobs_water]
Replies: 44
Views: 20255

Re: [mod-pack] water critters (for mobs_redo) [mobs_water]

I'm getting a crash that seems turtle-related. Someone was messing with a turtle that was on the beach--are they supposed to be out of the water?--and this happened: 2015-10-24 13:42:33: ERROR[main]: UNRECOVERABLE error occurred. Stopping server. Please fix the following error: 2015-10-24 13:42:33: ...
by zzantozz
Sat Oct 24, 2015 17:06
Forum: Servers
Topic: Multiple servers/worlds with different config directories
Replies: 2
Views: 590

Re: Multiple servers/worlds with different config directorie

Inside the directory of the world you can create a "worldmods" subdirectory and add any mods that you want to only exist in that world. I haven't tested if it'll work for overriding mods with the same name so that you can have a different version of them, but it's worth a try. Ah, sweet! ...
by zzantozz
Sat Oct 24, 2015 16:38
Forum: Servers
Topic: Multiple servers/worlds with different config directories
Replies: 2
Views: 590

Multiple servers/worlds with different config directories

I'm running a server for my kids at home, and I'd like to start a second world for them to explore. I poked around the forums some, and the best way seems to be to run a second server on another port. I'm okay with that. In setting up a new server, I'm wanting to install newer versions of some mods ...
by zzantozz
Sun Oct 11, 2015 18:22
Forum: Problems
Topic: 0.4.13 server crash: assertion failed in serialize.h:265
Replies: 14
Views: 3758

Re: 0.4.13 server crash: assertion failed in serialize.h:265

When an LuaEntity contains a value which is either >= 2147483.648 or <= -2147483.648. The error happened with a writeF1000() call in gob_cmd_update_position , so it's either a wrong yaw or update interval value. Something messed up one (or both) of those numbers and caused an instant crash. This is...
by zzantozz
Sat Oct 10, 2015 20:52
Forum: Problems
Topic: 0.4.13 server crash: assertion failed in serialize.h:265
Replies: 14
Views: 3758

Re: 0.4.13 server crash: assertion failed in serialize.h:265

I finally got around to running a gdb session, and I captured four crashes in quick succession. They appear almost identical, so I'll just post one: minetest: /build/minetest-xOOHPg/minetest-0.4.13/src/util/serialize.h:265: void writeF1000(irr::u8*, irr::f32): Assertion `i >= ((float)(s32)((-0x7FFFF...
by zzantozz
Thu Sep 10, 2015 14:08
Forum: Problems
Topic: 0.4.13 server crash: assertion failed in serialize.h:265
Replies: 14
Views: 3758

Re: 0.4.13 server crash: assertion failed in serialize.h:265

can you try to run minetest in gdb? e.g. gdb minetest --verbose? gdb has an according ubuntu package, just install it. If it crashes, you can type "bt" or "bt full", and it gives you a backtrace, which is very useful for development. You can quit gdb with "q" Sure, I'l...
by zzantozz
Wed Sep 09, 2015 23:38
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 338899

Re: [Modpack] 3D Armor [0.4.4] [minetest-3d_armor]

I downloaded the newest 3d_armor and removed the full inventory_plus, but left it enabled in world.mt so it loads the stub version in the craft pack, and it seems to work based on a quick test. Thanks again!
by zzantozz
Wed Sep 09, 2015 20:28
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 338899

Re: [Modpack] 3D Armor [0.4.4] [minetest-3d_armor]

Great! Thanks for the update. I'll give that a try this evening.
by zzantozz
Wed Sep 09, 2015 15:24
Forum: Problems
Topic: I found a crashingly bad error.
Replies: 23
Views: 4626

Re: I found a crashingly bad error.

Wow, so many error messages appear when running this world... Firstly, did you run an older mobs mod before switching to Mobs Redo ? as many of the errors seem to be missing textures for mobs that don't exist in my mod... Yes, I did try another mobs mod before I found yours. I've seen those errors ...
by zzantozz
Wed Sep 09, 2015 03:41
Forum: Mod Releases
Topic: [Mod] Bees and Candles [0.1] [candles]
Replies: 59
Views: 18964

Re: [Mod] Bees and Candles [0.1] [candles]

No, sorry it was just an attempt to mix 2 mods I liked. I only posted it because even though it has different bees, it uses the same candles as this mod and it works with 4.13 Yeah, I gotcha. I don't remember how I found it, but yours is definitely the one I'm using. The readme matches what's on yo...
by zzantozz
Wed Sep 09, 2015 03:16
Forum: Mod Releases
Topic: [Mod] Bees and Candles [0.1] [candles]
Replies: 59
Views: 18964

Re: [Mod] Bees and Candles [0.1] [candles]

I like Bas080's bee and beekeeper mod: https://forum.minetest.net/viewtopic.php?f=11&t=6743&hilit=bees I wanted to make candles from the wax in that mod, so I mixed Bas080's bee mod and darkroses candle code/textures. I didn't make a mod page but here's a link to the .zip: https://github.co...
by zzantozz
Tue Sep 08, 2015 23:49
Forum: Problems
Topic: I found a crashingly bad error.
Replies: 23
Views: 4626

Re: I found a crashingly bad error.

I've added all the mods and config file to the archive, taking the size up to 102M. I poked a hole in my firewall to a temp web server where you can download it. Let me know when you've got it so I can close up the firewall again. With that archive, I can follow the steps below and get the crash in ...
by zzantozz
Tue Sep 08, 2015 22:26
Forum: Problems
Topic: I found a crashingly bad error.
Replies: 23
Views: 4626

Re: I found a crashingly bad error.

Commenting out the mese_monster from the init apparently didn't didn't fix it. It crashed again several times in a row a little while ago. I uncommented the line again to see if it helps since there's the "not defined" error: 2015-09-08 17:12:21: ERROR[ServerThread]: LuaEntity name "m...
by zzantozz
Tue Sep 08, 2015 21:10
Forum: Problems
Topic: I found a crashingly bad error.
Replies: 23
Views: 4626

Re: I found a crashingly bad error.

TenPlus1 wrote:How big is your archived map file with the glitch in it ?
About 83M. I can't think of anything offhand I could use to get that to you, but I'll come up with something unless you have a way.
by zzantozz
Tue Sep 08, 2015 17:43
Forum: Problems
Topic: I found a crashingly bad error.
Replies: 23
Views: 4626

Re: I found a crashingly bad error.

Also, I don't recall if I mentioned before, but I have a world archived where the bug was completely repeatable for me. It also just dawned on me that a similar phenomenon (shooting skyward) happened to one of the players the other day. I don't know what she was doing when it happened, but suddenly ...
by zzantozz
Tue Sep 08, 2015 17:34
Forum: Problems
Topic: I found a crashingly bad error.
Replies: 23
Views: 4626

Re: I found a crashingly bad error.

zzantozz, would you mind telling me what other mods you have running alongside Mobs Redo and if any, what [game] you are running ?!?! Sure thing. I'm a relative newb to minetest, so let me know if there's a better way to do this. All of these things have been downloaded in the last 2-3 weeks, so it...
by zzantozz
Tue Sep 08, 2015 13:50
Forum: Problems
Topic: I found a crashingly bad error.
Replies: 23
Views: 4626

Re: I found a crashingly bad error.

Have checked dungeon master and that works ok, will do more tests on the other mobs to make sure it's not the problem... Note: make sure you are using the latest Mobs Redo release... Update: All checks made but I couldn't make MT 0.4.13 crash by placing mobs in our out of water, but... I have added...
by zzantozz
Mon Sep 07, 2015 22:18
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 338899

Re: [Modpack] 3D Armor [0.4.4] [minetest-3d_armor]

I tried that mod with no success. I just realized, though, that I'm also trying to use crafting mod because I like the thematic addition of needing a workbench to craft large items, and I think that's the problem here. It has its own, new inventory screen that integrates with inventory_plus. My inve...
by zzantozz
Mon Sep 07, 2015 21:22
Forum: Mod Releases
Topic: [Mod] Mobs Redo [1.61] [mobs]
Replies: 2502
Views: 640418

Re: [Mod] Mobs Redo [1.16] [mobs]

I think this mod is causing crashes in 0.4.13. I'm seeing it cause the error mentioned in https://forum.minetest.net/viewtopic.php?f=6&t=13177 in a server I'm running at home. One client saw a mobs:mese_monster fly out of the ocean and up into the sky right when this crash happened, and it kept ...
by zzantozz
Mon Sep 07, 2015 21:14
Forum: Problems
Topic: I found a crashingly bad error.
Replies: 23
Views: 4626

Re: I found a crashingly bad error.

It seems my issue is related to a mob. One client saw what I think is a mobs:mese_monster fly up into the air right when the server crashed. I restarted it multiple times with the same result every time. I disabled the mobs mod, and everything is working again. As TenPlus1 mentioned in https://forum...
by zzantozz
Mon Sep 07, 2015 21:00
Forum: Mod Releases
Topic: [Mod] Bees and Candles [0.1] [candles]
Replies: 59
Views: 18964

Re: [Mod] Bees and Candles [0.1] [candles]

Is anyone keeping this mod up to date? I think I'm getting a deprecation warning in minetest 0.4.13. It happens a lot, like twice every 5-10 seconds: 2015-09-07 15:54:29: ACTION[ServerThread]: The use of vel is deprecated. Use velocity instead 2015-09-07 15:54:29: ACTION[ServerThread]: stack traceba...
by zzantozz
Mon Sep 07, 2015 20:47
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 338899

Re: [Modpack] 3D Armor [0.4.4] [minetest-3d_armor]

It looks like you are using an incompatible version of the inventory plus mod. Please use one of the supported versions linked in the first post. By "supported version", I guess you mean the Zeg9 inventory++ mod listed under the "actively supported mods"? I'll give that a try. T...
by zzantozz
Mon Sep 07, 2015 18:44
Forum: Problems
Topic: I found a crashingly bad error.
Replies: 23
Views: 4626

Re: I found a crashingly bad error.

I'm getting this same crash. Is changing the code the only accepted workaround? I'd rather not have to jump all the way to building this from source right now. I only started running a server for my kids to play on a few weeks ago. I have a saved world that recreates the crash immediately due to, I ...
by zzantozz
Mon Sep 07, 2015 18:40
Forum: Problems
Topic: 0.4.13 server crash: assertion failed in serialize.h:265
Replies: 14
Views: 3758

Re: 0.4.13 server crash: assertion failed in serialize.h:265

Oops, sorry I missed that in my search. Thanks for the pointer. Is there a conventional way to mark this solved?
by zzantozz
Mon Sep 07, 2015 18:37
Forum: Mod Releases
Topic: [Modpack] 3D Armor [0.4.13] [minetest-3d_armor]
Replies: 897
Views: 338899

Re: [Modpack] 3D Armor [0.4.4] [minetest-3d_armor]

I got a crash when running this mod in server 0.4.13. I'm sorry I can't provide more context, but I've been having several problems since upgrading, and I don't remember the exact set of conditions when this happened: 2015-09-07 12:36:42: ERROR[main]: UNRECOVERABLE error occurred. Stopping server. P...