-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can't Run, Want Project to Live On #1
Comments
Could you provide the complete call stack? This method is just a helper function which is being called when an invalid argument was passed to a function (probably a null pointer) Update: I just downloaded, and compiled it and it works for me. |
Sorry, should have included that. Here's the full Call Stack:
Looks like the CDex code that is causing the problem is line 380 in CDex.cpp: And the problem is with the call to |
I found the issue. Line 139-140 in Language.cpp is trying to create a file in C:\temp, which the application doesn't have rights to do:
Changing this to a directory the application has access to resolves the issue. Any idea how to get this to use a temporary path based on the Windows environment? I'm trying but am having trouble getting it with the CStdioFile.Open. |
…le c:\temp\missing.txt and crashed if c:\temp did not exist. Moved location to %temp%-Directory and changed g_nReportMissing to FALSE to disabled writing missing.txt at all.
Thanks for fixing this issue! |
The original CDex project has been taken over and hijacked to include adware in the installer, and the SourceForge project no longer exists (see CDex - Wikipedia). You have the only source code I can find online for CDex. I'm hoping to revive the clean CDex.
The problem is, I can't run the Visual Studio project in your repository. I'm getting the error:
At invarg.c Line 132:
`` __fastfail(FAST_FAIL_INVALID_ARG);
I'm familiar with C# but not C++, and I'm not sure what I can do to resolve this issue. Any help you could give would be greatly appreciated.
The text was updated successfully, but these errors were encountered: