similar to: wineserver: /root/.wine/config is not a valid registry file

Displaying 20 results from an estimated 100 matches similar to: "wineserver: /root/.wine/config is not a valid registry file"

2001 May 20
0
Problems when running OLE apps
When I try to run a program which needs OLE (PSP7) it says that I don't have OLE libraries in my system... -- -= Juliusz 'Julas' Gonera =- email ::: julas@toya.net.pl icq# ::: 64994211 www ::: http://gry.xcom.pl/
2010 Nov 23
2
[LLVMdev] Unrolling power sum calculations into constant time expressions
Hello, I noticed that feeding 'clang -O3' with functions like: int sum1(int x) { int ret = 0; for(int i = 0; i < x; i++) ret += i; return ret; } int sum2(int x) { int ret = 0; for(int i = 0; i < x; i++) ret += i*i; return ret; } ... int sum20(int x) { int ret = 0; for(int i = 0; i < x; i++) ret +=
2010 Nov 23
2
[LLVMdev] Unrolling an arithmetic expression inside a loop
Hello, I've been redirected from cfe-dev, as code optimizations in clang are done in llvm layer. I'm investigating how optimized code clang generates, and have come across such an example: I have two procedures: void exec0(const int *X, const int *Y, int *res, const int N) { int t1[N],t2[N],t3[N],t4[N],t5[N],t6[N]; for(int i = 0; i < N; i++) { t1[i] = X[i]+Y[i];
2010 Nov 23
1
[LLVMdev] Unrolling loops into constant-time expressions
Hello, I've come across another example: I'm compiling with clang -S -emit-llvm -std=gnu99 -O3 clang version 2.9 (trunk 118238) Target: x86_64-unknown-linux-gnu Thread model: posix I take the code: int loops(int x) { int ret = 0; for(int i = 0; i < x; i++) { for(int j = 0; j < x; j++) { ret += 1; } } return ret; } and the
2017 Mar 12
6
[Bug 100177] New: [GM206] Misrendering in XCOM Ennemy Within
https://bugs.freedesktop.org/show_bug.cgi?id=100177 Bug ID: 100177 Summary: [GM206] Misrendering in XCOM Ennemy Within Product: Mesa Version: 17.0 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee:
2015 Apr 08
2
[LLVMdev] want to intercept array dereferences
If I understand correctly, LLVM is a *typed* assembly language. Could I just look for a pointer type plus an integer type followed by a dereference? That would catch both a[n] and *(a+n). Gry On Tue, Apr 7, 2015 at 10:46 PM, Bruce Hoult <bruce at hoult.org> wrote: > Far too late. That would need to be in Clang. > > On Wed, Apr 8, 2015 at 5:36 PM, Gry Gunvor <gry.gunvor at
2015 Apr 07
4
[LLVMdev] how much RAM do I really need to build a devel version of LLVM?
I tried half a gig and that didn't work. I just want to know before I go buy a new machine. Gry
2015 Apr 08
2
[LLVMdev] want to intercept array dereferences
Normally for int n unknown at static time, "a[n]" and "*(a+n)" results in an add and then a dereference. I want instead for it to compile to a system call that takes two arguments, a and n. Where should I intercept this in LLVM? Gry
2015 Apr 09
3
[LLVMdev] [cfe-dev] want to intercept array dereferences
On Thu, Apr 9, 2015 at 10:47 AM, Jonathan Roelofs <jonathan at codesourcery.com> wrote: >> Again, I asked the LLVM list if, since LLVM is a typed assembly >> language, if I could just look for pointer plus offset followed by a >> dereference. They seemed to suggest that looking for that idiom would > JFTR, we're one big community, and it's not as segregated
2015 Dec 20
2
Fwd: getting started changing the emitted code: at one instruction at function top
I'm just getting started changing the emitted code. Suppose I want to just add one new instruction to the function prologue at the top. Where would I do this? Does it depend on the backend? I'm targeting RISCV64. Gry
2001 Oct 21
0
Tip: Missing Libraries and Wineserver on RH 7.1
I compiled up the most recent version of Wine, and needed to run the script below. Wine then works fine. # # Wine on RH 7.1: # # The following is required to run Wine under csh. # WB is the location of the build. # LD_LIBRARY_PATH tells the shell where the missing libraries are. # PATH tells the shell where to find wineserver. # setenv WB /c/wine-2011021/wine setenv
2003 Apr 03
1
wine: lsta /some/directory/wine/conf/wineserver-tux/socket : No such file or directory
Hi, i try to install MusicMatch JukeBox 1.43 in my RedHat Linux 8.0. Ussualy i work whit RedHat 7.3 whitout problems, everything is ok. But whit RedHat 8.0 display the nex problem: [rodox@tux rodox]$ mmjb/mmjb wine: lstat /home/rodox/mmjb/wine/conf/wineserver-tux/socket : No such file or directory I search in google, and http://www.winehq.org whitout good results... i don't understand
2010 Jan 27
1
Problem building wineserver
I have posted this problem in another topic but I think I should open this one cause the other topic was about an error loading a dll file ... never mind that... My current problem is that I can not get wine to work and I've followed the instructions from: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14147&iTestingId=34574&bShowAll=true So far I've done this:
2005 Jun 15
3
wineboot && wineserver
Hi all, I'm currently writing a simple script for a few friends to install a soft with wine. The point is wineserver is not in the path of my user. Should I call it directly from /usr/lib/wine ? Another wine bin is not found : wineboot ? Is it linked with my distro (Kubuntu/Debian based) ? Is it included in a lib I did not install ? Is it installed in further versions (I use 20041019,
2003 Nov 28
1
wineserver and kernel 2.6-test10
Hi. I've tried GTA3 on wine with the kernel 2.6-test10 and I've found it a lot faster than with the 2.4.22. The problem is that the games is very fast but it's not smooth, once a second it'll block for some millseconds but this not happen always and not with the same frequency... this happens the same with or without kernel preemption. After some tryes I've discovered that
2001 Mar 14
0
wineserver: write_request: Assertion `thread->pass_fd == -1' failed.
Hello all, I'm new to Wine and am getting the following error when I try and run my program, any ideas on what might be wrong (is this a bug in WINE)? wineserver: request.c:235: write_request: Assertion `thread->pass_fd == -1' failed. Thaks in advance, Tushar.
2001 Apr 22
1
could not exec wineserver
When I try to execute: wine "sol.exe" it gives this error: ----- wine: could not exec wineserver ----- My system is: SuSE 7.0 (if I'tm not mistaken: glibc 2.1?) codeweavers-wine-20010305-1.i386.rpm itcl-3.1.0-79.i386.rpm win98 on other partition I already added /opt/wine/lib to /etc/ld.so.conf; this solved a previous problem. Can anyone help? Thanks! David
2010 Jun 24
1
Multiple wineserver instance in a single wine environment
Hi everyone: I got a wine environment, and i need to run Ares and Internet Explorer together, but when i run Internet Explorer with Ares up, Internet Explorer stucks, but when i run alone, or with any other application (i test with ccleaner, ms word viewer, ms excel viewer) does not stuck. I want to try another instance of wineserver for internet explorer separated but in the same .wine/ folder,
2011 Jan 11
2
wineserver listening port 2001
Hello, I'm running wine for 2 windows programs under ubuntu and it is working quite well. But now I need the port 2001 open for an application (and I'm not able to switch this port as the application does not allow it :( ). As I see in netstat -ap the wineserver is listening to this port 2001. (tcp 0 0 *:2001 *:* LISTEN
2005 Jan 20
0
wine, wineserver, and x.org using 100% of CPU
Hi, I installed Wine 20050111 on my FreeBSD 6-current (freshly updated yesterday afternoon) to play SimCity 2000. Whenever I start the program with "wine SIMCITY.EXE", the various start-up pop-ups appear, as well as the dialog asking if you want to start a new city, open an old city, etc. I get the side toolbar. The main window where you play the game is never drawn, however; it