search for: rnext

Displaying 7 results from an estimated 7 matches for "rnext".

Did you mean: next
2001 Nov 08
4
Problem with Lotus Notes RNext client and setting User Preferences
...an application issue, so I am hoping people with more knowledge/experience can help me. I have a RedHat 7.1 system, and installed wine via a rpm package. I have also copies the fonts from a Win NT 4 system and added them to my X11 config. I am trying to use the beta version of the Lotus Notes RNext client under wine. Most things appear to work OK (got fonts working after copying the Win NT 4 fonts), however I have found that whenever I go into the user preferences part of this application, when I click on OK to activate the changes, the wine debugger appears and shows the following error...
2001 Sep 25
1
Cannot start Notes Rnext Beta 3
I am using wine release 20010824 on SuSE Linux 7.2 and am having problem starting the notes client. Everytime I start, having used 4 different versions of oleaut32.dll, I keep getting: err:win32:PE_fixup_imports No implementation for OLEAUT32.dll.97 imported from C:\Lotus\Notes\nnotesws.dll, setting to 0xdeadbeef err:win32:PE_fixup_imports No implementation for OLEAUT32.dll.127 imported from
2001 Nov 19
1
Crash when pressing OK/Cancel in User Preferences - Lotus Notes RNext
Wine version: 20011108 CVS update run this morning Ran the following commands make uninstall make clean /tools/wineinstall Lotus Notes RNext running OK with latest CVS (I was having problems where buttons would not work), however if I go into User Preferences, and then click on either the OK or Cancel button, a crash occurs producing the following in the debugger.... WineDbg starting... on pid 80a59c8 No debug information in 32bit...
2013 Apr 29
1
Java client error on Windows 7 64 bit for Libvirt on KVM
...build.py attribs.py tst.py tstxpath.py xpathext.py push. py pushSAX.py pushSAXhtml.py error.py serialize.py validate.py tstURI.py cutnpas te.py xpathret.py xpath.py outbuf.py inbuf.py resolver.py regexp.py reader.py re ader2.py reader3.py reader4.py reader5.py reader6.py reader7.py reader8.py reade rnext.py walker.py nsdel.py ctxterror.py readererr.py relaxng.py schema.py threa d2.py sync.py tstLastError.py indexes.py dtdvalid.py tstmem.py '/share/doc/libxm l2-python-2.9.0/examples' /bin/install -c -m 644 validDTD.py validSchemas.py validRNG.py compareNodes.py xpathns.py xpathleak.py tst.x...
2019 Jan 21
0
[PATCH nbdkit v2 1/4] partitioning plugin: Support MBR logical partitions.
...+ create_mbr_partition_table_entry (&region, false, files[i].mbr_id, + &ebr[i-3][0x1be]); + + if (i < nr_files-1) { + size_t j2 = j; + const struct region *enext = find_ebr_region (i+1, &j2); + const struct region *rnext = find_file_region (i+1, &j2); + + /* Second entry in the EBR contains: + * address of next EBR relative to extended partition + * total count of sectors in the next logical partition including + * next EBR + */ + region.start = enext->start - ep...
2019 Jan 20
1
[PATCH nbdkit] partitioning: Support MBR logical partitions.
An evolution of the patch I posted yesterday to qemu-devel (https://www.mail-archive.com/qemu-devel@nongnu.org/msg588920.html) which (a) works and (b) has a test. Rich.
2019 Jan 21
8
[PATCH nbdkit v2 0/4] Support MBR logical partitions.
This is a revised version of the two series previously posted here: https://www.redhat.com/archives/libguestfs/2019-January/msg00137.html https://www.redhat.com/archives/libguestfs/2019-January/msg00139.html There have been many smaller changes but the highlights are: - Using SECTOR_SIZE instead of hard-coding 512 everywhere. - Additional safety checks that the EBR chain doesn't jump