Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
Finally Continuum In Linux!
Goto page 1, 2, 3, 4, 5, 6, 7  Next
 
Post new topic   Reply to topic Printable version
 View previous topic  higgs boson Post :: Post any non ssc zones still there?  View next topic  
Author Message
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Mon Dec 19, 2005 2:49 am   Post maybe stupid    Post subject: Finally Continuum In Linux! Reply to topic Reply with quote

Yay icon_smile.gif wine power:



Big thanks to vitamin<3
Back to top
View users profile Send private message Add User to Ignore List Send email
Cerium
Server Help Squatter


Age:41
Gender:Gender:Male
Joined: Mar 05 2005
Posts: 807
Location: I will stab you.
Offline

PostPosted: Mon Dec 19, 2005 2:58 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Does it actually work though?

Oh, and one more thing:
kill yourself, faggot.
_________________
There are 7 user(s) ignoring me right now.
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Bak
?ls -s
0 in


Age:24
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Mon Dec 19, 2005 4:03 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

yeah it works...

Last edited by Bak on Tue Dec 20, 2005 11:19 pm, edited 1 time in total
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Dr Brain
Flip-flopping like a wind surfer


Age:38
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Mon Dec 19, 2005 8:48 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

How'd you do that?
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Bak
?ls -s
0 in


Age:24
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Mon Dec 19, 2005 9:52 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

