-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TR1X dont Start on WIn11, crashes after short blackscreen #1738
Comments
@Yologoofy It could potentially be a problem with your OS selecting the wrong GPU if you have more than one. Could you try this to ensure your more powerful GPU is assigned to TR1X? https://www.howtogeek.com/351522/how-to-choose-which-gpu-a-game-uses-on-windows-10/ The article mentions Windows 10, but this also applies to Windows 11. |
Fwiw changing to Win 11 made no difference to my TR1X. Still works fine. I would also assume it sounds like a GPU driver issue. Have you run Windows updates? Maybe also check the sub setting where it caters more optional updates to you. Those sometimes include hardware drivers that can help. |
@Yologoofy as a side note, could you please try this (significantly bulkier) build that should hopefully provide more details in the crash report? https://nightly.link/LostArtefacts/TRX/actions/artifacts/2096051095.zip |
@lahm86 i just assigned my GPU to TR1X (AMD RX 6750XT) but its still the same. A blackscreen shows up for a millisecond and thats it . i also applied the linked build of TR1X that you posted and yes the crashlog shows up some more details.
@Richard-L i just checked windows updates and i should be up to date since there are no updates available. thx for the support so far. |
@Yologoofy, thank you for your help. We're walking a bit in the dark here, so I appreciate your understanding. Could you please share the logs from the following build? It seems the crash you're experiencing has uncovered another issue with resource cleanup when the game exits abruptly, which is preventing us from identifying the root error clearly. Here's the link: https://nightly.link/LostArtefacts/TRX/actions/artifacts/2096183897.zip. |
@rr- Thank you for youre support . I downloaded the build you linked. The problem changed a little bit . The game dont start like before but now a black screen stays and a öittöe error window shows up saying " Cant create OpenGL context. all i can do here is clicking "okay" and im back on my desktop. The crash log looks like this:
If i can provide any other infos/details/files please let me know Thank you for your support and your time , i apreaciate that very much :) |
Do other games work fine on your system? I play on Windows 11 with no issue, so I don't think it's the OS. |
Thank you for the update. I have prepared a new build that hopefully addresses the unclean exit, and provide additional details about the ongoing issue: https://nightly.link/LostArtefacts/TRX/actions/artifacts/2096406034.zip. It appears that SDL is having trouble finding the OpenGL drivers. Since we're targeting OpenGL 2.1 and your GPU supports version 4.6 (which is backwards compatible), the only advice I have at the moment is to check that the correct drivers are installed for your GPU. |
@walkawayy Yes other games working fine thats the only one at the moment that causes problems. Even the clean unmodded dosbox version works after installing with steam. @rr- I alredy chekced my installed drivers and they are up to date for my AMD card. Also amd recommended the version that i have installed. i also reinstalled them to make sure everything is as it should be. i also applied your prepared build and the crash log looks different now.
The error message now says "Can't create OpenGL context: wglMakeCurrent(): The Handle is invalid." Again , thank you for your help. |
Can you please try this build? It includes small changes to the video system initialization. While I'm not certain it will help, it's worth trying. You can download it here: https://nightly.link/LostArtefacts/TRX/actions/artifacts/2097691083.zip |
@rr- I just applied your latest linked build but the problem stays the same. The crash log is the following
i also did a bit of research and came across the OpenGL Extensions Viewer. |
Thanks – that's really helpful. I'll try to provide a patch where we dynamically switch to OpenGL 3.3 profile (which we already support) in case 2.1 didn't work, but I didn't have the time to do so today. |
@rr- No problem, im not in a rush so take youre time . Im glad that youre helped me so far . |
@Yologoofy I've added falling back to the 3.3 core profile here: https://nightly.link/LostArtefacts/TRX/actions/artifacts/2105296415.zip |
@rr- Thank you for your efforts but the problem stays the same. A blackscreen shows up and an error window says
In addition to that i start feeling uncomfortable bothering you with that stupid problem. |
I have a little update |
So, i uninstalled my drivers (AMD Adrenalin 24.10.1) and installed an older verion (24.08.1) the same that my friends got but it still dont work for me and i have the same problem "Can't create OpenGL context: wglMakeCurrent(): The handle is invalid." |
I think I made a mistake with the way I was initialising the OpenGL context after creating the window which apparently is illegal. Can you please try this one more build? https://nightly.link/LostArtefacts/TRX/actions/artifacts/2106011643.zip |
@rr- I tried your latest linked build and the game starts , i hear the music from the intro and the main menu theme. i also can navigate the main menu but i still have a blackscreen. i guess thats a huge step forward. The crashlog looks like the following if thats intersting
|
Thanks; what happens when you switch |
It stays the same , i have the intro and main menu sound and i even can hear lara walking when i keep pressing enter to start a new game but my screen keeps black |
Do you still get a black screen in windowed mode? (Alt+Enter) |
@aredfan yes , also in windowed mode i get a black screen |
Unfortunately, at this point, I'm out of ideas, but the app is running on the 3.3C profile, which means it's most likely still our fault. |
As soon as i have the time i will reinstall my whole system and mabye downgrading to windows 10 again. I mabye disabled or setted up a feature thats necessary for the game to work. Otherwise i guess i could lend me a nvidia card from a friend . With my older nvidia card it worked right away after the standard installation. As soon as i have further informations or if i get it running somehow i will keep you up to date .I think its interesting to know whats the cause of that problem |
I have the issue that the game dont start.
some weeks ago i moved to windows 11 and since then it wont start. It woked fine on win10 before.
If i start TR1X via the desktopshortcut thats made after installation i get a short blackscreen and then it crashes and im on my desktop again.
I already tried to use compatibility modes and runnin game as admin but that doesnt solve the problem.
Does anyone have a clue what causes that problem?
please let me know if i can provide any log or something similar.
Edit: i found a log from TR1X . mabye that helps to identify the problem
i have no clue what that all means
thx in advance
The text was updated successfully, but these errors were encountered: