Ywa Posted March 1, 2013 Share Posted March 1, 2013 Hi guys, I'm unable to launch both the Evaluation Kit Editor and the paid Editor of Leadwerks 3. The Darkness Awaits game works fine when launched directly as EXE. This error pops up: "This application has requested the Runtime to terminate it in an unusual way." (Microsoft Visual C++ Runtime Library) The Leadwerks2 SDK Editor works fine. What I've tried already: Install VC++ 2010 redist (both x86 and x64) Update OpenAL Reinstalling it to the default location (C:\ drive instead of a different one) Using Windows 7 SP1 x64. AMD processor and AMD Radeon HD 6950 graphics card (Catalyst 12.10) What could cause this error? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Ywa Posted March 2, 2013 Author Share Posted March 2, 2013 Used dependancy walker on Leadwerks.exe and it missed some DLLs which I now copied from other folders into the Leadwerks folder. However, 2 DLLs seem to be different from the architecture that's being used. I either need the x64 editions of gpsvc.dll and sysntfy.dll, or the x86 one. I think I've tried the x86 ones myself, but unsure. Any help on this? Quote Link to comment Share on other sites More sharing options...
Ywa Posted March 2, 2013 Author Share Posted March 2, 2013 Managed to find the proper DLL files. Issue still unresolved though. Dependancy Walker says this: "Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module." Edit: LE3 Editor works fine on my laptop (with a similar Windows installation). But yeah, still want to get it working on my desktop. Quote Link to comment Share on other sites More sharing options...
Canardia Posted March 2, 2013 Share Posted March 2, 2013 The Leadwerks2 SDK Editor works fine. Leadwerks 2 Editor was written with MinGW32 -> BlitzMax, so there is no VS involved, and thus no VS DLLs needed. Edit: LE3 Editor works fine on my laptop (with a similar Windows installation). But yeah, still want to get it working on my desktop. I have an idea which you could try: maybe the runtime DLLs are not enough, but it needs some additional VS/SDK DLLs, and if you have VS2010 on your laptop, but not on your desktop, this might explain it. So try to install VS2010 C++ Express on your desktop and see if that helps. If that doesn't help, try to install the Windows SDK, since most VS projects need that too: http://www.microsoft...ls.aspx?id=3138 Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
Ywa Posted March 4, 2013 Author Share Posted March 4, 2013 Still having this issue. I have VS2010 C++ Express (SP1) already installed on my PC, but not on my laptop. Quote Link to comment Share on other sites More sharing options...
Josh Posted March 4, 2013 Share Posted March 4, 2013 The demo now includes the Microsoft Visual C++ redistributable and automatically installs it. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
wh1sp3r Posted March 4, 2013 Share Posted March 4, 2013 Could you please run Event viewer ? start button, run eventvwr, expand Custom Views, events and check last event after your error. You should get better description what happend. Canardian: Windows SDK are included in Windows. Visual C++ redistributable works only for Release version of applications. For Debug, you need to install Visual studio tools. For x86 applications, only x86 redistributation pack is needed. Additional info: http://msdn.microsoft.com/en-us/library/k089yyh0.aspx abort function was called, so, some kind of exception occured. Quote -= Phenom II X4 965 3.4Ghz - ATI HD5870 - 6 GB DDR3 RAM - Windows 8 Pro 64x=- Website: http://www.flamewarestudios.com Link to comment Share on other sites More sharing options...
Josh Posted March 4, 2013 Share Posted March 4, 2013 You can build debug executables so they pack the needed libraries instead of relying on external DLLs. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Ywa Posted March 4, 2013 Author Share Posted March 4, 2013 wh1sp3r, this is the result (translated from Dutch): Application: Leadwerks.exe, version: 0.0.0.0, timestamp: 0x5133eb6c Module with error: Leadwerks.exe, version: 0.0.0.0, timestamp: 0x5133eb6c Exceptioncode: 0x40000015 Erroroffset: 0x00218bf5 Id from proces with error: 0x734 Starttime from application with error: 0x01ce190b64121151 Path: C:\Leadwerks\Editor\Leadwerks.exe Path to module with error: C:\Leadwerks\Editor\Leadwerks.exe Rapport-id: a74c1bda-84fe-11e2-9684-00241d7887a1 I'll try to reinstall the demo. Edit: Didn't help either. Josh, could you look at above debugging info? Thanks. Quote Link to comment Share on other sites More sharing options...
wh1sp3r Posted March 4, 2013 Share Posted March 4, 2013 there should be more info or at least i always have, lol Quote -= Phenom II X4 965 3.4Ghz - ATI HD5870 - 6 GB DDR3 RAM - Windows 8 Pro 64x=- Website: http://www.flamewarestudios.com Link to comment Share on other sites More sharing options...
Ywa Posted March 5, 2013 Author Share Posted March 5, 2013 Nope that's all really. XML view here: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Level>2</Level> <Task>100</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2013-03-05T19:41:22.000000000Z" /> <EventRecordID>86310</EventRecordID> <Channel>Application</Channel> <Computer>Jarno-PC</Computer> <Security /> </System> <EventData> <Data>Leadwerks.exe</Data> <Data>0.0.0.0</Data> <Data>5134cb38</Data> <Data>Leadwerks.exe</Data> <Data>0.0.0.0</Data> <Data>5134cb38</Data> <Data>40000015</Data> <Data>00218bf5</Data> <Data>2e0</Data> <Data>01ce19d969556a07</Data> <Data>C:\Leadwerks\Editor\Leadwerks.exe</Data> <Data>C:\Leadwerks\Editor\Leadwerks.exe</Data> <Data>a812671d-85cc-11e2-b9fe-00241d7887a1</Data> </EventData> </Event> Quote Link to comment Share on other sites More sharing options...
wh1sp3r Posted March 5, 2013 Share Posted March 5, 2013 pfff, then i don't know, lol. Last stupid question, have you tried it to run it as admin ? Quote -= Phenom II X4 965 3.4Ghz - ATI HD5870 - 6 GB DDR3 RAM - Windows 8 Pro 64x=- Website: http://www.flamewarestudios.com Link to comment Share on other sites More sharing options...
Josh Posted March 5, 2013 Share Posted March 5, 2013 It would all be x86, FYI. We use Windows 7 here and have no problems. Once I added the VC2010 redistrib we haven't seen any issues at all. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Mumbles Posted March 5, 2013 Share Posted March 5, 2013 This error pops up: "This application has requested the Runtime to terminate it in an unusual way." (Microsoft Visual C++ Runtime Library) It says that every time any exception is thrown, and where nothing catches it... Knowing what type of exception to catch (and where it is in the code) could be a nightmare to find... Quote LE Version: 2.50 (Eventually) Link to comment Share on other sites More sharing options...
Ywa Posted March 7, 2013 Author Share Posted March 7, 2013 pfff, then i don't know, lol. Last stupid question, have you tried it to run it as admin ? Even though I'm admin already I tried that. No difference. Thanks for trying to help me out though. We use Windows 7 here and have no problems. Once I added the VC2010 redistrib we haven't seen any issues at all. 'we haven't seen any issues at all'? My post is about an issue with it. And it certainly is related to something the Editor uses. As far as I can see it might be related to loading an Internet Explorer/webbrowser frame. Is it possible to make a build without that feature? (guess it's related to the opening screen, since that looks HTML-ish) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.