similar to: Problem with Wine on a Mac

Displaying 20 results from an estimated 300 matches similar to: "Problem with Wine on a Mac"

2011 Jul 08
5
Slitaz OS. Use Wine with Amazon KindlePC
[Question] I am running Slitaz as OS how do i get Amazon Kinde to run? it shows up as a icon on the desktop, however clicking it shows nothing (exceot for a loading cursor which turns to nowmal) if i ''open with Wine Windows Program Loader'' i get the folowing error there is no windows program configured to open this file'' what gives? if i attempt to add it in wine
2012 Feb 08
4
Kindle PC 1.8.1 and wine 1.3.32
Kindle crashes in wine. http://appdb.winehq.org/objectManager.php?sClass=version&iId=24648 I am using arch linux. I downgraded wine because it was not working in latest wine from arch. I also tried other Kindle for PC versions and failed. Code: wine: Unhandled page fault on read access to 0x00000000 at address 0x7855753a (thread 002c), starting debugger... Unhandled exception: page fault
2020 Oct 09
1
kindle app on CentOS 7?
Anyone got a link to someone's how to install the kindle app for PC on CentOS 7? mark "don't get me started on Nook and ACE"
2011 Oct 24
3
Why do i cant get Windows applications running?
Hello, respekt to your whole work on the Wine Project. But i have tried to make many Windows applications running with wine but nothing is working expecting the apps that are delivered with the wine package. I've tested it with an Ubuntu 10.04, 10.10, 11.04, 11.10 -> Nothing! I have used winetricks -> Nothing! Are there any hints to get, for example, the Amazon Kindle or the Evernote
2011 Sep 21
1
Wine can't see DVD drives, and wont open some apps
I've installed Wine 1.3.28 on Ubuntu 11.04. I've been having some odd problems that I can't seem to get around. My optical disk drives aren't visible when I try to use applications like DVD Shrink, I can't seem to detect them. When I try to install some apps like Amazon Kindle and WoW, they will install, but just not open. When I run Startcraft II, it'll play, but it
2011 Oct 26
1
Kindle failure
My Kindle for PC has worked fine in WINE for many months, although the offered upgrade last month did fail to install; I didn't need it anyway. Now it has suddenly stopped working, I think since latest Ubuntu updates, not the 1110, it was fine with that for weeks. What might this mean? $ wine .wine/drive_c/Program\ Files/Amazon/Kindle/Kindle.exe fixme:service:scmdatabase_autostart_services
2011 Mar 03
6
Developing a web crawler
Hi, I wish to develop a web crawler in R. I have been using the functionalities available under the RCurl package. I am able to extract the html content of the site but i don't know how to go about analyzing the html formatted document. I wish to know the frequency of a word in the document. I am only acquainted with analyzing data sets. So how should i go about analyzing data that is not
2017 Oct 08
8
Announcement: 32 bit Wine repo for RHEL and CentOS 7
Hi all I've created a yum repo for 32 bit wine packages on RHEL and CentOS 7: https://harbottle.gitlab.io/wine32/7/i386/ The Wine packages work on both 32 bit and 64 bit RHEL/CentOS 7. There is no 32 bit version of the EPEL repo, where the standard RHEL/CentOS Wine packages can be found, so you may find this new repo useful if you need to run Windows software that requires the 32 bit
2007 Sep 12
1
reshape help
Hi, I'm trying to use reshape but I cannot quite understand how it works. Could somebody help me on this? Example, my data is something like: mydat <- data.frame(tree= 1:10, serra=rep(1:2, c(5,5)), bt01= 101:110, bt02= 201:210, bt03= 301:310, mm01= 9101:9110, mm02= 9201:9210, mm03= 9301:9310) > mydat tree serra bt01 bt02 bt03 mm01 mm02 mm03 1 1 1 101 201 301 9101 9201
2015 Jun 29
4
Using a CentOS 6 Machine as a gateway/router/home server
At 07:43 AM 6/29/2015, you wrote: >James B. Byrne wrote: > > On Mon, June 29, 2015 02:14, Sorin Srbu wrote: > > OS 6? > >> > >> Please note: I'm not criticizing, just curious about the argument > >> behind using a regular OS to do firewall-stuff. > > > > Maintenance. > > > > A consistent set of expectations does wonders for
2010 Oct 24
1
LOTRonline - blank window at launch
When I launch the pylotro launcher for Lord of the Rings Online the first part works fine. I can change settings, enter my realm, user, and password information, and I can see the text in the left part of the launcher window with news and info from the website. Once I click the "login" button that launcher window goes away and I get a new window of the same size that has the title
2020 May 30
1
PJSIP
Hello, Anyone know how to set the "To:" in an invite for PJSIP to custom settings. I got the "from" to be the way I need it. From: <sip:e04f43a2ed59 at xaccel.net;tag=44l1nRmW2 To: "TEST" <sip:5tf2f2s0rbtdj-20d14fl6n65t0o-0u03 at 34.221.174.202> I have tried a lot of changes to get to this but nothing works. I am getting this From: sip:109643183 at
2016 Apr 28
1
polygon angle option perpendicular to axis
Thanks for the question. Here is a sample of the code for my plot: Top = c(34, 39, 42, 45, 46, 41, 41, 40, 43, 38, 33, 33) Bottom = c(24, 29, 32, 36, 32, 34, 32,41, 40, 39, 29, 24) plot(1,1, col = "white", xlim = c(1.3,11.7), ylim = c(0,80), axis = FALSE, xaxt = "n") axis(1, at = c(1:12)) polygon(c(c(1:12),c(12:1)), c(top, bottom), col =
2024 Jun 11
2
Integration of functions with a vector argument
Hello all, I have a question concerning integration of a function of a multivariate argument with respect to one or more variables in r. Let us say we have a function F <- function(x){ body of the function} Where x is, in general, a d by 1 vector with d>1. Now I want to integrate out some of the coordinates of x, e.g. x[1] or x[2] or both of them etc. I'm well aware of how to
2004 Apr 27
1
beginners k means clustering question
Hi all, I am wandering.. is it possible to cluster data which is in a single column ? for example.. I have some data as follows: 4013 7362 7585 9304 11879 14785 21795 30500 30669 30924 33988 36975 40422 42911 50501 51593 53729 54338 55497 57337 61993 62601 66229 69815 69933 70760 71340 75921 83972 90134 91061 . . . is it possible to cluster this data since it is in a single column ? I have
2024 Jun 12
2
Integration of functions with a vector argument
? Tue, 11 Jun 2024 18:44:08 +0000 "Levine, Michael" <mlevins at purdue.edu> ?????: > Let us say we have a function > > F <- function(x){ body of the function} > > Where x is, in general, a d by 1 vector with d>1. Now I want to > integrate out some of the coordinates of x, e.g. x[1] or x[2] or both > of them etc. I'm well aware of how to integrate
2011 Dec 12
0
Kindle Fire video player-Put/Play AVI movies on Kindle Fire
20% 0ff AVI to Kindle Fire Converter-Transfer movies to Kindle Fire playback Kindle Fire video player-Put/Play AVI movies on Kindle Fire Hot News! Dec. 5th, 2011 ? Can't wait to start holiday shopping? We've got great news if you're looking to buy the greatest and cheapest technology for the loved ones on your list. You could save up to 30% off for the 2011 Christmas Special Gifts
2006 Jun 27
1
Voip / AudioCodes MP-108 Help Needed
Hello, Anyone here have experience with Audiocodes MediaPack MP-108 Gateways? I would be willing to pay someone for advice and support with configuring my gateways for a telemarketing project I am starting. My experience is somewhat limited but all I want to do is make outbound calls just like I would on normal pots lines. (That's the best way to explain it) I do not need any special
2013 Mar 21
0
Problems parsing page encoded in Shift-JIS
I''m posting this question to both mailing lists as I''m not sure whether it''s a Mechanize problem or a Nokogiri problem. Using Nokogiri and Mechanize to load and parse a web page encoded with Shift-JIS. I have an HTML construct like: <head> <meta http-equiv="content-type" content="text/html; charset=Shift_JIS"> </head> <body>
2009 Jun 10
1
[expect deadlock] on MAC OS X
after my success in getting some proprietary company software working in wine clicky (http://forum.winehq.org/viewtopic.php?p=25947#25947) one of my colleagues is attempting the install on MAC OS X they have installed wine using this guide http://davidbaumgold.com/tutorials/wine-mac/ (http://davidbaumgold.com/tutorials/wine-mac/) 1. to install winetricks can they issue? Code: wget