he recompiled wine and overrid some system call... he wasn't fond to share the details althrough I'm sure he'll give out the source and stuff
Back to top
View users profile Send private message Add User to Ignore List AIM Address
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Mon Dec 19, 2005 11:47 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Code: Show/Hide
diff --git a/dlls/kernel/process.c b/dlls/kernel/process.c
index 33f9ee1..d50cb7d 100644
--- a/dlls/kernel/process.c
+++ b/dlls/kernel/process.c
@@ -2460,6 +2464,7 @@ HANDLE WINAPI OpenProcess( DWORD access,
     OBJECT_ATTRIBUTES   attr;
     CLIENT_ID           cid;

+if (access & PROCESS_VM_WRITE) return NULL;
     cid.UniqueProcess = (HANDLE)id;
     cid.UniqueThread = 0; /* FIXME ? */

unfortunatly its more of a hack as it probably wont be included in any wine cvs updates.. you have to add it to source then recompile.



Download wine source (http://www.winehq.org/site/cvs)
Copy cont.diff into the source directory
Change into the root of the source directory

Run the following commands:
cat cont.diff | patch -p1
./configure && make depend && make

If you have permission, make install.




cont.diff.txt - 0.39 KB
File downloaded or viewed 310 time(s)
Back to top
View users profile Send private message Add User to Ignore List Send email
Guest



Offline

PostPosted: Mon Dec 19, 2005 12:51 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

going to try it over several hardware specs tonight
Back to top
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Mon Dec 19, 2005 7:24 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Works great, tested it 5 min ago.

70+ fps @ 1600x1200 full screen 16bit
Avoid page flipping, disabled clipping, no fr limit etc.
Sound and everything

You cant really alt tab to a chat window though but who cares icon_smile.gif

My hardware
3ghz p4
fedora 4
ati 9800 pro
1.5gb dual ddr
Back to top
View users profile Send private message Add User to Ignore List Send email
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Mon Dec 19, 2005 7:32 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I think this deserves a sticky icon_smile.gif

actually working on sound now.. doesnt seem to play when in a zone.


Sound fixed, in winecfg make sure under audio acceleration to emulate.
Back to top
View users profile Send private message Add User to Ignore List Send email
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Mon Dec 19, 2005 7:56 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

This was with 0.9.3 patched source btw
Back to top
View users profile Send private message Add User to Ignore List Send email
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:36
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Tue Dec 20, 2005 1:44 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

How nasty. Of course this is a hack.

Wouldn't Continuum be able to work with Cedega, though?
Back to top
View users profile Send private message Add User to Ignore List
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Tue Dec 20, 2005 7:55 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Solo Ace wrote:
How nasty. Of course this is a hack.

Wouldn't Continuum be able to work with Cedega, though?


I tried with cedega 4.3 with no luck, never tried with 5 though.

All I know is it works good icon_smile.gif I played hz for 2 hours last night on it.
Back to top
View users profile Send private message Add User to Ignore List Send email
Dr Brain
Flip-flopping like a wind surfer


Age:38
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Tue Dec 20, 2005 10:16 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

You say it won't alt+tab? What happens?

I don't have access to a computer I can put WINE on just yet. Hopefully sometime this Christmas break I'll turn my laptop into a dual booter and give it a go.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Guest



Offline

PostPosted: Tue Dec 20, 2005 10:51 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

When you alt-tab you tab out of wine.. since wine is the actual program running. So it acts like minimizing continuum..
Back to top
i88gerbils
Oldbie Server Help


Gender:Gender:Male
Joined: Dec 13 2002
Posts: 423
Location: OH
Offline

PostPosted: Tue Dec 20, 2005 2:30 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I compiled the patched wine from around 9/30, but I haven't had a chance to test Continuum yet.
_________________
Oldbie Server Help
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website Yahoo Messenger
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Tue Dec 20, 2005 4:31 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I had wine installed previous to installing the patch source setup as listed above so I left my preisntalled wine (from rpm), then created the source wine directory in my home folder and configured/maked it there. I just manually run the sourced wine from that directory to run continuum. I stick to the wine installed from rpm (/usr/bin) just to keep the 2 wine versions separate.

Unfortunatly i have to type ./wine /home/jared/.wine/c/Continuum/Continuum.exe to start it every time as just wine Continuum.exe would start the non-patched version.
Back to top
View users profile Send private message Add User to Ignore List Send email
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Tue Dec 20, 2005 8:39 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

After installing the linux ati drivers, and playing around with some xconfig options was able to get very good fps.. almost good enough to play @ 1600x1200 (40-50fps atm)

I can get about 100fps at 1024..

or you can play continuum in uber 580x400!

Back to top
View users profile Send private message Add User to Ignore List Send email
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Tue Dec 20, 2005 8:45 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

oh.. be sure to change graphic settings to ATLEAST 16bit.. i cant get it to display on 8bit unless you make your xconfig support 8bit by editing the X11 conf.
Back to top
View users profile Send private message Add User to Ignore List Send email
i88gerbils
Oldbie Server Help


Gender:Gender:Male
Joined: Dec 13 2002
Posts: 423
Location: OH
Offline

PostPosted: Tue Dec 20, 2005 8:59 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Works fine at 1024x768x8 for me. 60fps w/ the binary fglrx drivers.

Need some sound though. Maybe it's something I haven't configured properly in wine.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website Yahoo Messenger
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Tue Dec 20, 2005 9:08 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

if your sound isnt working, you can try check marking the alsa driver in winecfg.. depending on your sound drivers.. you may not be able to have 2 sound streams at once.. meaning close any apps using sound then startup wine/cont

alsa driver seems to work good but i get a sound delay.. about half a second.. so if i shoot onces i dont hear it until a sec later.. working on that issue now.


FIXED.. in winecfg, checked ALSA driver.. and switched hardware acceleration to EMULATION.. works good now.
Back to top
View users profile Send private message Add User to Ignore List Send email
i88gerbils
Oldbie Server Help


Gender:Gender:Male
Joined: Dec 13 2002
Posts: 423
Location: OH
Offline

PostPosted: Tue Dec 20, 2005 9:42 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Aye done. :)
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website Yahoo Messenger
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:40
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3614
Location: Las Vegas
Offline

PostPosted: Tue Dec 20, 2005 10:51 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

phong wrote:
I think this deserves a sticky

Added a link in the ASSS Wiki to a how-to to do this. Anyone who has actually done this (don't have a desktop linux machine handy), feel free to correct any errors or add any other descriptions to the Wiki.
Back to top
View users profile Send private message Add User to Ignore List Send email
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Wed Dec 21, 2005 12:31 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Thanks
Back to top
View users profile Send private message Add User to Ignore List Send email
Guest



Offline

PostPosted: Thu Dec 22, 2005 11:38 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Can someone with a mac / OS X try this with darwine?

http://darwine.opendarwin.org/
Back to top
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Thu Dec 22, 2005 12:07 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Good idea
Back to top
View users profile Send private message Add User to Ignore List Send email
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Goto page 1, 2, 3, 4, 5, 6, 7  Next
Page 1 of 7

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 434 page(s) served in previous 5 minutes.

phpBB Created this page in 0.727797 seconds : 51 queries executed (64.5%): GZIP compression disabled