Just updated to 3.4.0.5 and crashed twice in 15 minutes. Casting haste caused my latest crash.
I did not as I'm unable to. Tried following the crash dump guide to install windbg, but it didn't work.
Did just Timers crash, or did you crash to desktop?
I crashed to desktop, figuring it was due to timers since I just updated it to the new version.
I should hopefully be able to provide crashdumps soon™
You guys sure this line is true?
From this guide.You only need to install the Debugging Tools for Windows
I keep getting an error at the end of the installation saying the program was not correctly installed if I try to install only the Debug thing (which is approx 200mb).
Maybe it's an incompatibility with my Windows 7 Pro x64 (ITA)? Maybe it requires SO in english language? Would be the first time this happens to me though...
This is the error I get from the SDK installation log.
Spoiler: show
Now I remember why I gave up last time I tried to make crash dumps some months ago lol ^^'
Another error I found earlier than that
Spoiler: show
I get that "Missing product family" error a lot. You guys really really really sure I don't need any other component from that package?
Ungh... that's quite a lot of stuff.
http://s30.postimg.org/gyfpg11dt/cplusplus.png
If it's there it means some software installed it automatically. I'm afraid by uninstalling them I'll break something else in my PC and I won't be able to know/remember which sw is missing which packet.
You sure about that? It's kinda scary D:
Edit:
Uhm... you mentioned just the 2010 packets. Hmmm... doesn't change a lot though.
Edit: oops, ninja'd
A little web searching suggests possible things to try:
Uninstall any VC++ 2010 redistributables installed (with the possible need of using the more advanced tool here: http://support.microsoft.com/mats/pr..._and_uninstall). Presumably can reinstall them afterwards.
A registry fix and a temp directory fix suggested here: http://ctrlf5.net/?p=184
And then another workaround if those don't fix things:
1. Run the installer, let it fail, but don't dismiss the final "Finish" window.
2. In Explorer, I browsed to ... C:\Users\Dan\AppData\Local\Temp\SDKSetup
NOTE: You will have to replace "Dan" with your account name on your computer.
3. Search for all *.MSI files under that location and copy them to a safe place, then run them later by doubl-clicking the file(s).
NOTE: You will only see MSI files for components you selected during the install. All other subfolders are empty.
I'll try both I guess, thanks for your patience guys.
Method 1 worked, and both redistributable packages have been reinstalled by the debugger, appearently, so I should be fine.
Here we go crashdumping then! Hoping to finally nail down this last error cursing Timer![]()
Sechs, check out this post too.
https://github.com/Windower/Issues/i...mment-52551430
There is a debug luacore there. That person says it doesnt work, so backup the one you have just incase and let us know.
Finally managed to crash! Took me a while this time.
https://drive.google.com/folderview?...G8&usp=sharing
Can you understand anything out of this?
It's the size of the file created with the .dump command I found on the page linked above, that's 32kb on my hard disk.
If I have to do something different please do say!
I'll try to hunt another crash meanwhile.
That's the same size as the ones Subadai was generating.
Unfortunately, it has very limited information -- no threads and such. The call stack only touches briefly on FFXI, and most of it is in kernel32 or NTDLL. Nothing showing anything related to Windower or Timers. It apparently crashed while running the sleep() command....
Analysis tells me that all the system symbols are wrong (possibly because of a different locale?).
If possible, Sechs, use this command to get the crash dump:
.dump /ma <filename>
If it works, it will generate a very large file. You can zip it before uploading it.