Space Engineers

Space Engineers

Whip's Railgun Weapon Framework
 Este tema se ha marcado como fijo, por lo que probablemente sea importante
Whiplash141  [desarrollador] 19 ABR 2020 a las 11:55
Bug Reports and Questions
If you have any issues or questions, please list them here. Please provide as much information as possible so I can answer better.
< >
Mostrando 1-15 de 35 comentarios
Kennon 20 ABR 2020 a las 16:24 
Not so much a bug but would it be possible to implement an Autoloader kind of feature? An example is a cannon can fire 5 shells in rapid succession (say 3 seconds per shot) then once the 5th shell is fired the cannon requires a much longer time to reload (say 60 seconds). This would be an awesome addition if it's not too much trouble.
Whiplash141  [desarrollador] 20 ABR 2020 a las 18:49 
Publicado originalmente por Kennon:
Not so much a bug but would it be possible to implement an Autoloader kind of feature? An example is a cannon can fire 5 shells in rapid succession (say 3 seconds per shot) then once the 5th shell is fired the cannon requires a much longer time to reload (say 60 seconds). This would be an awesome addition if it's not too much trouble.
It is a bit of a struggle to implement this with the current framework, but I do have an outstanding issue for tracking this.
boanerges1789 21 ABR 2020 a las 3:54 
Does this framework work alongside WeaponCore, or do they cancel each other out? Can you have both?
boanerges1789 21 ABR 2020 a las 3:54 
The reason I ask is I would like to have a multiple selection of weapons for ships.
Whiplash141  [desarrollador] 21 ABR 2020 a las 7:34 
Publicado originalmente por boanerges1789:
Does this framework work alongside WeaponCore, or do they cancel each other out? Can you have both?
Should work fine
Daywalker 25 AGO 2020 a las 22:16 
doesnt work with weaponcore . if i have both mods active i can no longer use the middle mouse button to acces my weapons in the config menu on a console/cockpit
Última edición por Daywalker; 25 AGO 2020 a las 22:17
Whiplash141  [desarrollador] 25 AGO 2020 a las 23:14 
Publicado originalmente por Daywalker:
doesnt work with weaponcore . if i have both mods active i can no longer use the middle mouse button to acces my weapons in the config menu on a console/cockpit
This mod does absolutely nothing with cockpits or middle mouse, so I doubt it is this mod in particular.
Drift_91 15 SEP 2020 a las 7:43 
Been seeing this in my server console on every server startup. Not sure if I've got the load order wrong or if this is a problem with the mod itself or another mod.

2020-09-15 09:38:17.841: Reference issue detected (circular reference or wrong order) for mod 2013340341
Whiplash141  [desarrollador] 15 SEP 2020 a las 18:14 
Publicado originalmente por Drift_91:
Been seeing this in my server console on every server startup. Not sure if I've got the load order wrong or if this is a problem with the mod itself or another mod.

2020-09-15 09:38:17.841: Reference issue detected (circular reference or wrong order) for mod 2013340341
Pretty sure that can be ignored. That appears when you have manually added the framework (a dependency) manually in your world. Dependencies are automatically downloaded in the correct order, but if you have one in your list in the wrong order, it will whine.
Jaeger 19 SEP 2020 a las 18:34 
player on my server just reported that his client crashed with this error
he was just flying around in suit.


2020-09-19 20:19:14.203 - Thread: 11 -> ERROR Entity init!: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at Rexxar.Settings.GetSettings(IMyEntity entity)
at Whiplash.WeaponFramework.WeaponBlockBase.GetPowerInput(Boolean count)
at Whiplash.WeaponFramework.WeaponBlockBase.<SetPowerSink>b__50_0()
at Sandbox.Game.EntityComponents.MyResourceSinkComponent.Update()
at Sandbox.Game.Weapons.MySmallMissileLauncher.Init(MyObjectBuilder_CubeBlock builder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity, Boolean tolerateBlacklistedPlanets)

