similar to: help running kings quest vii, crashes, bug 5282

Displaying 20 results from an estimated 200 matches similar to: "help running kings quest vii, crashes, bug 5282"

2006 Jan 07
1
Leisure Suit Larry's Greatest Hits and Misses
I am now at the point where I have one more thing to install before I can scrap my Windows box - and it's Leisure Suit Larry's Greatest Hits and Misses. I have installed the DOS-based parts of it in dosbox, and also used sarien and freesci to handle some of it, but there is a significant part of this collection that needs Windows. Trying an installation with the default Windows version
2006 Mar 16
2
Can wine run .com files?
Does Wine have the ability to run DOS .com files? Specifically I wish to run 4dos.com which is a command.com replacement. Larry -- Larry Alkoff N2LA - Austin TX Using Thunderbird on Slackware Linux
2006 May 23
11
how to debug RTNETLINK invalid argument?
Hey, I am getting an invalid argument trying to insert a qdisc: [root@emu-5 iproute2]# tc qdisc add dev eth0 root xcp capacity 50Mbit limit 500 RTNETLINK answers: Invalid argument I''m not sure whats wrong here, because i can successfully insert this qdisc on other computers of mine. How can i debug this? Thanks! George
2010 Aug 23
1
King's Quest: Mask of Eternity cannot load saved games.
so after a lot of wasted time and stuff, I finally got mask of eternity working on my desktop with arch linux. everything seems to be working fine, except I can't change the graphics mode to direct3d (I don't care about that though) and more importantly, I can't load saved games. this game is huge and there is no way to beat it in one sitting, so that is a huge problem. I was going
2006 Apr 11
10
created new q_disc, inserted module, tc tells me unknown qdisc
Hi, I am trying to install a proprietary qdisc made for research, it is not publically released yet, however its been used several times so i know it works. The files included are: q_xcp.c: static int xcp_parse_opt() static int xcp_print_opt() static int xcp_print_xstats() struct qdisc_util xcp_util = { "NULL", "xcp" ..... }; sch_xcp.c: static int
2007 Mar 19
2
cant install or run programs from cd especially Final Fantasy VII (FF7)
ive been using wine for about a month now and ive tried a couple different versions but i cant install or run anything on wine from a CD..i did a work around for it by just copyin the cd to my hard drive and got my game installed, but it comes with 3 play disks and an install disk, and when i try to play it even when the correct play disk is in and copied everywhere on my hard drive the game still
2010 Jun 09
1
INFO: task nash:5282 blocked for more than 120 seconds.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I did some configuration changes on a XenServer 5.6 (Which I believe is running CentOS 5.5 under the hood). After a reboot, the server failed to come back up. Connecting to the serial console, I see that it hangs right after setting hostname: Setting hostname somehostname: [ OK ] INFO: task nash:5282 blocked for more than 120 seconds. "echo
2018 Aug 01
0
ecryptfs (from centosplus) and libvirt lxc quest on it - quest upon start shoots host in the head
hi guys I have a lxc guest on Dell's R815(AMD Opterons) which I just moved to an ecryptfs mounted folder(using centosplus' kernel C7.5) Copying data to that folder seems to work just fine, but I as soon as I start the quest, the host gets shot in the head almost immediately, hard reboot, no dump. I also have another, virtually identical guest but on Intel platform and that one does
2018 Jul 31
0
ecryptfs (from centosplus) and libvirt lxc quest on it - quest upon start shoots host in the head
hi guys I have a lxc guest on Dell's R815(AMD Opterons) which I just moved to an ecryptfs mounted folder(using centosplus' kernel) Copying data to that folder seems to work just fine, but I as soon as I start the quest the host gets shot in the head, hard reboot, no dump. I also have another, virtually identical guest but on Intel platform and that one does not do anything but runs
2011 May 21
1
Problem with The Witcher 2: Assassins of Kings + Ubisoft
Here's my main reply: http://pastebin.com/3zq1r9pF . Basically I say that two tools, WhatChanged and RegShot, might not only help this situation out, but help get other programs to work in WINE. Also, I have links to other places in there and explain a little about SecuROM and why you need the disc (or emulate a disc) to START the game, but you can take it out later. Myth 11 and WINE's
2011 Jul 24
2
Re: Problem with The Witcher 2: Assassins of Kings
I had already looked at bug # 27298 (The Witcher 2 Slow Performance on any setting.) as well as http://appdb.winehq.org/objectManager.php?sClass=version&iId=23504&iTestingId=64212 My problem is it not laucher is not even starting which is different from the performance problem. When I tried the 'WINEDEBUG=-all wine application.exe' I still get 'fixme:heap:HeapSetInformation
2010 Aug 21
1
Re: Kings Bounty- Armoured Princess
I have legal russian version from Katauri Disc protected by StarForce and cannot be played on Linux how convert game To Steam ? i play previous part and want to play this. they not helped me and give me r\o on forum ^((
2001 Jul 24
0
Age of Kings
Hi all, can anyone explain how to get AoE2 running under wine? I read somewhere it should work with version 20010326, but it does not on my machine (Suse 7.2, kde 2.2beta1). -- Heinz
2011 Feb 01
3
brand new and confused (re: kings bounty 2)
Hello All, For starters i dont have a clue what wine is all about nor do i know how to use it. I consider myself fairly computer literate. I work in IT in a helpdesk and consider myself at least intermediate. that said, i dl'd kings bounty armored pricess the other day and have had nothing but freezes on the load screen. i can pick my character and click next and then it just goes to the
2012 Mar 13
9
Cannot install aok (Age of Empires 2: Age of Kings) on Wine
Hi there, I'm running Wine 1.3.28 on Ubuntu Oneiric and I cannot manage to get aok installed. The installation routinely freezes immediately after the program starts to copy the first file, the message that pops up says there isn't enough space on disk (clearly a false statement) or that the folder is being used by some other program (which one?). Thanks for your help.
2004 Oct 28
12
HTB: Problem with excess bandwidth distribution
Hello, I have a serious problem with HTB which I wasn''t able to solve myself. I run a masquerading router with ppp0 as interface to the Internet. Three clients need to share a downstream of 1 MBit, which I want to divide with tc. When I see a packet being forwarded to one of these clients, I give it the appropriate unique mark: iptables -t mangle -A FORWARD -d 192.168.34.141 -j MARK
2006 Apr 16
9
how to do probabilistic packet loss in kernel?
Hi, I am using iproute2 to setup fowarding, adding routes like "ip route add 192.168.1.3 via 192.168.1.2" I was wondering where in the kernel I can insert probabilistic packet loss only for forwarded packets? So that for instance I can drop 5% of all forwarded packets? I don''t need help with the actual code, just need help finding where to insert this code :) Thanks! George
2006 May 14
0
cross-platform quest
On May 13, 2006, at 9:25 AM, Hans Fugal wrote: > Hello Lyle, > > I submitted a Summer of Code proposal to pick that toolkit which is > closest to the cross-platform panacea and take up the slack to help it > reach it. I don''t know yet if I''ll get it, but I''m getting a head > start. > > Of all the toolkits, I have the most experience with
2009 Apr 18
1
Visual C++ Runtime Error R6034 - Mah Jong Quest 3
I have just installed Mah Jong Quest 3 without any problems. When I start the game I get the error > Runtime Error! > C:\Pro... > R6034 > An application has made an attempt to load the C runtime library incorrectly. I did have look in the Wine FAQ, but it wasn't of any help, since I don't have msvcr80.dll in my system32 folder. I do have it iin the game folder, but when I
2008 Oct 17
1
Hype: The time quest won't install.
Hype is a Win95/98/ME 3D action game that has always been a favorite of mine. The demo installed fine, so I decided to get my full copy and try it out. For some reason, when it tries to install, it gives this at the beginning: fixme:vxd:VXD_Open Unknown/unsupported VxD L"sice.vxd". Try setting Windows version to 'nt40' or 'win31'. However, that goes away and it starts