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

CutyCapt.exe not rendering files in windows machine #10

Open
uppalasx opened this issue May 13, 2014 · 3 comments
Open

CutyCapt.exe not rendering files in windows machine #10

uppalasx opened this issue May 13, 2014 · 3 comments

Comments

@uppalasx
Copy link

I have installed QT 5.1.0(mingw48_32) in my windows7 machine and able to create the CutyCapt.exe file using below commands. But the generated CutyCapt.exe file not able to rendering my .html page. It is giving the white page.
Note : My html page have the js code+ html content.

But I have downloaded the CutyCapt.exe file from "http://cutycapt.sourceforge.net/" .
The downloaded CutyCapt.exe file able rendering my html file.

I have used the same source code and same html I have used.
Any of the one please help me, how I can generate the exe file. If there any other process is there in windows machine please let me know.

I have used below commands for generate the CutyCapt.exe :
qmake -project
qmake
mingw32-make

@uppalasx uppalasx changed the title Unable create CutyCapt.exe Generated CutyCapt.exe not rendering .html files May 13, 2014
@uppalasx uppalasx changed the title Generated CutyCapt.exe not rendering .html files Generated CutyCapt.exe not rendering files May 13, 2014
@uppalasx
Copy link
Author

hoehrmann, How we can create the CutyCapt.exe file in windows machine?

Please help on this! :-(

@uppalasx uppalasx changed the title Generated CutyCapt.exe not rendering files CutyCapt.exe not rendering files in windows machine May 15, 2014
@hakanai
Copy link

hakanai commented Jan 21, 2015

You're probably experiencing the issue looking up dependent DLLs, where instead of crashing with useful information it would just silently proceed to do nothing. I had the same issue on OSX and could never figure out what it was looking for.

We ended up giving up on the library resolution and investigated getting a static build...

@hoehrmann
Copy link
Owner

Sounds to me like you might be using the wrong file://... URI syntax to refer to the local document. Does it work when you capture some http://... address?

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

3 participants