http://bugs.winehq.org/show_bug.cgi?id=34618
Bug #: 34618
Summary: bleem! demo thinks that Wine is a debugger and doesn't
run
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
PlayStation emulator bleem! thinks that Wine is a debugger and doesn't run.
First you need to change Wine settings to Windows 98 or 95 because the program
doesn't work with NT systems.
Tested with:
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39938
Bug ID: 39938
Summary: winedbg reports wrong values of input parameter for
functions with DECLSPEC_HOTPATCH attribute
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: andrej.skvortzov(a)gmail.com
Distribution: ---
Created attachment 53350
--> https://bugs.winehq.org/attachment.cgi?id=53350
test executable with source code
Steps to reproduce the problem:
1. run winedbg with attached example ca
2. set breakpoint to the function with DECLSPEC_HOTPATCH attribute (for example
CreateProcessA). Select function in the wine source code, not the kernel32
entry point.
3. continue execution of the program in winedbg
4. when breakpoint is hit, show local variables using 'info locals' command.
Notice wrong value of app_name and cmd_line input parameters.
I attached binary with source code and log of the winedbg session, that shows
this problem.
Short summary:
if attribute DECLSPEC_HOTPATCH is specified, then compiler generate this
prologue:
movl %edi,%edi
pushl %ebp
movl %esp,%ebp
That is used for hotpatching since Windows XP. The breakpoint is set just after
this prologue (see attached winedbg log). The prologue modifies stack by
pushing ebp, but winedbg assumes that breakpoint is set before prologue and
stack is not modified. Therefore all parameters displayed by winedbg have wrong
addresses (shifted on size of ebp) and as result wrong values.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=881
Ville Aakko <ville.aakko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|ville.aakko(a)gmail.com |
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5288
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |b684e9d6521acf2f8f370ce0a9e
| |7682cb3cadd83
Summary|no class object |Visual Studio MSDN
| |(2001/October) does not run
--
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=15211
Summary: Inserting objects in Word 97 always trigger an ole error
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
CC: dsh(a)linux.ucla.edu
+++ This bug was initially created as a clone of Bug #7026 +++
I am using Office 97 with Wine.
Whenever I try inserting an object (Insert -> Object...) I only get an error
message in Office and the following wine console output:
--------------
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {00020821-0000-0000-c000-000000000046}
could be created for context 0x3
--------------
--
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=11174
Summary: Install of Starwars Battlegrounds 1.0 freezes at a
certian point
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesp(a)ndsupernet.com
Created an attachment (id=10223)
--> (http://bugs.winehq.org/attachment.cgi?id=10223)
text output of wine up to the point of freeze
The Installshield wizzard seems to freeze. Not sure if there is a underlining
dialog asking for the 2nd disk. I cant seem to move the Starwars battleground
window to see. In emulated graphics the install shield window can not be moved.
Under the desktop I can move the install shield window but can not move the
Starwars battleground window to see anything.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10369
Summary: OLE and TypeLib errors prevent successful execution...
Product: Wine
Version: 0.9.48.
Platform: All
URL: http://nusphere.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: randy(a)randycasburn.com
Platform: Ubuntu 7.10 with latest Wine from Wine deb repsotory
App: NuSphere PhpED v5.2 (build 5210) Latest
OLE and TypeLib errors prevent successful execution...
TO REPRODUCE ERROR:
Install Nusphere PhpEd v5.2 (build 5210)
Run app
ALTERNATE FLOW TO ERROR:
start DbListener.exe first
start phped.exe
Create new project
Create new php file
Put <?php phpinfo(); ?> into php file and save
Click smaller green arrow on button bar to start debugger
Click same button to continue debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9061
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|ole |ole32
--
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.
https://bugs.winehq.org/show_bug.cgi?id=4794
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|ole |-unknown
--
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.
https://bugs.winehq.org/show_bug.cgi?id=4353
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|ole |ole32
--
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.