weaponcore is also on server is this a problem. not currentlyy using any mods that are dependent on weaponframework but was about to add railguns
Whiplash141  [desarrollador] 19 SEP 2020 a las 18:48 
Publicado originalmente por Jæger:
player on my server just reported that his client crashed with this error
he was just flying around in suit.


2020-09-19 20:19:14.203 - Thread: 11 -> ERROR Entity init!: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at Rexxar.Settings.GetSettings(IMyEntity entity)
at Whiplash.WeaponFramework.WeaponBlockBase.GetPowerInput(Boolean count)
at Whiplash.WeaponFramework.WeaponBlockBase.<SetPowerSink>b__50_0()
at Sandbox.Game.EntityComponents.MyResourceSinkComponent.Update()
at Sandbox.Game.Weapons.MySmallMissileLauncher.Init(MyObjectBuilder_CubeBlock builder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity, Boolean tolerateBlacklistedPlanets)

weaponcore is also on server is this a problem. not currentlyy using any mods that are dependent on weaponframework but was about to add railguns
If nothing is dependent on the weapon framework, that code should not be running at all... You are sure nothing is using the framework?
Jaeger 19 SEP 2020 a las 20:26 
nothing that uses it. unless oki weapons secretly uses it lol
Whiplash141  [desarrollador] 19 SEP 2020 a las 22:02 
Publicado originalmente por Jæger:
nothing that uses it. unless oki weapons secretly uses it lol
OKI does use it. Also, looks like that error has to do with some parallelization, not sure why on earth that is happening because I'm not threading anything. I'll look into it, thanks for the report.
Última edición por Whiplash141; 19 SEP 2020 a las 22:05
Whiplash141  [desarrollador] 22 SEP 2020 a las 15:07 
Publicado originalmente por Jæger:
player on my server just reported that his client crashed with this error
he was just flying around in suit.


2020-09-19 20:19:14.203 - Thread: 11 -> ERROR Entity init!: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at Rexxar.Settings.GetSettings(IMyEntity entity)
at Whiplash.WeaponFramework.WeaponBlockBase.GetPowerInput(Boolean count)
at Whiplash.WeaponFramework.WeaponBlockBase.<SetPowerSink>b__50_0()
at Sandbox.Game.EntityComponents.MyResourceSinkComponent.Update()
at Sandbox.Game.Weapons.MySmallMissileLauncher.Init(MyObjectBuilder_CubeBlock builder, MyCubeGrid cubeGrid)
at Sandbox.Game.Entities.Cube.MySlimBlock.Init(MyObjectBuilder_CubeBlock objectBuilder, MyCubeGrid cubeGrid, MyCubeBlock fatBlock)
at Sandbox.Game.Entities.MyCubeGrid.AddCubeBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge, MyCubeBlockDefinition blockDefinition)
at Sandbox.Game.Entities.MyCubeGrid.AddBlock(MyObjectBuilder_CubeBlock objectBuilder, Boolean testMerge)
at Sandbox.Game.Entities.MyCubeGrid.InitInternal(MyObjectBuilder_EntityBase objectBuilder, Boolean rebuildGrid)
at Sandbox.Game.Entities.MyEntities.InitEntity(MyObjectBuilder_EntityBase objectBuilder, MyEntity& entity, Boolean tolerateBlacklistedPlanets)

weaponcore is also on server is this a problem. not currentlyy using any mods that are dependent on weaponframework but was about to add railguns
Pushed an update so this should not happen any more. Issue was that the block Init method is apparently threaded now and accessing non-threadsafe dictionaries made the game mad. I've since changed to thread safe dictionaries.
Payback 8 OCT 2020 a las 4:05 
Still getting this "Keen: Mod Whip's Railgun Weapon Framework is accessing physics from parallel threads. This is not safe and might cause the game to crash or behave unexpectedly." come up in the torch error log.
< >
Mostrando 1-15 de 35 comentarios
Por página: 1530 50