Search found 1047 matches
- Mon Feb 24, 2025 9:29 am
- Forum: Technical Support
- Topic: can only play 1 game. then screen freezes and I must exit and restart Myth
- Replies: 8
- Views: 29494
Re: can only play 1 game. then screen freezes and I must exit and restart Myth
I've also noticed that alt-tab doesn't work right in Windows 11 when using OpenGL together with borderless windowed mode aka fullscreen windowed mode. Instead of switching apps, the game just freezes on screen. I have seen some reddit threads suggesting it happens in other games too and I currently ...
- Tue Feb 06, 2024 8:11 am
- Forum: General Discussion
- Topic: New Account Registration Code
- Replies: 2
- Views: 16692
New Account Registration Code
To combat automated spambots, a "secret code" is required to create a new account.
The current code is
The current code is
- Fri Feb 02, 2024 1:05 pm
- Forum: Technical Support
- Topic: Patch Magic (win xp chonktop)
- Replies: 1
- Views: 13427
Re: Patch Magic (win xp chonktop)
MSDN multi case hah that brings back some memories!
Glad to hear the patch fixed the gfx for you, thanks for dropping a note.
Glad to hear the patch fixed the gfx for you, thanks for dropping a note.
- Thu Oct 05, 2023 5:17 pm
- Forum: General Discussion
- Topic: Myth TFL Menu / Inside Spread Artwork
- Replies: 5
- Views: 40706
Re: Myth TFL Menu / Inside Spread Artwork
I couldn't find it in our asset archive either.
Small chance but not impossible that I overlooked it so here is a list of filenames in the archive: I can double check any names you are interested in.
Small chance but not impossible that I overlooked it so here is a list of filenames in the archive: I can double check any names you are interested in.
- Thu Oct 13, 2022 1:24 pm
- Forum: Technical Support
- Topic: Kyuusaisha: The inventor
- Replies: 2
- Views: 33046
Re: Kyuusaisha: The inventor
This is a spambot. Look at the user name.
The post text is copied from here: https://tain.totalcodex.net/forum/viewtopic.php?p=72176
The post text is copied from here: https://tain.totalcodex.net/forum/viewtopic.php?p=72176
- Wed Mar 23, 2022 8:45 am
- Forum: General Discussion
- Topic: Myth as a movie... thoughts?
- Replies: 9
- Views: 49708
Re: Myth as a movie... thoughts?
youtube.com/watch?v=2oeByjsFgz4
youtube.com/watch?v=Ouqdp9yq7Mk
youtube.com/watch?v=hwZaeAYF8J4
youtube.com/watch?v=Ouqdp9yq7Mk
youtube.com/watch?v=hwZaeAYF8J4
- Sun Dec 26, 2021 2:46 pm
- Forum: General Discussion
- Topic: Myth: The Fallen Lords retrospective video review
- Replies: 3
- Views: 21196
Re: Myth: The Fallen Lords retrospective video review
Wow. What a tour de force of a review. I'm looking forward to the Myth II version 

- Tue Oct 26, 2021 6:32 am
- Forum: Technical Support
- Topic: Bugs: Formations & Alternate Preset Recall
- Replies: 3
- Views: 32620
Re: Bugs: Formations & Alternate Preset Recall
1) I just tried this and it worked correctly for me. Are you sure you don't have custom formations in your local folder? (or if you had them in when you started a new game, they will get embedded in any savegames you made from that start) 2) I can confirm this one, looks like something about attack ...
- Mon Aug 30, 2021 4:47 pm
- Forum: General Discussion
- Topic: Myth II 1.8.4 Released!
- Replies: 41
- Views: 206384
Re: Myth II 1.8.4 Released!
Hello, Thanks for that new update. FYI, on my W10 setup, Avira just detected a threat (heuristic detection - usually these are false positives) on the updater, freshly downloaded from Project Magma, and quarantined the updater .exe. bigbro Thanks for the report. Although this is the first I hear of...
- Tue Aug 17, 2021 11:20 am
- Forum: General Discussion
- Topic: Myth II 1.8.4 Released!
- Replies: 41
- Views: 206384
Re: Myth II 1.8.4 Released!
when will the download show up on the tain? http://tain.totalcodex.net/mythii/updates We are consolidating all the downloads into one location, so that link should be made to redirect to https://projectmagma.net/downloads/myth2_updates/ Honest question, how many people even download Myth II anymore...
- Tue Aug 17, 2021 11:11 am
- Forum: Technical Support
- Topic: Myth 2 halts at black screen
- Replies: 17
- Views: 105094
Re: Myth 2 halts at black screen
I got 21H1 installed as well as the latest drivers. Unfortunately it still doesn't reproduce on my system, so I can't easily test ideas for how to fix the problem. All I know is that not calling GetDeviceGammaRamp at all should fix the issue... but that means disabling gamma support completely (as i...
- Mon Aug 16, 2021 8:09 pm
- Forum: Technical Support
- Topic: Myth 2 halts at black screen
- Replies: 17
- Views: 105094
Re: Myth 2 halts at black screen
I'm upgrading my machine to 21H1 now to see if I can reproduce it locally. BTW are your Nvidia drivers all up to date? We have similar hardware so I think there could be a good chance of reproduction if we have same OS and same gfx driver. That looks like it might take a while. In the meantime here...
- Mon Aug 16, 2021 7:37 pm
- Forum: Technical Support
- Topic: Myth 2 halts at black screen
- Replies: 17
- Views: 105094
Re: Myth 2 halts at black screen
Interesting. The UI thread seems to be stuck inside GetDeviceGammaRamp() these are the most relevant results in google for a similar issue: https://sourceforge.net/p/dxwnd/discussion/general/thread/98e0058834/ https://answers.microsoft.com/en-us/insider/forum/all/getdevicegammaramp-api-hangs-in-wind...
- Mon Aug 16, 2021 6:54 pm
- Forum: Technical Support
- Topic: Myth 2 halts at black screen
- Replies: 17
- Views: 105094
Re: Myth 2 halts at black screen
excellent idea! I've uploaded a special build here that will allow the dump to be more useful for me: http://www.projectmagma.net/~melekor/tmp/Myth2_vc15_Win32Debug_Build462.7z (we create the releases in a special, different way in order to keep compatibility back to win95, and this makes it difficu...
- Mon Aug 16, 2021 11:33 am
- Forum: Technical Support
- Topic: Myth 2 halts at black screen
- Replies: 17
- Views: 105094
Re: Myth 2 halts at black screen
OK, so that gives me a pretty good idea when the issue happens in terms of the startup sequence, but it's still extremely mysterious to me why it happens. For the window to show "not responding" that means the UI thread is actually stuck in an infinite loop somehow, which is a previously n...