similar to: WIN 3.1 App crashes.. Unhandled Exception

Displaying 20 results from an estimated 300 matches similar to: "WIN 3.1 App crashes.. Unhandled Exception"

2002 Sep 28
1
A problem reading configuration file
Hi! For some time, there is a regression in wine, which disables my Dynatext reader from working. It tries to open it's configuration file but unsuccessfully. The file IS there and former wine versions allowed the program to read it. I was recommended to do a regression tests to find a particular patch but it's too time-expensive for me these days, so I did a full trace and found an
2009 May 01
0
Copying ncdf dims and vars from one file to the other
Hi, all I have a large number of NetCDF files that I need to average and then put the mean in a new NetCDF file. My problem is that I do this every time for files with different variables, so I do not want to hard-code the variables in the new NetCDF file I creat. does anyone know how I can copy ALL the dimensions and variables from one NetCDF file to another, and just put the mean I calculated as
2001 Oct 09
2
crash on priviledged instruction
Hello, is it possible to make a work around for the crash ? The crashing program is the installer of the T-Online software (CD from 29.04.1999). Tsch?? Stefan -------------- next part -------------- 08243b48:Call KERNEL.49: GETMODULEFILENAME(0x09c6,09c7:89da,0x0104) ret=060f:10ae ds=09c7 08243b48:Ret KERNEL.49: GETMODULEFILENAME() retval=0x000f ret=060f:10ae ds=09c7 08243b48:Call KERNEL.127:
2014 Feb 06
0
Array Confusion
I have the following instruction that returns an array that I'm quite confused about. I can't even read it. Can someone shed some light as to how to reach into this array of hashes (that's what I can see) to get the location lat and lon? res = Geocoder.search(addy1) This is the res: [#<Geocoder::Result::Google:0x007fb46c345e18
2011 May 06
1
read a netcdf file _Fill_value=-32768
Hello I am a new user of R . and I ve problem with R and netcdf . I succed installation , I could use all examples . But when I take my netcf it is different . I want to do statistic on this kind of file . 1) first calculate mean . my data is like that through ncdump -h test.nc netcdf test { dimensions: lat = 301 ; lon = 401 ; time = UNLIMITED ; // (80 currently)
2011 Sep 07
3
Editing the variables attributes section in the netCDF header of netCDF files created using the package ncdf.
Hi, I am using the package ncdf to create netCDF files and I want to mimic the the header of an exiting netCDF file created outside of R. Below is what the existing header looks like (part of it that is different): netcdf ccd1984_05_08 { dimensions: lat = 1974 ; lon = 1894 ; time = UNLIMITED ; // (1 currently) variables: int time(time) ;
2012 Mar 29
2
subtract a list of vectors from a list of data.frames in an elegant way
Dear R experts, I've realized that it might not be possible to define a negative SELCET statement in a SQL call so now I'm looking for the smoothest way to generate a list of what I would like from my large database by first pulling all the names with a query like this "SELECT top 1 * FROM your_table" (thank you Bart Joosen for the idea) and then subtract the variables I am not
2017 Aug 28
0
Extracting subset from netCDF file using lat/lon and converting into .csv in R
Two questions: 1. Is the order of the dimensions shown what is shown if you look at str(ncin) - I mean shown at the end where it describes the variable and its dimensions? 2. Is you problem how to subset the netcdf file, how to write to the .csv file, or both? -Roy > On Aug 28, 2017, at 2:21 PM, Eeusha Nafi <eshad002 at gmail.com> wrote: > > I have a series of nertCDF files
2017 Aug 28
3
Extracting subset from netCDF file using lat/lon and converting into .csv in R
I have a series of nertCDF files containing global data for a particular variable, e.g. tmin/tmax/precipiation/windspeed/relative humuidity/radiation etc. I get the following information when using *nc_open* function in R: datafile: https://www.dropbox.com/s/xpo7zklcmtm3g5r/gfdl_preci.nc?dl=0 File gfdl_preci.nc (NC_FORMAT_NETCDF4_CLASSIC): 1 variables (excluding dimension variables):
2014 Jan 01
0
Soft chroot jail for sftp-server
Hi everyone I would like to enable unprivileged users to share only certain directories using SFTP without acquiring root, without setting capabilities using public-key-based forced commands. In another use case unprivileged users could write scripts that evaluate "$SSH_ORIGINAL_COMMAND" and then either execute sftp-server in a jail "$SSH_ORIGINAL_COMMAND" after
2011 Jun 17
0
Inconsistent results from var.get.nc in RNetCDF
Hello - I am having trouble extracting data from NetCDF data files using RNetCDF. The data files each have 3 dimensions (longitude, latitude, and a date) and 3 variables (latitude, longitude, and a climate variable). Here is some of the output from print.nc for clarity: ----- dimensions: month = UNLIMITED ; // (1368 currently) lat = 3105 ; lon = 7025 ; variables: float
2007 Nov 11
1
ftp-server patch - restrict user to directory
Hi, please find a patch against openssh-4.7p1 This patch: 1) Allows for an optional configuration file 2) Allows a user to be restricted to a directory and it's children. Enjoy -- Alain Williams Linux Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer. +44 (0) 787 668 0256 http://www.phcomp.co.uk/ Parliament Hill Computers Ltd. Registration Information:
2010 Aug 23
1
Uninstall applications from wine
I have uninstall some applications from wine using wine uninstaller but they keep appering in add and remove programs i have also delete the instalation folder under drivec programa files and run again wine uninstaller but the entry remain, is there any other way to remove this entrys?
2006 Sep 17
1
Lost path to root directory!
I'll admit I am new to LVM2, but I have got myself in a bad spot. I renamed the LVM volume and volume group so that I can keep track of what is in them. I have changed grub's menu.lst, /etc/fstab, and /etc/mtab, but somewhere else there is still something telling lvm that my root drive is on VolGroup00. Where is it, and how do I convince it that VolGroup00/Volume00 (or whatever the
2002 Dec 10
1
Apps under wine
Hi all, I've got notepad.exe to work under wine (i think it's built in). I'm trying to get wordpad.exe to work now. It's currently in ~/driveC/Program Files/Accessories. Wine says it can't find wordpad.exe. Do i need to add an explicit path for it in wine config, or should the windows registry supply the path? Is it any use copying the original windows registry to wine?
2002 Nov 05
0
[PATCH] Add getlink command to sftp
One of the features missing in sftp is the ability to transfer a symlink. This patch adds a new command to sftp which performs this transfer. Note that it uses messages that already exist in the protocol between client and server. This diff is based on OpenSSH 3.4p1. *** sftp-client.c@@\main\1 Tue Oct 1 17:26:20 2002 --- sftp-client.c Wed Oct 23 15:57:34 2002 *************** *** 666,672 ****
2005 Mar 25
0
rsync+auto-ssh
Dear All, though my query is not directly with rsync but i thought some of the people must be using rsync & ssh, so i am posting my query here, in case if there is some other group or forum pls let me know so that i won't bother people here(my apologies) actually, i am facing a very strange issue as : my objective is to use rsync from windows m/c with ssh(auto), so i did as ... 1) I
2001 Mar 27
1
Samba windows mount problem - some files and directories can't be seen even though they exist!
Hi. I have mounted a Windows 2000 Pro computer under linux using: mount -t smbfs -o username=phill,password=xxxxx //winbox/drivec /mnt/winbox I can then jump into /mnt/winbox/ and navigate around the Win 2000 box. But... For some reason some of the files and directories on the windows computer are not showing up. For example, I have just moved a heap of wav files for our audio-processing
2001 Apr 13
1
newbie question to make WINE run with a w2k partition
Hi, I just installed Linux on my system (finally !:) using Mandrake7.2 But I have some problem running even the simplest program , notepad. I entered the command : wine -winver nt40 -desktop 60x70 /mnt/win_c/winnt/notepad.exe And I got the following error: Warning: could not find wine.conf [Drive x] entry for current working directory /root; starting in windows directory.
2007 Feb 07
0
strange sqlite3 errors - validates_associated & failing activerecord unit tests
I''m getting two strange errors, both which I believe relate to sqlite3. The first one is with validates associated. Here is my test: require File.dirname(__FILE__) + ''/../test_helper'' class SubscriptionPlanTest < Test::Unit::TestCase fixtures :subscription_plans fixtures :publications def setup @six_month_gold = subscription_plans(:six_month_gold)