similar to: How to run RO private server in wine?

Displaying 20 results from an estimated 100000 matches similar to: "How to run RO private server in wine?"

2009 Mar 15
2
Unable to run Perfect World in Wine
Recently, I tried install a game called Perfect World (http://pwi.perfectworld.com/), which has not been tested in Wine yet. To my surprise, the installer ran beautifully. However, when I went to open it from the desktop shortcut, I received an error. WineHelper's log had this to say: Code: pfixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 16 vertex samplers and 16 total
2010 Apr 16
1
Wine Ragnarok private server help
Been on linux (ubuntu 9.10) for about a month now. Starting to get the hang of it. The only thing from windows I am missing is being able to play this game. I've read a lot of stuff on the net and tried different things. Some say i need to trick the ip but I am unable to figure out the server IP address. A lot of private servers have certain things in place to prevent hacking, so I think
2011 Jul 03
7
Age of Conan, Wine 1.3.23, Mac OS 10.6.7 ?
Age of Conan went free-to-play (sort of) recently, and I thought I'd give it a look. The AppDB entry and a search of bugs seems to indicate that it should mostly work except for some texture problems, but I can't seem to get past the installation. Configuration: * Mac OS X 10.6.7 * Wine 1.3.23 * Age of Conan web installer Process: * Created fresh WINEPREFIX by: "wine notepad"
2008 Oct 04
1
Wine 1.0 and Ragnarok Online
I can't seem to get Ragnarok Online (iRO) to work with Wine. Everytime I try, it crashes with an error that seems to be something people are experiencing on the normal servers. I'm trying to log in to Valkyrie, though I really don't think it matters too much. Here's the deal: I've used winecfg and told it to simulate a desktop at 1280 * 800. I've set the settings in
2011 Feb 10
3
Legions: Overdrive on Linux/Ubuntu with WINE
I'm new to Linux/Ubuntu and need some help getting Legions: Overdrive (http://www.legionsoverdrive.com/) with PlayOnLInux and WINE. Legions: Overdrive is a sci-fi FPS game, Freedom of movement returns in this spiritual successor to Tribes. Travel by jetpack and ski over foreign landscapes, dodging grenades and shooting enemies in deathmatch mode. Sharpen your shooting accuracy or prepared to
2009 Jun 17
3
[GERMAN - ENGLISH] Wine can not started the Game (Dragonica)
Hallo Leute :) Ich bin sehr neu in der Linux Branche und sto?e zu anfang direkt an meine grenzen. Wine startet alle meine Windows Programme einwandfrei.. ausser das spiel was ich in meiner freizeit spiele wenn ich mal nicht rausgehe und mal langeweile habe. Das spielt nennt sich Dragonica. Ich benutze Ubuntu 9. Der Patcher startet erfolgroch. nachdem ich das spiel starte.. ?ffnet sich dieses
2001 Dec 12
1
http://www.vorbis.com/musicsites.psp
I'm run this website : Kro men CD added on 2001-09-19 05:59:02.00 The French band named Kro men have released their CD entitled Phallussy in the Ogg format. The adress have changed from http://kromaniaks.free.fr to http://kromaniaks.coleumes.org , can you update the http://www.vorbis.com/musicsites.psp page ? Thanks a lot, Keep up the good work :) A+ Mathieu --- >8 ---- List
2001 Mar 22
2
Reachout 8.42 with Wine on KDE 2 RH 7
Hi, I am trying to eliminate all remnants of Windows 98 on my system, but for my job I need to be able to run Reachout 8.42 Enterprise (from the now defunct Stac). Has anyone tried to run this from Linux with wine? Or are there any fake RO clients for Linux? Once I get over this hurdle, I can free up the space on my Win98 partition finally! Thanks, Philip
2009 Dec 15
3
Best way ro run 2 or more asterisk servers?
Hello List. I have a question regarding connecting two asterisk servers. I'm trying to learn how asterisk comunicates from server to server. I already have a server running smoothly now, I'm installing another one to test it along side the actual one. I would like to run different scenarios: 1. Have one of the boxes at a different location outside the LAN and have them communicate. 2.
2004 Dec 20
0
Samba 3.0.2suse (9.1) and dos file attributes (ro/hidden/system)
Good time of a day. I have a problem with samba 3.0.2suse and dos file attributes. Users (winxp,2k,98) cannot change ReadOnly file attrib on files that don't belong to them. Example: user1 in group main create file test, he can change file attr or date/time, but user2 from the same group main can not. Sorry for my bad english. Here is my smb.conf: [global] dos charset = CP866 unix
2011 Jul 11
2
Wine 1.3.24 and Age of Conan: Anybody made it work?
Hey all, Yesterday I compiled and installed 1.3.24, and after having done that I thought I'd give the new Age of Conan Unchained thingie a whirl, just to see if it worked. Long story short, it didn't. I was fairly sure the installer/patcher was doing its thing, because it was pulling some 8GB worth of data to my disk, but all the while it was doing it, all I got was a an empty window.
1996 Nov 14
1
Security hole in Debian 1.1 dosemu package
In Debian 1.1, the optional DOSEMU package installs /usr/sbin/dos setuid root. This is a serious security hole which can be exploited to gain access to any file on the system. Package: dosemu Version: 0.64.0.2-9 ------- start of cut text -------------- $ cat /etc/debian_version 1.1 $ id uid=xxxx(quinlan) gid=xxxx(quinlan) groups=xxxx(quinlan),20(dialout),24(cdrom) [quinlan:~]$ ls -al
2014 Nov 21
1
Re: [PATCH 2/6] btrfs: add optional parameter `ro' to btrfs_subvolume_snapshot
On Friday 21 November 2014 13:17:56 Hu Tao wrote: > Parameter `ro' is for creating readonly btrfs snapshot. > > Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> > --- > daemon/btrfs.c | 11 ++++++++++- > generator/actions.ml | 4 ++-- > 2 files changed, 12 insertions(+), 3 deletions(-) > > diff --git a/daemon/btrfs.c b/daemon/btrfs.c > index
2014 Nov 21
0
[PATCH 2/6] btrfs: add optional parameter `ro' to btrfs_subvolume_snapshot
Parameter `ro' is for creating readonly btrfs snapshot. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- daemon/btrfs.c | 11 ++++++++++- generator/actions.ml | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/daemon/btrfs.c b/daemon/btrfs.c index 7a4d43d..b630bce 100644 --- a/daemon/btrfs.c +++ b/daemon/btrfs.c @@ -208,7 +208,7 @@ do_mkfs_btrfs (char
2006 Apr 23
4
Problem "wining" Ragnarok Online
Hi to all, im a new linux/wine user and im having some problems to wine a ragnarok client... [hillo@Umbrella RO]$ wine roP.exe err:module:LdrInitializeThunk "binkw32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"H:\\RO\\roP.exe" failed, status c0000142 [hillo@Umbrella RO]$ Im using a fake drive_c with all .dll in ~/system32
2009 Mar 15
1
Wine 1.1.17 Ubuntu 8.1 Volum Error causing crash.
:~$ env WINEPREFIX="/home/mac/.wine" wine "C:\Perfect World Multilanguage Service\patcher\patcher.exe" err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element fixme:mixer:ALSA_MixerInit No master control found on ATI IXP Modem, disabling mixer X Error of failed request:
2011 May 16
1
How to mount ext3 root partition with noatime and ro options at boot-time
Hi all, I was trying to mount root-partition which is ext3 partition with noatime and ro option. I included "ro" in the kernel command line But for mounting it with "noatime" option when I searched for some solution I came across a patch http://lkml.org/lkml/2007/8/5/38 But after applying this patch and including option "noatime" in
2018 Sep 05
0
Change password and add user on RO filesystem
Hello Marcin, On 2018-09-04, Marcin Trendota <moonwolf.rh at gmail.com> wrote: > > I'm trying to create system with RO root filesystem, so i'm using > /etc/sysconfig/readonly-root along wih /etc/rwtab and /etc/statetab. > > Apart of numerous problems with services running on RO filesystem (which > i'm constantly resolving adding entries to /etc/statetab) one
2010 Aug 13
1
Question about using guestfish --ro as a backup solution
> <monolive> what is the risk if I backup a running VM ? using > guestfish --ro ? I understand that my open files might be funny but > the issue should be solve by a fsck ? it won't work for an open DB It's a bit different from this. What happens is that the libguestfs appliance / kernel attaches to the disk, which is in a potentially unclean *and* potentially changing
2018 Sep 04
2
Change password and add user on RO filesystem
Hi everyone I'm trying to create system with RO root filesystem, so i'm using /etc/sysconfig/readonly-root along wih /etc/rwtab and /etc/statetab. Apart of numerous problems with services running on RO filesystem (which i'm constantly resolving adding entries to /etc/statetab) one thing popped up. I'm unable to add user or change his password. Error is 'cannot lock