.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Air Command 3.0- Save $12.00
War Plan Pacific- Save $7.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening

Reply
 
Thread Tools Display Modes
  #1  
Old February 6th, 2007, 04:20 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: A plea to devs to fix the Linux 3.06 patch

I think debian moved it up to unstable. But thats still not what most linux servers on the net will be using. Home users, sure, might decide to use the unstable or even the test versions. So its still likely to be a problem for anyone running a public server, or loading dominions to their shell account on one.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
Reply With Quote
  #2  
Old February 6th, 2007, 04:30 PM

thejeff thejeff is offline
General
 
Join Date: Apr 2005
Posts: 3,327
Thanks: 4
Thanked 133 Times in 117 Posts
thejeff is on a distinguished road
Default Re: A plea to devs to fix the Linux 3.06 patch

Nope, I still have /lib/libc-2.3.6.so

I'd checked it from work, when I first heard about the problem. I only installed the patch so I could be another data point. I was completely surprised when it worked.

There's something else going on.
Reply With Quote
  #3  
Old February 6th, 2007, 05:59 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: A plea to devs to fix the Linux 3.06 patch

LINUX TECHNICAL CRAP: stop reading here if you dont want a headache

try typing...
dom3 -Tv
and then try typing
/usr/local/games/dominions3/dom3_x86 -Tv
(or whatever the appropriate version is for you). See if they agree on the version number. You might have a link to an older version.

You might walk thru the links. That messed me up in the past and took awhile for me to figure out. Such as, on MY machine, there is a softlink on the $PATH
/usr/local/bin/dom3
and if I go to that directory and do an "ls -l dom3" thenI see
lrwxrwxrwx dom3 -> /usr/local/games/dominions3/dom3
and doing a "ls -l dom3" of /usr/local/games/dominions3/dom3 shows me that its a softlink to dom3_x86.

But on one patch, I found that the first link was hard instead of soft. It showed /usr/local/bin/dom3 as a file with a size. That meant that my upgrade to /usr/local/games/dominions3 was ok for all of the files except the executional one.

Gandalf Parker
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
Reply With Quote
  #4  
Old February 7th, 2007, 10:06 AM

thejeff thejeff is offline
General
 
Join Date: Apr 2005
Posts: 3,327
Thanks: 4
Thanked 133 Times in 117 Posts
thejeff is on a distinguished road
Default Re: A plea to devs to fix the Linux 3.06 patch

Ok, here you go:

dom3 -Tv
Dominions 3, version 3.06 (Jan 28 2007 15:13:01)'

/usr/local/games/dominions3/dom3_x86 -Tv
Dominions 3, version 3.06 (Jan 28 2007 15:13:01)

which dom3
/usr/local/bin/dom3

ls -l /usr/local/bin/dom3
lrwxrwxrwx 1 root staff 32 Oct 4 17:52 /usr/local/bin/dom3 -> /usr/local/games/dominions3/dom3*

ls -l /usr/local/games/dominions3/dom3
lrwxrwxrwx 1 root thejeff 8 Oct 4 17:52 /usr/local/games/dominions3/dom3 -> dom3_x86*

And for which library it's actually using:
ldd `which dom3` | grep libc
libc.so.6 => /lib/tls/libc.so.6 (0xb7c82000)

ls -l /lib/tls/libc.so.6
lrwxrwxrwx 1 root root 13 Feb 5 05:51 /lib/tls/libc.so.6 -> libc-2.3.6.so

I can't think of anything else to check. Everything indicates I'm running 3.06 using libc-2.3.6.
I don't know why it's working.
Reply With Quote
  #5  
Old February 7th, 2007, 11:44 AM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: A plea to devs to fix the Linux 3.06 patch

OK I retreat on this one.
I went to the shrapnelgames download page and grabbed 3.06 again. Now when I install it the results are fine.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
Reply With Quote
  #6  
Old February 7th, 2007, 12:22 PM

llamabeast llamabeast is offline
National Security Advisor
 
Join Date: Nov 2006
Location: Oxford, UK
Posts: 5,921
Thanks: 194
Thanked 855 Times in 291 Posts
llamabeast will become famous soon enoughllamabeast will become famous soon enough
Default Re: A plea to devs to fix the Linux 3.06 patch

Maybe they fixed the problem and didn't mention it?
__________________
www.llamaserver.net
LlamaServer FAQ
My mod nations: Tomb Kings and Vampire Counts
A compilation of high quality mod nations: Expanded Nations Packs
Reply With Quote
  #7  
Old February 7th, 2007, 12:45 PM

thejeff thejeff is offline
General
 
Join Date: Apr 2005
Posts: 3,327
Thanks: 4
Thanked 133 Times in 117 Posts
thejeff is on a distinguished road
Default Re: A plea to devs to fix the Linux 3.06 patch

Possible, but it would have been fast. I downloaded and had it running within an hour of Johan saying he'd look at it.
And, as you say, no mention.

Is anyone still having this problem?
PhilD, you were the first to run into it?
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 10:36 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.