Weidbrewer
October 3rd, 2009, 03:37 AM
Okay, this goes around the bend a few times. I'm looking to set up a Left 4 Dead dedicated server, for which I need Steam. Also, I don't really have space on the drive that houses my home directory. Now, when I was running Ubuntu 8.10 32-bit, I had no problem doing this by simply moving the drive_c folder where I wanted and symlinking it. However, on the 64-bit version, I can't get Steam to startup this way. (works fine when housed in the home directory.) I accomplished the linking with the following:
Moving just the drive_c:
ln -s /media/raid/drive_c /home/myusername/.wine/
When that didn't work, I tried migrating the entire wine folder:
ln -s /media/raid/.wine /home/myusername/
Neither of these worked. A box would appear on my task bar to say it was loading, it would sit there a bit, then go away. Running from the command line gets me:
*****@******:~$ wine "C:\\Program Files\\Steam\\steam.exe"
wine: Unhandled page fault on execute access to 0x0048720d at address 0x48720d (thread 0009), starting debugger...
Unhandled exception: page fault on execute access to 0x0048720d in 32-bit code (0x0048720d).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:0048720d ESP:0032ff0c EBP:0032ffe8 EFLAGS:00010246( - 00 -RIZP1)
EAX:00000000 EBX:7b8b6ff4 ECX:96f58c25 EDX:00000000
ESI:0048720d EDI:7ffdf000
Stack dump:
0x0032ff0c: 7b879028 7ffdf000 00000000 00000000
0x0032ff1c: 00000000 00000000 00000000 00000000
0x0032ff2c: ffffffff 7b8790b0 7b845ef0 7b8b6ff4
0x0032ff3c: ffc60602 00000018 0032ffe8 7bc4a2d2
0x0032ff4c: 11252825 00000000 00000000 00000000
0x0032ff5c: 00000000 00000000 00000000 00000000
Backtrace:
=>1 0x0048720d EntryPoint() in steam (0x0032ffe8)
2 0xf7e0fd77 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
0x0048720d EntryPoint in steam: call 0x004952bf
Modules:
Module Address Debug info Name (80 modules)
PE 400000- 530000 Export steam
So, it looks like there might be something there with the 32 vs 64, but I don't know what. Any help would be awesome.
Moving just the drive_c:
ln -s /media/raid/drive_c /home/myusername/.wine/
When that didn't work, I tried migrating the entire wine folder:
ln -s /media/raid/.wine /home/myusername/
Neither of these worked. A box would appear on my task bar to say it was loading, it would sit there a bit, then go away. Running from the command line gets me:
*****@******:~$ wine "C:\\Program Files\\Steam\\steam.exe"
wine: Unhandled page fault on execute access to 0x0048720d at address 0x48720d (thread 0009), starting debugger...
Unhandled exception: page fault on execute access to 0x0048720d in 32-bit code (0x0048720d).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:0048720d ESP:0032ff0c EBP:0032ffe8 EFLAGS:00010246( - 00 -RIZP1)
EAX:00000000 EBX:7b8b6ff4 ECX:96f58c25 EDX:00000000
ESI:0048720d EDI:7ffdf000
Stack dump:
0x0032ff0c: 7b879028 7ffdf000 00000000 00000000
0x0032ff1c: 00000000 00000000 00000000 00000000
0x0032ff2c: ffffffff 7b8790b0 7b845ef0 7b8b6ff4
0x0032ff3c: ffc60602 00000018 0032ffe8 7bc4a2d2
0x0032ff4c: 11252825 00000000 00000000 00000000
0x0032ff5c: 00000000 00000000 00000000 00000000
Backtrace:
=>1 0x0048720d EntryPoint() in steam (0x0032ffe8)
2 0xf7e0fd77 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
0x0048720d EntryPoint in steam: call 0x004952bf
Modules:
Module Address Debug info Name (80 modules)
PE 400000- 530000 Export steam
So, it looks like there might be something there with the 32 vs 64, but I don't know what. Any help would be awesome.