search for: repes

Displaying 20 results from an estimated 39 matches for "repes".

Did you mean: redes
2004 Feb 17
3
parse error in GLMM function
Hi R-Helpers: I?m trying to use the function GLMM from lme4 package, (R-1.8.1, Windows 98),and I get the following error: > pd5 = GLMM(nplant~sitio+ + fert+ + remo+ + sitio:fert+ + remo:sitio+ + remo:fert+ + remo:fert:sitio + data=datos, + family=binomial, +
2005 Dec 22
0
program doesn't work, wine returns without message
Hi List, I'm new to wine so please forgive me if I ask silly questions. I have a program here called matikus.exe which is some mathematical education program for kids. It runs under Win98, but I don' want to reboot my linux box (ubuntu 5.10 on AMD K6-2 500) just for that single win proggy. This program resides on CD and when I start it under wine I just get the prompt back after some
2005 Nov 14
1
Page Fault With Freetype calls
I have this PC app that converts output to PDF using PDF-Tools (From Tracker Software). The long and the short of it is that it makes some calls into the gdi libraries to render the fonts in the resultant PDF, which causes a segfault somewhere in some libc calls. If I turn off client font rendering, the process completes, and I get a bunch of PDFs that have lines drawn, but no text on
2003 Mar 18
0
Crash in Microsoft Excel, using Add-ons
When clicking on the Tools->Add-ons link, the following. Running Excel without a Windows install.. Console output.. (Debug below) wine -- ./fake_windows/Program\ Files/Microsoft\ Office/Office/EXCEL.EXE fixme:ole:CoRegisterMessageFilter stub fixme:mpr:WNetOpenEnumA (00000002, 00000001, 00000000, (nil), 0x4067ea5c): stub fixme:hook:NotifyWinEvent (4,0x10021,-3,0)-stub!
2004 Oct 25
0
Gigasampler LE - unhandled exception during installation
Hi, When attempting to install a program in new installation of Wine I run into this problem. In an earlier version of Wine (20040505) the installation progress further and then ended with a different error. In the new version I don't get very far and drop into WINEDEBUG. The P62 thing is interesting. That's a local USB printer setup in CUPS which is not attached at the moment. Not
2004 Oct 29
0
A question about debugging apps
Hi, Taking a break for a few minutes from my fst/jack_fst work I decided to try a quick install of Myst, an old game that has, at various times, installed, not installed, worked or not worked with Wine. (According to the app database.) Anyway, I wanted to try it out so, to cause as few problems as possible for my existing Wine installation, I created a new user account named myst and then
2011 Nov 30
0
[PATCH 4/4] x86/emulator: cleanup
Utilize some of the additions in the prior patches to clean up other code: - keep track of REP prefixes in only one variable - use REX_W in a few more places (instead of a literal number) Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++ b/xen/arch/x86/x86_emulate/x86_emulate.c @@ -304,6 +304,10 @@ union vex { ptr[1] = rex |
2009 Sep 20
2
Becomming a CentOS contributor
Good evening, CentOS community, My name is Gytis Repecka, I am a Lithuanian computer specialist. My acquaintance with CentOS started not so long ago: even though I managed some web servers running Red Hat-based OS for several years, only couple months ago I've set up CentOS on my desktop, later - on a laptop. I've recently solved issues with WLAN on my laptop (thanks to CentOS forum
2008 Aug 31
1
[RFC][PATCH] ui: label completion on tab key
This implements the label completion on tab key idea. It does introduce "labelcompl" as new config keyword. The default value is 0 so it does not change current behaviour. If you press tab with an empty command line it will display all labels. If the command line contains any characters it will display the matching labels. This patch is only intended for testing since i didn't check
2008 Jul 02
6
wine 1.1.0 crash and vcredist_x86.exe installation
warcraft 3 has been updated recently. since the update it stopped working for me. looking for a solution on appdb i found, that i had to install vc, BUT: Code: nt at eNTi $ wine vcredist_x86.exe wine: Unhandled page fault on read access to 0x00000001 at address 0xb7ca8291 (thread 0014), starting debugger... Unhandled exception: page fault on read access to 0x00000001 in 32-bit code (0xb7ca8291).
2010 Nov 05
0
WoW quits right after I click PLAY
Hope someone is able to help. I have a fresh install of Ubuntu 10.04. Also have a fresh Wine 1.3.6. WoW 4.0.1 installed without any issues and the Launcher seems fine. Right after I click PLAY the app quits. Here's the first thing the terminal gives: Code: wine: Unhandled illegal instruction at address 0xa8d280 (thread 0009), starting debugger... After I hit close on the Application
2002 Jul 11
1
help with porting patch from 1.62 to 1.75
Hello List, I have below a patch (against Syslinux-1.62), which adds a pseudo-kernel 'swap' which swaps device numbers of the boot device and the first harddisk. It was made for a system equipped with a DiskOnChip (www.msys.com) device which 'steals' the device# of teh first harddisk, This patch is used to enable the syslinux on the DoC to continue booting from the harddisk as if
2007 Apr 23
0
Re Wine and games (Correction)
I installed wine 0.9.35 on Mepis95. Mask of Eternity still crashes immediatelly. Hewever Ages of Empires playes slow only. A well known simptom which with my Radeon card can be solved by setting in xorg.conf for the device Option "XAANoOffscreenPixmaps" "true" After which it playes perfectly. (This is also true for 0.9.319) By the way the for The mask of
2003 Dec 27
0
2 disks boot patch
Well, with this simple patch I'm able to load initrd from a different disk. It's not finished, it's just to ask you if I'm going in the right direction... I have also some suggestion/question: - many boot sector I saw use [bp+xx] addressing to gain some bytes. Why don't you use such method? - had syslinux been tested with usb floppy? You test dl however using usb floppy dl ==
2008 Jun 14
3
having trouble running Kingpin (quake2 engine) [grey screen]
when i try to load it with wine all i get is a grey screen and nothing happens...have to control alt del and log out of ubuntu to be able to do anything...sometimes it will even lock up the entire pc and i have to manually reset it...most of the time its just a grey screen though ive tried disabling compiz, reinstalling nvidia drivers, different wine compatibility modes/graphics tab settings and
2010 Jul 15
1
Accessing command_line from core C code
I tried to replace display_labels asm code (ui.inc) with new C code (pm_display_labels), but the data i access in command_line doesn't seem to be always up to date. The patch i am working on is only for PXELINUX because of different vkernel structure: diff --git a/core/com32.inc b/core/com32.inc index 111590c..f19df7c 100644 --- a/core/com32.inc +++ b/core/com32.inc @@ -135,6 +135,7 @@
2003 Dec 27
0
FW: 2 disks boot patch
Well, with this simple patch I'm able to load initrd from a different disk. It's not finished, it's just to ask you if I'm going in the right direction... I have also some suggestion/question: - many boot sector I saw use [bp+xx] addressing to gain some bytes. Why don't you use such method? - had syslinux been tested with usb floppy? You test dl however using usb floppy dl ==
2010 Jul 13
4
Windev application setup doesn't run under Wine 1.2
I tried to install an application, but wine crashes after starting installation. Can you help me fix that problem ?
2008 Jun 30
3
Serial port communication
Hi folks I've been trying to programm some devices which need a serial port win-app http://a-m-c.com/download/software/amcds3-7-6.zip but can't get it to work :S wine can run it without problem until the serial port is activated. I read about making the link to the port and I created on "dosdevices" folder. I'm not sure what's the next step, does anyone have an idea?
2006 Jan 06
1
StreetSmart Pro - hang during install
Hi, I built Wine-0.9.5 this morning from portage on one of our Gentoo machines. I then tried installing the StreeSmart Pro Simulator application from Charles Schwab. The install hung very quickly and got to the point where a winepreloader process was using 100% CPU but was making no apparent forward progress. When I hit Ctrl-C in the terminal where I was running I got this info in an error box: