http://bugs.winehq.org/show_bug.cgi?id=27432
Summary: Switched to LinuxMint_11 Complete NEW install of OS
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rexstevens(a)ibscorporation.com
Installed Wine and IBM's Client Access V5r2m0 (For iSeries, used to be known as
AS/400) and get the following error.
Error allocating xxxxx bytes of memory from the Windows global memory heap.
Close one or more Windows applications and try again.
Explanation your windows system does not have enough memory available for
Personnel Communications to execute the function selected.
User response: Select retry after closing one or more applications.
The Operations Navigator works.
Any suggestions?
Thanks,
Rex Stevens
rexstevens(a)ibscorporation.com
--
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=26448
Summary: Dosbox integration doesn't work with PIF files
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
A PIF file is a shortcut to an MS-DOS program. Windows shortcuts to MS-DOS
programs get a .pif extension whereas Windows shortcuts to Windows programs get
a .lnk extension (or at least this was the case during the Windows 95 era: I
have very rarely used Windows since then).
When I type "wine dosprog.exe", Wine forwards the program to Dosbox.
When I type "wine dosprog.pif", Wine does not forward any program to Dosbox. I
get error messages about "Wineconsole", so it seems that Wine finds the EXE
file that the PIF file refers to but that Wine tries to run the EXE file under
Wine instead of Dosbox.
--
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=28431
Summary: PKR.COM bug #1 (change screen size)
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hanzal.michal(a)gmail.com
Good morning,
I am using OpenSuse 11.4.
I installed pkr.com and if I want to change screen size, then screen after
changing is out of window size. Check attached file.
I tried New version 1.3.28, and this stable version (1.3.12) and
problem was same.
Please try to find this BUG if it is possible, but I believe you :)
With best regards
Michal Hanzal
Paint Engineer
--
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=28079
Summary: Silent Hill V: Homecoming: launching the game gives a
lot of fixme
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 810d4rk(a)gmail.com
Created an attachment (id=35952)
--> (http://bugs.winehq.org/attachment.cgi?id=35952)
terminal output
When running SilentHill.exe from the terminal it will make the desktop
unresponsive until it is killed, it continually generates a lot of fixme.
--
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=26567
Summary: FLV converter from http://www.flv-converter.org/ not
working
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernandocarvalho1987(a)hotmail.com
FLV converter from http://www.flv-converter.org/ is not loading properly.
When I try to load the application it gives a message box with the following
message:
Execption EAccessViolation in module flvconverter_portable.exe at 014BA950.
Access violation at address 014BB950, Read of address 7FFD4000.
The program is working properly on Windows XP.
I've tried a clean wineprefix.
The application is available to download from:
http://www.flv-converter.org/download/flvconverter_portable.exe
My system is Ubuntu 10.10 - 32bits / wine 1.3.16
--
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=20807
Summary: SolidWorks 2008 can't render parts
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mines.edu
Created an attachment (id=24921)
--> (http://bugs.winehq.org/attachment.cgi?id=24921)
Wine 1.1.32-641-ga7bfd6d Log +wgl on Mac OS X
When you create a part, SolidWorks attempts to create a bitmap GL context to do
offscreen rendering. The call to SetPixelFormat() on the bitmap DC fails,
however, because the depth of the pixmap (32) doesn't match the depth of the
visual that winex11 chose (24). (You can add a trace to
create_bitmap_glxpixmap() to see this for yourself.) SolidWorks, however, does
not check the result of SetPixelFormat(), expecting it to succeed, so it goes
ahead and tries to create a GL context. This fails because no pixel format is
set in the DC. As a result, no rendering of parts is done.
I've attached a log showing what happens. There's a second issue that is
demonstrated by that log, so I'm going to file another bug shortly.
I think this is somehow related to Roderick Colenbrander's Xrender patches,
given that we're dealing with a 32-bit pixmap (which wasn't possible until
Xrender support was added).
--
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=24455
Summary: Snes9x 1.52 fails to create AVI file for recording.
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Created an attachment (id=30852)
--> (http://bugs.winehq.org/attachment.cgi?id=30852)
Terminal Output
When attempting to record using the "Record AVI" option, the application will
create the file in the specified directory, but then present a message saying
that it failed to do so.
--
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=20808
Summary: SolidWorks 2008 displays a black screen
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mines.edu
Created an attachment (id=24922)
--> (http://bugs.winehq.org/attachment.cgi?id=24922)
Wine 1.1.32-641-ga7bfd6d Log +wgl on Mac OS X
Like I said in bug 20807, there's a second issue with SolidWorks' rendering. If
you get past the issue in bug 20807, you see only a black screen when it tries
to render parts. I will once again attach the log from bug 20807.
>From reading the log, it seems like SolidWorks is looking for a particular
pixel format. First it tries the pixel format it got back trying to create a
bitmap context earlier. Then it enumerates every pixel format supported by the
driver. Failing that, it tries to create a bitmap context anyway, but fails
because once again no pixel format is set in the DC.
--
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=27309
Summary: Eden Eternal Closed Beta: Launcher Crashes While
Patching A Blank Game Directory
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iyeru42(a)gmail.com
Created an attachment (id=34933)
--> (http://bugs.winehq.org/attachment.cgi?id=34933)
Backtrace Log
As the title says, when you run a launcher in a blank game directory, it should
install the entire game. Wine Crashes the launcher after a while. See the
attached log, as well as a possibly unrelated image.
--
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=24879
Summary: Application "Auralog Talk To Me French" fail during
installation
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cesarlr(a)gmail.com
There are no specific errors in Wine, only a message in the application showing
"there was an error in the application"
Here is more information about the app:
http://www.translationsoftware.co.uk/auralogtalktomefrench7.htm
--
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.