Starbound

Starbound

Project Irisil (v1.5.12)
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
LoftyLoftyLoftyLoftyLofty  [udvikler] 7. juni 2023 kl. 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!
< >
Viser 1-15 af 24 kommentarer
Armok 7. juni 2023 kl. 13: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  [udvikler] 7. juni 2023 kl. 14:42 
Fixed and updated. Thank you!
Armok 12. juni 2023 kl. 13:33 
The new challenge room seems to have been accidentally disabled
LoftyLoftyLoftyLoftyLofty  [udvikler] 12. juni 2023 kl. 15:07 
Oprindeligt skrevet af 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 12. juni 2023 kl. 15:44 
Oprindeligt skrevet af LoftyLoftyLoftyLoftyLofty:
Oprindeligt skrevet af 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  [udvikler] 12. juni 2023 kl. 15: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" ] } } ]
Sidst redigeret af LoftyLoftyLoftyLoftyLofty; 12. juni 2023 kl. 15:53
Armok 12. juni 2023 kl. 16:15 
Oprindeligt skrevet af LoftyLoftyLoftyLoftyLofty:
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  [udvikler] 12. juni 2023 kl. 16: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 13. juni 2023 kl. 22:21 
Oprindeligt skrevet af LoftyLoftyLoftyLoftyLofty:
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 31. mar. kl. 22:03 
Anyone else unable to use the Irisa Morph Tech in the obstacle course?
LoftyLoftyLoftyLoftyLofty  [udvikler] 2. apr. kl. 12:33 
Oprindeligt skrevet af 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 30. apr. kl. 21: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 30. apr. kl. 21:40 
also there is a seemingly empty square in the collection which may have some sort of corelation
LoftyLoftyLoftyLoftyLofty  [udvikler] 30. apr. kl. 22:28 
Oprindeligt skrevet af 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 14. maj kl. 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/-")
< >
Viser 1-15 af 24 kommentarer
Per side: 1530 50