-
Notifications
You must be signed in to change notification settings - Fork 9
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
Investigate Renderer Issues at 1080p+ resolutions. #6
Comments
I cannot reproduce the issue with the latest build (64). Could you attach a debugger and figure out where it crashed and the callstack. You can do this with Visual Studio 2015 Community with the C++ addition. |
I can reproduce it, it happens when going fullscreen or just changing resolution. Which means Exception unhandled at 0x530B98CE (AnvilClient.dll) in halo_online.exe : NOTE: it may be totally wrong, I don't know how to use a debugger correctly, I just clicked the debug button when the crash occured. |
I have checked once more, I cannot reproduce the issue. Can you take a screenshot of the call stack window (Debug->Call Stack, or Window->Call Stack) when it crashes. I was able to change resolutions smaller, larger, and go from windowed to fullscreen and back without any issue. |
I did more research and I think it happens with high resolutions. (I tested with 1600x900 and 1920x1080) I will try to give a screenshot of the call stack if I manage to. EDIT: Actually it doesn't happen anymore when I remove the -windowed -height and -width arguments from the Launcher config file. |
There has been an issue that was brought up by @Shockfire that I will be investigating very soon, it may be related to this issue. |
Sorry i couldn't report back earlier. Let me give you some more info on this. |
Conclusion: There's seem to be a problem with AnvilMenu.. Client's got nothinng to do with this error. |
@YottaBiter The source is available https://github.com/AnvilOnline/AnvilMenu/tree/feature/cef-restructure/menu and it is designed to be fully responsive in any resolution. Do you mind telling me what the specifications of your computer are? Also, check the newest version (Currently Build 135) to see if your issues have been resolved. I implemented @Shockfire 's changes in Dewrito found https://github.com/ElDewrito/ElDorito/tree/web-renderer. |
I will try for sure! |
I am still facing the same problem after the update. Had to ask that are u too having the same problem or not? |
I am not having any of the same issues that you are having, I noticed that there were a few bugs involving texture and memory resizing which were fixed in the latest update. (Which gets auto-updated on launch) It could be that integrated graphics are not working properly, and I will investigate a bit later. |
Ok. No stress :) I can see a real good Client coming in Q4 2016 though. U can do it! |
If F5 is pressed after loading up a map, going into the menu and setting Fullscreen mode, the game crashes saying "Halo Online stopped working".
The text was updated successfully, but these errors were encountered: