Displaying 20 results from an estimated 60000 matches similar to: "Issue running .exes after Wine update"
2006 Mar 15
2
Wine and a simple text-mode program (Gimpel PC-Lint)
I am trying to run Gimpel's PC-Lint under Wine, and am running into trouble.
It is a simple DOS text-mode program, nothing fancy, no graphics, uses
stdin, stdout, and stderr.
It is invoked thus:
In the batch file LIN.BAT:
wine Lint-nt +v -i"C:\Lint" "C:\Lint\std.lnt"
File std.lnt is a list of optional parameters to Lint-nt that contains this:
lnt\au-sm.lnt
gnu.lnt
2012 Jan 24
1
Failure to get compactPDF to compact a pdf file
I am failing to get compactPDF to make any change to a pdf file
that, a/c to the message from the CRAN upload site, can be very
substantially compacted. Any ideas what may be wrong?
I have also tried recreating the pdf file. I also tried
R CMD build --resave-data --compact-vignettes DAAG
The data files compact alright (but I get the 'significantly better compression'
warning message
2006 Aug 23
2
Re: Double-clicking Windows .exe's (was "What apps work in Wine")
On Wednesday 23 August 2006 07:25, wine-users-request@winehq.org wrote:
> you can't double click an exe, you have
> to run it with wine, ie "wine game.exe". there is a way to make it so that
> you can double click exe files, but that way makes your system vulnerable
> to windows virii, so you should really stick to the standard.
On my Debian Sid system, I CAN double
2007 Oct 30
1
postscript(), used from a pre R-2.6.0 workspace
I find that if start R-2.6.0 in a workspace with no .RData file,
load one of my workspaces from R-2.5.1 or earlier into R-2.6.0,
and then before doing anything else type postscript(file="z.ps"),
I get::
> ls()
character(0)
> load(url("http://www.maths.anu.edu.au/~johnm/r/test5.RData"))
> postscript(file="z.ps")
Error in postscript(file = "z.ps")
2006 Dec 21
2
running a .EXE
I have two computers with wine installed. The first is a Fedora Core 6
with all updates running wine-0.9.25. The second is a RHEL4 with
wine-0.9.27 compiled from source (./configure, make, make install). In
both cases I have a dual-boot partition with a WindowsXP NTFS, and I can
install and run ntfs-3g with no problem.
In the first system, I can navigate to the location of NOTEPAD.EXE and
invoke
2008 Dec 10
1
Oddness with fieldnames containing an underscore
Hi all,
I''m not sure if this is a cucumber or webrat thing given that I only
starting tinkering with both last night for the first time (testing
newb as well), but I''ve come across an oddity when trying to write a
scenario to create a user.
Scenario: Register new user
Given I am on the new user page
And I fill in "login" with "fredf"
2012 Apr 19
1
puppet-lint error
Hi, this is not strictly puppet related but I am hoping someone here
who uses puppet-lint can tell me what is going on here.........
$ puppet-lint init.pp
/Users/jc/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/
rubygems/custom_require.rb:36:in
`require'': iconv will be deprecated in the future, use String#encode
instead.
2008 Dec 19
2
How Can I disable wine auto Association of .exe files
after install wine ,double cilck the .exe file ,then it can atuo start wine and run the .exe file.
i don't like this. i think the .exe file can be wined only run "wine" command in the terminal.
so i remove the .exe file "wine windows Program Loader" in the "properties"
but the .exe still auto run by double-click.
i add "#" every line front in the
2011 Dec 19
7
When the lint accumulates...
So some of you may be aware that Tim Sharpe from GitHub wrote a Puppet
linting tool:
$ gem install puppet-lint
$ puppet-lint mymanifest.pp
Source: https://github.com/rodjek/puppet-lint
The linting tool checks Puppet code for "best practice" based on the
Puppet Labs Style Guide:
http://docs.puppetlabs.com/guides/style_guide.html
A lot of us have been using puppet-lint (and puppet
2012 Jul 27
4
3.5.0 dom0 crash on boot
Hi,
I''ve not tried pv_ops for a long time but just got a new system
(Supermicro X9DRL-iF) so decided to try 3.5.0 with the latest Xen
4.2-unstable, unfortunately the system crashes immediately after
loading dom0:
traps.c:486:d0 Unhandled invalid opcode fault/trap [#6] on VCPU 0 [ec=0000]
I''ve tried loading both bzImage and vmlinuz (gzip compressed vmlinuz)
with the same
2013 Nov 20
1
[releng_10 tinderbox] failure on sparc64/sparc64
TB --- 2013-11-19 23:00:41 - tinderbox 2.20 running on worker01.tb.des.no
TB --- 2013-11-19 23:00:41 - FreeBSD worker01.tb.des.no 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2013-11-19 23:00:41 - starting RELENG_10 tinderbox run for sparc64/sparc64
TB --- 2013-11-19 23:00:41 - cleaning the
2010 Dec 21
1
Bug report 14459 -- procedure for handling follow-up issues
Although the specific behaviour that was reported has been fixed, bugs
remain in Sweave's processing of comment lines when keep.source=TRUE
This is in some senses a follow-up from earlier bugs. Hence the query --
what is the preferred procedure, to submit a new bug report? (Another option
might be to add a comment to the web page for bug 14459.)
Is there now a preference to submit via
2013 Apr 11
3
puppet-lint -- learning stuff about style but also generating questions
Here''s one I learned:
I originally had
# Ensure /etc/hosts contains the basics
host { "${fqdn}":
host_aliases => $hostname,
ip => $ipaddress,
}
And thru some trial and error, got down to this (which puppet-lint does not gripe about)
# Ensure /etc/hosts contains the basics
host { $fqdn:
host_aliases => $hostname,
ip => $ipaddress,
}
2009 Mar 04
5
Sinitra 0.9.1 Webrat 0.4.2 Cuc problem
Have created sample sinatra cucumber app as suggested on wiki. Tried both
env.rb configurations from there and aslaks git repo. With this combination
of gems I get the following error doing basic cuc tests
When I visit ''/foo'' #
features/step_definitions/general.rb:1
PATH_INFO must start with / (Rack::Lint::LintError)
2006 Nov 18
1
Xen 3.0.3 with CentOS 4.4
I''ve installed Xen kernel for dom0 on a CentOS 4.4 but when i reboot
the kernel says:
_/\_\___|_| |_| |____(_)___(_)____(_)___/
http://www.cl.cam.ac.uk/netos/xenmdev = 59.12
University of Cambridge Computer Laboratory6 Sep 26 01:52
qemu-dm.6463.log
Xen version 3.0.3.0 (root@uk.xensource.com) (gcc version 3.4.6
20060404 (Red Hastart
qemu-
-rw-r--r-- 1 root root
t 3.4.6-3)) Mon Oct
2011 Aug 12
16
Rack content-length Rack::Lint::LintErrors errors with unicorn
Has anyone seen anything like this before? I can get it to happen all
the time if I issue a HEAD request, but it only happens very
intermittently on GET requests.
I''m using Ruby 1.9.2p180.
Any ideas on where to start debugging?
204.93.223.151, 10.195.114.81 - - [11/Aug/2011 21:03:50] "GET /
HTTP/1.0" 200 37902 0.5316
app error: Content-Length header was 37902, but should be
2007 Oct 22
2
Video Conference
Hello All,
I am looking at doing some video conferencing with SIP. I was hoping to get
some early pointers from any one that is currently doing this. I have been
all over goggle and voip-info and there is a ton of anecdotal information
but, I was hoping for more specifics of what people are actually using that
works and even some of what hasn't worked so that I can stay away. What I am
2006 Jun 19
5
multivariate splits
Dear R users!
Does someone know about any algorithms / packages in R, that perform
classification / regression / decision trees using multivariate
splits?
I have done some research, but I found nothing. Packages "tree" and
"rpart" seem only to be able to do CART with univariate splits.
Thank you for your help!
B?lint
--
Cz?cz B?lint
PhD hallgat?
BCE KTK Talajtan ?s
2013 May 30
1
[LLVMdev] Expected behavior of calling bitcasted functions?
On 05/30/2013 06:12 AM, Pete Couperus wrote:
> Hello,
>
> This is an interesting example. Whenever I see strange things like
> this, I use opt's -lint.
> In this case, opt -lint reports:
> Undefined behavior: Call return type mismatches callee return type
> %call = call float @alias_f32(float %tmp2) #1
>
> You'll get a similar report when the parameter types
2010 Nov 15
2
L-shaped boxes with lattice graphs?
Can anyone suggest an equivalent, for lattice graphs,
of the base graphics argument bty="l"?
NB that I am leaving off the box around the strip,
with a strip function:
stripfun <- function(which.given,which.panel,
factor.levels=as.expression(levlist), ...){
panel.text(x=0, y=0.5,
lab = as.expression(levlist[which.panel[which.given]]),