Skip to content
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

Open
Zero3K opened this issue Jan 30, 2023 · 22 comments
Open

Current version is broken for me #9

Zero3K opened this issue Jan 30, 2023 · 22 comments

Comments

@Zero3K
Copy link

Zero3K commented Jan 30, 2023

It is not showing its UI as like in the screenshots provided.

@DoaJCBlogger
Copy link
Owner

What OS are you using?

@Zero3K
Copy link
Author

Zero3K commented Jan 31, 2023

Windows 10

@DoaJCBlogger
Copy link
Owner

I don't know if it will work on Windows 10. I've only tested it on Windows XP, 7, and 8.1.

@Zero3K
Copy link
Author

Zero3K commented Jan 31, 2023

Its UI showed up in an earlier version.

@DoaJCBlogger
Copy link
Owner

Does it show an error message or just nothing?

@Zero3K
Copy link
Author

Zero3K commented Jan 31, 2023

It shows something but not what is in your screenshot.

@Zero3K
Copy link
Author

Zero3K commented Jan 31, 2023

Now it is crashing:

Faulting application name: talk32.exe, version: 0.0.0.0, time stamp: 0x63cde961
Faulting module name: talk32.exe, version: 0.0.0.0, time stamp: 0x63cde961
Exception code: 0xc0000005
Fault offset: 0x000160ad
Faulting process id: 0x18b4
Faulting application start time: 0x01d9352212140f43
Faulting application path: C:\Talk32\release\talk32.exe
Faulting module path: C:\Talk32\release\talk32.exe
Report Id: 30c67187-52cc-457d-8d4d-c79a8d1dfd34
Faulting package full name:
Faulting package-relative application ID:

@DoaJCBlogger
Copy link
Owner

I don't know why it crashes like that.

@DoaJCBlogger
Copy link
Owner

The only thing I can think of is that you might need to install the Visual C++ 2010 x86 runtime.

@Zero3K
Copy link
Author

Zero3K commented Jan 31, 2023

image

@DoaJCBlogger
Copy link
Owner

Maybe you could build the project with a recent version of Visual Studio.

@Zero3K
Copy link
Author

Zero3K commented Feb 2, 2023

image

@DoaJCBlogger
Copy link
Owner

That error was caused by an unused function called urlWriteCallback(). I removed it and committed and pushed the changes.

@Zero3K
Copy link
Author

Zero3K commented Feb 2, 2023

image

@DoaJCBlogger
Copy link
Owner

You'll probably have to rebuild the dependencies since they're built for Visual C++ 2010.

@Zero3K
Copy link
Author

Zero3K commented Feb 2, 2023

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.

@DoaJCBlogger
Copy link
Owner

DoaJCBlogger commented Feb 2, 2023

the libcurl that was at the date you put its files in the source code

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.

@Zero3K
Copy link
Author

Zero3K commented Feb 2, 2023

The curl source I used to build under Visual Studio 2019 had the date of December 2022.

@Zero3K
Copy link
Author

Zero3K commented Feb 17, 2023

Can you try fixing it to get it to compile with Visual Studio 2019?

@Zero3K
Copy link
Author

Zero3K commented Mar 14, 2023

Please?

@DoaJCBlogger
Copy link
Owner

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.

@Zero3K
Copy link
Author

Zero3K commented Mar 14, 2023

I think it would be worth it. You might even find bugs thanks to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants