similar to: running BrilliantPhoto - installed fine

Displaying 20 results from an estimated 1100 matches similar to: "running BrilliantPhoto - installed fine"

2004 Nov 01
1
Time zone info problems...
Hi, Installed Caesar 3 this morning under wine-20041019. C3 has worked for a long time, but doesn't work under this version due to, of all things, time zone information that's missing??? caesar@flash caesar $ wine .wine/drive_c/SIERRA/Caesar3/c3.exe fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PST" to an entry in TZ_INFO fixme:ntdll:TIME_GetTZAsStr
2005 Feb 03
6
Newbie: Running an application within wine (installed fine)
I had successfully installed BrilliantPhoto with wine, so that I have the directory: file:/home/dotancohen/.wine/c/Program Files/Brilliant Labs/BrilliantPhoto but when I run the command wine /home/dotancohen/.wine/c/Program\ Files/Brilliant\ Labs/BrilliantPhoto/BrilliantPhoto.exe it justs sits there with no output until I ctrl-Z it. Silly me, I even tried to click the icon in Konqueror to start
2005 Jan 05
1
many fixme errors
Hello! I want to use TTQV (a GPS-Program) with wine, but I won't run. I am using Wine 20040914 under Debian (Sarge). A short description what I did: mkdir .wine cp -r /usr/share/wine/skel/* ~/.wine I copied mfc40.dll and vb6de.dll from a win98-Installation. I inserted into ~/.wine/config: [AppDefaults\\ttqv3a.exe\\DllOverrides] "mfc40"="native"
2006 Aug 24
3
internet explorer
Help! I tried nearly everything I could and still was not able to get IE working with wine 0.9.19. Manual install using App DB, winetools, ies4linux, etc... everything fails, with different problems and error messages of course. It's really frustrating. Is there a way to install IE that actually works ?
2006 Jul 13
0
wine>0.12 + iexpore + Hebrew
Hello, Since wine-0.13 I cannot run IE to render Hebrew pages. Every time a Hebrew pages is accessed, I get the following dump. Does anyone know what was the difference between 0.12 and newer that could have damaged Hebrew support? The following dump was done using wine-0.17.... Tried with each version since 0.13... All the same... So I guess something should be solved. I will be glad to supply
2010 Dec 21
4
labels and barchart
Hello, I'm wondering how to set a value of mar ( par( mar=c(.......)) ) in order to allow labels to be visible in barplot. Is there any relation between the number of characters in a label and the second value of mar? Look at my example. x <- seq(20, 100, by=15) ety <- rep( "Effect on treatment group", times=length(x)) barplot(x, names.arg=ety, las=1, horiz=TRUE) Labels are
2006 Oct 12
4
Cannot start Photoshop
I have installed Photoshop 7 via winetools. However, I cannot start it: dotancohen@ubuntu:~$ photoshop detecting Wine version... done. Drive C: is /home/dotancohen/.wine/drive_c Wine 0.9.7 wine is executed as wine Parameters are dotancohen@ubuntu:~$ cd ~/.wine/drive_c/Program\ Files/Adobe/Photoshop\ 7.0/ dotancohen@ubuntu:~/.wine/drive_c/Program Files/Adobe/Photoshop 7.0$ ./Photoshop.exe
2004 Oct 12
3
[LLVMdev] set_intersect and Visual C compiler
Hello, This is my first post on this mailing list, so bear with me... My name is Morten Ofstad and I work for Hue AS (www.hue.no), a company that makes 3D Visualization software. We are looking into using LLVM for JIT compiling shader programs, to replace our own (slow) VM. A requirement for this is that we can compile LLVM in VS7.1, so I contacted Paolo Invernizzi to find the status of his
2004 Oct 12
0
[LLVMdev] set_intersect and Visual C compiler
On Tue, 12 Oct 2004, Morten Ofstad wrote: > This is my first post on this mailing list, so bear with me... My name > is Morten Ofstad and I work for Hue AS (www.hue.no), a company that > makes 3D Visualization software. We are looking into using LLVM for JIT > compiling shader programs, to replace our own (slow) VM. A requirement Neat! > for this is that we can compile LLVM in
2006 Feb 04
2
MS Office XP Chinese
Hi, I would like to know whether it is possible to install MS Office Chinese with Wine? Doug -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20060205/0237c815/attachment.htm
2008 Mar 16
5
Returned mail from forum gateway
On 16/03/2008, wine-users at winehq.org <wine-users at winehq.org> wrote: > The following message from "Dotan Cohen" <dotancohen at gmail.com> was not authorized for entry in the WineHQ Forums forum. > > Posts are not allowed to locked topics. > > From: > "Dotan Cohen" <dotancohen at gmail.com> > > To: > wine-users at winehq.org
2005 Nov 16
4
WineTools 0.9 released
Hello, with the massive help of Sven Paschukat I can proudly announce the new release of WineTools 0.9. This version works together with the latest versions of wine 0.9 and 0.91 and has many bug fixes. New Software: - Future Pinball (Games) - Steam (Games) - StarMoney 5.0 German Homebanking (Business) - Google Earth (Graphics) - is only rudimentarily
2012 Nov 09
2
[LLVMdev] [NVPTX] llc -march=nvptx64 -mcpu=sm_20 generates invalid zero align for device function params
Hi Dmitry, > I'm attaching a patch that should fix the issue mentioned above. It > simply makes the same check seen in the same file for global > variables: > > emitPTXAddressSpace(PTy->getAddressSpace(), O); > if (GVar->getAlignment() == 0) > O << " .align " << (int) TD->getPrefTypeAlignment(ETy); > else > O
2012 Nov 09
0
[LLVMdev] [NVPTX] llc -march=nvptx64 -mcpu=sm_20 generates invalid zero align for device function params
Hi Duncan, You're right, global variables use preferred alignment. And - yes, preferred alignment in this case is bigger: 8 instead of 4. NVIDIA's prop. compiler gives 4. However, since CUDA 5.0 ptx modules are linkable with each other, I think alignments for externally visible functions and data should all follow ABI rules. Is there a guide on making tests? I have ~5 pending patches
2012 Nov 09
3
[LLVMdev] [NVPTX] llc -march=nvptx64 -mcpu=sm_20 generates invalid zero align for device function params
Hi Dmitry, > You're right, global variables use preferred alignment. And - yes, > preferred alignment in this case is bigger: 8 instead of 4. NVIDIA's > prop. compiler gives 4. However, since CUDA 5.0 ptx modules are > linkable with each other, I think alignments for externally visible > functions and data should all follow ABI rules. giving it an alignment of 8 does
2020 Nov 11
1
Question about LLVM Rel10 llvm/IR/AsmWriter.cpp
Hi, See fuller extract below. I am curious about the for loop. for (unsigned i = 1, e = CA->getNumElements(); i != e; ++i) { What happens when CA->getNumElements() is zero ? Infinite loop???? Wouldn't the following be better. i.e. safer: for (unsigned i = 1; i < CA->getNumElements(); i++) { Kind Regards James At about line 1429: Type *ETy =
2008 Dec 31
3
wine-users Digest, Vol 41, Issue 117
Hi David, I have a copy of Windows that I bought a year or two ago, but never really used it, as I preferred to use Linux. Got it just in case I needed the license, I guess now I can put it to use. Me paying for the Windows copy should include the fonts, right? It's working now, and showing the fonts. Thanks a lot :-D Now all that I have left is to get the characters to attach, and I
2004 Oct 12
5
[LLVMdev] set_intersect and Visual C compiler
On Tue, 12 Oct 2004 14:01:21 -0500 (CDT) Chris Lattner <sabre at nondot.org> wrote: > On Tue, 12 Oct 2004, Morten Ofstad wrote: > > > This is my first post on this mailing list, so bear with me... My name > > is Morten Ofstad and I work for Hue AS (www.hue.no), a company that > > makes 3D Visualization software. We are looking into using LLVM for JIT > >
2009 Feb 22
1
(no subject)
what the hell are you talking about? --- On Fri, 2/8/08, wine-users-request at winehq.org <wine-users-request at winehq.org> wrote: From: wine-users-request at winehq.org <wine-users-request at winehq.org> Subject: wine-users Digest, Vol 31, Issue 9 To: wine-users at winehq.org Date: Friday, February 8, 2008, 10:00 AM Send wine-users mailing list submissions to wine-users at
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine