http://bugs.winehq.org/show_bug.cgi?id=10574
Summary: Python _urandom()
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerijus(a)users.sourceforge.net
When running quite a few python scripts I get a traceback:
$ wine c:\\python25\\python opendict.py
Traceback (most recent call last):
File "C:\python25\lib\mimetools.py", line 6, in <module>
import tempfile
File "C:\Python25\lib\tempfile.py", line 33, in <module>
from random import Random as _Random
File "C:\Python25\lib\random.py", line 838, in <module>
_inst = Random()
File "C:\Python25\lib\random.py", line 94, in __init__
self.seed(x)
File "C:\Python25\lib\random.py", line 108, in seed
a = long(_hexlify(_urandom(16)), 16)
WindowsError: [Error -2146893801] Windows Error 0x80090017
Adding the following to python script usually helps:
import os
def ni(i): raise NotImplementedError
os.urandom = ni
--
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=10331
Summary: DVD-ROM dependent files not accessible from symlink
Product: Wine
Version: 0.9.48.
Platform: PC-x86-64
URL: http://forums.gentoo.org/viewtopic-t-610844.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pnanda(a)stmarytx.edu
Dependent files located on the CD/DVD-ROM drive (dependent = files needed by a
program called on the CD-ROM by wine) are only readable when setting the shell
basename to the actual mount point (e.g. /mnt/cdrom)
Running such a CD/DVD-ROM program from the symlink directory does not work
(e.g. d:\)
NB: Note that the program itself is readable from the mounted drive, just not
some of its dependent files on the same mount (a particular dll from my
experience - please refer to the URL)
Linux: Gentoo-2.6.22-r8
Arch : amd64
--
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=10607
Summary: Bryce 5 crashes upon opening in Gutsy Gibbon
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nethaven(a)hotmail.com
After installing Wine, I install Bryce 5, and it goes fine. A strange thing
happens during install...whenever I click on "Next," the screen disappears,
then reappears, but then quickly goes to the next screen...this is trivial
though.
The install works fine, but when I attempt to run the program, I see "starting
Bryce 5" in the taskbar for a few moments, but then it just disappears and the
program does not start. There is no trace of the process in the system
monitor, zombied or otherwise.
I understand that it seems to work in most cases, save some other bugs, and I
have duplicated this problem both on Ubuntu 7.10, and on Linux Mint (which I am
running now), which is basically Ubuntu 7.10 with thicker makeup, so I'm
thinking it is related to that release.
My hardware:
Athlon 4200+ X2 Dual Core
Gigabyte motherboard
Nvidia GeForce 7600 GS (using restricted driver)
2GB RAM
--
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=10564
Summary: Visual C++ 2005 Redistributable Package fails to
install.
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blahboybang(a)gmail.com
Created an attachment (id=9331)
--> (http://bugs.winehq.org/attachment.cgi?id=9331)
vcredist_x86.exe Run log
Installer package "vcredist_x86.exe" crashes after EULA Dialog. Run log
attached.
--
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=10228
Johnny <JoaoGSF(a)sapo.pt> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.48.
--
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=10159
Summary: It's impossible to install Houaiss dictionary in new
versions
Product: Wine
Version: 0.9.33.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adeiss.vc(a)gmail.com
I use a Portuguese dictionary named Houaiss. I can install and use it perfectly
with the 0.9.30 version. In any newer version it's impossible to install the
program. When I try to run the installer, a warning window pops up with a
message that says I must have an original copy, although I have an original
copy. If I uninstall this version and reinstal 0.9.30 version, with a new
".wine" folder, the problem ends.
--
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=9937
Summary: Wine crashes in Xephyr
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Often, one would like to run apps in a nested
X server. A good one is Xephyr. To try this on ubuntu,
first install with
sudo apt-get install xserver-xephyr
then start a nested X server with
Xephyr :1 -ac
then verify it's working with
DISPLAY=:1 xeyes
If that works, then start a Wine app, e.g. notepad:
DISPLAY=:1 wine notepad
This crashes at the moment with the assertion failure
2 0xb7d42201 abort+0x101() in libc.so.6 (0x0034ed04)
3 0xb7d39b6e __assert_fail+0xee() in libc.so.6 (0x0034ed48)
4 0x7e3a44a7 in libgl.so.1 (+0x1f4a7) (0x0034ed88)
5 0x7e3a45d8 glXCreateContext+0x38() in libgl.so.1 (0x0034eda8)
6 0x7e56d577 has_opengl+0x5f7() [winex11.drv/opengl.c:305] in winex11
(0x0034ee28)
7 0x7e56e000 X11DRV_setup_opengl_visual+0x130(display=0x7c041650)
[winex11.drv/opengl.c:3338] in winex11 (0x0034ef08)
This was reported by a user:
http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/7bf80f4ee…
--
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=9858
Summary: Photoshop CS2 can't draw in second layer?
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is probably just a loose screw behind the wheel,
but I had trouble drawing on a second layer. To
repeat:
start photoshop
File / new
draw a bit with the brush to make sure you can
new layer
try to draw with the brush. You can't, nothing shows up!
--
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=10455
Summary: TurboCad LE will not open files , will not close
Product: Wine
Version: 0.9.42.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tedhansen(a)sasktel.net
Created an attachment (id=9163)
--> (http://bugs.winehq.org/attachment.cgi?id=9163)
debug log file
Beginning with version 0.9.42, Turbocad LE freezes on attempting to open a file
and the program will not shut down. Kwin must be used to terminate the program
following a "window fails to respond" warning.
The problem is in libwine, downgrading libwine to a version lower than 0.9.42
(all else same) solves the problem.
I have tested using libwine 0.9.42, 43 and 44. I cannot test higher than 0.9.44
as that is the highest Debian package currently available and I am never
successful trying to compile from source.
Debug log file is attached.
Note that this is using native msvcrt.dll as in the apps database for this
application.
--
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=9763
Summary: Cannot change screen BPP
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d4rky(a)cultofpepsi.com
Created an attachment (id=8196)
--> (http://bugs.winehq.org/attachment.cgi?id=8196)
Log from try to run Fallout Tactics
When X11 driver cannot init 32 BPP mode, and "wined" program is trying to do
so, X hangs and there's no way to switch to tty1-6 (only MAGIC-SYSRQ or
timeouted kill helps).
Possible solution - when trying to switch to 32 BPP mode, check if it is
possible and if not try to force running in 24 or lower mode or run "emulated"
32 bpp mode (like in VNC or something).
Wine version: 0.9.44 on Debian GNU/Linux sid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.