View Full Version : EMIII in Linux
Shelnutt2
01-11-07, 07:34 PM
Can it be? EMIII in linux? Why yes it can be! I'm this (||) close to have it working.
http://img489.imageshack.us/img489/3299/emiii1dn2.th.png (http://img489.imageshack.us/img489/3299/emiii1dn2.png)
http://img471.imageshack.us/img471/1615/emiii2lc7.th.png (http://img471.imageshack.us/img471/1615/emiii2lc7.png)
http://img444.imageshack.us/img444/499/emiii3lj9.th.png (http://img444.imageshack.us/img444/499/emiii3lj9.png)
It doesn't seem to work perfect with the SMP client as the client isn't in *.exe form. I've emailed the creator(Larry) of EMIII about this. I think because I can't get it to select the core I don't get the progress bars, and it doesn't detect the WU correctly. I had to select the core as its in .exe form. Although its getting the tpf.
BEFORE you bother with all the steps below, try this.
http://www.landshark-racing.com/FAH/winegit.zip
note: 64bit user will have to also install some libraries still,
get the libxxf86dga1 package
http://packages.ubuntu.com/cgi-bin/download.pl?arch=i386&file=pool%2Fmain%2Flibx%2Flibxxf86dga%2Flibxxf86dg a1_1.0.0-0ubuntu3_i386.deb&md5sum=f1f2a20a6db2bf5eb44db45cdb3a1337&arch=i386&type=main
Save the files to your desktop.
then:
cd ~/Desktop
dpkg -x libxxf86dga1_1.0.0-0ubuntu3_i386.deb libs
sudo cp ~/Desktop/libs/usr/lib/* /usr/lib32
then install wine with:
sudo dpkg --force-architecture -i wine_0.9.29git_i386.deb.
a lot simpler eh?
Skip down to step 18.
So here is how I got EMIII working.
Here is the link to downloading/setting up the GIT version of wine.
http://wiki.winehq.org/GitWine
Steps from link above slightly modified for debian/ubuntu.
Install the git manager
1) sudo apt-get install git-core
Copies the Wine GIT from server to your computer
2) git clone git://source.winehq.org/git/wine.git wine-git
cd's to the wine directory
3) cd wine-git
Configure wine for your system
4) ./configure
(note you might have to install g++ (c++ compiler), flex (another compiler) and bison (another, yes another compiler) "sudo apt-get install g++", "sudo apt-get install flex" and "sudo apt-get install bison")
Also if it gives you a warning about no X support, and needing to install atleast Xfree86 devel files..then you need to "sudo apt-get install xlibs-dev"
(steps 5-14 taken from here (http://groups.google.com/group/comp.emulators.ms-windows.wine/browse_thread/thread/1b5bd4fdb314d528/64e0967ed0e138ad).)
5) Download ICU library source from http://icu.sourceforge.net/download/3.4.html#ICU4C . (You want 3.4.1.tgz)
ntar what you just downloaded. You can use ubuntu's archive manager if you want. Just know the directory you untared it to.
6) tar zxvf icu-3.4.1.tgz
7) cd to the directory that you just did above, and then "cd source"
8) LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" CC="gcc -m32" CXX="g++ -m32" ./configure
make/compile all the files
9) make
creates a script to make a needed lib file
10) ar t /usr/lib/libsicuuc.a | sed -e 's/ao$/o/' | perl -e 'while(<>){ chomp($_); print "find . -name $_ | xargs ar ruv libsicuuc.a\n"; }' > mkar.sh
makes the lib file
11) sh mkar.sh
copies the lib file you made to the usr/lib32 folder
12) sudo cp libsicuuc.a /usr/lib32/
Hack the wine dlls/gdi/Makefile to include the archive you just copied to /usr/lib32 ...
13) gedit /home/shelnutt/wine-git/dlls/gdi32/Makefile
14) Change:
EXTRALIBS = /usr/lib/libsicuuc.a /usr/lib/libsicudata.a -lstdc++ -lgcc_s
-to-
EXTRALIBS = /usr/lib32/libsicuuc.a /usr/lib/libsicudata.a -lstdc++ -lgcc_s
cd to your Wine directory
15) cd && cd wine-git
make wine!
16) make all
Install!
17) sudo make install
Setup Sidenet
18) To run sidenet, download from here (http://sidenet.ddo.jp/winetips/files/wine-config-sidenet-1.9.2-test2.tgz). Assuming you downloaded to the desktop...
18-1) cd ~/Desktop
18-2) tar -xzvf wine-config-sidenet-1.9.2-test2.tgz
18-3) cd ~/Desktop/wine-config-sidenet
18-4) ./setup
Get EMIII
19) Download EMIII (http://home.comcast.net/~wxdude1/emsite/download.html)
Unzip EMIII
18) Unzip EMIII and place it in the "c" folder under your home directory. (note: if you don't run the sidenet, then in your home directory press ctrl + h to show hidden files, look for .wine, open it and you should see c_drive? open it and if it looks like its a C drive, has program files, windows and other directories, if so copy the EMIII folder here. If not.. :shrug:)
19) Download MSVBVM60.DLL (http://www.dll-files.com/dllindex/dll-files.shtml?msvbvm60), unzip and place it in c:\windows\system32..c is located under your home folder.)
20) Download MSVBVM50.DLL (http://www.dll-files.com/dllindex/dll-files.shtml?msvbvm50), unzip and place it in c:\windows\system32)
21) Make sure your in the wine-git folder. If not cd there
Run EMIII
22) wine "c:\EMIII\EMIII.exe"
23) Have fun!
Let me know how it goes for you.
Shelnutt2
01-13-07, 07:03 PM
Being an impatient person I've found a away around not being able to select the client.
http://img239.imageshack.us/img239/1812/setupemiiioa6.th.png (http://img239.imageshack.us/img239/1812/setupemiiioa6.png)
Instead of hitting the button to manual find the client, hit the one that auto searches. Then change the name to fah5, instead of winFAH.exe that it puts there.
Also the reason that you do not get ppd and progress pars is because that it was a quick hack done by Dimitry to get EMIII working. I'm not 100% sure what the problem is but it seems that everything is not correctly implemented to allow EMIII to run properly. Its not able to import the wu data along with not being able to access the internet to get total points for your username. I'll work my around and see if I can figure it out but I don't really have any C programming skills.
Also it seem even though the SMP WU's are 302x or so for sum reason in the current.xyz file which is where EMIII grabs the WU info from the work units are listed as <1000..for example the 3025 is 576 and the 3023 is 398...I need to go post on the FAH forms about that unless someone knows why.
OOOOOOO , teacher I don't understand?! What does it mean when you get an error on step 4?
onfigure: error: C compiler cannot create executables
See `config.log' for more details.
david@david-toshiba:~/wine-git$
Shelnutt2
01-15-07, 05:29 PM
OOOOOOO , teacher I don't understand?! What does it mean when you get an error on step 4?
onfigure: error: C compiler cannot create executables
See `config.log' for more details.
david@david-toshiba:~/wine-git$
Yes, I forgot about this issue. Its a 64bit issue, it seems to come and go with updates to the gcc.
try "export CC=gcc"
or
update binutils (http://packages.debian.org/stable/devel/binutils) ("sudo apt-get install binutils")
Reading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
this form the apt-get approach
other approach gives prompt next line down
Shelnutt2
01-15-07, 05:56 PM
Reading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
this form the apt-get approach
other approach gives prompt next line down
http://www.ubuntuforums.org/showthread.php?t=17033
Try installing libc6-dev-i386.
(http://packages.debian.org/unstable/libdevel/libc6-dev-i386 or sudo apt-get install libc6-dev-i386)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libc6-dev-i386
i take it this is not good?
Shelnutt2
01-15-07, 06:04 PM
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libc6-dev-i386
*cough* link *cough*
Download it from the link...I'm in windows right now, I couldn't test to see if it was in the repositories.
duh whats a repository????????
I am a "Linux Noob" yer speakin greek again.
sorry to hear about that windows thing.:rolleyes:
It has its place;)
PS Im messin' around with this on my lappy 32 bit Ubuntu6.10 dual boot.
Shelnutt2
01-15-07, 06:28 PM
duh whats a repository????????
I am a "Linux Noob" yer speakin greek again.
sorry to hear about that windows thing.:rolleyes:
It has its place;)
PS Im messin' around with this on my lappy 32 bit Ubuntu6.10 dual boot.
Repository = place where bunch of programs are stored. When you do apt-get install x. It searches all the repositories you have listed in the list file. It search all for program x. When it finds x it also checks to see if x needs any other programs to run. If it does then ti search and trys to download y & z so that x can run.
http://en.wikipedia.org/wiki/Repository
32bit install? Let me go fire up my laptop. I've only tried this on my 64bit desktop.
WHoa there don't kill yerself over this yet, let me try this again tomorrow night on the quad beast in the basement. well be talkin the same fruit then;)
Shelnutt2
01-15-07, 06:51 PM
WHoa there don't kill yerself over this yet, let me try this again tomorrow night on the quad beast in the basement. well be talkin the same fruit then;)
I my laptop gets the same error! I will figure this out!
Eureka!!!
"sudo apt-get install g++"
you also need flex and bison.
"sudo apt-get install flex"
"sudo apt-get install bison"
you could do it all in one command. "sudo apt-get install g++ flex bison"
whoa when is it going to stop .... you the linux master!!!! sweet!
Shelnutt2
01-15-07, 07:23 PM
whoa when is it going to stop .... you the linux master!!!! sweet!
:santa:
Do post back with a screen shot of it working! :p
its still going ... will do when I get it up ... i can pick up at step 5 after this finishes?
Shelnutt2
01-15-07, 07:42 PM
its still going ... will do when I get it up ... i can pick up at step 5 after this finishes?
Yes..do you have dial-up? Because if your still downloading the g++/flex/bison then wow, very slow. Took me a whole 14 seconds.
no i ment complying???
david@david-toshiba:~/wine-git$ cd ~/icu341
david@david-toshiba:~/icu341$ LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" CC="gcc -m32" CXX="g++ -m32" ./configure
bash: ./configure: No such file or directory
david@david-toshiba:~/icu341$ make
make: *** No targets specified and no makefile found. Stop.
david@david-toshiba:~/icu341$
more problems:bang head
Shelnutt2
01-15-07, 07:52 PM
lol
I forgot a step
once you cd to icu, you then have to "cd source"..your trying to compile from the wrong folder =P
and actually give me 30 seconds here. I am 95% sure that since that your running 32bit you can skip to step 16 and make wine. As 5-14 are for setting up libraries that are not there in the 64bit distro.
no joy same result no such file or directory
david@david-toshiba:~$ cd ~/Desktop/icu
david@david-toshiba:~/Desktop/icu$ LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" CC="gcc -m32" CXX="g++ -m32" ./configure
bash: ./configure: No such file or directory
david@david-toshiba:~/Desktop/icu$ LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" CC="gcc -m32" CXX="g++ -m32" ./configure
bash: ./configure: No such file or directory
david@david-toshiba:~/Desktop/icu$ LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" CC="gcc -m32" CXX="g++ -m32" ./configure
bash: ./configure: No such file or directory
david@david-toshiba:~/Desktop/icu$
every time i try to get to icu it says no such file
but when i cd ~/Desktop/icu I can get there??? permissions set read-write??
Shelnutt2
01-15-07, 08:03 PM
no joy same result no such file or directory
skip it. Skip to step 16. I just made("make") wine on my laptop. You don't need 5-14.
P.S. If you though ./configure took a while...:p
i was goin to ask if we needed to do all that it seemed to be redundant after all flex bison stuff as i sped resd the terminal will it compiled before
Shelnutt2
01-15-07, 08:21 PM
i was goin to ask if we needed to do all that it seemed to be redundant after all flex bison stuff as i sped resd the terminal will it compiled before
well g++, flex and bison are different. Those are compilers to compile the files. 5-14 sets up some 32bit libraries that wine uses. In a 64bit distro the libraries are not there, but in a 32bit distro they are.
do i have to get sidenet thats a 32 bit to 64 bit converter right?
Shelnutt2
01-15-07, 08:28 PM
do i have to get sidenet thats a 32 bit to 64 bit converter right?
sidenet is just a nice little script that sets up wine for us. It creates a easy to get to "c" directory. It adds a wine menu the the "applications" menu. It setups task manager..its just a nice little script.
for sidenet when installing, when it gets to the point and asked you if you want to install options 0, 1, 2 or 3. Just do 0. I had a slightly different sidenet script I linked to but I just tried the link adn it was dead..so I need to find someone that will host my slightly older but better for us sidenet script..
sidenet is just a nice little script that sets up wine for us. It creates a easy to get to "c" directory. It adds a wine menu the the "applications" menu. It setups task manager..its just a nice little script.
for sidenet when installing, when it gets to the point and asked you if you want to install options 0, 1, 2 or 3. Just do 0. I had a slightly different sidenet script I linked to but I just tried the link adn it was dead..so I need to find someone that will host my slightly older but better for us sidenet script..
I cant d/l it your link is to a password prtected sight
open mouth insert foot my bad i probly hit the wrong link
Shelnutt2
01-15-07, 08:38 PM
I cant d/l it your link is to a password prtected sight
try here:
http://sidenet.ddo.jp/winetips/config.html
if that doesn't work, the site below will link you to the site I just listed.
http://doc.gwos.org/index.php/HowToWine#Method_2_-_Sidenet
edit:
:( I forgot another step. I feel so bad. You going to have to install xlibs-devel or else you will not have support for windows in wine..e.g. command line only programs. So you need to "apt-get install xlibs-dev" then go back to step 4.
I am soo sorry.
would that have anything to do with this
david@david-toshiba:~$ cd ~/wine-git
david@david-toshiba:~/wine-git$ wine "c:\EMIII\EMIII.exe"
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
wine: Unhandled page fault on read access to 0x00000e08 at address 0x6600e84b (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000e08 in 32-bit code (0x6600e84b).
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file DLL\MSVBVM60.dbg ("\x08\x01")
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:6600e84b ESP:0033fcac EBP:0033fcc8 EFLAGS:00010202( - 00 - -RI1)
EAX:00000e08 EBX:66000000 ECX:0033fca0 EDX:006e0100
ESI:00000e08 EDI:00000001
Stack dump:
0x0033fcac: 6610e470 6600ef50 6601cb0d 66003138
0x0033fcbc: 66000000 00000001 66000000 0033fd08
0x0033fccc: 66001b25 66000000 00000001 00000001
0x0033fcdc: 00110748 00000000 0033fd08 7eff5904
0x0033fcec: 7efb42e5 66000000 00000001 00000001
0x0033fcfc: 7efb5aed 7efb53a9 7eff5904 0033fdb8
Backtrace:
=>1 0x6600e84b in msvbvm60 (+0xe84b) (0x0033fcc8)
2 0x66001b25 in msvbvm60 (+0x1b25) (0x0033fd08)
3 0x7efb564c MODULE_InitDLL+0x16c(wm=0x110748, reason=0x1, lpReserved=0x1) [/home/david/wine-git/dlls/ntdll/loader.c:842] in ntdll (0x0033fdb8)
4 0x7efb5aed process_attach+0x12d(wm=<register EDI not in topmost frame>, lpReserved=0x1) [/home/david/wine-git/dlls/ntdll/loader.c:912] in ntdll (0x0033fdf8)
5 0x7efb5a32 process_attach+0x72(wm=<register EDI not in topmost frame>, lpReserved=0x1) [/home/david/wine-git/dlls/ntdll/loader.c:904] in ntdll (0x0033fe38)
6 0x7efb86a1 LdrInitializeThunk+0x371(unknown1=0x0, unknown2=0x0, unknown3=0x0, unknown4=0x0) [/home/david/wine-git/dlls/ntdll/loader.c:2168] in ntdll (0x0033ff08)
7 0x7ee7e2ca start_process+0xba(arg=0x0) [/home/david/wine-git/dlls/kernel32/process.c:810] in kernel32 (0x0033ffe8)
8 0xb7eba607 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
0x6600e84b: movl 0x0(%esi),%eax
Modules:
Module Address Debug info Name (32 modules)
PE 400000-5c2000 Deferred emiii
PE 66000000-66152000 Export msvbvm60
ELF 7bf00000-7bf03000 Deferred <wine-loader>
ELF 7e939000-7e9d1000 Deferred oleaut32<elf>
\-PE 7e950000-7e9d1000 \ oleaut32
ELF 7e9d1000-7e9e4000 Deferred libresolv.so.2
ELF 7e9ee000-7ea0c000 Deferred iphlpapi<elf>
\-PE 7ea00000-7ea0c000 \ iphlpapi
ELF 7ea0c000-7ea60000 Deferred rpcrt4<elf>
\-PE 7ea20000-7ea60000 \ rpcrt4
ELF 7ea60000-7eafb000 Deferred ole32<elf>
\-PE 7ea70000-7eafb000 \ ole32
ELF 7eafb000-7eb41000 Deferred advapi32<elf>
\-PE 7eb10000-7eb41000 \ advapi32
ELF 7eb41000-7ebc5000 Deferred gdi32<elf>
\-PE 7eb50000-7ebc5000 \ gdi32
ELF 7ebc5000-7ecff000 Deferred user32<elf>
\-PE 7ebe0000-7ecff000 \ user32
ELF 7ee0d000-7ef2b000 Dwarf kernel32<elf>
\-PE 7ee30000-7ef2b000 \ kernel32
ELF 7ef2b000-7ef36000 Deferred libnss_files.so.2
ELF 7ef36000-7ef40000 Deferred libnss_nis.so.2
ELF 7ef40000-7ef56000 Deferred libnsl.so.1
ELF 7ef56000-7ef7c000 Deferred libm.so.6
ELF 7ef7c000-7f000000 Dwarf ntdll<elf>
\-PE 7ef90000-7f000000 \ ntdll
ELF b7d53000-b7d5c000 Deferred libnss_compat.so.2
ELF b7d5d000-b7d61000 Deferred libdl.so.2
ELF b7d61000-b7e95000 Deferred libc.so.6
ELF b7e96000-b7ea9000 Deferred libpthread.so.0
ELF b7eb3000-b7fc4000 Dwarf libwine.so.1
ELF b7fc6000-b7fe1000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
00000008 (D) C:\EMIII\EMIII.exe
00000009 0 <==
david@david-toshiba:~/wine-git$
you mean step 15 right?? i thought we could skip 4-14.??
Its gettin late i dont know about you but ive got to work tomorrow. well see if we can pick this up tomorrow night.
Thanks for the help "The Linux Noob";)
Shelnutt2
01-15-07, 09:07 PM
would that have anything to do with this
blah blah my bad
you mean step 15 right?? i thought we could skip 4-14.??
Yep thats why you get that error message. Well I mean you have to install xlibs-dev..then you need to ./configure wine again, then skip down to make all, and then sudo make install. You should be good then as you've already setup sidenet and all...
Did sidenet work for you? I'm guessing since you got to that point everything went ok?
I know this is a lot of steps to get EMIII working but a) wine is good for more than just EMIII b)next official version of wine (0.9.30) should include the update and you'll be able to download a .deb file..that will eliminate steps 1-17..
all right i had to keep going with it
image too large
now we have to work on getting it to run correctly
after all this what else will work basically out of the box now?anything for windows??or will i still have to tweek it?
sweet when will that be out, i like easy, hard is good too it forces me to learn.
Shelnutt2
01-16-07, 04:09 AM
all right i had to keep going with it
image too large
now we have to work on getting it to run correctly
after all this what else will work basically out of the box now?anything for windows??or will i still have to tweek it?
sweet when will that be out, i like easy, hard is good too it forces me to learn.
image to large? What? I didn't get that error on my laptop. After I recompiled with xlibs-dev it worked fine. Can you post your entire error message?
Its a case by case bases. Somethings work fine others don't. Some things you'll need to go download or copy some dll files over, as they aren't recreated in wine yet. Oh and wine doesn't support MSI installer. So any program that installs with the MSI installer will not install. The MSI installer in wine was broken a long long time ago. Broken meaning it worked but then someone changed some code to get something else working and then it caused the MSI installer to stop working. Someone will getting it working one day.
I'm not sure when it will be out but it seems that it might be out in February? Just a guess based on the number of patches rolling in.
image to large? What? I didn't get that error on my laptop.
screen shot image to large i cant show you it is up.
max size 158 megs? file is 346megs. cant post it.
havent found where i can resize it yet in linux.
tpf is off progress bar is off wu time to complete is off wont get stats but it does show what protien its crunchin.:)
Shelnutt2
01-16-07, 04:33 PM
screen shot image to large i cant show you it is up.
max size 158 megs? file is 346megs. cant post it.
havent found where i can resize it yet in linux.
tpf is off progress bar is off wu time to complete is off wont get stats but it does show what protien its crunchin.:)
Oh. Don't scare me like that! You can sue gimp to resize your image, its under applications. Or you can upload them via imageshack.us.
I'm a little suprised the tpf is off. Its been right on with my SMP folding. Progress bar doesn't work, yeah I'm not sure why but I think it might be a wine issue. I'm still looking into it. Two things for stats. 1) Wine issue and it can't access the web to get your overall stats and 2)PPD issue is because it doesn't detect SMP proteins correctly. For standard FAH client, back a back up copy of emprotz.dat, then open emprotz.dat with a text editor. Then at the end of the file you can enter the information in the following format.
"WU #"
time to complete in seconds
points
# of frames
You can get most of that info from the psummary page at stanford (google it).
time to complete in seconds I'm not sure where you get that, just enter a random amount of seconds.
sean uk
01-16-07, 08:03 PM
maybe a silly question as i'm quite new to linux
but why don't you just
[root@localhost ~]# yum install wine
[root@localhost ~]# yum install wine-tools
this will load wine and all needed depents
and if you set up yum to include the livna repositories you can install nearly any program or driver just by yum install *********
by using this method i had firefox, xine, wine ,internet explorer ,autocad and skype set up and working in an hour and was only a couple of days into using linux
Shelnutt2
01-16-07, 08:26 PM
maybe a silly question as i'm quite new to linux
but why don't you just
[root@localhost ~]# yum install wine
[root@localhost ~]# yum install wine-tools
this will load wine and all needed depents
and if you set up yum to include the livna repositories you can install nearly any program or driver just by yum install *********
by using this method i had firefox, xine, wine ,internet explorer ,autocad and skype set up and working in an hour and was only a couple of days into using linux
Because the latest official version of wine 0.9.29 does not include an update/patch need for EMIII to run. The patch was created by dmitry a few days after the release of 0.9.29 so until 0.9.30 comes out we will have to use the git version. git is like cvs or svn.
I just created a .deb installer file. So if I can find someone to host the files for me then you'll be able to skip all the steps I have, and only have about 5-6 steps...
Shelnutt2
01-18-07, 04:46 AM
Thanks to landshark, for hosting the file, you can now just download a .deb file for anyone running a debian based distro!
jws2346
01-19-07, 01:23 AM
Thanks to landshark, for hosting the file, you can now just download a .deb file for anyone running a debian based distro!
Man, you and LS (aka Gary) are freaking fantastic. Now for a real "noobie doo" question, where do I go to download the .deb file? :rolleyes: (try not to pass out laughing, but I'm serious)
Patched
01-19-07, 02:22 AM
psst jws2346, the first post has been edited with what you might be looking for :)
Shelnutt2
01-19-07, 04:37 AM
Man, you and LS (aka Gary) are freaking fantastic. Now for a real "noobie doo" question, where do I go to download the .deb file? :rolleyes: (try not to pass out laughing, but I'm serious)
As Patched said, I edited the first post. Its not a one click install as the 64bit user still needs to install one library, thats takes a whole extra 4 steps though.. I'll eventually get it to where its a onr-click install, for both 32 and 64bit users.
jws2346
01-19-07, 05:42 AM
psst jws2346, the first post has been edited with what you might be looking for :)
Hey thanks a zillion Patched, this forum seems to be made up of life savers. When it comes to anything to do with computers or F@H just ask and someone on overclockers.com will know. (although I'm kind of partial to the Folding section :D ) Thanks guys and gals (especially for helping the folding challenged among us, like me) :clap:
Shelnutt2
02-02-07, 08:57 PM
Here is a bump and to say that if you edit the protienz.dat file with the correct information for the SMP proteins then it will give you the PPD. I'd post a step by step how to but sadly Ubuntu has recently been giving me video issues and until I fix those, or install Debian I can't give a step by step (as I'm running windows now, yuck!).
Thanks for the Bump shel.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.