Starbound

Starbound

Project Irisil (v1.5.12.3)
 此主题已被置顶,因此可能具有重要性
LoftyLoftyLoftyLoftyLofty  [开发者] 2023 年 6 月 7 日 上午 6:32
Bug Reports
Report bugs here!

Most of the time, if you find a bug in Starbound, it is helpful to also provide your log.
This can be found inside your Steam installation @ Steam/steamapps/common/Starbound/storage/starbound.log

If your game is crashing or behaving strangely, please copy and paste the contents of your log file into pastebin.com and share the link with your bug report.

For things like typos or missing tiles a log is usually not necessary.

Thank you for helping make this mod better!
< >
正在显示第 1 - 15 条,共 27 条留言
Armok 2023 年 6 月 7 日 下午 1:46 
Trying to select the new space encounter causes the cockpit screen to freeze during the selecting process, it's easy enough to avoid as you only really need to fly to the new encounter to access it, but still: https://pastebin.com/pmqxxTur
LoftyLoftyLoftyLoftyLofty  [开发者] 2023 年 6 月 7 日 下午 2:42 
Fixed and updated. Thank you!
Armok 2023 年 6 月 12 日 下午 1:33 
The new challenge room seems to have been accidentally disabled
LoftyLoftyLoftyLoftyLofty  [开发者] 2023 年 6 月 12 日 下午 3:07 
引用自 Armok
The new challenge room seems to have been accidentally disabled
It is correctly spawning for our multiplayer server and has the same chance to spawn as any other challenge rooms. If you just spam challenge doors does it show up?
Armok 2023 年 6 月 12 日 下午 3:44 
引用自 Armok
The new challenge room seems to have been accidentally disabled
It is correctly spawning for our multiplayer server and has the same chance to spawn as any other challenge rooms. If you just spam challenge doors does it show up?

When testing I couldn't find it after 15 minutes of using Challenge Doors, when looking into the latest version of the mod in steam it seems to be that the patch is commented out.
LoftyLoftyLoftyLoftyLofty  [开发者] 2023 年 6 月 12 日 下午 3:49 
This is the patch that shipped with 1.2.
(Steam's formatting is doing weird things to the values. In post edit mode it's still there correctly.)

The replace patches are commented out (they made it only spawn that one challenge room), but the add patches are still active.

It did take a few tries before we got the challenge room to show up just spamming doors on purpose.

[ /* { "op" : "replace", "path" : "/metadata/anchor", "value" : ["lofty_irisil_threadTheNeedle"] }, */ { "op" : "add", "path" : "/metadata/anchor/-", "value" : "lofty_irisil_threadTheNeedle" }, /* { "op" : "replace", "path" : "/parts", "value" : [ { "name" : "lofty_irisil_threadTheNeedle", "rules" : [ [ "maxSpawnCount", [ 1 ] ] ], "def" : [ "tmx", "lofty_irisil_threadTheNeedle.json" ] } ] }, */ { "op" : "add", "path" : "/parts/-", "value" : { "name" : "lofty_irisil_threadTheNeedle", "rules" : [ [ "maxSpawnCount", [ 1 ] ] ], "def" : [ "tmx", "lofty_irisil_threadTheNeedle.json" ] } } ]
最后由 LoftyLoftyLoftyLoftyLofty 编辑于; 2023 年 6 月 12 日 下午 3:53
Armok 2023 年 6 月 12 日 下午 4:15 
This is the patch that shipped with 1.2.
(Steam's formatting is doing weird things to the values. In post edit mode it's still there correctly.)

The replace patches are commented out (they made it only spawn that one challenge room), but the add patches are still active.

It did take a few tries before we got the challenge room to show up just spamming doors on purpose.

Snip

Ah, I think it just looked all commented out to me because I was looking at the code through notepad++ here lol.
LoftyLoftyLoftyLoftyLofty  [开发者] 2023 年 6 月 12 日 下午 4:22 
No worries, I appreciate the extra eyes and the feedback!
I hope that you can get one to spawn soon- I tested this stuff on our MP server and verified it's all working in our current env so if you are still unable to get them to spawn I'd recommend uncommenting the replace op and commenting out the add op.

Best of luck ♥
Armok 2023 年 6 月 13 日 下午 10:21 
No worries, I appreciate the extra eyes and the feedback!
I hope that you can get one to spawn soon- I tested this stuff on our MP server and verified it's all working in our current env so if you are still unable to get them to spawn I'd recommend uncommenting the replace op and commenting out the add op.

