similar to: Regression bug in latest Wine?

Displaying 20 results from an estimated 110 matches similar to: "Regression bug in latest Wine?"

1999 Mar 02
1
Can't understand error message :-{
I'm sorry if this is a basic question, but I'm stumped. I'm just trying to plot the residuals from a linear model against another variable in the data frame. Here are the lines I'm trying to execute: size <- read.table(file="/u67/abasl70/surveys/annenberg/mega/smschl.dat", header=T) sizef <- data.frame(size, row.names=size$unit) attach(sizef) mschmod <- lm
2010 Jun 17
0
Re: wine: could not load and Bad EXE format for
Maybe the exe is defective. Try to scan it with PEiD (run it with wine): http://www.peid.info/
2008 Nov 29
3
Can't run Evidence Scribe
Hello, I have a program called "Evidence Scribe" it runs with .NET Whenever I try to run it I receive this: Code: blake at blake-desktop ~ $ env WINEPREFIX="/home/blake/.wine" wine "C:\Program Files\Idoneum\Evidence Scribe\Evidence Scribe.exe" fixme:gdiplus:GdipGetFontHeightGivenDPI Unhandled unit type: 3 Unhandled Exception: System.InvalidOperationException:
2009 Apr 28
0
Unhandled Exception: System.TypeInitializationException
Hi guys. I hope somebody will be able to help me out with this. I'm trying to run a .NET application in Mac OS X. Wine asked me to install the Windows version of Mono under Wine, so I did. Now when I try to run the program, I get the following sequence of errors: Code: fixme:win:EnumDisplayDevicesW ((null),0,0x60e04c,0x00000000), stub! Unhandled Exception:
2012 Feb 07
4
Unable to run Pass 11
Hi All, I am new to both Linux and Wine. I am running Mint 12. For work I use Stata, R, and PASS 11. I am able to install Stata and R as Linux apps. But PASS 11 is Windows only. I installed it using Wine and it appears to be installed. When I got to .wine/drive_c/Program Files/NCSS/PASS 11...I can see that all the files are there and when I either double click on PASS11.exe or use the
2010 Oct 31
3
msg:install the Windows version of Mono to run .NET executab
Hi Wine friends I am trying to install the genie windows software using wine 1.2.1 During the first attempt I recieve this first msg: install the Windows version of Mono to run .NET executables and some lines later this second msg: err:rpc:I_RpcGetBuffer no binding Ok. After googleing I found the two msgs are related and the only way I could find to fix it was to install the mono26 using
2006 Feb 17
0
Problems with Sanitarium
Well, I found this *old* game in my closet the other night, and wondered if Wine could play it.The APPDB entry (http://appdb.winehq.org/appview.php?versionId=4089) has it on Gold status, and I was quite happy. Install worked fine, but, once I started the game, I found some problems. One problem, not just found in Sanitarium, but also in other games, is that when a Video Scene is playing, the
2012 Aug 31
0
Wine release 1.5.12
The Wine development release 1.5.12 is now available. What's new in this release (see below for details): - Support for disabling individual joysticks. - Better support for D3DX9 constant tables. - Some XRandR improvements. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.5.12.tar.bz2
2007 Mar 19
3
system-display-config doesn't run right
This might be a gnome problem, but.... I've noticed that, on occasion (frequently), when I try to look at or modify my display configuration, the Applications->System Settings->Display doesn't come up. It asks for the root password, which I give it, and then nothing. I ran system-config-display form the command line, but it dies thus: [root at mhullrichter mhr]#
2014 Mar 11
0
[PATCH] nv50/ir/gk110: fix some instruction emission
On Tue, Mar 11, 2014 at 7:47 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > Information for this was gathered from nvdisasm. > > Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> > --- > > Entirely untested. Ben, do you think you'll be able to give this a shot? I'll try and take a moment in the next couple of days to give it a go. > >
2014 Mar 11
2
[PATCH] nv50/ir/gk110: fix some instruction emission
Information for this was gathered from nvdisasm. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Entirely untested. Ben, do you think you'll be able to give this a shot? .../drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp | 33 +++++++++++----------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp
2014 Aug 14
1
virt-manager/ GTK & py issue
Sorry to post here, but filling a bug @ bugzilla is impossible. There seems to be a bug there and it was impossible for me to log with the newly created account. OS : Archlinux x86_64 libvirt 1.2.7-1 libvirt-glib 0.1.8-2 libvirt-python 1.2.7-1 pygtk 2.24.0-4 gtk2 2.24.24-1 gtk2-perl 1.2492-1 gtk3 3.12.2-1 python 3.4.1-1 python2 2.7.8-1 ISSUE : virt-manager GUI. Create a mew machine. >
2014 Apr 18
0
Wine release 1.7.17
The Wine development release 1.7.17 is now available. What's new in this release (see below for details): - More implementations for the Task Scheduler. - C runtime made more compatible by sharing source files. - Fixes in the Mac OS X joystick support. - Various bug fixes. The source is available from the following locations:
2011 Sep 01
1
Hysteresis modeling and simulation
Can anyone suggest a package or code for modeling a hysteresis process in R? I'm currently modeling a certain dataset with a GAM using mgcv, something like gam(y~ s(x, by=z) + z, family = Gamma(link=log),data=data) and getting fits with about 9 estimated degrees of freedom in the smooth for each value of z. FWIW, z is a treatment applied to a system which should have made an improvement,
2011 May 29
1
[LLVMdev] LLVMInitializeNativeTarget error
Hello All, I'm building an F# binding for LLVM and it seems to be working for the parts of Core and BitWriter that I've tested but I've hit problems with Target/ExecutionEngine. The following test code works with the initializeNativeTarget line commented out like so: <https://github.com/keithshep/llvm-fs/blob/b7050b841108dc703e58563a4cff8845603c950d/test/simpletest2.fs> ...
2017 Oct 09
4
Understanding of ldd header allocation
Hello, I am currently switching to ldd from ld.bfd on a cross-platform embedded project and am facing a behaviour difference when using the same linker scripts with ld.bfd and ldd. Could anybody please give me a more reliable direction I should go with to get the same behaviour from both of the linkers? Target binary format is a 32-bit ELF executable, which is expected to consist of a single RWX
2009 May 20
6
Error
Hi, I'm trying to install a programme called WinTrade. I managed to install it on my system. However when I tried to run it, it complained that it need mono for windows. So I installed mono and that seemed ok. Now when I run the program I get the following error: > Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for <Module>
2010 Nov 12
0
Wine release 1.3.7
The Wine development release 1.3.7 is now available. What's new in this release (see below for details): - Improved system tray support. - Better support for installers with assemblies. - Many of the msvcrt "secure" functions implemented. - A lot of fixes to the GStreamer support. - Many MSXML improvements. - Translation updates. - Various bug fixes. The source is
2010 Feb 25
0
[PATCH] drm/nv50: Remove redundant/incorrect ctxvals initialisation.
11c/004 offset corresponds to PGRAPH reg 0x400828, and is initialised earlier anyway by both our ctxprog generator and blob ctxvals. It's actually incorrect with the generator, since we use different layout on pre-NVA0. Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net> --- drivers/gpu/drm/nouveau/nv50_graph.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff
2010 Aug 10
0
D&D Adventure Tools/Character Generator
Hey all, I'm trying to run the D&D Adventure Tools and the D&D Character Generator. Both use the same base program, so I'm getting the same thing whenever I try to run either of them which is the following: Code: Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range. at UpdaterStub.Program.Main (System.String[] args) [0x00000] in <filename