http://bugs.winehq.org/show_bug.cgi?id=5487
antdes45(a)yahoo.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |antdes45(a)yahoo.ca
------- Additional Comments From antdes45(a)yahoo.ca 2006-09-09 10:00 -------
*** Bug 6169 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6169
antdes45(a)yahoo.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From antdes45(a)yahoo.ca 2006-09-09 10:00 -------
OK, it finally worked by putting noexec=off noexec32=off right after root=...
instead of just noexec32=off at the end of the line.
*** This bug has been marked as a duplicate of 5487 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3270
lav(a)etersoft.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3513 is|0 |1
obsolete| |
------- Additional Comments From lav(a)etersoft.ru 2006-09-09 09:20 -------
Created an attachment (id=3567)
--> (http://bugs.winehq.org/attachment.cgi?id=3567&action=view)
Updated patch against the problem
I works against current cvs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6170
Summary: Exporting in Regedit
Product: Wine
Version: 0.9.20.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P1
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pbk2601m(a)pbk.dk
When you select a specific key in regedit, and export it. The whole database
are being exported.
According to the statusbar it's possible to export only part of the database.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6158
docbill+bugzilla(a)freeshell.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |PC-x86-64
------- Additional Comments From docbill+bugzilla(a)freeshell.org 2006-09-09 08:48 -------
I've figured out this is strictly a cross compiling issue. For example, when
building wine on an AMD64. The following is a simple test that demonstraits the
fundamental problem. Perhaps some form of this test could be added as a
configure test to determine when my patch is neccessary...
mkdir foo
cd foo
echo "void foo(){}" > test.c
i686-pc-linux-gnu-gcc --shared -fPIC -o libwine.so test.c
cd ..
echo "extern void foo();int main(){foo();return 0;}" > bar.c
i686-pc-linux-gnu-gcc bar.c -Lfoo -lwine
In a cross compiling envirnoment, where wine has already been installed this
will result in an error like:
/tmp/ccAZcI8P.o: In function `main':
bar.c:(.text+0x12): undefined reference to `foo'
collect2: ld returned 1 exit status
If you run an strace on the last command, you can see the problem is the cross
compile libraries are added to the search path prior to the library path
specified on the command line. In my case I see:
execve("/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld",
["/usr/lib/gcc/x86_64-pc-linux-gnu"..., "--eh-frame-hdr", "-m", "elf_i386",
"-dynamic-linker", "/lib/ld-linux.so.2", "/usr/lib/gcc/x86_64-pc-linux-gnu"...,
"/usr/lib/gcc/x86_64-pc-linux-gnu"..., "/usr/lib/gcc/x86_64-pc-linux-gnu"...,
"-L/emul/linux/x86/lib", "-L/emul/linux/x86/usr/lib", "-Lfoo",
"-L/usr/lib/gcc/x86_64-pc-linux-g"..., "-L/usr/lib/gcc/x86_64-pc-linux-g"...,
"-L/usr/lib/gcc/x86_64-pc-linux-g"..., "-L/lib/../lib32", ...], [/* 73 vars */]) = 0
Bill
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5774
------- Additional Comments From rchayster(a)gmail.com 2006-09-09 07:21 -------
I can confirm this bug with eMule 0.47b. Ports are open, eMule is configured
properly and this never happened on windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6058
------- Additional Comments From alex.lindqvist(a)telia.com 2006-09-09 05:59 -------
I can confirm this problem as I have it myself
Hardware:
Fujitu-Siemens Celsius H230 2GB RAM
ATI FireGL Mobility PCIe V5000 256MB 8.28.8
Wine 0.9.20 SuSE 10.1
Fast_TLS=2 set in drivers otherwise it wouldn't start at all.
Freezes at lodingscreen after you click to join a server. After 3-4 minutes the
loading bar shows up and loads half the bar then it freezes again and nothing
more happens..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6078
------- Additional Comments From bernhard.kogler(a)gmail.com 2006-09-09 05:43 -------
I don't know the reason for this error. If you want I can attach a more detailed
log file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6169
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-09 23:21 -------
Please make sure this is not Bug 5487. Try passing "noexec32=off" boot param to
your kernel. See if that helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.