Well it seem i got the the solo mine to work. I am mining but nothing is accepted or rejected nor any HW errors.
ultracoin.conf -------> should be placed in c:\....\appdata\roaming\ultracoin\ultracoin.conf
Your should also close your wallet client. ultracoin.conf as follows:
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
rpcport=44101
daemon=1
server=1
listen=1
port=44100
ultracoinminer.bat as follows: (the settings after the default stuff should depend on your gpu)
ultracoinminer -o
http://127.0.0.1:44101 -u user -p pass --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 --thread-concurrency 8192 -I 13 -g 2 -w 256
This is what worked. As i mentioned above, nothing accepted or rejected. Any thoughts?