Best of luck ♥

Oh, I already got it to spawn, but it was through a patch I made lol, so no worries
oinko sploinko 3 月 31 日 下午 10:03 
Anyone else unable to use the Irisa Morph Tech in the obstacle course?
LoftyLoftyLoftyLoftyLofty  [开发者] 4 月 2 日 下午 12:33 
引用自 oinko sploinko
Anyone else unable to use the Irisa Morph Tech in the obstacle course?
Hey friend - this tech is WIP and is not ready yet. Sorry for the confusion - I'll disable it when I push another update.
Lemon Drops 4 月 30 日 下午 9:37 
Bug causing the collections tab to partially break (won't switch to other tabs when selected) and also logspams the following:

[20:01:22.881] [Error] Exception while invoking lua function 'selectCollection'. (LuaException) Error code 2, [string "/scripts/rect.lua"]:46: attempt to index a nil value (local 'rectangle')
stack traceback:
[C]: in metamethod '__index'
[string "/scripts/rect.lua"]:46: in field 'size'
[string "/interface/scripted/collections/collectionsgu..."]:54: in global 'populateList'
[string "/interface/scripted/collections/collectionsgu..."]:85: in function <[string "/interface/scripted/collections/collectionsgu..."]:84>
Lemon Drops 4 月 30 日 下午 9:40 
also there is a seemingly empty square in the collection which may have some sort of corelation
LoftyLoftyLoftyLoftyLofty  [开发者] 4 月 30 日 下午 10:28 
引用自 Lemon Drops
Bug causing the collections tab to partially break (won't switch to other tabs when selected) and also logspams the following:

[20:01:22.881] [Error] Exception while invoking lua function 'selectCollection'. (LuaException) Error code 2, [string "/scripts/rect.lua"]:46: attempt to index a nil value (local 'rectangle')
stack traceback:
[C]: in metamethod '__index'
[string "/scripts/rect.lua"]:46: in field 'size'
[string "/interface/scripted/collections/collectionsgu..."]:54: in global 'populateList'
[string "/interface/scripted/collections/collectionsgu..."]:85: in function <[string "/interface/scripted/collections/collectionsgu..."]:84>
Found it. Uploading fix. Thank you!
XvaxdeZ 5 月 14 日 上午 8:22 
Hello. Recently I came across an error in starbound.log. It happens without other mods

[Error] Could not apply patch from file /biomes/surface/oceanmission.biome.patch in source: '"lofty_irisil"' at '..\mods\Project Irisil.pak'. Caused by: (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'spawnProfile' in pathApply("/spawnProfile/groups/-")
[16:43:01.601] [Error] Could not apply patch from file /biomes/surface/outpost.biome.patch in source: '"lofty_irisil"' at '..\mods\Project Irisil.pak'. Caused by: (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'spawnProfile' in pathApply("/spawnProfile/groups/-")
[16:43:02.136] [Error] Could not apply patch from file /biomes/surface/barren.biome.patch in source: '"lofty_irisil"' at '..\mods\Project Irisil.pak'. Caused by: (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'spawnProfile' in pathApply("/spawnProfile/groups/-")
[16:43:03.099] [Error] Could not apply patch from file /biomes/surface/magmaoceanfloor.biome.patch in source: '"lofty_irisil"' at '..\mods\Project Irisil.pak'. Caused by: (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'spawnProfile' in pathApply("/spawnProfile/groups/-")
[16:43:04.792] [Error] Could not apply patch from file /biomes/surface/earth.biome.patch in source: '"lofty_irisil"' at '..\mods\Project Irisil.pak'. Caused by: (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'spawnProfile' in pathApply("/spawnProfile/groups/-")
[16:43:05.609] [Error] Could not apply patch from file /biomes/surface/asteroidfield.biome.patch in source: '"lofty_irisil"' at '..\mods\Project Irisil.pak'. Caused by: (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'spawnProfile' in pathApply("/spawnProfile/groups/-")
[16:43:05.726] [Error] Could not apply patch from file /biomes/surface/lunarbase.biome.patch in source: '"lofty_irisil"' at '..\mods\Project Irisil.pak'. Caused by: (JsonPatchException) Could not apply operation to base. (TraversalException) No such key 'spawnProfile' in pathApply("/spawnProfile/groups/-")
< >
正在显示第 1 - 15 条,共 27 条留言
每页显示数: 1530 50