LinArcX

Results 73 comments of LinArcX

@gamelaster I have same issue. application build successfully but crashes whenever i run it. Any idea to fix it?

@gamelaster No error. crashes at runtime. @gotnospirit SDL: 2.0.14 CMAKE: 3.18.4 Windows: 7 Visual Studio: 2019 CEF: 88.2.1+g0b18d0b+chromium-88.0.4324.146

Oh. I debug the program and realized that this line always return null: https://github.com/gotnospirit/cef3-sdl2/blob/master/src/main.cpp#L266

I replaced `SDL_CreateRenderer` with `SDL_CreateSoftwareRenderer`. Now it's not null anymore, but i can't see the homePage(www.google.com). Edit: I really don't want to use software renderer. If anybody knows how can...

@gamelaster Sorry. What PC? You mean the version of graphic driver?

No. i'm running on real hardware. As i said inside windows 7.And i don't have a dedicated GPU. just intel graphic driver installed.

I've test it on another machine that has Nvidia graphic driver. It works(the `renderer` isn't null anymore!). but i got a black screen.(There's no error that i can see)

> If you want recursivity, you can use the -x parameter, as follows.. Can I specify which directories I want to use with this parameter? I ask this because it...

> Hi @LinArcX! To allow us to reproduce the problem, could describe exactly which commands you used to build the project with lorri? I.e. did you use `lorri daemon` with...

Hello, As you can see here: https://github.com/LinArcX/wmenu/blob/master/sources/gui/gui.cpp#L276 The x and y are hardcoded to 0. but it's not very hard to implement this feature. If I have free time, I...