http://bugs.winehq.org/show_bug.cgi?id=32410
Bug #: 32410
Summary: Circuitmaker 2000 schematic hangs when editing text
strings
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Classification: Unclassified
Circuitmaker 2000 (schematic section) hangs while editing text strings.
Regression test gives this:
bash-4.2$ git bisect bad
841214ddb4d4dc620e6b51dfe6655b585d423edc is the first bad commit
commit 841214ddb4d4dc620e6b51dfe6655b585d423edc
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Nov 21 19:20:27 2012 +0100
user32: Don't check for driver events before normal messages in
PeekMessage.
:040000 040000 79793f282ab4ee789b1f07d7e8dd89c82e4e02ab
504f597e5c86ae4e9ae21713e8a8bb27969f0d5a M dlls
--
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=32444
Bug #: 32444
Summary: Incorrect graphic rendendering when using Circuit
Wizard
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcmurchy1917-wine(a)yahoo.co.uk
Classification: Unclassified
Created attachment 42803
--> http://bugs.winehq.org/attachment.cgi?id=42803
Illustrates complete circuit in wine 1.3.34 and 1.5.19
I've been using Circuit Wizard for some time. It's been perfect up to an
including 1.3.34. However, all subsequent versions since 1.3.35 have had
incorrect screen rendering. For example the symbol for a resistor is only
showing one wire connector whereas it should be showing two, one at each end of
the resistor.
It works perfectly on 1.3.9, 1.3.22, 1.3.29, 1.3.33 and 1.3.34, screen shot
attached for version 1.3.34
but not on
1.3.35, 1.3.37, 1.4.1, 1.5.18 and 1.5.19, screen shot attached for version
1.5.19
However, even though the circuit looks incomplete it still works and it prints
perfectly on all versions.
To recreate the problem -
Log on to your account and start a terminal change to you home directory
cd
Secure a copy and remove any current wine configuration
mv .wine .wine.$(date +"%Y%m%d-%H%M%S")
Apply for a copy of the free trial Professional edition demo here -
http://www.new-wave-concepts.com/demo.html
Download the trial Professional edition demo from your mail box to your home
directory
Install it
wine cw11d_pr.exe
where cw11d_pr.exe is the executable Professional edition demo
Start the demo as you would any other wine application by navigating through
your desktop start menu.
Once the application has started -
click on the gallery tab
click on the passive components link. Note there are a number of “resistor”
symbols all of which have connectors either top and bottom or left and right.
Select the standard resistor and drag to the main window. Until such time as
the mouse button is released the resistor has connectors top and bottom. When
the mouse button is released to finally place the resistor in the circuit the
bottom connector disappears.
Irrespective of the above to prove that functionality is retained -
Close and restart Circuit Wizard
click on Sample Circuits
click on Basic Circuits
click on Capacitor Charging
Click on the Circuit Diagram tab, bottom left. And note the circuit appears not
joined up.
Click the Run button on the tool bar to see the circuit charging the capacitor
Click the switch on the circuit to see the capacitor discharge.
Iain
--
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=32537
Bug #: 32537
Summary: unimplemented function
cfgmgr32.dll.CM_Reenumerate_DevNode, aborting
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Classification: Unclassified
Created attachment 42934
--> http://bugs.winehq.org/attachment.cgi?id=42934
Log after installing under Wine 1.4.1
Failed installing driver for MediaLink USB300N using CD.
Log attached.
Failed at wine: Call from 0x7b83bce2 to unimplemented function
cfgmgr32.dll.CM_Reenumerate_DevNode, aborting
Install zip can be found here under MWN-USB300N:
http://medialinkproducts.com/support.php
--
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=32585
Bug #: 32585
Summary: Post Apocalyptic Mayhem crashes on start
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 42997
--> http://bugs.winehq.org/attachment.cgi?id=42997
terminal output
This might be a fishy one, and I couldn't decide what component would be
appropriate but I think it's somehow related to wined3d.
The fact is that P.A.M (Steam) crashes immediately on startup with a backtrace
as shown in the attachment.
I found these workarounds:
- either native d3dx9_36 or native d3dcompiler_43 works around the crash on
startup (but d3dx9_42 must be set built-in)
- native d3dxof also works around the crash (everything else is built-in)
The strange is that neither +d3dxof nor +d3dx,+d3dcompiler channels produce
*any* output before the game crashes.
I should add that even if the game is able to run using those workarounds, it
is very unstable. It tends to crash when
- loading a new track
- on exit (this seems to happen if blur effect was enabled)
After these crashes I frequently receive backtraces that indicate heap
corruption and wined3d is involved too.
Reducing detail level, disabling audio don't help.
No demo has been released. Let me know if you need further logs/tests.
Fedora 17 x86
Nvidia 250 / driver 304.64
X.Org X Server 1.12.4
--
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=32658
Bug #: 32658
Summary: Certain games on Steam crash on start in xinput1_3
(in-game overlay enabled)
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 43088
--> http://bugs.winehq.org/attachment.cgi?id=43088
terminal output
I believe this one is different from bug #24064 or bug #22053 even though
gameoverlayrenderer.dll is involved in this bug report too.
Only a small number of my Steam games are affected. They all crash on startup
with a backtrace that can be seen in the attached log. As far as I remember the
problem appeared a couple of months ago, I suppose it was due to a Steam client
update.
Either native xinput1_3.dll or disabling gameoverlayrenderer.dll in winecfg
works around the crash.
I don't have a controller attached.
Braid on Steam is one of the games affected by this bug:
http://store.steampowered.com/app/26800/
Fedora 17
gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC)
--
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=32659
Bug #: 32659
Summary: Saxobank Trader litClientStation2 fails to launch
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seanfarley1964(a)yahoo.com
Classification: Unclassified
Created attachment 43091
--> http://bugs.winehq.org/attachment.cgi?id=43091
new to this..installed under wine 1.5.20 fails to launch
I have no experience in this. Tried to launch Saxobank trader installed under
wine 1.5.20 and it railed to launch. Traceback file attached.
--
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=32669
Bug #: 32669
Summary: Ghost Master: invisible mouse pointer unless 'Enhanced
Cursor' option selected
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://www.fileplanet.com/126086/120000/fileinfo/Ghost
-Master-Demo-%5BEnglish%5D
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
This is a very old bug, yet I haven't found a bug report about it, even though
many of the test results notice the problem in AppDB. The bug is present with
Wine 1.0.1, 1.2.3, 1.4.1 and so on.
Steps to reproduce the problem with the demo:
1. install the demo then start it with ghost.exe.
2. once you get in the main menu you can notice that the mouse pointer is
missing. Actually it is working but invisible.
3. go to <Options> menu, select <Display> tab and enable <Enhanced Cursor>
option. Click on <Apply> and the mouse pointer appears. Performing these steps
with an invisible pointer may lead to premature balding, I warned you.
I located the 'non-working' cursor icons in 2 directories under Program
Files/Empire Interactive/GhostMasterDemo/GhostData/cursors. The cursors are
small (32x32 pixels) and 16 colors images in .ani and .cur files.
The working cursor icons are more colorful (24 bpp) and stored in .tga files
under ../GhostData/PSTextures.
Terminal output doesn't show anything interesting.
--
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=32702
Bug #: 32702
Summary: The Incredible Machine Contraptions & Even More
Contraptions Crash
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Classification: Unclassified
Created attachment 43149
--> http://bugs.winehq.org/attachment.cgi?id=43149
Contraptions terminal output
In the last two (maybe more I haven't played it in a while) versions of wine
(1.5.20 & 1.5.21) The Incredible Machine Contraptions & Even More Contraptions
crash on loading. I've attached the terminal output.
Running: Debian Squeeze 6.0 amd64 / nVidia official drivers 295.59 / wine
1.5.21
--
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=32739
Bug #: 32739
Summary: resized window crash
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arec88(a)sina.com
Classification: Unclassified
Created attachment 43200
--> http://bugs.winehq.org/attachment.cgi?id=43200
backtrace file of crash program
running a windows exe program in Ubuntu 12.04 or other linux , try wine version
1.5.9 , 1.5.17 or lower version
the program started normally and ran well if I don't resize window,if I tried
to resize window in a smaller size,
it will crashed show the backtrack message in the attachment .
--
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=32746
Bug #: 32746
Summary: TurboTax 2012 installer fails
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 32745
Classification: Unclassified
Created attachment 43208
--> http://bugs.winehq.org/attachment.cgi?id=43208
WINEDEBUG=tid,msi,msidb
You'll need native dotnet40 to get this far (bug 32745). After that, the
installer starts up, you can choose the directory to install, etc. Start the
install, and it fails at ~24%:
err:msi:msi_install_assembly Failed to install assembly
L"C:\\users\\austin\\Temp\\msie.tmp\\Intuit.Spc.Esd.WinClient.Application.ConfigUXv4.exe"
(0x80070032)
I've attached a +tid,+msi,+msidb trace. Adding +relay gets it wayyy too big
(and in the log, it seems related to the above line). If you want it, let me
know and I'll email it privately.
--
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.