Displaying 20 results from an estimated 1000 matches similar to: "Re: Gateway (online game client) - login hangs"
2010 Oct 19
2
Gateway (online game client) - login hangs
Official site (download link, etc..) (www.warpportal.com)
AppDB entry (http://appdb.winehq.org/objectManager.php?sClass=application&iId=12219)
Everything appears to install and update, as normal. Afterward, I can even start the program, but when I attempt to login, it just never finishes. The "logging in" animation screen never crashes or stops, it simply never moves beyond that
2017 Mar 30
0
JPG issue
You have the setting on to HIDE files that can't be written to. Try turning
that off. Next, investigate why it's causing the files to get 540
permissions instead of 740 (or other).
On Thu, Mar 30, 2017 at 11:18 AM, Curtis Vaughan via samba <
samba at lists.samba.org> wrote:
> Ok, it's taken me a while, but here's what seems to be the problem. In OSX
> I see a lock on
2017 Mar 30
2
JPG issue
Ok, it's taken me a while, but here's what seems to be the problem. In OSX
I see a lock on the file. If that lock is ON, it disappears. But what is
that lock and where did it come from.... Is it like a read only lock?
On Thu, Mar 30, 2017 at 11:04 AM Curtis Vaughan <cavaughan at gmail.com> wrote:
> Ok, here's what seems to be going on. When a JPG is put into a share it
>
2017 Mar 30
0
JPG issue
Ok, here's what seems to be going on. When a JPG is put into a share it
inherits permissions of 540. When I chmod it to 740 it appears in file
browsers. So the file is actually there, but invisible. But I've tried
other files and everything else copies over with 740. Again, why?
On Thu, Mar 30, 2017 at 10:56 AM Curtis Vaughan <cavaughan at gmail.com> wrote:
> [global]
>
>
2007 Apr 29
1
Which version of DirectX 9 does Wine support?
Hi,
I came across a game demo, Shrek the third.
The installation went almost smoothly, but the
installation directory it went into was
C:\Program Files\My Product Name
instead of the suggested default:
C:\Program Files\SHReK the THiRD
The demo said it requires DirectX 9c and indeed
it doesn't run because it needs d3dx9_32.dll.
It seems Wine doesn't provide this DLL currently.
Best
2007 Jul 15
2
upgrade my open ssl
Dear All,
I have centos 4.5 final and when i installed it there is a openssl version
openssl-0.9.7a-43.16 ..
i need to upgrade it to openssl 0.9.8 ..
also when i try to uninstall it it gives me a failed dependency errror
actually i did a nodeps and uninstalled openssl ver 0.9.8 but when my
sendmail was restatered compalined saying libssl.so.4 missing or error
actually i found that thaere was
2017 Mar 30
2
JPG issue
[global]
workgroup = NPC
server string = Samba Server %v
netbios name = Atlantica
security = user
map to guest = bad user
dns proxy = no
hide files = /~*/
hide unwriteable files = yes
#============================ Share Definitions
==============================
[homes]
comment = Home Directories
path = /home/%S
valid users = %S
browseable = no
guest ok = no
writable = yes
2001 Feb 21
3
OpenSSH 2.5.1p1 on HP-UX: No CTRL+C possible!!!
I've compiled 2.5.1p1 on
HP-UX mdv010 B.11.00 A 9000/887 457369232 two-user license
with --prefix=/usr --sysconfdir=/etc/ssh \
--with-ssl-dir=$MYPWD/openssl-0.9.6 \
--with-pid-dir=/etc/ssh \
--with-default-path=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
--with-entropy-timeout=250
Nothin special I think, works fine with 2.3.0p1.
Well, when I try to stop a process
2005 Nov 03
3
newbie graphics question: Two density plots in same frame ?
I swear I've scoured the help files and several texts before posting
what feels like a dumb newbie question.
How can I draw two kernel density plots in the same frame ? I have
similar variables in two separate data frames, and I would like to show
their two histograms/densities in a single picture. Same units, scale,
range for both, so I'm simply trying to draw one and then add the
2007 Jul 23
2
[LLVMdev] LHS of an expression
hello all,
If i have an IR instruction of the form
%tmp10 = call sbyte* %malloc( uint 4 ) ; <sbyte*> [#uses=1]
%tmp10 = cast sbyte* %tmp10 to int* ; <int*> [#uses=1]
store int* %tmp10, int** %t
which is nothin but a malloc call how can i get %tmp into maybe a variable
set.
If i have a store instruction then it is pretty much simpler as the
getOperand(1) can give
2020 Apr 17
1
setup sdbox per user with userdb
Hi welcome
I want to set some virtual users with sdbox mail_location
so I return in
password_query and user_query extra field mail
which contains
sdbox:/var/mail/example.com/user:INDEX=/var/mail_indexes/example.com/user:ALT=/var/mail_altstorage/example.com/user
and then when i send email to user at example.com
I see all sdbox dirs created but
when i login with thunderbird IMAP - Maildir
2007 Jul 23
0
[LLVMdev] LHS of an expression
Hi Abhinav,
> If i have an IR instruction of the form
> %tmp10 = call sbyte* %malloc( uint 4 ) ; <sbyte*> [#uses=1]
> %tmp10 = cast sbyte* %tmp10 to int* ; <int*> [#uses=1]
> store int* %tmp10, int** %t
>
> which is nothin but a malloc call how can i get %tmp into maybe a variable
> set.
>
> If i have a store instruction then it is
2008 Jan 05
3
Logout from xm console
Hi folks,
my problem:
i am using putty and german layout. if i login from dom0
with "xm console xen1" i can login into the xen1 (domU)
but how can i quit this console ?
i have tested several commands:
ctrl+5
ctrl+altgr+9
ctrl+c
ctrl+x
nothin happend. any hints ?
--
Have an nice day,
Viele Grüße
Dominique H Schramm
_______________________________________________
Xen-users
2007 Jul 23
2
[LLVMdev] LHS of an expression
Hi Bill,
Thanks a lot for your response.But my problem still remains.The thing is i
am having a data type std::vector<Value*> as i am checking for the
variables in Store Instructions and Malloc Instructions.For store the case
is straightforward as discussed earlier.I want the same Value* variable
for malloc inst as well.
bcos i cannot have a different set for only instructions.
can there be
2007 Jul 24
0
[LLVMdev] LHS of an expression
On 7/23/07, abhi232 at cc.gatech.edu <abhi232 at cc.gatech.edu> wrote:
> Hi Bill,
> Thanks a lot for your response.But my problem still remains.The thing is i
> am having a data type std::vector<Value*> as i am checking for the
> variables in Store Instructions and Malloc Instructions.For store the case
> is straightforward as discussed earlier.I want the same Value*
2008 Dec 05
4
Winetricks / DX9
Hi
I'm not sure if this is the right forum to ask a question about Winetricks, but I'm going to try anyway since I just can't seem to find a place dedicated to it.
./winetricks directx finishes, but gives a lot of strange feedback which I think isn't supposed to be there. I don't have any games around right now, so I can't see if the thing is working.
Code:
malkav at
2007 Dec 16
0
Option globeSurf ICON II 7.2
Anyone got this working in centos 5. If managed, then please
info how?
Especially how with KPPP.... I get it workin so far, that kppp says
modem ready, then starting initalizing modem, but newer get it
ready, nothin in logs, just keep on initalizing.
Jarmo
2003 Apr 13
0
ALTGR Problem
Hi,
I installed the current stable wine from the source a few hours ago on
my RedHat9 System. Yes, using the --with-nptl switch.
Well, most things are running well, but there is a real great problem!
When ever I press the AltGr Key, I get the ^ sign and nothin happend
concerning the email "at" sign, the special brackets and so on. I have
a Toshiba notebook, 2430-101 with a qwertz
2002 Mar 26
0
Problem running Win32 app under Wine
Hi to every one,
I am using MandrakeLinux 8.1 on 4 different machines
and a notebook. I have updated the system with the
first UpDate CD.
My problem is that when I start a Win32 application,
say Word97, Wincp, Winzip and other private
applications, nothing happens. It means that after
complaining about non existant fonts, wine run
undefinitly, and winreal take about 95% of the
processor time.
2016 Jul 12
0
samba log question
Ubuntu 16.04 Server with Samba 4.3.9
All the shares are working fine. None of the users are experiencing any
issues, but I see in the logs the following over and over:
[2016/07/12 10:06:03.972792, 0] ../source3/param/loadparm.c:32
59(process_usershare_file)
process_usershare_file: stat of /var/lib/samba/usershares/10.0.1.zip
failed. No such file or directory
There are no shares at: