https://bugs.winehq.org/show_bug.cgi?id=38876
Bug ID: 38876
Summary: Codewright crashes when clicking on menu item
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ted.pillera(a)us.bosch.com
Distribution: ---
Created attachment 51805
--> https://bugs.winehq.org/attachment.cgi?id=51805
Bug Report
Clicking on any of the dropdown menus in CodeWright causes the program to
crash. System is Ubuntu 12.04 (see attached bug report).
--
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=16948
Summary: tmpfile() write, seek(0) and read does not return same
data
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
ok this is tested from python (import os) so it _could_ be done a little
simpler - like... using c. didn't want to forget about it so am raising it
here.
this is the mode opening a tmpfile:
fixme:msvcrt:MSVCRT__sopen : pmode 0x1464e0 ignored
http://bugs.python.org/issue4956
$ ./python.exe -i
Python 2.5.2 (r252:60911, Jan 15 2009, 23:28:55) [gcc] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> f = os.tmpfile()
>>> f.name
'<tmpfile>'
>>> f.write("hello\n")
>>> f.flush()
>>> f
<open file '<tmpfile>', mode 'w+b' at 0x001B34E8>
>>> f.tell()
6L
>>> f.seek(0)
>>> f.tell()
0L
>>> f.read()
''
it's as if it's impossible to read from the tmpfile. which kinda defeats the
object of having one :)
c:\windows\temp exists but c:\windows\tmp does not.
--
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=42656
Bug ID: 42656
Summary: ACDSee Pro 10 needs
msvcp140.dll.?_Schedule_chore@details@Concurrency@@YAH
PEAU_Threadpool_chore@12@@Z
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Using wine-git compiled a short while ago
wine: Call from 0x7b44f8a7 to unimplemented function
msvcp140.dll.?_Schedule_chore@details@Concurrency@@YAHPEAU_Threadpool_chore@12@@Z,
aborting
--
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=32563
Bug #: 32563
Summary: Purebasic does not display icons in toolbar which is
drawn distorted.
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
Classification: Unclassified
Created attachment 42970
--> http://bugs.winehq.org/attachment.cgi?id=42970
Screenshot of purebasic without the toolbar
Purebasic is a little nice basic compiler that can produce very compact
executables.
The windows version runs in Wine with just a few defects only. There is a
native Linux version, but many people use the windows version in wine to
generate win32 executables.
The toolbars in the IDE do not show any icons, the toolbar works, but the icons
are not displayed.
This problem is not the typical icons are not drawn, as the toolbar is being
stretched too.
The problem has been happening for years with older versions of Wine and
Purebasic.
Here I tested with wine 1.5.19 in Ubuntu 12.10 and PureBasic Demo 5.0
(the demo can be downloaded from: http://www.purebasic.com/download.php)
Here is how to reproduce the problem:
wget -c http://www.purebasic.com/download/PureBasic_Demo.exe
wineprefix=/home/test/purewine winecfg
wineprefix=/home/test/purewine wine "C:\\Program
Files\\PureBasic\\purebasic.exe"
You get these error messages repeated all the time:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f790,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f790,0x00000000), stub!
err:imagelist:ImageList_ReplaceIcon invalid image list
--
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=42140
Bug ID: 42140
Summary: "Unrecognized stencil op 0" messages flooding system
log in Söldner Secret Wars
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: max.kue(a)gmx.de
Distribution: ---
When playing Söldner Secret Wars - Community Edition (free (as in beer)
download http://www.soldnersecretwars.de/main.php?page=download&lang=en) tons
of log messages are generated. The game itself plays fine (maybe even better
then on some of my friends machines with windows 10) but the amount of messages
(an hour of gaming can yield ~60MB of system log) can get annoying, also I
can't help but believe that there is some hit to performance since there are 6
lines of output per frame drawn.
The output is:
fixme:d3d:wined3d_gl_compare_func Unrecognized compare function 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
repeated (tens of) thousands of times
IMHO: Ether somebody should investigate the usage of stencil op 0 and fix the
code as suggested by the comment of remove the message since the games seems to
run fine.
--
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=41489
Bug ID: 41489
Summary: notepad++ escape key
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrej8anubis(a)gmail.com
Distribution: ---
Created attachment 55865
--> https://bugs.winehq.org/attachment.cgi?id=55865
showing the esc character
When using notepad++
press a key for menu (left mouse click or with keyboard)
than press escape (esc)
menu disappears
the problem is that where the cursor stands, a strange character appears , as
marking that esc was pressed
--
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=11433
Summary: unimplemented function ole32.dll.OleGetIconOfFile
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex.doll(a)agdconsulting.ca
Created an attachment (id=10561)
--> (http://bugs.winehq.org/attachment.cgi?id=10561)
Backtrace from the shell
Using Lotus Notes, attempted to attach an external file to a document. Notes
tried to determine the icon of the attached item (a PDF) and died:
Unhandled exception: unimplemented function ole32.dll.OleGetIconOfFile called
in 32-bit code (0x7b844852).
--
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=33740
Bug #: 33740
Summary: Sound Recorder displays error when seeking MP3 stream
to the end
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
Classification: Unclassified
I've been using Microsoft Sound Recorder (sndrec32.exe from Windows XP or
below)
to play wave file that uses MPEG1 Layer-3 codec (MP3), which played fine,
and I'm able to seek on the stream to mostly anywhere on the timeline.
But if I dragged the playhead and drop it at the very right end of timeline
or used FF button while playing, Sound Recorder will show an error:
"Another application is playing audio. You can either interrupt the
application or wait until it is done. Then try using Sound Recorder
again."
Then, this instance of Sound Recorder will not play any audio again (no matter
I loaded another wave file, both PCM and non-PCM; when trying to play,
it shows the same error)
When I exited Sound Recorder, these lines will be printed on WINE console:
fixme:winmm:MMDRV_Exit Closing while ll-driver open
fixme:winmm:MMDRV_Exit Closing while ll-driver open
Note: If I restarted Sound Recorder, it will be able to play MP3
(and all other audio codec) again.
Also, other instances of Sound Recorder that're running in parallel
won't be affected.
Wine's Windows version: Windows ME
Wine Audio Driver: ALSA 44100Hz 16bit (Full Hardware Acceleration)
Wine installed without XInput2, OpenCL, GStreamer and OSS support.
System: Debian GNU/Linux 5.0 "Lenny" (i386: Intel Pentium 4 2.66GHz)
--
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=40919
Bug ID: 40919
Summary: Worms Armageddon Gameplay only shows top-left corner
of screen
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lmanning17(a)gmail.com
Distribution: ---
Created attachment 55019
--> https://bugs.winehq.org/attachment.cgi?id=55019
Main Menu of game
Worms Armageddon works great on WINE 1.9.10, but 1.9.11+ do not work.
Worms Armageddon uses a static sized window for the game menu, but when you
start a game it resizes to the screen size you set in options. In 1.9.11+, when
the screen resizes, the resized area remains black and only the top-left corner
of the screen is visible.
--
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=38328
Bug ID: 38328
Summary: WPS 2013 (Kingsoft) crash at install
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 51166
--> https://bugs.winehq.org/attachment.cgi?id=51166
backtrace in 1.7.39.txt
0. Download from http://wdl1.cache.wps.cn/wps/download/W.P.S.4994.19.552.exe
$ sha1sum W.P.S.4994.19.552.exe
4b778806ec2ed0e8d3e2c9e1e368a3643ea6965a W.P.S.4994.19.552.exe
1. run it, and wine crash
--
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.