Displaying 20 results from an estimated 2000 matches similar to: "Wine+Lightwave"
2001 Nov 30
2
Wine and Lightwave
I'm trying to run the demo version of Lightwave, but I keep getting the
follwing message...
fixme:win32:DEVICE_Open Unknown/unsupported VxD RNBODRV0
Anyone know what the problem is?
2001 Dec 11
0
Wine 2001.11.08, FreeBSD 4.{2,4}, Lightwave 5.6 Screamernet Node
Sorry for the limited detail here. To make matters worse, I don't have
access to the machines in question any more. But perhaps someone would
be able to give me some pointers to useful avenues to pursue.
I'm trying to use Wine on FreeBSD (versions 4.2 and 4.4), to act as a
Lightwave 5.6 render node, using Lightwave's ScreamerNet software. The
software is for NT 4.0.
This software
2001 Nov 27
1
wine & Lightwave
Has anyone managed to get Lightwave Modeller running under wine?
Whe I try it crashes just after the main screen has been drawn or at the
very best after I try to create an object.
/Johan
2003 Jan 04
0
Anyone here user lightwave/screamernet
Hi there guys
this is my first post here, I thought I would inform everyone that I am
currently building a screamernet controller in gtk+
I first got the idea after being interested in lightnet on win32, but
since it was written in delphi, a language I care little about I went
ahead with writing my own controller. Soon after win2k would crash
almost every hour and unknown to me, breaking my
2004 Aug 28
2
TrueType fonts, 3d modellers and wine
Hello,
Many 3d modellers can use TrueType fonts to create 3D objects of words.
Lightwave and Behemont are two that spring to mind. I can't find any on
linux.
However, both lightwave and behemont give me the error:
fixme:commdlg:CFn_WMInitDialog No font found with truetype only,
dropping flag
This is after the font has been correctly displayed in a "font
selection" box. The
2007 Feb 12
1
cd problems?
Hi, has anything else noticed that as of sometime late last year games like
jedi academy and call of duty have been broken?
I had played COD1 and JKA under wine in gentoo and slackware for years
but it seems something has changed in how wine does it's cd drive stuff.
I can mount and install either with the installer included with the game
with
either the loki installer or the normal
2007 Jul 12
1
[LLVMdev] backend problem with LiveInterval::removeRange
Hi all,
When compiling some programs using the Mips backend
i'm getting this assert message on lib/CodeGen/LiveInterval.cpp:227:
"Range is not entirely in interval!"
I don't know yet if it's something that is missing on the backend code or
why
the range to be removed it outside the interval, does anyone have any clue?
A more detailed output is attached.
The program i tried
2020 Mar 30
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Hi
On 30/03/20 11:12 pm, Nicolas Mailhot wrote:
> Le lundi 30 mars 2020 ? 15:24 +1300, Paul Murrell a ?crit :
>> Hi
>>
>> I have created an R branch that contains a potential fix ...
>>
>> https://svn.r-project.org/R/branches/R-symfam/
>>
>> This allows, for example, ...
>>
>> cairo_pdf(symbolfamily="OpenSymbol")
>>
>>
2013 Jul 26
0
[LLVMdev] floor
Here is a test case:
extern double floor(double);
extern double floor_(double);
double x = 1.5;
double y, y_;
void foo() {
double y = floor(x);
double y_ = floor_(x);
}
If I compile this for Mips16, it calls the proper helper function for
floor_ but not for floor, because the signature for floor in callee info
is wrong. Args[0] = void RetTy = void
2014 Aug 31
1
System ACL and Samba ACL
My destination is :/Example(folder) / ITD(folder) / LW(folder) ,user(lw) of group(ITD) can enter and do everything(rwx) in LW(folder),the following is ACL settings On Freebsd:
-----------------------
/Example(folder) :
# owner: root
# group: wheel
user::rwx
group::r-x
other::r-x
---------------------
/Example(folder) / ITD(folder):
# owner: root
# group: wheel
user::rwx
group::r-x
group:ITD:r-x
2020 Mar 31
0
[FORGED] Re: Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
On 31/03/20 11:50 am, Nicolas Mailhot wrote:
> Le mardi 31 mars 2020 ? 10:14 +1300, Paul Murrell a ?crit :
>> Hi
>>
>> On 30/03/20 11:12 pm, Nicolas Mailhot wrote:
>>> Le lundi 30 mars 2020 ? 15:24 +1300, Paul Murrell a ?crit :
>>>> Hi
>>>>
>>>> I have created an R branch that contains a potential fix ...
>>>>
2001 Apr 29
1
files not found
i am getting closer!!
now when i run the program (as root),
wine --debugmsg +file,+dosfs tc2000.exe
i get a messagebox:
'Files were missing that are required for TeleChart 2000. Telechart 2000
will attempt to restore your system.'
it then bombs-out:
Run-time error '429':
ActiveX component can't create object'
the only modification to config was i added
2013 Feb 20
0
[LLVMdev] Is va_arg correct on Mips backend?
Does it make a difference if you give the "-target" option to clang?
$ clang -target mips-linux-gnu ch8_3.cpp -o ch8_3.bc -emit-llvm -c
The .s file generated this way looks quite different from the one in your
email.
On Tue, Feb 19, 2013 at 5:06 PM, Jonathan <gamma_chen at yahoo.com.tw> wrote:
> I didn't have Mips board. I compile as the commands and check the asm
>
2012 Dec 28
1
[LLVMdev] [PATCH] LLVM build failure on OpenBSD/mips64
I'm just passing this patch on to the list as I know Brian is busy and I
had proded him to file the bug report.
http://llvm.org/bugs/show_bug.cgi?id=14721
"binutils on OpenBSD is quite old, which causes the build on mips64el to fail on
MipsJITInfo.cpp - it complains of illegal operands. The attachment patches it
so that it will build. All the patch does is replace the register aliases
2020 Mar 30
2
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Le mardi 31 mars 2020 ? 10:14 +1300, Paul Murrell a ?crit :
> Hi
>
> On 30/03/20 11:12 pm, Nicolas Mailhot wrote:
> > Le lundi 30 mars 2020 ? 15:24 +1300, Paul Murrell a ?crit :
> > > Hi
> > >
> > > I have created an R branch that contains a potential fix ...
> > >
> > > https://svn.r-project.org/R/branches/R-symfam/
> > >
2013 Feb 20
3
[LLVMdev] Is va_arg correct on Mips backend?
I didn't have Mips board. I compile as the commands and check the asm output as below.
1. Question:
The distance of caller arg[4] and arg[5] is 4 bytes. But the the callee get every
arg[] by 8 bytes offset (arg_ptr1+8 or arg_ptr2+8). I assume the #BB#4 and #BB#5 are the arg_ptr which is the pointer to access the stack arguments.
2. Question:
Stack memory 28($sp) has no initial value. If
2013 Feb 27
2
[LLVMdev] Mips backend 3.2 va_arg possible bug
i have this code
typedef long long L;
typedef integer I;
void test2(auto L p0, auto L p1, auto L p2, auto L p4, ...)
{
va_list select;
va_start (select, p4);
report( va_arg(select,L) );
report( va_arg(select,I) );
report( va_arg(select,L) );
2013 Feb 28
0
[LLVMdev] Mips backend 3.2 va_arg possible bug
Could you file a bug?
On Wed, Feb 27, 2013 at 2:47 AM, Stavropoulos Nikos <
n.stavropoulos at think-silicon.com> wrote:
> i have this code
>
> typedef long long L;
> typedef integer I;
> void test2(auto L p0, auto L p1, auto L p2, auto L p4, ...)
> {
> va_list select;
>
> va_start (select, p4);
>
> report( va_arg(select,L) );
> report(
2008 May 14
1
lw in legend also changes thickness of characters in the legend??
Here's a simple example:
x <- 1:5
plot(x,x^2)
lines(x,x^2)
points(x,x,cex=2)
lines(x,x,lw=3)
legend("topleft",legend=c("y=x^2","y=x"),pch=1,pt.cex=1:2,lw=c(1,3))
The thickness of the circles in the legend changes with lw. If you change
the lw argument in legend to lw=c(1,1) then the thickness of the circles
goes back to normal. How can I make the above
2019 Oct 09
0
[PATCH RFC v4 14/16] drm, cgroup: Introduce lgpu as DRM cgroup resource
On Wed, Oct 9, 2019 at 8:52 PM Greathouse, Joseph
<Joseph.Greathouse at amd.com> wrote:
>
> > From: Daniel Vetter <daniel.vetter at ffwll.ch> On Behalf Of Daniel Vetter
> > Sent: Wednesday, October 9, 2019 11:07 AM
> > On Wed, Oct 09, 2019 at 03:53:42PM +0000, Kuehling, Felix wrote:
> > > On 2019-10-09 11:34, Daniel Vetter wrote:
> > > > On