expired6978 / SKSE64Plugins

Collection of all SKSE64 compatible plugins
128 stars 42 forks source link

Health Bar not Working #3

Open user7568 opened 6 years ago

user7568 commented 6 years ago

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.

Faithex commented 6 years ago

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.

mkt0502 commented 6 years ago

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.

Faithex commented 6 years ago

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

mkt0502 commented 6 years ago

@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.

Faithex commented 6 years ago

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

mkt0502 commented 6 years ago

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