SKSE64Plugins icon indicating copy to clipboard operation
SKSE64Plugins copied to clipboard

Health Bar not Working

Open user7568 opened this issue 6 years ago • 6 comments

The latest 1.5.39 .dll update is not showing the floating health bar.

The previous v1.5.23 was working fine. You just see vanilla health bar.

user7568 avatar Apr 08 '18 12:04 user7568

Same here for some reason it doesn't show the health overlay and all I did was switch the dll file with the new one since that's the only thing that has changed. Further more if it helps I have two folders in my mod folder using MO2 one is interface\Exported\ then the 3 files and the other one is SKSE\Plugins\ that contains the dll. I literally have no idea why it is not working and from what I managed to find you removed several files in the dll and changed or removed some hooks in the main script.

Faithex avatar Apr 10 '18 16:04 Faithex

skse_hudextension.log of Alpha 5 says 'unsupported runtime version 01050270'. It seems to be built from something old codebase.

I had a try to build dll from master branch. And it works with SKSE 2.0.7.

mkt0502 avatar Apr 11 '18 10:04 mkt0502

I can't build the dll for the life of me. This happens every time I try to build the project in the latest Visual Studio... Severity Code Description Project File Line Suppression State Warning The referenced project '..\skse64_common\skse64_common.vcxproj' does not exist. hudextension C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets 1823 Warning The referenced project '....\common\common_vc14.vcxproj' does not exist. hudextension C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets 1823 Error C1083 Cannot open source file: 'Hooks.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\ScaleformVM.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\ScaleformValue.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\ScaleformTypes.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\ScaleformCallbacks.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\ScaleformAPI.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\NiTypes.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\NiObjects.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameTypes.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameRTTI.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameReferences.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameObjects.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameForms.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameFormComponents.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameExtraData.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameEvents.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameData.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameBSExtraData.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '..\skse64\GameAPI.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open source file: '....\skse\skse\HashUtil.cpp': No such file or directory hudextension C:\Users\Faithex\Desktop\SKSE64Plugins-master\hudextension\c1xx 1 Error C1083 Cannot open include file: 'common/IPrefix.h': No such file or directory hudextension c:\users\faithex\desktop\skse64plugins-master\hudextension\hudextension.cpp 1 Error C1083 Cannot open include file: 'common/IPrefix.h': No such file or directory hudextension c:\users\faithex\desktop\skse64plugins-master\hudextension\main.cpp 1

Faithex avatar Apr 11 '18 15:04 Faithex

@Faithex Your building issue is probably off topic here. Anyway, I needed to place some source folders from SKSEPlugins, SKSE and SKSE64 around SKSE64Plugins folder, and resolved other building issues one by one.

mkt0502 avatar Apr 12 '18 14:04 mkt0502

I see, I missed that part when I posted my question. Thank you very much for your help!

Faithex avatar Apr 12 '18 19:04 Faithex

I confirmed Alpha 6 works on 1.5.39. I appreciate your fixing.

mkt0502 avatar Apr 17 '18 12:04 mkt0502