http://bugs.winehq.org/show_bug.cgi?id=17046
Summary: GCC/cygwin can't compile executables
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://cygwin.com/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 12721
austin@austin-desktop /cygdrive/c/cygwin
$ cat hello.c
#include <stdio.h>
main()
{
for(;;)
{
printf ("Hello World!\n");
}
}
austin@austin-desktop /cygdrive/c/cygwin
$ gcc -o hello hello.c
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe: cannot
execute binary file
Nothing useful in wine's output, just:
fixme:ntdll:NtQueryVolumeInformationFile 0x1c: volume info not supported
fixme:advapi:ImpersonateLoggedOnUser (0xd8)
Running as.exe on its own looks like 12721, so may be a dupe of bug 12721.
Either way, compiling programs is pretty important, so I think it deserves its
own bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14311
Summary: No scroll bars in steam Steam store tab
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://steampowered.com/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
CC: jacek(a)codeweavers.com
Created an attachment (id=14591)
--> (http://bugs.winehq.org/attachment.cgi?id=14591)
Steam output
Steam Store and Community tabs no longer have vertical scrollbar. Some times it
appears but are out of range and don't react to mouse scroll wheel. However
after refresh scroll bar disappears.
This is regression and caused by this patch:
commit 19be7d620d31de34fd86d5faa3895bebf6818659
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Jun 30 21:37:56 2008 +0200
mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag.
Attached is the part of the Steam output when hitting refresh button on the
Store tab. update_hostinfo line was added to print requested flags.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18297
Summary: wine EDP\EasyBooks\EasyBooks.exe =
err:local:LOCAL_GetBlock not enough space in USER heap
10d7 for 80 bytes
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roddnzd(a)gmail.com
I am trying to run an accounting program called "Easybooks" in Ubuntu 9.04
(runs ok in winXP)
the verion of wine am using is "wine 1.0.1"
run from terminal it comes up with the following error
rod@rod-desktop:~$ wine EDP\EasyBooks\EasyBooks.exe
err:local:LOCAL_GetBlock not enough space in USER heap 10d7 for 80 bytes
err:local:LOCAL_GetBlock not enough space in USER heap 10d7 for 80 bytes
err:local:LOCAL_GetBlock not enough space in USER heap 10d7 for 80 bytes
I am totaly new to wine and Terminal but keen to learn
any suggestions
cheers
Rod
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18067
Summary: Large blocks not reported properly to valgrind by
RtlAllocateHeap
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, patch, source
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Found while valgrinding chromium unit tests. Here's a simple test case:
$ cat > foo.c <<_EOF_
#include <malloc.h>
int main()
{
char *p = malloc(1000000);
free(p);
}
_EOF_
$ i586-mingw32msvc-gcc foo.c
$ valgrind --trace-children=yes wine a.exe
...
==2953== Invalid free() / delete / delete[]
==2953== at 0x6C80EDF: RtlFreeHeap dlls/ntdll/heap.c:1464
Looks like Eric missed a code path when he first added the valgrind hooks?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18055
Summary: Searching in Steam does not work.
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kcjones1(a)gmail.com
If I type something in the search box, and hit the Search button, it seems to
ignore the search term.
It gives me the full list of games and videos available on Steam.
If I type in "half life", and hit Enter or the Search button, I get 1272
results, and it doesn't matter what the search term is. The first result is
Braid, which has nothing at all to do with Half Life, or whatever it is I'm
searching that isn't Braid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18000
Summary: user32 test run failure
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
broadcast.c:152: Test failed: Returned: 0
broadcast.c:152: Test failed: Returned: 0
broadcast.c:237: Test failed: Returned: 0
broadcast.c:237: Test failed: Returned: 0
broadcast.c:297: Test failed: Returned: 0 error 1460
broadcast.c:308: Test failed: Returned: 0 error 1460
broadcast.c:319: Test failed: Returned: 0 error 1460
make: *** [broadcast.ok] Error 7
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17994
Summary: Failure in D3D8 test in test function texop_test
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
Ran the make test and recieved the following failure :
visual.c:1264: Test failed: Operation MULTIPLYADD returned color 0x00cc99cc,
expected 0x00ff3300
visual.c:1264: Test failed: Operation LERP returned color 0x00999999, expected
0x00003333
make[2]: Entering directory `/home/cahrendt/wine-git/dlls/d3d8/tests'
../../../tools/runtest -q -P wine -M d3d8.dll -T ../../.. -p d3d8_test.exe.so
visual.c && touch visual.ok
visual.c:1264: Test failed: Operation MULTIPLYADD returned color 0x00cc99cc,
expected 0x00ff3300
visual.c:1264: Test failed: Operation LERP returned color 0x00999999, expected
0x00003333
Chris
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17974
Summary: Garry's mod: screen on toolgun isn't rendered
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
URL: http://www.garrysmod.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pitel(a)nomi.cz
Created an attachment (id=20334)
--> (http://bugs.winehq.org/attachment.cgi?id=20334)
Tool gun without screen
When you try to use any tool, the tool gun appears on screen, but the screen on
toolgun isn't rendered.
I have GLSL and pixel/vertex shader enabled, running without setting dxlevel
(so dx9), nVidia.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17964
Summary: Red Alert 3 Uprising crashes during install
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johaahn(a)gmail.com
Created an attachment (id=20316)
--> (http://bugs.winehq.org/attachment.cgi?id=20316)
winedebug_all_trace_1
After path selection, RA3 Uprising installer crashes:
Please find standard logs:
$ wine EASetup.exe
fixme:advapi:LookupAccountNameW (null) L"johaahn" (nil) 0x33f79c (nil) 0x33f7a0
0x33f794 - stub
fixme:advapi:LookupAccountNameW (null) L"johaahn" 0x15e190 0x33f79c 0x15e4b0
0x33f7a0 0x33f794 - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 2 ignored
L"Upgrade" table values
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
$
I've also added some debug traces in attachment (thanks to below commands):
$ WINEDEBUG=+all wine EASetup.exe 2> log.txt
$ tail log.txt -n 100000 > test.log
FYI: I've never debugged wine before. So if someone can help me to make the
first step :) ...
FYI2: "RA3" is working properly on my env.
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.