What's new

Lindbergh Emulator

Hi ! I've just tried the latest build (thanks a lot for setting up the CI flow) , and I have some visual issues with my Nvidia card (I set NVIDIA in the config file)

For some reason it seems to want to load the nouveau driver, rather the the nvidia driver. and then a lot of issues with the the Vertex Shader

Code:
[0000.000] GAME> ### ERROR GlVertexShader_createFromAsmFile : [./shader/vs/fixed_vs000.vp] is not VertexShader Program!!
[0000.000] GAME> ### ERROR GlVertexShader_createFromAsmFile : [./shader/vs/fixed_vs001.vp] is not VertexShader Program!!
[0000.000] GAME> ### ERROR GlVertexShader_createFromAsmFile : [./shader/vs/fixed_vs002.vp] is not VertexShader Program!!
[0000.000] GAME> ### ERROR GlVertexShader_createFromAsmFile : [./shader/vs/fixed_vs003.vp] is not VertexShader Program!!
[0000.000] GAME> ### ERROR GlVertexShader_createFromAsmFile : [./shader/vs/fixed_vs004.vp] is not VertexShader Program!!
[0000.000] GAME> ### ERROR GlVertexShader_createFromAsmFile : [./shader/vs/fixed_vs005.vp] is not VertexShader Program!!
[0000.000] GAME> ### ERROR GlVertexShader_createFromAsmFile : [./shader/vs/fixed_vs006.vp] is not VertexShader Program!!

Code:
[0002.208] GAME> ## OpenGL Error invalid operation(0502)(predrawFilterShader:539)
[0002.208] GAME> ## OpenGL Error invalid enumerant(0500)(predrawFilterShader:550)
'-avx512er' is not a recognized feature for this target (ignoring feature)
'-avx512pf' is not a recognized feature for this target (ignoring feature)
'-avx512er' is not a recognized feature for this target (ignoring feature)
'-avx512pf' is not a recognized feature for this target (ignoring feature)
'-avx512er' is not a recognized feature for this target (ignoring feature)
'-avx512pf' is not a recognized feature for this target (ignoring feature)
'-avx512er' is not a recognized feature for this target (ignoring feature)
'-avx512pf' is not a recognized feature for this target (ignoring feature)
'-avx512er' is not a recognized feature for this target (ignoring feature)
'-avx512pf' is not a recognized feature for this target (ignoring feature)
[0002.230] GAME> ## OpenGL Error invalid enumerant(0500)(predrawFilterShader:585)
[0002.230] GAME> ## OpenGL Error invalid enumerant(0500)(predrawFilterShader:550)
[0002.230] GAME> ## OpenGL Error invalid enumerant(0500)(predrawFilterShader:585)
[0002.230] GAME> ## OpenGL Error invalid enumerant(0500)(predrawFilterShader:550)
[0002.231] GAME> ## OpenGL Error invalid enumerant(0500)(predrawFilterShader:585)
[0002.231] GAME> ## OpenGL Error invalid enumerant(0500)(predrawFilterShader:550)
[0002.231] GAME> ## OpenGL Error invalid enumerant(0500)(predrawFilterShader:585)
[0002.232] GAME> ### ERROR GlVertexShader_createFromAsmFile : [./shader/vs/vs_shadow.vp] is not VertexShader Program!!
[0002.236] GAME> ## OpenGL Error invalid operation(0502)(psPredrawPresetShader:2364)
[0002.236] GAME> ## OpenGL Error invalid enumerant(0500)(psPredrawPresetShader:2375)

I assume you have only 1 GPU in your system and if I am correct, the loader should use the nVidia driver. If not, you have an issue in your system that has nothing to do with the loader.
You cannot have both, the nVidia driver and nouveau installed at the same time.
Also, do not force the GPU in the conf file, leave it as auto. When you boot the game, it should detect your GPU.
 
I have only one GPU and you were right, by setting GPU to autodetect it fixed the graphical glitches, or most of them at least. Now the game itself it pretty slow, around 22-25 fps, which I find surprising considering I'm running this on a i7-9700K CPU @ 3.60GHz and an Nvidia 2060.
 
Lovley! i hope someone will do a detailed guide on how to get this to work on a fresh pc build for windows-dummies like me. I never did set up a Linux machine.
 
I have only one GPU and you were right, by setting GPU to autodetect it fixed the graphical glitches, or most of them at least. Now the game itself it pretty slow, around 22-25 fps, which I find surprising considering I'm running this on a i7-9700K CPU @ 3.60GHz and an Nvidia 2060.
Something not right surly ?
 
same here , i have Unbuntu running on a RE1 but following the guide i ran into allsorts of issues before even starting the loader, even with the clone section , really need a totally noob friendly guide , i never used Linux in my life
 
i just cant get it to work , i dont really understand what am doing , also which version of the games do we use my VF 5 doesnt have a disk folder or am i doing something wrong there also

really needs a noob friendly tutorial for non famil linux users so we can enjoy it also
 
Back
Top