Aoi Kaze Posted July 22, 2024 Posted July 22, 2024 Only works for me in single threading. This patch was supposed to solve this, right?
Flappie Posted July 22, 2024 Posted July 22, 2024 What do you mean, it's not working? Can you provide a log of your attempt? 1 ---
Aoi Kaze Posted July 22, 2024 Author Posted July 22, 2024 9 minutes ago, Flappie said: What do you mean, it's not working? Can you provide a log of your attempt? In single thread it works ok, in multithread it cracks about 50% of the time and the other 50 appears like this: null
Flappie Posted July 22, 2024 Posted July 22, 2024 The log does not say much when I start DCS with the launcher enabled, but your log may help determine what's wrong with your launcher. Please reproduce the issue, then attach your dcs.log here. 1 ---
Aoi Kaze Posted July 22, 2024 Author Posted July 22, 2024 8 minutes ago, Flappie said: The log does not say much when I start DCS with the launcher enabled, but your log may help determine what's wrong with your launcher. Please reproduce the issue, then attach your dcs.log here. I think this is it: cef_log.log 2
Flappie Posted July 22, 2024 Posted July 22, 2024 I didn't know the launcher had its own log. Nice find. I see OpenGL errors when the launcher tries to open images: [0715/190028.510:ERROR:gl_display.cc(508)] EGL Driver message (Error) eglCreateImageKHR: Texture's device does not match. [0715/190028.510:ERROR:gl_image_d3d.cc(64)] Error creating EGLImage: EGL_BAD_PARAMETER [0715/190028.510:ERROR:d3d_image_backing.cc(166)] GLImageD3D::Initialize failed [0715/190028.510:ERROR:d3d_image_backing.cc(317)] Failed to create GL texture ... [0715/190028.529:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.530:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.612:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.612:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.626:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.626:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. ... I see that gl_display.cc is part of Chromium. I guess Chromium is embedded in DCS files to power the launcher. Try a DCS cleanup and repair. 1 ---
Aoi Kaze Posted July 22, 2024 Author Posted July 22, 2024 (edited) On 7/22/2024 at 9:42 PM, Flappie said: I didn't know the launcher had its own log. Nice find. I see OpenGL errors when the launcher tries to open images: [0715/190028.510:ERROR:gl_display.cc(508)] EGL Driver message (Error) eglCreateImageKHR: Texture's device does not match. [0715/190028.510:ERROR:gl_image_d3d.cc(64)] Error creating EGLImage: EGL_BAD_PARAMETER [0715/190028.510:ERROR:d3d_image_backing.cc(166)] GLImageD3D::Initialize failed [0715/190028.510:ERROR:d3d_image_backing.cc(317)] Failed to create GL texture ... [0715/190028.529:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.530:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.612:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.612:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.626:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.626:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. ... I see that gl_display.cc is part of Chromium. I guess Chromium is embedded in DCS files to power the launcher. Try a DCS cleanup and repair. actually that is what appears in the log when you launch it, but before you load the whole game through it. Thanks for your time and effort, man, I appreciate it. i'll do a clean up and repair again, but I did it like three days ago (before the patch) and it didn't work. Maybe now it'll do... I'll tell you if it worked when I have the time, maybe it'll help some others. Cheers, pal! Edited July 26, 2024 by Aoi Kaze 1
TKhaos Posted July 22, 2024 Posted July 22, 2024 It's best to use something like Notepad ++ for this but you can just bypass the new launcher all together until it's sorted, you can disable it from within the launcher but need it to work first. You need to edit the Options.lua file, make a copy first. First go to 'your username\Saved Games\DCS\Config\' and find options.lua Next find the line ["launcher"] = true and change it to ["launcher"] = false (for me in Notepad ++ it's on line 137 but can search it anyway) Next save the file and launch DCS as normal and it will take you to the original login screen 1
Aoi Kaze Posted July 22, 2024 Author Posted July 22, 2024 8 minutes ago, TKhaos said: It's best to use something like Notepad ++ for this but you can just bypass the new launcher all together until it's sorted, you can disable it from within the launcher but need it to work first. You need to edit the Options.lua file, make a copy first. First go to 'your username\Saved Games\DCS\Config\' and find options.lua Next find the line ["launcher"] = true and change it to ["launcher"] = false (for me in Notepad ++ it's on line 137 but can search it anyway) Next save the file and launch DCS as normal and it will take you to the original login screen Actually, inside the options>misc inside DCS, there is a checker that works well too. I did it both ways since the 2.9.6, but I would like to have the launcher (like anyone else) and it is the easiest way to check for updates as well... 1
TKhaos Posted July 22, 2024 Posted July 22, 2024 6 minutes ago, Aoi Kaze said: Actually, inside the options>misc inside DCS, there is a checker that works well too. I did it both ways since the 2.9.6, but I would like to have the launcher (like anyone else) and it is the easiest way to check for updates as well... I run the Steam version so don't have to worry about updates, saying that though ED have released a hotfix patch tonight, Steam has just installed it. 1
Aoi Kaze Posted July 22, 2024 Author Posted July 22, 2024 2 minutes ago, TKhaos said: I run the Steam version so don't have to worry about updates, saying that though ED have released a hotfix patch tonight, Steam has just installed it. Yes, patch number is in the heading of this topic.
TKhaos Posted July 22, 2024 Posted July 22, 2024 2 minutes ago, Aoi Kaze said: Yes, patch number is in the heading of this topic. Never read the first part, thought it was something I was on earlier 1
Solution Aoi Kaze Posted July 23, 2024 Author Solution Posted July 23, 2024 (edited) 22 hours ago, Flappie said: I didn't know the launcher had its own log. Nice find. I see OpenGL errors when the launcher tries to open images: [0715/190028.510:ERROR:gl_display.cc(508)] EGL Driver message (Error) eglCreateImageKHR: Texture's device does not match. [0715/190028.510:ERROR:gl_image_d3d.cc(64)] Error creating EGLImage: EGL_BAD_PARAMETER [0715/190028.510:ERROR:d3d_image_backing.cc(166)] GLImageD3D::Initialize failed [0715/190028.510:ERROR:d3d_image_backing.cc(317)] Failed to create GL texture ... [0715/190028.529:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.530:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.612:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.612:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.626:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. [0715/190028.626:ERROR:shared_image_manager.cc(212)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox. ... I see that gl_display.cc is part of Chromium. I guess Chromium is embedded in DCS files to power the launcher. Try a DCS cleanup and repair. Ok, so I found the problem: it was the reshader dll. That's why it worked on single but not in MT. I upgraded it and everything works sweet now. Thank you Flappy and Tkhaos for your help! Edited July 23, 2024 by Aoi Kaze 1
Aoi Kaze Posted July 24, 2024 Author Posted July 24, 2024 4 hours ago, Flappie said: Your feedback is appreciated. Thank you. Thank you for your help, man.
Flappie Posted July 29, 2024 Posted July 29, 2024 Hey @Aoi Kaze, devs are working on this issue, but they need both logs. Can you please reproduce the issue, then attach these 2 files from "Saved Games/DCS.../Logs" ? dcs.log cef_log.log ---
Aoi Kaze Posted July 29, 2024 Author Posted July 29, 2024 7 hours ago, Flappie said: Hey @Aoi Kaze, devs are working on this issue, but they need both logs. Can you please reproduce the issue, then attach these 2 files from "Saved Games/DCS.../Logs" ? dcs.log cef_log.log I'm away for a couple of days, but when I return home, be sure I'll try to give you what you are asking, ok? 1
Aoi Kaze Posted August 2, 2024 Author Posted August 2, 2024 On 7/29/2024 at 6:10 PM, Flappie said: Sure, no hurry. Thank you. This comes from an earlier backup I had from the bin-mt folder. It's all I got, so I hope this helps. Anything else, do not hesitate in asking me. Cheers, mate! cef_log.log dcs.log
Aoi Kaze Posted August 2, 2024 Author Posted August 2, 2024 34 minutes ago, Flappie said: Many thanks! I sent these to devs. You're welcome! But remember to tell them that the only reason why the laucher worked for me on single threading and not in multi threading was because the reshader was only in the bin-mt folder, not in the regular one, ok? Thanks for making this work! 1
Recommended Posts