similar to: wine problem

Displaying 20 results from an estimated 9000 matches similar to: "wine problem"

2011 Apr 30
1
Using Asterisk + other FOSS projects to facilitate a call-in Internet Radio web-frontend
Good Evening, I'm setting up an Internet Radio website with call-in functionality, and need to know the kinds of FOSS tools I should install to get the job done. Here's an example of what I'm looking for: http://i56.tinypic.com/aafz4k.png Call protocol: [Producer calls in] [Host calls in] [Guest calls in]->[Screened by Producer, if accepted, conferenced into host] On the website
2012 Feb 17
1
Re: Halo:Combat Evolved with black text and overhead
bump? Any idea how to tackle this dark text and dark hud problem? I updated amd/ati catalyst to latest 12.1, and wine to 1.3.37, but won't fix the problem. Here is the image again. [Image: http://i44.tinypic.com/2946gbs.jpg ]
2010 Dec 14
2
Drop in performance
Hello guys! I came here as a last resort. I have followed lots of tutorials, tips and tweaks, nothing seems to help. Ok, first things first: Laptop info: - HP dv6680ep - 2.20 Ghz dual-core Processor - 128 Mb Nvidia 8400M GS - 2Gb RAM OS: - Kubuntu Maverick (all updated) - Latest wine version (stable) - Latest nvidia drivers from their site (installed manually) Game: World of
2009 Apr 22
2
[LLVMdev] Def/Kill flags for subregisters
I am trying to locate a bug that affects my Blackfin backend. I am having some trouble understanding the semantics of def/kill flags on machine operands when using subregisters. I compile this function: define void @i56_ls(i56 %x) nounwind { store i56 %x, i56* @i56_s ret void } And get this initial machine code: Live Ins: %R0 %R1 %reg1025D<def> = MOVE %R1 %reg1024D<def> =
2011 Nov 10
4
Maktabah Syamilah on wine
Hi, I'm one of ubuntu indonesian muslim users. The truth is; all of kind software piracy is forbidden in our religion, some people who care this rule get an OS migration. But there are a problem, the best Islamic software "Maktabah Syamilah" doesn't run perfectly, take a look at the screenshots! This is maktabah syamilah on windows: [Image: http://i44.tinypic.com/iqyo48.png ]
2011 Feb 22
5
Wine Java Error: Cannot find "winemenubuilder.exe"
Alright, so, I am trying to run a shimeji on my Mac. Shimeji's are these cute little animated characters that walk around your screen. I made a prefix that contains all the files required for the shimeji and when I try to run it I get these sorts of errors. I have no idea what is going on! I am not fluent in computer at all. Help please. ): [Image:
2009 Feb 25
3
Xen 3.3.1 + Windows 2008 x64 + GPLPV 0.9.12-pre13 = corruption?
Hi James, I''m testing GPLPV 0.9.12-pre13 on Windows 2008 x64, and found some interesting results : - The drivers are NOT signed, even though I''ve install certs. Had to use F8 on boot. - both QEMU and Xen block device are active, which usually means corruption is coming. Is this a known issue? http://i44.tinypic.com/2vmypvk.png http://i42.tinypic.com/2mewnia.png Regards, Fajar
2009 Dec 03
0
[LLVMdev] Adding multiples-of-8 integer types to MVT
Hi Ken, > Would there be any interest/opposition to extending the set of simple > integer types in MVT to include the missing multiples of 8 (up to 64 > bits)? That is: i24, i40, i48, i56? the type legalizer would need some work. Consider an architecture which has a 24 bit register. Then the type legalizer should legalize an i40 by first promoting it to an i48, then expanding that to
2009 Jan 04
2
Help me! [asus pc eee 900, ubuntu eee]
Hiya! I need help over here.. I have a Asus pc eee 900, ubuntu eee with wine.. but now i got some problems. I have installed wine and then spotify, a game called tibia and winamp and tibia dident work so i uninstalled it but the icon's (tibia, readme and uninstall.exe) is still in the wine map.. So i uninstalled wine and deleted the .wine hidden map in home and the icons are still there
2009 Apr 03
3
No icons in my app
How programs looks executed on WINE (Ubuntu 8.10): http://i41.tinypic.com/2nsnvxh.jpg And on WinXP SP3: http://i39.tinypic.com/6fm6o7.jpg Note there's also no text on StatusBar. Icons are loaded from resources with LoadImage(GetModuleHandle(0), 1, IMAGE_ICON, 0,0,0)). Any ideas? Thanks in advance.
2009 Nov 05
1
Adding a symbol/value/overlay to a boxplot in R
Hello everybody, I am new to R and I am having the following problem. I have the following boxplot: boxplot(s$Estimate,u$Estimate,names=c("Security", "Usability")) title(main="Estimated development time",ylab="Estimate (weeks)") http://i35.tinypic.com/2rhw9rm.jpg but I want to add a label or symbol for a specific value to every boxplot. I uploaded a
2010 Dec 01
0
[LLVMdev] fixed point types
On Wed, Dec 1, 2010 at 8:11 AM, me22 <me22.ca at gmail.com> wrote: > On Tue, Nov 30, 2010 at 05:48, Jonas Paulsson <jnspaulsson at hotmail.com> wrote: >> May I ask then, what could one expect from various optimizations when using >> intrinsics to support the fixed point type? LTO, Value optimizations, mem ?? >> > > Can you not just lower your fixed-point
2004 May 04
3
shape outgoing/upload traffic PER-IP.
does anyone know a way to shape outgoing/upload traffic per ip? I have a network and i want to limit the upload with 100kbit per user. Ex: 192.168.1.20 ----> 1024kbit-DOWN / 100kbit-UP 192.168.1.21 ----> 1024kbit-DOWN / 100kbit-UP and so on....... Ive tried CBQ and HTB, but couldnt get is right. the only thing that I did in upload bases was: "tc qdisc add dev ppp0 root tbf rate
2009 Jan 14
6
Missing Text in Wine 1.1.12
Hello, I am running a fully updated Intrepid Ibex 8.10 on my desktop. I installed Wine from the repositories using Code: sudo apt-get install wine Wine 1.1.12 is downloaded & installed correctly but none of the menus or buttons have any text in them. Clicking on any button flashes the text on it. Everything else is replaced by _ . Here are a couple of screenshots : [Image:
2009 Dec 02
11
[LLVMdev] Adding multiples-of-8 integer types to MVT
Would there be any interest/opposition to extending the set of simple integer types in MVT to include the missing multiples of 8 (up to 64 bits)? That is: i24, i40, i48, i56? Adding the types to MVT (and ValueTypes.td) would allow LLVM to be targeted to architectures that have registers and operations of these sizes (for example, a 24-bit DSP that I'd like to develop a back end for has 24-,
2010 Sep 21
3
HOW to create image like this?
http://r.789695.n4.nabble.com/file/n2548152/25jfmyx.jpg HOW to create image like this? **tp://i55.tinypic.com/25jfmyx.jpg[/IMG] I don't known how to create the image above or which function can create this image? -- View this message in context: http://r.789695.n4.nabble.com/HOW-to-create-image-like-this-tp2548152p2548152.html Sent from the R help mailing list archive at Nabble.com.
2006 Feb 13
1
Asterisk: Agent logs into queue, and there are calls in the queue, but calls don't go to agent.
When an agent logs into a queue using AgentCallBackLogin, he should be ready to take calls until he logs out right? For some reason the first time a customer calls the queue, it rings the agent just fine but after the agent hangs up the phone and the next caller calls the queue, no more calls will be transferred to the agent. He shows as logged in, but the calls wait in the queue forever and
2015 Nov 03
4
Changing the centos name on boot
Sorry didnt know that Here is an attached online link. http://tinypic.com/r/33pdcw6/9 On Tue, Nov 3, 2015 at 10:25 AM, Robert Moskowitz <rgm at htt-consult.com> wrote: > screenshots as such get stripped out by the list. > > > On 11/03/2015 01:52 PM, Ramaseshan S wrote: > >> I have changed most of the things, the grub, issues. Since I run a >> minimal, >> I
2009 Dec 03
0
[LLVMdev] Adding multiples-of-8 integer types to MVT
On Dec 2, 2009, at 12:32 PM, Ken Dyck wrote: > Would there be any interest/opposition to extending the set of simple > integer types in MVT to include the missing multiples of 8 (up to 64 > bits)? That is: i24, i40, i48, i56? > > Adding the types to MVT (and ValueTypes.td) would allow LLVM to be > targeted to architectures that have registers and operations of these > sizes
2008 May 21
3
AutoCAd 2000
I see that alot people have managed to install AutoCAD 2000 I'm using ubuntu 8.04 64 bit version and wine 1.0-rc1, but I can't install autocad 2000 When I try to install it it says [Image: http://i26.tinypic.com/3523xhl.png ] is there any help oh in terminal I get this: Code: dachaarh at dachaarh-desktop:/ACAD2K$ wine SETUP.EXE err:alsa:ALSA_CheckSetVolume Could not find 'PCM