@Gridcoin
No problem, I understand that making gridcoin working with QT is a step before havint it work headless.
1) Regardless of whether noveau "should" work with wine, when you do a "wine regsvr32 dllname.dll" you should receive "types registered successfully", not a noveau error. Figure out the answer to that and we can move past the first regsvr command in the instructions I posted.
What I wanted to say is that I have this nouveau error with everything in wine. It's like wine telling "please, use nouveau instead of nvidia, I don't like nvidia even if it works".
Not a problem since every program who should work in wine, work even with this error.
What I don't understand is this :
dll registering works but not ocx registering ...
[Yama@VaioLaptop wine]$ wine regsvr32 msvbvm60.dll
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Successfully[ registered DLL msvbvm60.dll
[Yama@VaioLaptop wine]$ wine regsvr32 BoincLinux.dll
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Successfully registered DLL BoincLinux.dll
[Yama@VaioLaptop wine]$ wine regsvr32 mschrt20.ocx
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Failed to load DLL mschrt20.ocx
[Yama@VaioLaptop wine]$ wine regsvr32 mscomctl.ocx
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Failed to load DLL mscomctl.ocx
I think your
howto lacks something
edit :
Okay, problem found. .ocx files were not in the zip.
Now, ocx registering works :
[Yama@VaioLaptop wine]$ wine regsvr32 msvbvm60.dll
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Application tried to create a window, but no driver could be loaded.
The explorer process failed to start.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Successfully registered DLL msvbvm60.dll
[Yama@VaioLaptop wine]$ wine regsvr32 mschrt20.ocx
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Successfully registered DLL mschrt20.ocx
[Yama@VaioLaptop wine]$ wine regsvr32 mscomctl.ocx
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Successfully registered DLL mscomctl.ocx
[Yama@VaioLaptop wine]$ wine regsvr32 BoincLinux.dll
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Successfully registered DLL BoincLinux.dll
[Yama@VaioLaptop wine]$ wine GridcoinLinuxGUI.exe /regsvr
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
I now see the wallet AND the linux mining screen. There is a boinc utilization of 50 and the wallet seems to having trouble synchronizing (57422/57426, 57424/57427) ...
Cudaminer still doesn't work ...
[Yama@VaioLaptop ~]$ cudaminer -o http://127.0.0.1:9332 -O Cubie:x
*** CudaMiner for nVidia GPUs by Christian Buchner ***
This is version 2014-01-20 (beta)
based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
Cuda additions Copyright 2013,2014 Christian Buchner
My donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
[2014-01-31 23:19:37] 1 miner threads started, using 'scrypt' algorithm.
[2014-01-31 23:19:37] HTTP request failed: Failed to connect to 127.0.0.1 port 9332: Connection refused
[2014-01-31 23:19:37] json_rpc_call failed, retry after 15 seconds
rpcuser=Cubie
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=9332
server=1
poolmining=false
gen=0
#PORTS
#RPC Port: 9778
#RPC Port (testnet): 19778
edit2 : Could it be a problem of architecture ?
I'm using a 64bit cudaminer while your wine exe might be 32bit ...