|
|
Bersy
Honorable
Supreme Hero
|
posted May 30, 2019 12:28 AM |
|
|
|
Drake
Adventuring Hero
Satisfying no one since 1994
|
posted May 30, 2019 12:34 AM |
|
|
Bersy said: Welcome :-) Thanks to you, guys, and to restless people like Valery and igrik, whose activity keep life in game veins during sleeping period.
Ah actually Bersy, I'm still having the .pcx issues here. Crashes each time.
I installed it from a fresh copy. In order to get it past the first error, I copied the Buttons.dll file from the EraPlugins folder to the WoG folder. To fix the next issue, I needed to hit the "Fix Campaign Editor" option.
Now, I'm not sure what else can be done.
It did successfully create debug info in the debug folder though on each crash if you can take a look at it to understand it better.
Debug.zip
Sorry to rain this in right after your update, I just really want to be able to play it again lol
____________
~Drake Lyon~
|
|
Liso1
Known Hero
|
posted May 30, 2019 09:17 AM |
|
|
|
Bersy
Honorable
Supreme Hero
|
posted May 30, 2019 11:06 AM |
|
Edited by Bersy at 12:58, 30 May 2019.
|
|
Drake
Adventuring Hero
Satisfying no one since 1994
|
posted May 31, 2019 12:20 AM |
|
|
Bersy said: Thank you all for reports. I need them.
Please change two options in heroes 3.ini:
Debug.LogVirtualFileSystem=1
Debug.DumpVirtualFileSystem=1
Then start game and upload DebugEralog.txt
File Sharing Service
Hey Bersy! Sorry I'm just now replying, I was at work. Here is my log.txt. Hope that's enough info.
____________
~Drake Lyon~
|
|
RerryR
Promising
Supreme Hero
Researching Magic
|
posted May 31, 2019 08:24 AM |
|
|
Bersy said: Thank you all for reports. I need them.
Please change two options in heroes 3.ini:
Debug.LogVirtualFileSystem=1
Debug.DumpVirtualFileSystem=1
Then start game and upload DebugEralog.txt
File Sharing Service
Log.txt for 2.81 on clean GoG install. No HD Mod. Buttons.dll error still there.
https://dropmefiles.com/dAEkr
|
|
Bersy
Honorable
Supreme Hero
|
posted May 31, 2019 12:26 PM |
|
Edited by Bersy at 12:27, 31 May 2019.
|
Everything is fine in the following log, but installation is not clean, many third-party files are present. Please, delete at least the following:
C:\Program Files (x86)\GOG.com\Heroes of Might and Magic 3 Complete\buttons.dll
C:\Program Files (x86\)GOG.com\Heroes of Might and Magic 3 Complete\WoG\buttons.dll
But better install over clean H3.
What concerns the second long, please delete:
D:\Games\HoMM 3 Complete ERA 2.81\buttons.dll
And try again or reupload log.
____________
Heroes 3 Era and everything for it. Releases folder for releases.
|
|
XEricSin
Famous Hero
|
posted May 31, 2019 05:17 PM |
|
|
I had these tries:
1. Run only wog mod. Random maps can be created. Game runs well. BUT crashes when clicking show random maps in the scenario manager.
2. Add fast animation mod above wog. Game cannot be initialized.
3. Add another mod below wog. Game runs ok. BUT the script in the mod is not loaded. For example, it is supposed to pop a dialogue box when clicking x key. But it does not happen.
The 3 logs:
https://dropmefiles.com/1dFoH
|
|
Bersy
Honorable
Supreme Hero
|
posted May 31, 2019 06:13 PM |
|
Edited by Bersy at 18:19, 31 May 2019.
|
|
majaczek
Supreme Hero
Work at Magic Dimmension
|
posted May 31, 2019 06:20 PM |
|
Edited by majaczek at 18:23, 31 May 2019.
|
Bersy, on my side it can load only one mod properly (and it have to be wog).
if I enable more than one, lodmanager is confused (it says some of files from WoG are missing).
also there is a problem with buttons dll. the game wants it in wogbuttons.dll but it's located in wogeraplugnsbuttons.dll
(you probably forgot changing path one or other side)
I Hope it helps.
EDIT: I have win10 but not the latest update.
|
|
Bersy
Honorable
Supreme Hero
|
posted May 31, 2019 06:28 PM |
|
|
|
majaczek
Supreme Hero
Work at Magic Dimmension
|
posted May 31, 2019 06:38 PM |
|
Edited by majaczek at 18:52, 31 May 2019.
|
result
Quote: TestDirectoryListing: ETestFailure
at $004B0217
expected: <Hobbots
vcredist.bmp
eula.1028.txt
503.html
.
..
default
Mods> but was: <.
..
Hobbots>
|
|
Bersy
Honorable
Supreme Hero
|
posted May 31, 2019 08:19 PM |
|
|
|
majaczek
Supreme Hero
Work at Magic Dimmension
|
posted May 31, 2019 08:35 PM |
|
|
which debugger?
is ollydbg enough?
also could you tell me step by step what should be done? I would not like to expose my main system through TeamViewer, however I may volounteer anyway, after some security preparations :|
|
|
igrik
Promising
Known Hero
|
posted May 31, 2019 09:13 PM |
|
|
Hi guys!
If you have difficulty installing the ERA version 2.8.1, try this installer Full Setup ERA 2.8.1 Eng (on GOG).
Attention!!! Specify the installation path (only in an empty folder).
Please let the report start the game or not!!!
|
|
Bersy
Honorable
Supreme Hero
|
posted May 31, 2019 09:48 PM |
|
|
Ok, you will need Olly Debugger 2.0 from official site. Run h3era.exe
CTRL+G NtQueryDirectoryFile, set here hardware breakpoint.
CTRL+G FindNextFileW. Set here normal breakpoint.
What should be checked:
1) After Era's library is loaded and code is run (press F8 two times), or after exception/assertion error, CTRL+G ntdll.NtQueryDirectoryFile and check the first opcodes of function. There should be JMP some stub, if you follow it, there will be
Image 1
Image 2
Image 3
Code should lead to vfs.dll, then it's ok.
Besides, NtQueryDirectoryFile should be triggered multiple times.
Also, kernelbase.FindNextFileW must call NtQueryDirectoryFile
FindNextFileW start
FindNextFileW middle
By unknown reason on quite a few Win 10 installations (not mine on virtual pc) NtQueryDirectoryHook is either not installed, installed on some stub, installed on some shadow dll copy or never called.
____________
Heroes 3 Era and everything for it. Releases folder for releases.
|
|
RoseKavalier
Admirable
Supreme Hero
|
posted May 31, 2019 10:45 PM |
|
|
igrik said: Hi guys!
If you have difficulty installing the ERA version 2.8.1, try this installer Full Setup ERA 2.8.1 Eng (on GOG).
Attention!!! Specify the installation path (only in an empty folder).
Please let the report start the game or not!!!
FWIW, this worked perfectly on Win10 for me, although I only ran an unmodded game and started a random map...
____________
My Let's Plays: Metataxer's Revenge - The Empire of The World 2
|
|
Drake
Adventuring Hero
Satisfying no one since 1994
|
posted June 01, 2019 12:42 AM |
|
|
Bersy said: Everything is fine in the following log, but installation is not clean, many third-party files are present. Please, delete at least the following:
C:Program Files (x86)GOG.comHeroes of Might and Magic 3 Completebuttons.dll
C:Program Files (x86)GOG.comHeroes of Might and Magic 3 CompleteWoGbuttons.dll
But better install over clean H3.
What concerns the second long, please delete:
D:GamesHoMM 3 Complete ERA 2.81buttons.dll
And try again or reupload log.
Oh yeah, I forgot I put those extra files in with every clean installation. I removed them and the buttons.dll located in C:Program Files (x86)GOG.comHeroes of Might and Magic 3 CompleteWoG
There was no buttons.dll located in C:Program Files (x86)GOG.comHeroes of Might and Magic 3 Completebuttons.dll.
I originally copied buttons.dll from C:Program Files (x86)GOG.comHeroes of Might and Magic 3 CompleteModsWoGEraPlugins to C:Program Files (x86)GOG.comHeroes of Might and Magic 3 CompleteWoG so it would start. For whatever reason it wouldn't launch without buttons.dll in that location.
So here is my log.txt with a fresh copy of Heroes 3 Complete from GoG and Era 2.8.1 with the default mods, minus Quick Savings because I don't really like it much, plus a collection of other mods. I have all of my personal stuff put aside.
log.txt
Again, sorry for taking so long. Work sucks
____________
~Drake Lyon~
|
|
XEricSin
Famous Hero
|
posted June 01, 2019 08:24 AM |
|
|
Bersy said: Thank you.
Ah, I see. In your reports there is no NtQueryDirectoryFile call.
Maybe it's related to this report.
Do you all have Windows 10 installed?
Yes. Using win10.
|
|
Bersy
Honorable
Supreme Hero
|
posted June 01, 2019 10:56 AM |
|
|
XEricSin, Drake, thank you. Delay is not a big deal )
I see the problem (one system function is not intercepted correctly many Win 10 systems only). I will improve VFS tester and will ask to run it again, unless majaczek gives some screens from olly debugger, at least NtQueryDirectoryFile contents.
____________
Heroes 3 Era and everything for it. Releases folder for releases.
|
|
|