http://bugs.winehq.org/show_bug.cgi?id=18038
Summary: Final Draft: Save As PDF causes program to crash
Product: Wine
Version: 1.1.18
Platform: All
URL: http://www.finaldraft.com/downloads/demo-final-draft.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Final Draft is the screenwriter's standard word processor. I am testing using
the demo version (7.1.3 Build 42).
Type any text in a blank document. Now go to File -> Save As PDF.
A small pop-up box will apear with the title "Error init" and the message
"Success." Click OK. The program will disappear. No PDF document will be
created.
--
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=40814
Bug ID: 40814
Summary: SmartCOM 3: error before connect to server
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iigrushin(a)gmail.com
Distribution: ---
Created attachment 54760
--> https://bugs.winehq.org/attachment.cgi?id=54760
part of console log, that occurs when pressing 'connect' button
When i press button 'Connect', i got error: Exception from HRESULT: 0x8001010E
(RPC_E_WRONG_THREAD)
I've attached errors that i've seen in console.
Steps to reproduce the error:
* ubuntu 14.04
* install wine-1.9.12
* install winetricks
( next actions are performed using WINEPREFIX=~/.wine32 WINARCH=win32 )
* WINEPREFIX=~/.wine32 WINARCH=win32 wine winetricks dotnet40 corefonts
fontfix
* download http://www.itinvest.ru/downloads/software/SmartCOM/3.0.162
* install it by issuing: WINEPREFIX=~/.wine32 WINARCH=win32 wine start
SmartCOM-3.0.162.msi
* download http://www.itinvest.ru/editorfiles/File/smartcom/TestConnect3.zip ,
unzip it into some TestConnect folder
* goto TestConnect and run: WINEPREFIX=~/.wine32 WINARCH=win32 wine
TestConnect.exe
* press 'Create' button
* press 'Connect' button, the error occurs.
I've tried to trace tcp packets to the target host (mx.ittrade.ru), but have
not seen any activity. So i've decided the error is somewhere in Connect
procedures inside Interop.SmartCOM3Lib.dll.
What i want to achieve - to get connected (with any login/password) and receive
something like 'login is incorrect'.
--
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=30101
Bug #: 30101
Summary: Mafia 2 installer fails without WINEDEBUG=+all
Product: Wine
Version: 1.4-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.okias(a)gmail.com
Classification: Unclassified
cpu: AMD A3870K, 4 core
mem: 8G RAM
gcc: 4.5.3, 4.6.2
32bit emul (-m32)
When I run Mafia 2 installed, it ends with:
Runtime Error (at ...) Access violation at address ... Read of address ...
But when I run this installer, with "WINEDEBUG=+all" it is totally slow, but it
continue and install.
Similiar problem already happend with Counter Strike [1], but I thought it's
mesa or compiler fault. Now it has to be Wine or GCC fault, because no DRI
driver is loaded.
[1] http://bugs.winehq.org/show_bug.cgi?id=30073
--
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=35730
Bug ID: 35730
Summary: Stargate Network (game): Crashes on startup with no
error unless in debug mode
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Moore_H2(a)sky.com
Created attachment 47717
--> http://bugs.winehq.org/attachment.cgi?id=47717
output from backtrace.txt and PlayOnLinux debugger
Attempt to launch the game via the wine-created shortcut and it will just fail
to launch, I tested this in PlayOnLinux' debug mode to see what the error was,
and it appears to be presentation framework related, although .NET framework 4
is installed and wine version is 1.7.13
--
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=35049
Bug #: 35049
Summary: MaxIM DL 5 reports "Failed to create empty document"
when opening files or even just clicking File->New...
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lcpcsky(a)163.com
CC: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 46728
--> http://bugs.winehq.org/attachment.cgi?id=46728
logs get from: WINEDEBUG=+relay wine MaxIm_DL.exe 2>log.txt
MaxIM DL 5 reports an error when creating new file or opening any kind of file:
"Failed to create empty document."
There is nothing printed in the console and I have no idea where the software
is trying to create this "empty document". Works fine under Windows 7.
I have got a trace by using the following command:
WINEDEBUG=+relay wine MaxIm_DL.exe 2>log.txt
It's too long to upload the full log, but I think something wrong about
creating a MDI Window just before it pop up the message through "MessageBoxA".
Please see the attachment.
A demo is available for download with a trial license.
I know some similar report
exists(http://bugs.winehq.org/show_bug.cgi?id=24409), but it seems that the
mending from wine-1.5.12-157-gbdf9a9f was not there in Wine 1.6 ? Since I have
checked all of the changelog of Wine from 1.5.11 to 1.5.13 and found nothing
mentioned this bug, I could hardly check whether it still there in Wine 1.6.
Can someone help me? 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.
http://bugs.winehq.org/show_bug.cgi?id=30540
Bug #: 30540
Summary: Crusader Kings 2 patched to 1.05 or above fails to
start
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerf(a)nm.ru
Classification: Unclassified
Created attachment 39948
--> http://bugs.winehq.org/attachment.cgi?id=39948
Console output of an attempt of running Crusader Kings 2, backtrace included
Crusader Kings 2 worked fine with wine for versions of the game prior to
version 1.05. After updating CK2 to 1.05 or above an attempt to run it with
wine fails with an exception "Unhandled page fault on read access to 0xffffffff
at address 0x7d6ba968".
--
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=30371
Bug #: 30371
Summary: Pizza Syndicate: Senseless stop at startup
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 39711
--> http://bugs.winehq.org/attachment.cgi?id=39711
WINEDEBUG=+ddraw,+d3d,+d3d_caps,+d3d_surface,+d3d_texture on Wine 1.4
Steps to reproduce:
1) remove ~/.wine
2) install Pizza Syndicate
3) wine Pizza.exe
Behaviour:
The screen is "eaten" and remains black for ever.
Expected behaviour:
The screen should be "eaten" and remain black only for short time because after
that loading screen should appear.
Workaround:
1) wine Pizza.exe
2) at black screen do Alt+tab to direct focus on other window
3) Alt+tab to direct focus back on Pizza.exe window
Terminal output:
trace:d3d_surface:surface_init surface 0x1ecd88, memory 0x17ca020, size 960000
trace:d3d_surface:surface_private_setup surface 0x1ecd88.
trace:d3d_surface:wined3d_surface_create Created surface 0x1ecd88.
trace:d3d_surface:wined3d_surface_get_pitch surface 0x1ecd88.
trace:d3d_surface:wined3d_surface_get_pitch Returning 1600.
trace:ddraw:ddraw_create_surface Created surface 0x1ecc70.
trace:ddraw:ddraw_surface1_GetPixelFormat iface 0x1ec078, pixel_format
0x32faec.
trace:ddraw:ddraw_surface7_GetPixelFormat iface 0x1ec068, pixel_format
0x32faec.
(The game stops here. Please see workaround)
trace:ddraw:ddraw_surface1_Restore iface 0x1ec078.
trace:ddraw:ddraw_surface7_Restore iface 0x1ec068.
trace:d3d_surface:wined3d_surface_restore surface 0x1ec180.
trace:ddraw:ddraw_surface1_Restore iface 0x1ec2e0.
trace:ddraw:ddraw_surface7_Restore iface 0x1ec2d0.
trace:d3d_surface:wined3d_surface_restore surface 0x1ec3e8.
trace:ddraw:ddraw_surface1_Restore iface 0x1ecc80.
trace:ddraw:ddraw_surface7_Restore iface 0x1ecc70.
trace:d3d_surface:wined3d_surface_restore surface 0x1ecd88.
trace:ddraw:ddraw_surface1_Restore iface 0x1ec548.
trace:ddraw:ddraw_surface7_Restore iface 0x1ec538.
trace:d3d_surface:wined3d_surface_restore surface 0x1ec650.
--
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=23395
Summary: EmuControlcenter hangs at Splash Screen and shows
black windows instead of spash image
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rll31(a)humboldt.edu
The only way to close ecc is to kill the procces. Upon loading Ecc displays a
black or grey windows then hangs.
--
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=35503
Bug ID: 35503
Summary: Photoshop CS4: Photomerge crashes
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47396
--> http://bugs.winehq.org/attachment.cgi?id=47396
wine-1.7.11-206-g82b3813 console output
Photoshop CS4 crashes when attempting to use Photomerge.
File --> Automate --> Photomerge --> Crash
Unhandled exception: page fault on read access to 0xeaa282d0 in 32-bit code
(0x78144a51).
[..]
Backtrace:
=>0 0x78144a51 in msvcr80 (+0x14a51) (0x0033dc58)
1 0x00e79732 in photoshop (+0xa79731) (0x0033dccc)
2 0x00e79ae5 in photoshop (+0xa79ae4) (0x0033dd1c)
3 0x00e7a4a9 in photoshop (+0xa7a4a8) (0x015e875c)
4 0x00426f20 in photoshop (+0x26f1f) (0x007ea070)
Tried vcrun2005 but it still crashes.
Workarounds:
Installer doesn't work so went back to Wine 1.1.25 (Bug 34064) and patched MSI
(Bug 18070).
--
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=18037
Summary: Final Draft: attempting to set scene number font causes
app to crash
Product: Wine
Version: 1.1.18
Platform: All
URL: http://www.finaldraft.com/downloads/demo-final-draft.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Final Draft is the screenwriter's standard word processor.
I'm testing using the demo version (7.1.3 Build 42).
Go to Production -> Scene Numbers. Select the Options tab. Click the Set Fonts
button. The program disappears.
--
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.