What is "this"?
I've working on fixing the issues the Allegro folks pointed out (I didn't correctly apply the 4.2 patch to 4.4) and should be done later this evening.
What is "this"?
I've working on fixing the issues the Allegro folks pointed out (I didn't correctly apply the 4.2 patch to 4.4) and should be done later this evening.
This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.
@Gleeok and @DarkDragon
I meant the atomic fix. Should I just go with std::atomic and roll with it? I want to try fixing the libs before I compile them again. One nice thing about 4.4.3, is that the main deps are included, so it seems that it is no longer mandatory to do all the extra build steps at this point. I just wish that I knew with certainty what was needed to fix this, as it seems that the two of you have very different ideas on what is needed, and how to proceed.
You both seemed ready to tackle it, so I was waiting to see the results. I am not going to hack ASM back in to the library for a variety of reasons. THe most important, being that it is likely going to cripple it in the future, and it would never be pulled into the main 4.4.3 repo.
My plate has been pretty full of late, with many work-related requirements placed on me shoulders. I want to fix the libs, and make the needed fixes to 2.53, and simply be done with it, so that I can get back to working on master, and interim stuff.
http://www.zoriarpg.com/zc/LoE_Userbar.png http://zoriarpg.com/zc/EiyuuUserbar.png
http://www.zoriarpg.com/zc/CIS_Original.pnghttp://www.zoriarpg.com/zc/CIS_II_Userbar.png
Latest ZC 2.53 (Win32) | (Technical Specification | Changelog)
Latest ZC 2.55(Win32) | 2.55 Modules | (Techical Specification | Changelog)
ZC Source Code | ZClaunch Source Code
Featured Scripts & Headers: RPG.zh ( v. a0.97.1 ) ( RPG.zh Thread ) | Zelda 3 Thief's Town Treasure Chest Minigame (ffc) | Bobomb (enemy)
ZScript & ZC-Related Pastebin | ZC Dev & Builds | ARCHIVED ZC Dev & Builds | YouTube Channel | Quests and ZScript Repository
All of the code that I create and publish here is free for use, modification and distribution under the GPL v2.0, or v3.0 where applicable.
Sure, I'll do it.You both seemed ready to tackle it, so I was waiting to see the results.
Only problem is std::atomic is c++.
Sure. Point me to the 4.4.3 files (I'm assuming you guys are wanting to upgrade to the elusive dot three now) in the ZC master repo that need fixing (unless it's just wwin.c) and I'll give it a shot.
[edit] I should of hit reply hours ago before I got distracted and made dinner, not after. ..hardly counts as being ninja'd... Oh well, whatever.
This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.
I just pushed a fix here: https://github.com/ArmageddonGames/a...060943e157cfa3
Great. Maybe now we'll get a rainbow without the death crash.
Completely hypothetical question for you: Do you think this is more likely to manifest on newer computers because of increased core counts and more complex (read: stupid ms windows) kernel scheduling? ...Like, for example, might something similar to this affect crash occurrence in theory if it didn't interrupt or block as much:
?Code:SetProcessAffinityMask(GetCurrentProcess(), 1); SetThreadAffinityMask(GetCurrentThread(), 1);
Just a random thought.
This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.
Well, this is certainly fun. MSVC 2008 chokes and dies compiling this CMake build of ag 4.4.3. I might need some of your includes, whatever you used, as the headers for stdint.h and inttypes.h fail to compile on MSVC9, and there are some major issues with a few of the allegro source files, too.
Have a look:
https://pastebin.com/wesKpgFu
Are the errors in color.c resulting from our changes, and thus, our fault?
Likewise, for config.c/h? I know that I've compiled this bastard before in MSYS, and I may need to go that route again.
I suspect that no-one even bothered to try compiling the build for Windows using MSVC9, as all of the allegro users are Linux blokes. THose who build it on Windows use MSYS/MinGW, which is the opposite of our conundrum for ZC.
http://www.zoriarpg.com/zc/LoE_Userbar.png http://zoriarpg.com/zc/EiyuuUserbar.png
http://www.zoriarpg.com/zc/CIS_Original.pnghttp://www.zoriarpg.com/zc/CIS_II_Userbar.png
Latest ZC 2.53 (Win32) | (Technical Specification | Changelog)
Latest ZC 2.55(Win32) | 2.55 Modules | (Techical Specification | Changelog)
ZC Source Code | ZClaunch Source Code
Featured Scripts & Headers: RPG.zh ( v. a0.97.1 ) ( RPG.zh Thread ) | Zelda 3 Thief's Town Treasure Chest Minigame (ffc) | Bobomb (enemy)
ZScript & ZC-Related Pastebin | ZC Dev & Builds | ARCHIVED ZC Dev & Builds | YouTube Channel | Quests and ZScript Repository
All of the code that I create and publish here is free for use, modification and distribution under the GPL v2.0, or v3.0 where applicable.
Nope.Are the errors in color.c resulting from our changes, and thus, our fault?
Are you *sure* you're trying to compile the right thing? Branch "4.4-ZCfixes" of https://github.com/ArmageddonGames/allegro5? The line numbers in your pasted output do not make a lot of sense.
There are currently 3 users browsing this thread. (0 members and 3 guests)