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

Browser Sample Crashs on Win10 8 and 7 & Full Screen Problem And ....! #141

Closed
NothingFaceX opened this issue Jul 24, 2019 · 7 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@NothingFaceX
Copy link

Hi Adam
I'm using visual studio 2013 ultimate , Windows 7 x64 ultimate & Win SDK 7.1A to build browser sample , build success with no error but when I launch the app it will crash on start up after window appears.

Here's browser sample build :
http://s000.tinyupload.com/index.php?file_id=58807183198941244959

Also it goes wrong on full screen mode :
http://uupload.ir/files/mwvk_full_screen.jpg

Can it be because I use windows 7 SDK ?

@NothingFaceX
Copy link
Author

Also I tried build on windows 7 8 10 and all crash.

@uspasojevic96
Copy link

Do you have any crash log?

@NothingFaceX
Copy link
Author

how can I get log ?
i can send debug symbols

@adamjs
Copy link
Member

adamjs commented Jul 25, 2019

Can you try rebuilding with latest debug SDK for Windows/x86? Download it here: https://ultralight-sdk-dbg.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-win-x86.7z

Stepping into a debugger, it shows a crash somewhere in AppCore but we need debug symbols to pinpoint where.

This is probably related to a previous issue we resolved-- AppCore was built with VS2015 and a previous build used std::vector in the JSHelpers header which created a dependency on the STL headers of VS2015. (Latest trunk shouldn't have this issue anymore)

@NothingFaceX
Copy link
Author

Hi Dear @adamjs , I'm testing it , Also I installed all of directx11 run times on my windows 7
but it always shows 'Failed to initialize D3D11 context' error in windows 7.

@adamjs
Copy link
Member

adamjs commented Jul 26, 2019

What's your machine spec / video card?

@NothingFaceX
Copy link
Author

Desktop - Inter i7-4770 8 Thread - Ram 12GB - Graphic Card : NVIDIA Geforce GTX 660 Ti 2015MB
Windows 10 Latest Build - Windows 7 Ultimate

@adamjs adamjs self-assigned this Sep 27, 2019
@adamjs adamjs added the bug Something isn't working label Sep 27, 2019
@adamjs adamjs added this to the v1.1 milestone Sep 27, 2019
@adamjs adamjs closed this as completed Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants