Ubuntu :: Wine Gives Lots Of Errors And Runs Really Slowly?
Jan 17, 2010
I try to do anything in wine, including winecfg, I get a lot of errors, and the program runs really slowly. Here are the errors
Code:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:win:RegisterDeviceNotificationA (hwnd=0x147f30, filter=0x84e9e4,flags=0x00000001),
returns a fake device notification handle!
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a060, {485e7de8-0a80-11d8-ad15-505054503030}, 1, 0x33fe28, code....
I get this error for every program, so I do not think it is an error with the program. If fixing this will change anything like making it faster any help would be appreciated. Oh, I also can only run a few programs. I can't run things like WMP or itunes, and I think this may be the cause.
View 2 Replies
ADVERTISEMENT
Jul 29, 2011
I'm running a Minecraft server off of a dell T110 with Ubuntu 10.1 installed, as I haven't had a chance to install Natty yet. The problem is, it's running very very slowly, past the point where I could say it's the hardware's issue.
I have an intel xeon (2.4ghz quad core) in there, with 2gb of RAM. 2gb isn't much, but the computer runs slowly even when the MC server itself is off.
I'm talking super super slow, like, the cursor doesn't even show up all the time. It disappears frequently and things take a while to render/open, a site like facebook takes about 20 seconds to completely load.
This is my first ubuntu install, so I'm kind of new to it. The only problem/solution I could think is that I may have installed the 32bit version on a 64bit processor. I don't think I did, butttt that's the only thing that occurs to me
View 3 Replies
View Related
Jan 2, 2010
Just wiped Windows on a Dell Inspiron 8000 and installed Ubuntu. Most things going well but ran GIMP today and noticed the dissolve very slow. Think I might need more memory? I typed $ free -m and got this:
total used free shared buffers cached
Mem: 497 483 14 0 15 215
-/+ buffers/cache: 251 245
Swap: 839 43 796
I take this to mean I have 500MB of memory but most of it is used up on something? Does this explain why opening new windows incurs a lag of a few seconds and my GIMP slideshow runs very slowly? I was a pretty good Windows user but know very little about Linux.
View 8 Replies
View Related
Jul 7, 2010
I recently installed Ubuntu 9.10 and I've been having problems with flash player. The problem occurs when I'm trying to play a video clip on You Tube or on similar sites. Video clips do not play properly, videos run slowly and with many interruptions, while on the other hand the sound is excellent and my internet connection is OK, only the quality of the video is poor.
I am using:
intel celeron 1800MHz
512 SD ram
ATI Radeon 9550
Hardware Drivers displays no drivers for my graphic card...
View 2 Replies
View Related
Apr 20, 2011
In graphic interface, when I use dolphin to view the files in super user mode, this application runs very slowly, and react dull at each request!
View 7 Replies
View Related
Mar 29, 2011
maybe my questions sounds funny: i'm looking for a very small (or better as small as necessary) distro which runs in a virtual box an starts wine.The reason is: we have new laptops in my school runnig windows7 64bit home and we have some software which runs only on WinXP. So why not take a virtualbox wich runs wine to start the old Software?
View 2 Replies
View Related
Jan 13, 2010
When executing different programs varying from the Ubuntu Software Manager to pstotxt and lots of other programs I get tons of errors that have to do with Python2.6, whatever it is. I think it got corrupted since my netbook turned of while installing some (Dutch) language packs.The smaller problem, is that the language packs failed to install properly, and I can see some Dutch sentences between the English ones sometimes...The major prolem, is that somehow a lot of programs won't work anymore, mainly terminal programs. pstotxt is one of any examples. Installing software doesn't always work because of these errors.
This is the output when I want to use pstotxt to convert a .pdf to .txt file:
Code:
Traceback (most recent call last):
File "/usr/lib/command-not-found", line 8, in <module>
import CommandNotFound
File "/usr/lib/python2.6/dist-packages/CommandNotFound/__init__.py", line 1, in <module>
from CommandNotFound import CommandNotFound
code....
View 3 Replies
View Related
Feb 23, 2010
I got the following errors after trying to install Drupal6 from the repositories.
[Code]...
View 1 Replies
View Related
Aug 14, 2015
I am trying to set a static IP for my wireless adapter (wlan0). I've been getting the error
Code: Select all[....] Reconfiguring network interfaces.... Error for wireless request "Set Encode
" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
RTNETLINK answers: File exists
Failed to bring up wlan0.
Done.
After using the command
Code: Select allsudo /etc/init.d/networking restart
Here is what etc/network/interfaces looks like
Code: Select allauto lo
Iface lo inet loopback
auto eth0
Allow-hotplug eth0
Iface eth0 inet manual
Auto wlan0
Iface wlan0 inet static
Wireless-essid xxxx
Wireless-key xxxx
Address 192.168.3.116
Netmask 255.255.255.255
Gateway 192.168.3.0
View 7 Replies
View Related
Mar 3, 2011
When I try to install things I am getting lots of errors.
[code]...
What can I do to fix my problems? I also included a screen shot of the repositories in Software Sources. I been messing with BeachBit as Root and been toying with Ubuntu Tweak and so I think I messed something up on accident. Here is my list that I have too.
[code]...
Some index files failed to download, they have been ignored, or old ones used instead.
View 1 Replies
View Related
Dec 1, 2010
What should I do to clear WINE state in my system if it's already flooded with installed Win apps and lots of registry configs? Like WINE has just been installed and nothing more. No Windows apps, no configurations were made, clear registry, etc... Is it enough just to delete "~/.wine"?
View 7 Replies
View Related
Oct 26, 2010
I am currently in the process of moving around 20TB of data from one server to another. Security is not a concern, since the data are freely available to anyone on our network anyway. There are a couple of things that I'm trying to decide on:
(1) protocol choice
Of all the choices I have--nfs, ftp, scp, rsync, samba--has anyone done any benchmarking to show which would be the fastest/most robust transfer protocol? I know nfs has slow write speeds for synchronous transfers. Asynchronous would be faster, but less robust. I'm leaning toward rsync since it performs md5sums to confirm the file transfers. (Remember if there's a 1 in a billion chance that a byte will get corrupted, then I'll have 20,000 corrupt bytes in the transfer.)
(2) Nautilus emblems
We use emblems in Nautilus to categorize files. The old and the new server have the same directory structure.Is there any way to copy the Nautilus emblems from the old server to the new server. What I want is that if a user had marked a particular file with a star on the old server, then that file would be marked with a star on the new server when he/she logs in.
View 1 Replies
View Related
Sep 1, 2010
I have debian lenny, when I run an application is slow to load (example: iceweacel open and it takes, I can hold him iceweacel work normally), I tried to change from gnome to another and the same thing, went down some services (samba, squid) and nothing. I open a terminal and it takes, I want to duplicate it and do it fast. From a terminal without X (tty1) with root run mc and moves quickly, also run as root "sudo mc" and takes to boot.Any action done with sudo it takes to run.
Can not be what it takes to make starting the applications, not the PC because it is new, and from one moment to another I began to pass this
The sudoers file is fine, in the log's nothing unusual, since other PC take long to enter samba.
View 1 Replies
View Related
Mar 5, 2010
Ubuntu 9.10
Wine 1.1.39
ATI HD5750
Catalsyt 10.2 (propriety)
For whatever reason, Wine won't run any games (though I tried only two), but runs MS Office, Notepad perfectly fine. When I click Borderlands form wine menu the computer is loading something for a while and then stops. When I try Civilization 4, the game starts loading and crashes immediately after saying "Init Engine" on the screen.
If I run them from the console, I get the same error for both:
Code:
wine Borderlands.exe
fixme:heap:HeapSetInformation 0x4296000 0 0x36ffda8 4
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
[Code]....
View 3 Replies
View Related
Feb 10, 2011
I just installed Arch (x86_64). I am trying to setup Xorg. I have not installed a DE or WM yet, I just want to make sure Xorg is 100% first.
I had to edit the xorg.conf myself to direct it to my Intel graphics driver, but now it seems to work perfectly.
Except after exiting X, my terminal reads:
Code:
xinit: connection to X server lost
waiting for X server to shut down xterm: fatal IO error 11 (Resource temporarily unavailable) or KillClient on X server ":0"
XIO: fatal IO error 4 (Interrupted system call) on X server ":0"
after 1011 requests (1011 known processed) with 3 events remaining.
xterm: fatal IO error 104 (Connection reset by peer) or KillClient on X server ":0"
I'm pretty new to Linux and have no idea what this means! But I'm assuming it's not normal, because it says 'error'.
View 3 Replies
View Related
Feb 27, 2010
I am facing one big problem at the time of installation "WINE- Software" in Ubantu 9.10 (Karmic Release), errors are like-
GPG error: url karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5A9A06AEF9CB8DB0
Actually I was planning to work with some "Windows application" program thru "Wine package", but could not able to install WINE software because of this error.
View 1 Replies
View Related
Apr 9, 2011
The question I have is, can iTunes ever work in Linux? I've tried installing it using WINE but to no avail. Is there a way to make WINE shut up with the errors and let it install? I've tried using the terminal.
View 1 Replies
View Related
Jan 13, 2011
I tried to install utorrent with wine.
I installed Wine from official site, but when I lunch
Code:
I obtain this:
Code:
The fact is that I don't want the downloaded data of torrents with utorrent in Windows. And i thought to install this program on Debian and to set it to share the same temp file.
View 3 Replies
View Related
Jul 14, 2009
I can get all of the 32 bit packages installed just fine, but when I run ./configure I get the following errors:
[code]...
how to resolve these errors.
View 14 Replies
View Related
Oct 13, 2010
I have a launcher for Quake that essentially runs a shell scripts that runs quakespasm with certain options. Is there a way to add it to AWN?
View 6 Replies
View Related
Sep 3, 2011
this error happen while installing wine for fedora 15 x86_64 using yum extender, the same problem also happen when installing it using terminal
10:57:02 : ERROR: Dependency resolving completed with errors
10:57:02 : ERROR: Protected multilib versions: 2:libpng-1.2.46-1.fc15.i686 != 2:libpng-1.2.44-3.fc15.x86_64
View 10 Replies
View Related
Mar 19, 2010
when I tried to install wine I got "Missing Dependency: wine-gecko is needed by package wine"so I looked for wine-gecko and download it but also when I tried to install it I got "Missing Dependency: wine-gecko is needed by package wine"it seems that I am in loop each package need the other what to do please?
View 1 Replies
View Related
May 20, 2010
Recently while at school, my trackpad stopped working completely. When I log out to my login screen it works, and as well as kde. I use compiz btw in gnome.[SOLVED I THINK] --> My boot splash doesn't show up until its fully loaded and won't show in the correct resolution.Every so often, the UI flips out and won't let me click menus or text fields or use my keyboard at all.
The trackpad is a setting i bet. BUT I looked everywhere for a setting that is making it not work.[SOLVED I THINK] --> The splash is ok, I'm not worried about it, but I wished it looked nicer on my computer D:The UI freak out is annoying and trouble some as it happens randomly in use.
I am on a laptop:
HP Pavilion dv9000
Intel Centrino Core 2 Duo 1.73GHz
NVIDIA GeForce Go 7600
2GB of memory
ps - I am not a fan of HP, Intel, or NVIDIA, this laptop was free so not complaining about not having AMD or ATi or another laptop brand
View 3 Replies
View Related
Jan 17, 2011
I upgraded to 10.10 a few months ago. All was well until a week or so ago, my PC was incredibly slow to respond to anything - mouse clicks, etc. After investigating, I found Evolution using 90% of my RAM - I have 4G. I restarted the PC, started up Evolution and everything was better for a very short while. I then found Evolution using 2Gb+ again later that day. I have noticed that immediately upon startup of Evolution, watching top, evolution uses 900Mb+ Virt and 450+Mb Res. If I open a single email, it jumps to 1300+ Virt, 500+ Res. The more I read a few more emails, the more it jumps.
I have updated everything possible via Synaptic. I only have a handful of accounts - probably 3 POP3 that download to local folders, and about 5 IMAP (GMail) based ones. Nothing excessive IMHO. Now, Evolution is basically useless. All I can do is open it, check email, and close it as soon as possible. I'd rather not switch to another email client - I did that back in 10.04 when I switched off Thunderbird in favor of Evolution because of all the Evolution integration in Ubuntu/Gnome.
View 1 Replies
View Related
Apr 22, 2010
I want to install Ubuntu on many different new user's systems from a distance. I am looking for the simplest cleanest way to pull this off. These systems will only boot Ubuntu....no dual boot systems. Plus, I need a way to accommodate different size Hard drives such that the entire hard drive is used. There will be a novice computer user on site who can insert a cd or dvd for me and boot the machine.
View 2 Replies
View Related
Feb 15, 2010
i have a question about the best choice for a filesystem: We have in our company a productive webserver running debian with nginx webserver to serve images. The number is about 15 million, they are around 2kb or 3kb of size each and they are stored under some subdir in /home with a hashed subdirectory tree which is 2 leves deep. the images are copied with nfs from some other machine time to time. We get high load when this copying is running. Currently we are using ext3, and considering moving to jfs, cause its relativly low load impact, but i am still courios about the performance. I think serving lots of images is often practiced thing, so i would be interested what others are using as filesystem in this scenario, or if someone could make a recommendation for our case.
View 1 Replies
View Related
Jan 24, 2011
The only window that's open is the terminal running this command, no pidgin, skype, samba, torrent or anything I can think of is using the network yet there is ***** load of output from tcpdump. I was hoping to use this to check where certain applications connect to and what messages they send but when I'm doing nothing there is already more output than I can go through. Running tcpdump for less than 10 seconds gives me the following output:
Code:
16:13:22.015683 IP ns.hihkptt.net.cn.domain > desk.local.56598: 46887 1/2/2 (166)
16:13:22.016251 IP ns.hihkptt.net.cn.domain > desk.local.60099: 21168 1/2/2 (166)
16:13:22.016743 IP ns.hihkptt.net.cn.domain > desk.local.42325: 50346 1/2/2 (166)
16:13:22.034733 IP ns.hihkptt.net.cn.domain > desk.local.41441: 63658 1/2/0 (134)
16:13:22.035215 IP ns.hihkptt.net.cn.domain > desk.local.42865: 37537 1/2/0 (134)
16:13:22.036124 IP ns.hihkptt.net.cn.domain > desk.local.35006: 7520 1/2/0 (134)
16:13:22.036569 IP ns.hihkptt.net.cn.domain > desk.local.38480: 51322 1/2/0 (134)
16:13:22.066006 ARP, Reply 192.168.0.1 is-at 00:b0:0c:02:60:9c (oui Unknown), length 46 .....
View 2 Replies
View Related
Jan 26, 2011
I use nautilus and its awful. The only good thing are the tabs and the bookmarks on the cons:
* it freezes now and then when moving lots of files.
* Slow to navigate while large amounts of data are moving or displaying.
* Slow presenting of files where there are a lot of them (it should only render whatever is in screen and maybe render a properly sized navigation bar. Anything else shouldnt freeze the client. Render at its once pace if at all. I dont move the scroll bar it shouldnt freeze
* It doesnt queue (meaning it moves everything at the same time instead of queueing stuff, what makes moving stuff take longer) .
View 5 Replies
View Related
Sep 20, 2009
Here is an excerpt from powertop
Top causes for wakeups:
69.2% (563.1) <kernel core> : hrtimer_start_range_ns (tick_sched_timer)
7.7% ( 62.5) <interrupt> : nvidia
4.9% ( 39.6) USB device 4-2 : Microsoft 3-Button Mouse with IntelliEye(TM)
4.9% ( 39.5) <interrupt> : uhci_hcd:usb4
[Code]...
View 2 Replies
View Related
Jul 18, 2010
I recently installed Squeeze. Almost every time I install software I have unresolvable dep errors. In my Software Sources Everything is checked Main, Contrib, Non-Free and source. But in 3rd party the only thing in there is the installation CD. Is this correct or am I missing repos? downside of running testing? If I'm missing them could someone please post what repos I should have...
View 6 Replies
View Related