-
Notifications
You must be signed in to change notification settings - Fork 1
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
Current version is broken for me #9
Comments
What OS are you using? |
Windows 10 |
I don't know if it will work on Windows 10. I've only tested it on Windows XP, 7, and 8.1. |
Its UI showed up in an earlier version. |
Does it show an error message or just nothing? |
It shows something but not what is in your screenshot. |
Now it is crashing: Faulting application name: talk32.exe, version: 0.0.0.0, time stamp: 0x63cde961 |
I don't know why it crashes like that. |
The only thing I can think of is that you might need to install the Visual C++ 2010 x86 runtime. |
Maybe you could build the project with a recent version of Visual Studio. |
That error was caused by an unused function called urlWriteCallback(). I removed it and committed and pushed the changes. |
You'll probably have to rebuild the dependencies since they're built for Visual C++ 2010. |
I was able to compile it by compiling the libcurl that was at the date you put its files in the source code and putting the resulting libcurl.a in place of the one in the source code. The outputted Talk32.exe is now hanging when ran. |
I don't know what that means but if you used the libcurl version from any time before December 2022 then the online mode won't work because that's when I updated it to the version that supports WebSockets. |
The curl source I used to build under Visual Studio 2019 had the date of December 2022. |
Can you try fixing it to get it to compile with Visual Studio 2019? |
Please? |
I don't know how I missed the message where you asked me to try compiling it but I don't think so because I would have to install VS 2019 and probably refactor a lot of stuff. |
I think it would be worth it. You might even find bugs thanks to it. |
It is not showing its UI as like in the screenshots provided.
The text was updated successfully, but these errors were encountered: