Displaying 20 results from an estimated 5000 matches similar to: "Winetricks fails to install dotnet35"
2012 Feb 08
2
dotnet35 on WINE 1.4-rc2
What is the current status of dotnet35 on WINE 1.4-rc2 or on the stable 1.2.3?
Code:
winetricks dotnet35
installs up to .NET 3.0 for me, but it can't seem to install 3.5.
Thanks.[/code]
2012 Mar 27
1
My experience with wine
Here is a list of games that work for me! :)
Mass Effect 3- Perfectly
Halo- Perfectly
Left 4 Dead- Perfectly
Left 4 Dead 2- Perfectly
Dead Rising- Perfectly
Dead Rising 2/OTC- Perfectly
Sonic Generations- No sound, other than that perfect.
Blood Rayne 1- Perfectly
BloodRayne 2- Perfectly on the default resolution, any other that the text isn't displayed correctly
Terminator: Salvation:
2012 May 03
1
Mono doesn't work on Ubuntu 12.04
Mono used to work on 11.10, but now on 12.04 it doesn't. I get an error while trying to run Sonic Generations config (which worked on 11.10 with mono)
The error is.
Getthreadcontext failed
2012 Mar 09
0
New winetricks 20120308: support wine-1.4, new verbs ao, cmd, mspatcha, msvcirt, sdl
Another major release of wine, another winetricks release :-)
Download url:
http://winetricks.org/winetricks
http://winetricks.org/download/releases/winetricks-20120308.tgz
For bug tracker, mailing lists, and wiki, see
http://winetricks.org
To become a Winetricks contributor, see
http://code.google.com/p/winetricks/wiki/AddingNewVerbs
Changes since 20111115:
Ahmed Waheed:
ao: new verb
Austin
2018 Apr 23
2
imap-login segfaulting on 2.3.1
Hello,
I have a new director ring I am setting up on centos 7 with dovecot
2.3.1. I haven't been able to replecate this in testing, but as soon as
I start pushing production traffic to the new ring I see dozens of these in the
logs:
Apr 18 00:34:00 d.director.imapd.sonic.net kernel: imap-login[163107]: segfault at 10 ip 00007ff625698dd5sp 00007ffe4b77bb28 error 4 in
2004 Feb 18
1
secuirty bug with /etc/login.access
/etc/login.access does not work 100% over ssh.
I have the following line in login.access
-:ray:ALL EXCEPT LOCAL
Which I believe means the user 'ray' can not login from anywhere unless
it is a local login.
So, I tested it over ssh from a remote box
tigger@piglet:~% ssh ray@sonic.cbnmediaX.com.au
Password:
Password:
Password:
ray@sonic.cbnmediaX.com.au's password:
Last login: Sat
2018 Mar 30
1
Issue with a bug with imap-login
Hello,
Currently working on migrating our existing directors from 2.1.13 to
2.2.10. In 2.2.10 when issuing the logout command on an unauthenticated
connection, the connection is closed before the server sends the BYE
line to the client. The new version works as expected with a non-secure
connection. I will include the strace output from the imap-login process
that shows the connection closing
2010 May 03
2
Questions, Issues with 2.0
I'm trying to use an external program to set the location of user's
maildirs to match an existing hashing schema but the docs for how to do
this in 1.x do not seem to apply to 2.0 or I'm misinterpreting them.
protocol imap {
mail_executable = /opt/dovecot-test/sonic-imap
...
This correctly executes the and attempts to sets the MAIL variable but
it appears that mail_executable is
2011 Aug 11
6
.NET Framework 3.5 SP1 problem
Hi all,
First, I would like to say, that I am a beginner to Wine and I hope I did not brake any rule.
To problem:
I have Ubuntu 10.10 64bit (on dualboot with Windows 7) and Wine 1.3.26 and I would like to play Bloodline Champions on Ubuntu (the only game I play). I have been trying to install .NET Framework for 3 days.
- I installed successfully Framework version 2.0 (dotnet20) with Winetricks
- I
2011 Jul 29
3
help with plot.rpart
? data=read.table("http://statcourse.com/research/boston.csv", , sep=",",
header = TRUE)
? library(rpart)
? fit=rpart (MV~ CRIM+ZN+INDUS+CHAS+NOX+RM+AGE+DIS+RAD+TAX+ PT+B+LSTAT)
Please: Show me the tree.
Mark
-------- Original Message --------
Subject: Re: [R] help with rpart
From: "Stephen Milborrow" <[1]milbo at sonic.net>
2004 Aug 20
1
Xen is working, thanks!
Well, it''s running about three days with two virtual machines
without any problem.
Thanks all and congratulations!
I notice that xen0 doesn''t have SMP support enabled.
Does it make sense enable SMP on xenU?
--
Flávio Bruno Leitner <fbl@conectiva.com.br>
[ E74B 0BD0 5E05 C385 239E 531C BC17 D670 7FF0 A9E0 ]
-------------------------------------------------------
2004 Aug 10
5
Driver dpt_i2o
Hi!
I''m trying to install XEN on my test machine because running
it on cdrom was too slow.
Well, that test machine is a dual P4 with hyperthreading,
2GB of RAM and scsi controller dpti2o.
I read the Xeno-1.2-HOWTO.txt, and compile xenolinux without
problem, but xen appears to not support dpti2o.
Am I missing something here?
Another question, when the machine is at grub menu,
we can
2007 Aug 29
1
Modifying R_CheckStack for a speed increase
Greetings R developers,
R will run a little faster when executing "pure R" code if the function
R_CheckStack() is modified.
With the modification, the following code for example runs 15% faster
(compared to a virgin R-2.5.1 on my Windows XP machine):
N = 1e7
foo <- function(x)
{
for (i in 1:N)
x <- x + 1
x
}
2007 May 29
3
Adding support for .w64 (wave64) format
I use Sony (previously Sonic Foundry) Sound Forge, which allows me to save
audio files in .w64 (Wave 64) format to get around the 2GB .wav file
limitation. W64 was invented by Sonic Foundry, and is an open format as far
as I know. The only programs I know about using the .w64 format at the
moment are Sound Forge and Steinberg Nuendo, although there may be others
out there. With increasing
2004 Aug 12
1
dpt_i2o almost there
Hi all!
I''m using make world as recommeded and it compiles fine, then
changed the dpti2o config option to ''y'' and recompiled with
ARCH=xen make.
The xen0 freeze on reading dpti2o tables and I can''t get any
output with sysrq (enabled too). Compiling original 2.6.7
works fine.
Any idea?
Thanks!
--
Flávio Bruno Leitner <fbl@conectiva.com.br>
[ E74B
2015 Mar 27
2
Not getting updates?
On 3/27/2015 1:27 PM, Fred Smith wrote:
>> oh. is /7/ supposed to be a symlink to /7.0.1406/ or a separate
>> >directory ? it appears my mirroring of the mirror may be broken if
>> >its supposed to be a symlink.
>> >
>> >in /7.0.1406/, I'm seeing files up to Feb 22.
> /7/ is a link to the latest release, which at this point in timeis 7.0.1406.
2011 May 27
1
Client IP log variable for proxy/director setups?
Timo - it would be very convenient if we could get a variable that held
the real client ip for use in logging with director/proxy setups. It's
clearly already passed around in client->user->remote_ip but at this point,
I don't see anyway to get it into the logs and it would take me ages to
figure out the Right place to add it since client->user doesn't seem to
be available in
2016 Dec 17
1
winbind joining NT4-style domain - two strange issues
On Sat, Dec 17, 2016 at 05:19:19PM -0500, Sonic wrote:
> On Sat, Dec 17, 2016 at 5:07 PM, Stefan Froehlich via samba
> <samba at lists.samba.org> wrote:
> > In fact the problem was exactly the same with Samba 4.2.10 (shipping
> > with Debian jessie). I only upgraded to 4.5.2 before posting to this
> > list in order to avoid any "upgrade to the recent
2016 Jul 12
6
Option configure
Just backported 4.4.5 from debian sid to jessie. samba.service is masked
there. If running as an fileserver the services are started via
smbd.service,nmbd.service, winbind.service.
There is an samba-ad-dc script which is masked by default.
To get the ad-dc up and running with systemd one has to unmask
samba-ad-dc.service and mask smbd.service,nmbd.service, winbind.service.
This is the
2019 Sep 24
2
CentOS 8.0 1905 is now available for download
Hi,
What hypervisor/virtual machine monitor and host operating system are you using?
On Tue, 24 Sep 2019 at 19:31, J Martin Rushton via CentOS
<centos at centos.org> wrote:
>
> On 24/09/2019 12:16, Turritopsis Dohrnii Teo En Ming wrote:
> > Good evening from Singapore,
> >
> > Anybody downloaded, installed, and tried CentOS 8.0 1905 yet?
> >
> >