Starbound

Starbound

My Enternia 2.4: Alta Hobbies
 此主题已被置顶,因此可能具有重要性
Ceterai  [开发者] 2023 年 6 月 28 日 上午 1:23
Bugs/Issues
If you found a bug, or encountered an error, or you think that something isn't working properly, you are welcome to share it here! ^^

You can also share it on GitHub Issues[github.com] too, if you want.

Thank you!

Known issues so far
  • slight facial animation problems on kaiteras (couldn't find a proper solution so far);
  • some weapons are still WIP;
  • the mod seems to be incompatible with Armor Adapt. Hopefully this is only temporary.
最后由 Ceterai 编辑于; 2024 年 3 月 12 日 下午 1:41
< >
正在显示第 121 - 125 条,共 125 条留言
NanoDesu 9 月 15 日 下午 4:40 
Combat Power Augment Two Star augment ("ct_combat_power_augment", not "ct_combat_augment") will crash to main menu when used on armor. That effectively breaks the character, as loading up and opening the inventory results in that immediate crash once again.

"Exception caught in client main-loop
(StatusEffectDatabaseException) No such unique stat effect 'swimboostaugment'
Ceterai  [开发者] 9 月 15 日 下午 5:57 
Good catch - an easy tmp solution is to create a file called <something>.statuseffect in a new folder in your mods folder with something like
{ "name" : "swimboostaugment", "effectConfig" : { }, "defaultDuration" : 5, "scripts" : [ ] }
Will fix this in the next patch
MatiZeniX 10 月 17 日 上午 8:51 
Hello, after the today's mod update I'm unable to teleport to the Outpost, It just teleport me back to the Ship, here's the error from the log:
[17:11:30.739] [Error] UniverseServer: error during world create: (DungeonException) Error generating dungeon named 'outpost_techscientist1'
Stack trace (most recent call first):
#0 0x000056512937efd5 in captureBacktrace at StarException_unix.cpp:20:24
#1 0x000056512937e37e in StarException at StarException_unix.cpp:98:93
#2 0x000056512937e76e in StarException at StarException_unix.cpp:105:5
#3 0x0000565129538a7b in DungeonException at StarDungeonGenerator.hpp:14:1
#4 0x0000565129531de6 in generate at StarDungeonGenerator.cpp:1453:11
#5 0x0000565129bbf038 in placeDungeon at StarWorldServer.cpp:1147:46
#6 0x0000565129a9a42d in operator() at StarUniverseServer.cpp:2305:26
#7 (inlined) in __invoke_impl<std::shared_ptr<Star::WorldServerThread>, (lambda at /home/runner/work/OpenStarbound/OpenStarbound/source/game/StarUniverseServer.cpp:2203:57) &> at invoke.h:61:14
#8 (inlined) in __invoke_r<std::shared_ptr<Star::WorldServerThread>, (lambda at /home/runner/work/OpenStarbound/OpenStarbound/source/game/StarUniverseServer.cpp:2203:57) &> at invoke.h:114:9
#9 0x0000565129a985cb in _M_invoke at std_function.h:290:9
#10 (inlined) in operator() at std_function.h:591:9
#11 0x0000565129ab4fe3 in operator() at StarWorkerPool.hpp:205:21
#12 (inlined) in operator() at std_function.h:591:9
#13 0x000056512936d603 in run at StarWorkerPool.cpp:154:7
#14 (inlined) in operator() at std_function.h:591:9
#15 0x0000565129385298 in runThread at StarThread_unix.cpp:42:7
#16 0x00007f483307ff53 in start_thread at libc.so.6
#17 0x00007f483310332b in __clone3 at libc.so.6

Caused by: (EntityMapException) Duplicate entity unique id (techlabscientist) on entity id (824) in EntityMap::addEntity
Stack trace (most recent call first):
#0 0x000056512937efd5 in captureBacktrace at StarException_unix.cpp:20:24
#1 0x000056512937e37e in StarException at StarException_unix.cpp:98:93
#2 (inlined) in EntityMapException at StarEntityMap.hpp:12:1
#3 0x000056512956d078 in format<Star::String, int> at StarEntityMap.hpp:12:1
#4 0x0000565129565b5d in addEntity at StarEntityMap.cpp:69:11
#5 0x0000565129bb7289 in addEntity at StarWorldServer.cpp:761:16
#6 0x0000565129b440d9 in placeObject at StarWorldGeneration.cpp:250:20
#7 0x000056512952cd59 in flush at StarDungeonGenerator.cpp:1227:17
#8 0x0000565129533249 in buildDungeon at StarDungeonGenerator.cpp:1566:11
#9 0x0000565129531b6f in generate at StarDungeonGenerator.cpp:1447:14
#10 0x0000565129bbf038 in placeDungeon at StarWorldServer.cpp:1147:46
#11 0x0000565129a9a42d in operator() at StarUniverseServer.cpp:2305:26
#12 (inlined) in __invoke_impl<std::shared_ptr<Star::WorldServerThread>, (lambda at /home/runner/work/OpenStarbound/OpenStarbound/source/game/StarUniverseServer.cpp:2203:57) &> at invoke.h:61:14
#13 (inlined) in __invoke_r<std::shared_ptr<Star::WorldServerThread>, (lambda at /home/runner/work/OpenStarbound/OpenStarbound/source/game/StarUniverseServer.cpp:2203:57) &> at invoke.h:114:9
#14 0x0000565129a985cb in _M_invoke at std_function.h:290:9
#15 (inlined) in operator() at std_function.h:591:9
#16 0x0000565129ab4fe3 in operator() at StarWorkerPool.hpp:205:21
#17 (inlined) in operator() at std_function.h:591:9
#18 0x000056512936d603 in run at StarWorkerPool.cpp:154:7
#19 (inlined) in operator() at std_function.h:591:9
#20 0x0000565129385298 in runThread at StarThread_unix.cpp:42:7
#21 0x00007f483307ff53 in start_thread at libc.so.6
#22 0x00007f483310332b in __clone3 at libc.so.6

[17:11:30.739] [Info] UniverseServer: Warping player 1 to InstanceWorld:outpost:-:-=outpost
[17:11:30.739] [Info] UniverseServer: Warping player 1 failed, invalid world 'InstanceWorld:outpost:-:-' or world failed to load
[17:11:33.560] [Info] UniverseServer: Clearing broken world InstanceWorld:outpost:-:-
[17:11:33.560] [Info] UniverseServer: Expiring temporary world InstanceWorld:outpost:-:-

I would also add that I'm using Anom's Outpost Overhaul mod.

I also found this errors that also appeared after this mod's update:
[17:10:53.757] [Error] Could not instantiate item '[congealedWater, 1, {}]'. (MapException) Key 'congealedWater' not found in Map::get()
[17:10:55.640] [Error] Could not instantiate item '[congealedAcid, 1, {}]'. (MapException) Key 'congealedAcid' not found in Map::get()
[17:11:03.776] [Error] Could not create blueprint item from recipe: (ItemException) No such item 'congealedAcid'
Ceterai  [开发者] 10 月 17 日 上午 9:13 
My bad, pushed a fix to address the first error
I'll fix the recipe errors later, thanks for reporting!
MatiZeniX 10 月 17 日 上午 9:55 
That was fast, I confirm that I can teleport to the Outpost after the fix, Thanks.
< >
正在显示第 121 - 125 条,共 125 条留言
每页显示数: 1530 50