Displaying 20 results from an estimated 4000 matches similar to: "Magic Engine - I know, I know, I am cross-posting."
2001 Mar 01
2
Direct3D fails to initialize in Diablo II/WINE
Hi all,
I was trying to run Diablo II under WINE, but I receive a "Direct3D
failed to initialize" error in a dialog box. The log says this:
***** DirectDraw error: Failed to get gamma control interface! - <
unknown > (0x80004002)
I tryed to run in both 640x480x16 and 640x480x8, but both give the same
error message. I'm using Linux 2.4.1, XFree86 4.0.1 on a GeForce256 DDR
2001 Feb 10
2
VxDs in Wine
I would like to see Mame/32 working in Wine, however, it uses a couple
of VxDs to do some things (I think it is timing and joysticks).
Normally VxD's do not work in Wine, but Mame/32 is open source. With
access to the source code of the VxD's, would it be possible to modify
the VxD files to work with Wine? If so, what would need to be done to
make the VxD drivers work with Wine?
2001 Feb 12
3
IE under wine
Hi,
I would like to know if anybody has got Internet Explorer to run under
wine, and if so, he is willing to share some experiences (plugins, java,
stupid sites, etc.)
Thanks.
--
Christoph Simon
datageo@terra.com.br
---
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
shit
.
2001 Feb 20
1
Windows 2000
Wine works quite well with applications that run under Windows 2000.
Chris
In article <3A3ACDC2.F0E80AC0@americasm01.nt.com>, "Sauriol, Nicholas
[CAR:5K24:EXCH]" <nsauriol@americasm01.nt.com> wrote:
> Is there any way to get wine to work with windows 2000?
>
>
> thanks
>
2001 Feb 28
1
Hey, some problem in wine:
I am using wine final version and running ftp client
How come the menubar was hidden in program?
but I can click
How can I make it normaly ?
just same as IE problem, also where can I get all DLL in system dir?
should I download all dll to system dir ?
Thanks
2001 Mar 01
1
Windows mediaplayer under wine.
Has anybody managed to get windows mediaplayer running under wine?
I've tried several times with mediaplayer 6.4, but it seems like it
won't install.
It extracts the files correctly but then just hangs there doing nothing.
--
Lasse Melsaeter <lasse.melsaeter@nooffice.com>
Systemsdeveloper
NoOffice Internatioonal AS <http://www.nooffice.com/>
-
BOFH excuse #265:
The mouse
2001 Mar 13
3
Bleem in Wine?
On 13-Mar-2001 The Spectre wrote:
> I have not found a good replacement for Bleem under Linux.
>
> Any suggestions?
To speak truly, I'd rather play in a good old PSX than in an emulator. Bleem!
sucks...
--
Carlos Laviola - ICQ 55799523
pub 1024D/3516D372 2000-06-05 Carlos Laviola <claviola@ajato.com.br>
Key fingerprint = 3BE1 6591 C78C 2AA4 31DD AEEF 6406 0227
2001 Mar 17
2
SuSE7.0 with Nvidia-GLX does not run together with MESA?
I saw on a "easy" Howto (there are about 10 different how-to's), that the
MESA-package from SuSE ist conflicting with the GL-Drivers from Nvidia
(which you need to run Nvidia-Cards 3D-accelerated). Is it true, that I
have to uninstall MESA?
--
live long and prosper
2001 Feb 02
2
undefined symbol
Has anyone seen this error? is it a bug? if not then what am I doing
wrong with the compile?
I downloaded the lastest CVS, applied the transgaming patch, it built
fine and installed fine.
# wine /mnt/hda1/windows/sol.exe
wine: error in loading shared libraries: /usr/local/lib/libntdll.so:
undefined symbol: wine_ldt_copy
thanks
heath
Sent via Deja.com
http://www.deja.com/
2001 Mar 20
2
nVidia and Starcraft
Ok... here's my big problem with the nVidia drivers. Ever since I upgraded to
0.9-6 DGA mode with Starcraft has been broken!, and now with the 0.9-767
drivers Starcraft has refused to work AT ALL. If I replace the drivers back to
the 0.9-5 (which are dreadfully unstable with SMP) Starcraft works fine. Any
resolution, any color depth. With 0.9-6 I have to run Starcraft at 8-bit
depth, else
2001 Feb 27
2
Network Named Pipes supported under Wine ?
I have a small server process which normall runs on Windows and accepts
network connections via Named Pipes. I would like to run this process
under Wine to avoid having to install an NT server
I get ..
fixme:win32:CreateNamedPipeA (Name="\\\\.\\PIPE\\SOESRV33",
OpenMode=0x000003, dwPipeMode=0x000004, MaxInst=5, OutBSize=10096,
InBuffSize=10096, DefTimeOut=0, SecAttr=0x412f6f00):
2001 Mar 04
3
Window position in managed mode
When starting, for example, FreeCell in managed more, the program opens with
the top of the window out of the top of my screen (i.e. the top corner of my
desktop coincides with the top-left of the menu bar). It's not a huge
problem, but I can't move the program...
--
-------------------------------------------------
Richard Spandit
Firmly on the Linux wagon
SuSE 6.3, KDE 2.0
2012 Jan 28
1
[LLVMdev] How to get the string value?
Hey Duncan,
Thanks! I figured out this piece of code finally:
Value *gep = call->getArgOperand(0);
if ( ConstantExpr *pCE = dyn_cast<ConstantExpr>(gep) ) {
Value *firstop = pCE->getOperand(0);
if (GlobalVariable *GV = dyn_cast<GlobalVariable>(firstop)){
Constant *v = GV->getInitializer();
if
2011 Jan 19
0
[LLVMdev] How to get the name and argument of a function
Thanks a lot!
I finally fix my problem.
My code is like this:
//CallInst* pCall pCall is a printf called in my situation
if( ConstantExpr * pCE = dyn_cast<ConstantExpr>( pCall->getArgOperand(0))){
if( GlobalVariable * pGV = dyn_cast<GlobalVariable>( pCE->getOperand(0))){
if( ConstantArray * pCA = dyn_cast<ConstantArray>(
2011 Sep 02
2
New wireless controller
I just installed an Asus PCE-n13 wireless card into one of my CentOS 5.6 systems. It uses the RaLink 2680 chip set and I was able to get the driver loaded using modprobe rt2x00pci.ko. I saw no error and now see that the module is loaded along with mac80211 and other dependencies.
Now I need to know how to create the wlan0 device. I can find nothing via Google searches on how to create that
2012 Aug 10
1
translating HTML character entities to accented characters
I've imported a .csv file where character strings that contained
accented characters were written as HTML
character entities. Is there a function that works on a vector to
translate them back to accented (latin1) characters?
Some examples:
> grep("&", author$lname, value=TRUE)
[1] "Frère de Montizon" "Lumière"
[3]
2023 Dec 03
1
Meaning of the engines in paramaters of nouveau module
In https://nouveau.freedesktop.org/KernelModuleParameters.html, there is:
Here is a list of engines:
DEVICE
DMAOBJ
PBSP
PCE0
PCE1
PCE2
PCRYPT
PDISP
PFIFO
PGRAPH
PMPEG
PPM
PPPP
PVP
SW
Also, in debug:
CLIENT
I have tried to find a description of those.
https://envytools.readthedocs.io/en/latest/
help a bit, but I don't find a
2009 Feb 22
0
calculating compound growth rates - creating a flexible function
R-listers
I am still finding my way with R - and feel that I am making a complete dogs
dinner of something that should be pretty simple.
What I'd like to do is to create a simple function that i can use to
calculate compound growth rates (CAGRs) over a data frame. I'd like the
function to be flexible enough to vary the time period and to run over
'panel data'.
The issue is that
2001 Apr 16
1
Nesticle
Presumably you *know* it was working because of my screenshots page, so
I'll answer :)
The upshot is Nesticle got broken when the TransGaming stuff started
landing in December. The basic problem is that the new code was for
DirectX7, while Nesticle is a DX5 app. I believe there's been some work
to fix that - I'll check latest CVS later today.
--
Ian Schmidt - ischmidt [at]
2001 Jun 23
3
Word 2000 on Wine
I keep hearing that Ian Schmidt figured out how to get Word 2000 to work
under Wine. Well, his domain comes up unknown and all references I have
seen on this subject hyperlink to his defunct URL.
Has anyone out there got Word 2000 installed on W2K to work under wine?
I'm using FreeBSD Codeweaver port but any success from anyone be it Red
Hat, Mandrake, etc would be appreciated.