http://bugs.winehq.org/show_bug.cgi?id=9124
--- Comment #18 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-09-26 04:55:00 ---
(In reply to comment #17)
> 1.1.25 :(
>
> people say that it may have something to do with EAX
Can you please attach a bzip2 compressed, +relay,+seh,+tid log with Wine
1.1.30.
--
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=9124
Predatory QQmber <virtuousfox(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |20162
--
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=3254
--- Comment #80 from Sisir <myspecialids-wine(a)yahoo.co.in> 2009-09-26 04:22:55 ---
Now that the reason for this bug is known and we have a working patch,
will this be fixed in wine 1.1.31?
--
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=18498
Summary: Valve Hammer Editor, Viewports are black
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mailRoxas(a)gmail.com
Valve Hammer Editor what comes with Source SDK(Steam), Viewports are black and
tho mapping is unusable.
--
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=20154
Summary: Calling *nix Native Functions from *nix aware Windows
Programs
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
I would like to call *nix native functions from SIV (http://rh-software.com/)
and I would also like to be able to run the same SIV.exe file on both native
Windows and with Wine. I general terms I wish/need to do this to work-a-round
things that are tricky/impossible on Wine currently these mainly relate to
being unable to actually run the SIV Kernel Driver in Kernel mode. I suspect
that from time-to-time other applications will wish to do similar. After a
couple of false starts I think (hope) I have a solution that is acceptable. My
basic idea is that Wine should export the following functions.
void *wine_dlopen(const char *filename, int flag);
char *wine_dlerror(void);
void *wine_dlsym(void *handle, const char *symbol);
int wine_dlclose(void *handle);
This will allow any *nix aware application to call many/most native *nix
functions without needing to created a .dll just to be able to achieve this
and/or converting the application to a full winelib application when only a
small number functions are needed. In the case of SIV the current number is 2.
I would guess it's fairly obvious what these do. I confirm they simply
transfer to the *nix dlopen()/dlerror()/dlsym()/dlclose(). As these are
already used internally by Wine I do not believe there should be any
portability issues.
My plan B is to create my own SIVWNE.dll that would export these functions. I
feel these will be of general use and therefore a better solution would be for
Wine to export them from one of the standard .DLLs in much the same way as it
exports wine_nt_to_unix_file_name() that allow Wine aware applications deal
with file names.
--
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=20151
Summary: Problems with the Last chaos' launcher
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yoann.laissus(a)gmail.com
CC: jacek(a)codeweavers.com
Created an attachment (id=23748)
--> (http://bugs.winehq.org/attachment.cgi?id=23748)
with wine 1.1.29
When the laucher appears, html content is missing. I already notice high cpu
usage with an impossibility to launch the game or quitt the launcher with the
appropriates buttons.
This regression appears with wine 1.1.29 and isn't solved yet with 1.1.30.
The regression test :
commit 80f02b82d68902f32578a7bcf6cfbaa715b724ce
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sat Aug 22 19:40:01 2009 +0200
mshtml: Use URL moniker to load http documents.
--
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=5174
--- Comment #30 from Vincent Povirk <madewokherd(a)gmail.com> 2009-09-25 17:53:44 ---
The program in comment 24 seems to start fine in wine 1.1.30, with python 2.6,
and pywin32 installed, and macom2.dll registered. It does not draw, and prints
the following:
err:wgl:internal_SetPixelFormat Invalid iPixelFormat: 0
Does that mean this is fixed?
--
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=2000
Laissus Yoann <yoann.laissus(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yoann.laissus(a)gmail.com
--- Comment #7 from Laissus Yoann <yoann.laissus(a)gmail.com> 2009-09-25 15:09:18 ---
*** Bug 20151 has been marked as a duplicate of this 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=8826
-maar-(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |-maar-(a)web.de
--- Comment #19 from -maar-(a)web.de 2009-09-25 12:41:12 ---
Yes, it's still an issue in wine 1.1.29.
--
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.