Displaying 20 results from an estimated 600 matches similar to: "0.9.60 Wine with Ubunto 8.04- Create "S" drive with space"
2012 Jun 10
1
[libtremor] ov_read is reading past file size
I have a wav file which has been converted to an ogg file with libvorbis
via ffmpeg. However I've tested a few files just to make sure.
I run a standard while loop to using ov_read to pull all the data out of
ogg file. Using 4096 as the size to read each call. Watching my debug
logs it is reading 2048 bytes each call.
When I load the wav file the data chunk for the pcm data is 167680
2011 Oct 18
9
cant play after updating to ubunto 11.10
I recently updated my Ubunto from 11.04 to 11.10 and I can no longer play windows games via wine.
However I can still launch and use Steam, but I cant play any of the games there, Steam shows the "preparing to launch..." message but the game never launches.
Also with World of Warcraft the game launcher opens up, I can see the news and all, but when I push the play button the launcher
2009 May 27
3
R in Ubunto
Hello , I do not know anything abount Ubunto, but I found a Portable Ubunto for Windows and since so many people
prefer Linux to Windows I decided to give it a try.
It runs very nicely, so I tried to load R, following Instructions in CRAN I added the line
deb http://probability.ca/cran/bin/linux/ubuntu hardy/ to /etc/apt/sources.list and then from a console
I did
sudo apt-get update
sudo apt-get
2010 Nov 30
2
why can`t .2NET framework not be installed in ubunto 10.04?
When i try to install .2NET framework for running FIFA 11 on ubuntu installation fails. Any suggestions?
2012 Mar 01
2
Eligium on Ubunto 11.10 Wine 1.3.28
Hello all.
Just having some hiccups getting this game running.
Hope I got enough information in here for you guys.
I checked the APPDB site but the guy is actually getting further than I am.
XP Emulation
Have Winetricks
Using Allfonts.
Using D3dx_43
I added Vcrun2008 but it required msvcp80.dll
so I also added Vcrun2005 and that made fixed that.
Used:
Code:
cd
2013 Dec 18
1
Initial support for sector size >512
On 12/16/2013 05:18 AM, Frediano Ziglio wrote:
>
> Surely should apply to 4.xx where they was developed but I think I send
> them for 5.xx. mbr part of patches was merged time ago.
> Unfortunately I had no time to update other patches. If I remember there
> was a problem on the way ADV was implemented (using the same sector).
>
> Unfortunately my company business required to
2008 Apr 22
2
Ubuntu users, please upgrade to Ubuntu 8.04 Hardy for Wine 0.9.60 and later
To prevent conflicts when upgrading to 8.04, older releases will no
longer be getting Wine updates. Ubuntu Hardy will be released this
Thursday, and contains many fixes that also affect Wine, such as support
for some missing libraries in the 64 bit version.
By default, Ubuntu's update manager will disable third party
repositories on upgrade, which will leave you with the Wine included in
2008 May 01
0
Mouse Cursor not visible in winecfg (Ubuntu 8.04 wine-0.9.60
I installed the latest binary last evening, and I am unable to see my cursor in any applications, most notibly winecfg. I have removed/reinstalled wine, removed my .wine directory to see that they are created.
I also have played with my xorg.conf and enabled/disabled hwcursor and swcursor. I haven't gotten the mouse to be visible with anything I have tried.
It should be noted that my xorg
2010 Mar 30
1
predict.kohonen for SOM returns NA?
All,
The kohonen predict function is returning NA for SOM predictions
regardless of data used... even the package example for a SOM using
wine data is returning NA's
Does anyone have a working example SOM. Also, what is the purpose of
trainY, what would be the dependent data for an unsupervised SOM?
As may be apparent to you by my questions, I am very new to kohonen
maps and am very grateful
2006 Jan 18
6
Mention about an open source image editor
Some days back there was a mention about an open source image editor
that people uses for application layout designing. I have forgotten
about the name of that software.
Can someone send me the link?
Silvy Mathews
2009 Nov 27
6
Learning R - View datasets
Hi All,
I am making a serious effort to try to learn R, but one hurdle I am facing is that I need to "see" the data as I walk through the examples in the packages. For instance, many examples on the web start by a command like data("wines"). How can I actually view what the dataset looks like prior to transformations and analysis? I have tried to use edit() , print, and
2009 Nov 28
1
Kohonen Package
Hi All,
I am still learning R, but making, IMO, great strides. I learned about Kohonen/Self-Organizing Maps in class and I would like to try to replicate some of the things we have seen in class.
Below is my code. I am trying to create a u-matrix. In the documentation on page 9 it appears the type of plot, dist.neighbours should do the trick, however, I am getting an error:
(Error in
2003 Sep 29
14
Help with GPL license of Asterisk
I would appreciate some help with this. I read the GPL license and basically it says you can do whatever you want with the software (sell, modify) as long as you include the source code, the License and make any changes you make available in the same manner to all others.
My questions is this: If I develop an external application (say a Call Center application or a GUI management application)
2001 Nov 29
1
red wines & tannin
I find that certain red wines(and only particular wines) cause me to
have headaches. I suspect this is because they contain more tannin than
other reds. How do I know about the tannin content when I buy a bottle?
Do wred wines from certain areas have more tannin than from other areas?
Or is it merely a trial & error process?
thanks, Howard Richler
2010 May 12
25
Install ubunto domU
Dear *,
I''m more used to work with RedHat like OSes. Still, I did not denied the
request from a user who wants a domU based on ubunto. I usually use
virt-install to do the job, with a script similar to this one:
#!/bin/sh
BASE=SL-4.7-i386-pv \
virt-install --nographics \
--nonsparse \
--paravirt \
--noreboot \
2016 Dec 12
0
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello.
I wanted to inform that I fixed the bug from the previous email.
The main reason for the bug was that I thought that the SDNode masked_gather is
returning only 1 value, but it returns 2 (hence, I guess, the earlier reported, difficult
to follow, error: "Assertion `New->getNumTypes() == 1").
masked_gather returns 2 values because:
// SDTypeProfile -
2008 Nov 13
3
Wine 1.1.8 and wine GIT(howto cooperate together?)
I'm confused and looking for help
For the fist I have Ubuntu x86_64 and I had installed wine 1.1.8 from launchpad and i installed Red Alert 3 when i run it found that no cursor in game, so
In order to lay Red Alert 3 with cursos i have compile wine from here
git clone git://repo.or.cz/wine/hacks.git
then i made symlinks
cd hacks
Code:
mkdir -p `pwd`/lib32
ln -s /usr/lib32/libX11.so.6
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2008 Nov 22
2
This diff needs fixing.
It is just me or is the entire Wine AppDB screwed up?
Why is it that people complain when no-cd fixes are used when a programs is rated platinum, yet when you need to set and use native dll's it's okay?
It's either one or the other, for example why is MS Office 2007 rated platinum for? You need native dll's and not wines versions to run it, yet in games that use secu-rom or other
2016 Dec 15
2
TableGen - Help to implement a form of gather/scatter operations for Mips MSA
Hello.
I fixed the bug reported in the previous post on this thread
(<<llvm::MemSDNode::MemSDNode(unsigned int, unsigned int, const llvm::DebugLoc&,
llvm::SDVTList, llvm::EVT, llvm::MachineMemOperand*): Assertion `memvt.getStoreSize() <=
MMO->getSize() && "Size mismatch!"' failed.>>)
The problem with this strange error reported comes from