http://bugs.winehq.org/show_bug.cgi?id=5789
Summary: Thread safety bug in winex11.drv on exit
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tkho(a)ucla.edu
The following program crashes with wine-cvs but executes fine in Windows:
int main(int argc, char* argv[])
{
HMODULE hkernel32 = GetModuleHandle("kernel32.dll");
FARPROC exit_process = GetProcAddress(hkernel32, "ExitProcess");
CreateWindow("STATIC", 0, WS_VISIBLE, 100, 100, 300, 100, NULL, 0,
NULL, 0);
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE) exit_process, 0, 0, 0);
while(1) Sleep(5000);
return 0;
}
exe and backtrace attached.
I noticed bug 5346 and believe this is a different bug because gdi_display is
already initialized in this crash.
--
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=4634
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|I can't install an old |16bit app requires
|Windows 3.1 |toolhelp.ClassFirst
--
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=5788
------- Additional Comments From ploujj(a)gmail.com 2006-28-07 19:53 -------
Created an attachment (id=3094)
--> (http://bugs.winehq.org/attachment.cgi?id=3094&action=view)
wine 0.9.18 output when running the mecc demo
output from:
~/windows/Program Files/Giants Mecc Demo $ ~/apps/wine-git/wine explorer
/desktop=name,1024x768 "C:\Program Files\Giants Mecc Demo\GiantsMeccDemo.exe"
&> /tmp/giants.log
--
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=5788
Summary: Giants Citizen Kabuto full and demos infinite loop
Product: Wine
Version: CVS
Platform: PC-x86-64
URL: http://www.gamespot.com/pc/action/giantscitizenkabuto/do
wnload.html?sid=2692839
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ploujj(a)gmail.com
Game displays a black window upon startup. Then it seems to enter an infinite
loop which causes 100% CPU utilization. This might be the cause:
fixme:ddraw:DIB_DirectDrawSurface_Blt Can't handle DDBLT_WAIT flag right now.
This was tested in wine 0.9.14, 0.9.15, and 0.9.18.
The url has a link to one demo. Fileplanet has another one which shows the same
problem in wine.
--
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=4188
------- Additional Comments From vincent.lonngren.759(a)student.lu.se 2006-28-07 19:03 -------
Ok, as soon as 0.9.18 enters Debian Testing I'll try it.
--
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=4280
------- Additional Comments From ead1234(a)hotmail.com 2006-28-07 17:36 -------
I was able to install the jdk and the jre, If you check the appdb I just posted
screenshots to the netbeans application. One shows it detects JDK 1.5 r 7 as
installed, and im able to compile and run applications on it, using the netbeans
bluej IDE. Also I can install jre 1.5 r 6 and run the applications I compile
with it, I'm not experiencing this error.
--
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=5787
------- Additional Comments From wshs(a)delinked.us 2006-28-07 17:10 -------
Perhaps I should mention the most important part: mIRC 6.17
--
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=5787
Summary: Script editor complains about truncated files
Product: Wine
Version: 0.9.17.
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wshs(a)delinked.us
"Warning: the editor is unable to display the whole of file:
<FILE>
You should click the Cancel button in the Editor to avoid losing the end of
the file."
It says this for virtually any remote script file, and is not an issue 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=4043
------- Additional Comments From spencercw(a)googlemail.com 2006-28-07 17:04 -------
This issue has been fixed in Wine 0.9.18.
--
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.