similar to: Opening wine-based applications from Firefox?

Displaying 20 results from an estimated 5000 matches similar to: "Opening wine-based applications from Firefox?"

2010 Apr 22
2
Contos3->5 upgrade, smbmount is gone?
I solemnly puke upon people who break things and call it progress. Get ye to Redmond. I upgraded Centos3.8 to Centos5.4; smbmount is gone. Mounting a WinXP share requires a new instantiation of the old command smbmount \\\\hostname\\path\\to\\share /local/mount/point -o ip=123.12.34.234,username=hostname\\my_userid,password=whatever which should now be mount -t cifs <somebody please
2006 Jun 02
6
Built-in iexplore
Trying to use built-in iexplore.exe (wine-0.9.14, FreeBSD-5.3? KDE-3.5.2). I get: $ wine iexplore fixme:shdocvw:IEWinMain "" 1 fixme:ole:CoResumeClassObjects stub Could not load Mozilla. HTML rendering will be disabled. fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x17df9c)->((null) 1 0x34fba8 0x0) fixme:shdocvw:ClOleCommandTarget_Exec (0x17df9c)->((null) 25 0 0x34fbd0 0x0)
2007 Mar 19
9
Tomb Raider 3 cd-rom
Hi that game runs perfectly in the highest resolutions :-) > Call of Duty United Offensive Single Player Demo How can i tell wine ( winecfg ) on suse 10.1 where the game cd is? /media/TR3 but wine asks for that even if i start tomb3.exe from the cd. Thanks Michael -- Linuxgames: http://shop.sgier.com
2007 Mar 19
2
use Windows icons in Wine?
Is there some method to use a Windows program icon in Wine? droid
2006 Jun 07
8
Need to make work MSN Messenger 7
I need to make work MSN Messenger 7. Its a present for a special person who loves the winks of MSN 7. I have spend a lot of time trying to make it work, copying all installed files work partially, saying fixme:netapi32:NetGetJoinInformation Stub (null) 0x7fb9f838 0x7fb9f834 fixme:winstation:OpenInputDesktop (0,0,2000000): stub Someone have any clue of how to make it work?
2004 Apr 27
1
'R CMD build' fails when there are spaces in the path (PR#6830)
Full_Name: Byron Ellis Version: R 1.9.0 (and 2.0.0) OS: Linux (Redhat Fedora Core) Submission from: (NULL) (140.247.241.197) It appears that `R CMD build` cannot handle spaces in the path when building packages for distribution. For instance: [ellis@net-78815 ~/Bayesian Networks]$ R CMD build bnsl * checking for file 'bnsl/DESCRIPTION' ... OK * preparing 'bnsl': * cleaning src *
2023 Dec 30
2
Help request: Parsing docx files for key words and appending to a spreadsheet
Hi Eric Thanks for that. That seems to fix one problem (the lack of a separator), but introduces a new one when I complete the function Calum proposed:Error in docx_summary() : argument "x" is missing, with no default The whole code so far looks like this: # Load libraries library(tcltk) library(tidyverse) library(officer) filepath <- setwd(tk_choose.dir()) filename <-
2007 Jun 29
1
R CMD build with mingw and msys (PR#9766)
Full_Name: Steffen Version: 2-5-0 OS: Windows Submission from: (NULL) (192.124.243.162) Hi, the R CMD build script is using if($WINDOWS) { ## workaround for paths in Cygwin tar $filepath =~ s+^([A-Za-z]):+/cygdrive/\1+; } which does not work if the build environment is a MINGW. I have added the patch below, Yours, Steffen $ diff -u build build.orig --- build
2020 Oct 29
2
Something is wrong with the unserialize function
Hi all, I am not able to export an ALTREP object when `gctorture` is on in the worker. The package simplemmap can be used to reproduce the problem. See the example below ``` ## Create a temporary file filePath <- tempfile() con <- file(filePath, "wrb") writeBin(rep(0.0,10),con) close(con) library(simplemmap) library(parallel) cl <- makeCluster(1) x <- mmap(filePath,
2010 May 21
2
Problem creating shortcut
Hi everyone! I'm a recent linux user starting my first steps with this powerfull OS, and so far I've been able to make my way through installing and configuring a basic box connected to a M$ network. Now I'm trying to create a shortcut to run my windows database application in wine but so far I had no success... To correctly start my application in M$ windows I need to create a
2023 Dec 30
3
Help request: Parsing docx files for key words and appending to a spreadsheet
An update: Running this block of code: # Load libraries library(tcltk) library(tidyverse) library(officer) filepath <- setwd(tk_choose.dir()) filename <- "Now they want us to charge our electric cars from litter bins.docx" #full_filename <- paste0(filepath, filename) full_filename <- paste(filepath, filename, sep="/") if (!file.exists(full_filename)) { ?
2020 Oct 29
2
[External] Something is wrong with the unserialize function
This Index: src/main/altrep.c =================================================================== --- src/main/altrep.c (revision 79385) +++ src/main/altrep.c (working copy) @@ -275,10 +275,11 @@ SEXP psym = ALTREP_SERIALIZED_CLASS_PKGSYM(info); SEXP class = LookupClass(csym, psym); if (class == NULL) { - SEXP pname = ScalarString(PRINTNAME(psym)); + SEXP pname =
2006 Jul 30
2
NIST StRD linear regression
NIST maintains a repository of Statistical Reference Datasets at http://www.itl.nist.gov/div898/strd/. I have been working through the datasets to compare R's results to their references with the hope that if all works well, this could become a validation package. All the linear regression datasets give results with some degree of accuracy except one. The NIST model includes 11 parameters,
2007 Mar 19
4
Battlefield 1942 - SECDRV.SYS not found
Hello! I want to run Battlefield 1942 using wine 0.9.23. I have managed to install the game but if I try to start it I get: err:module:import_dll Library ntoskrnl.exe (which is needed by L"C:\\windows\\system32\\drivers\\SECDRV.SYS") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\drivers\\SECDRV.SYS" failed, status c0000135
2007 Mar 19
2
setup.exe fails on wine version 0.9.20 and later
When I try to run wine /mnt/cdrom/setup.exe on the Monopoly CD-ROM it returns "Terminated" on the console. This has happened since version 0.9.20. It worked almost perfect in wine version 0.9.19. Monopoly is a Windows 16 bit game. Any idea why this is happening now? Thanks in advance, Charlie
2012 Oct 05
2
Using variables from different environments in one function
Dear R-community, I have been experiencing this issue with functions within a function and I can kind of feel where the problem is (environments, closures etc), but I don't manage to solve it. I will sketch it with an example: #We have two simple "inner" functions: ############## INNER FUNCTION1 ################# innerfunction1<-function() { ab<-a+b
2005 Oct 29
1
dyn.load() error: bad external relocation length
R-helpers, Is there an easy way to call an external (C) program using .C or .Call without including the code in a package. I know how to do it using system(), but that doesn't seem to be a permanent or portable solution. Initially I tried: .Call('filepath.to.c.function', arg1) and got this error: Error in .Call("filepath.to.c.function", "arg1", :
2015 Feb 05
3
Rcurl crash in R-devel
Hello, I don't know if the problem originates from R-devel 3.2 or Rcurl itself. I post this message to the R-devel list and to the author of RCurl (duncan at r-project.org). > library("RCurl") Le chargement a n?cessit? le package : bitops > print(sessionInfo()) R Under development (unstable) (2015-02-03 r67717) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under:
2007 Mar 19
4
Accuterm 2K2 on Wine under Gentoo Linux
I am trying to run a Windows app Accuterm 2K2 (a terminal emulator) on wine 0.9.8, I am able to install Accuterm just fine, and it actually starts up, but it crashed with the following: err:statusbar:StatusWindowProc unknown msg 2210 wp=10001 lp=00010042 wine: Unhandled illegal instruction at address 0x7fdf635d (thread 0009), starting debugger... WineDbg starting on pid 0x8 Unhandled exception:
2012 Sep 26
3
Reading multiple files
Hi, I have 35 data files for reading. I would like get a program for performing reading of 35 files at once. All are of the type: Dados1.raw, Dados2.raw and so on. If the files have the same number of columns, I can read with the following commands: rm(list=ls()) filenames = list.files(path="~/Silvano/Arq", pattern="Dados+.*raw") names = substr(filenames, 1, 7) for(i in