http://bugs.winehq.org/show_bug.cgi?id=9968
Summary: Problem mapping large files
Product: Wine
Version: 0.9.46.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert(a)cs.auckland.ac.nz
I'm trying to use Microsoft's ImageX with Wine as part of a small Linux
image to install Windows disk images.
It works great for a 120Mb file, however when I try it on a 2.3Gb file,
it fails with "Invalid data".
The tool is designed for dealing with large files, so it looks like a
problem in Wine.
I reran it with +server,+relay which included the following in the output:
0009:Call
KERNEL32.CreateFileMappingW(00000050,00000000,00000002,00000000,8fcbf02e,00000000)
ret=01028a7b
0009: create_mapping( access=000f0005, attributes=000000c0, rootdir=(nil),
size_high=0, size_low=-1882460114, protect=65, file_handle=0x50, name=L"" )
0009: create_mapping() = INVALID_PARAMETER { handle=(nil) }
0009:Ret KERNEL32.CreateFileMappingW() retval=00000000 ret=01028a7b
0009:Call KERNEL32.SetLastError(00000000) ret=01019bf6
0009:Ret KERNEL32.SetLastError() retval=00000000 ret=01019bf6
--
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=11185
Summary: Wine hardlock on x86_64
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jabberuser(a)gmail.com
Hi, i test wine 0.9.40, latest stable and svn build but i have the same error
(on cedega6.0 too). When I use windows apps who use direct randering, it
hardlock my PC, when i disable GLX and DRI in xorg.conf it work, but without
direct randering (sloooow). On google i found many post this bugs, always on
x86_64 (almost all on ubuntu users). I use current testing Gentoo ~amd64. My
hardware: Core2 2.2GHz (mobile), 2G ddr2/667MHz/cl5, INTEL x3100.
/ Sorry about my English /
--
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=9286
Summary: nice icon and menu
Product: Wine
Version: 0.9.43.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bl4ck.3yed(a)gmail.com
wine should drop a icon in /usr/share/pixmaps that can be used for the wine
menu in the sysytem's main menu.Also there(in the wine menu) should be
launchers for winecfg and uninstaller
--
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=9526
Summary: Asyncpro and Linux
Product: Wine
Version: 0.9.44.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: software(a)rel-tek.com
Hi,
I am trying to convert my program to run on Linux under wine. I have been very
successful so far but one thing that is stopping me from going any further.
That is Asyncpro. My program uses Asyncpro to get access to comports and to
send and receive data. Apparently, wine HQ is having trouble dealing with
Comports using Asyncpro.
Initially, I started running my window program on Linux (PCLinuxOS) under
crossover. It failed miserably. My program connected and was communicating
through comport but within running for a minute or so, a lots of error message
boxes pop up non-stop with message, "too many open files." I couldn't figure
what it was. So, after playing around with that far awhile, I changed to
another Linux OS. This time instead of using CrossOver I decide to use Wine HQ.
Great, I thought when everything was going great with Wine HQ on SimplyMephis.
My program started with no problem and even connected to serial port. From
there I was able to communicate non-stop with no error boxes of any kind until
I tried to shut my program down. My program completely froze to a point I had
to go into window manager to kill wine-server or It will not shutdown. I still
think there something not quiet right about Asyncpro on Wine.
When I ran debug on Wine, I got messages like
fixme:win:LockWindowUpdate(0x10020) partial stub!
...
Is anyone having a similar problem or is there a known bug with Wine and
Asyncpro?
I will probably have to write my own comport control tool to better manage
serial communication.
Please, Help.
--
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=10423
Summary: shader_glsl_lit() glitch
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chris-wilson.co.uk
Created an attachment (id=9117)
--> (http://bugs.winehq.org/attachment.cgi?id=9117)
Restore the src.x>0 conditional
Some objects in Civ4 (and other games) are rendered incorrectly as a solid
colour (using the nvidia 100.14.19 driver). A git bisection identified
commit 468309e055b5e14f6da919b173eb199954b65ef1
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Oct 28 21:21:24 2007 +0100
wined3d: Get rid of the conditionals in the glsl lit implementation.
as the first bad commit. Applying the reverted patch to head confirms that it
is the same issue. Reading the patch it would appear to be an incorrect
transformation if the GLSL specification of pow() defines 0^0 as 1 (my edition
of the orange book does not specify its behavior).
--
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=9570
Summary: PimpStreamer application is unable to access internet
when it is run using wine.
Product: Wine
Version: 0.9.43.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: padua(a)rediffmail.com
Version : Wine-0.9.43
Error message when PimpStreamer application run using wine.
------------------- Error msg ----------------------
[root@localhost ~]# wine .wine/drive_c/Program\
Files/PiMPWare/PiMPStreamer/PimpStreamer.exe
wine: Call from 0x7edfaf90 to unimplemented function
winhttp.dll.WinHttpCheckPlatform, aborting
------------------- Error msg ----------------------
Pimpstreamer application can be downloaded from :
http://www.pimpware.org/PiMPStreamerSetup-0.91.msi
This is a windows application used for streaming the contents of the Hard disk
and internet onto Sony's PlayStation Portable (PSP).
Client application running on PSP fails to connect to Pimpstreamer running on
linux (through wine) , unable to connect to pimpstreamer on 192.168.2.2:3333
Please help me resolve this issue. I think the pimpstreamer server running on
PC is i unable to access the network/internet on linux.
Thank you
Padua
--
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=11090
Summary: menu items are redrawn incorrectly on mouse over - jedi
knight dark forces II
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://files.filefront.com/jedidemoexe/;845549;/fileinfo
.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Created an attachment (id=10112)
--> (http://bugs.winehq.org/attachment.cgi?id=10112)
loading-dialog-updated-with-wrong-part-of-screen
In windows when you move the mouse over an item, the region is updated with an
illuminated version.
With wine the region is updated with data from a different part of the screen,
which is quite obvious to see from the attached screenshots.
current git (wine-0.9.52-278-gc486d87) or newer is required to test the problem
as this program suffered from a regression causing a crash since 0.9.31 (bug
10865 / bug 10899)
--
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=11020
Summary: winelauncher does not handle spaces in WINEPREFIX
correctly
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schwerdel(a)googlemail.com
In line 323 in winelauncher it tries to create the info_flag file with a touch.
If WINEPREFIX contains spaces this will fail.
This also allows for some kind of command injection with that variable.
--
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=11318
Summary: Flash CS3 requires Jscript
Product: Wine
Version: 0.9.53.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nesdavid(a)gmail.com
When trying to install flash cs3, a dialog appears telling you need Jcript
registered properly. repair Jscript, and next restart the installation program.
--
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.