http://bugs.winehq.org/show_bug.cgi?id=17539
Summary: NULL pointer dereference in Metrowerks Standard Library
when CodeWarrior Pro 8.3 IDE launched with absolute
pathname
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
URL: http://www.freescale.com/webapp/sps/site/homepage.jsp?no
deId=012726
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rippit(a)oggfrog.com
Created an attachment (id=19673)
--> (http://bugs.winehq.org/attachment.cgi?id=19673)
Crash Log.
First, let me say that I am *profoundly* impressed by how far Wine has come. I
tried CodeWarrior Pro 8.3 with Wine back in 2003 or so, and it didn't even come
close to working. Now it is completely usable; each of the three bugs I'll be
reporting has a workaround.
If Metrowerks CodeWarrior's IDE.exe is named on the Wine command line with an
absolute pathname, there will be a NULL pointer dereference in the Metrowerks
Standard Library DLL IDE_MSL_DLL80_x86.dll,
The crash is 100% repeatible with an absolute path, but never happens if the
IDE is launched with any kind of relative path. So the workaround it to never
use an absolute pathname.
The happy news is that the source code to the Metrowerks Standard Library is
included with CodeWarrior itself, though it's possible that the DLL that
IDE.exe links to has been patched somehow.
(The MSL is CodeWarrior's portable C and C++ standard libraries - apps built
with CodeWarrior don't normally use the ones bundled with the OS.)
The bad news is that CodeWarrior is no longer sold for building desktop
applications, just embedded ones. CodeWarrior Pro 8 is therefore hard to come
by, though it can sometimes be had used. Possibly you could reproduce the bug
with the free 30-day evaluation of FreeScale's Windows-hosted embedded
development system at the link above.
The old desktop tools publisher was Metrowerks; CodeWarrior Pro ran on both Mac
and Windows, and could produce binaries for both platforms while running on
either platform.
The following crashes every time:
wine "/home/mike/.wine/drive_c/Program Files/Metrowerks/CodeWarrior/IDE.exe"
But remove the initial slash, and it *works* every time:
cd /
wine "home/mike/.wine/drive_c/Program Files/Metrowerks/CodeWarrior/IDE.exe"
I discovered the crash by trying to write a double-clickable shell script for
use under Gnome in Fedora 10. The workaround is to use the following script
instead:
#!/bin/sh
DRIVE_C=~/.wine/drive_c
# Note that because the Program Files folder has a space in
# its name, it must be quoted.
PROGRAM_FILES="$DRIVE_C/Program Files"
( cd "$PROGRAM_FILES" ; \
/usr/bin/wine Metrowerks/CodeWarrior/Bin/IDE.exe )
My box is a Core Quad Xeon, a 5230 I think, running Fedora 10 x86_64 with 8 GB
of memory.
To set up CW 8.3, you'll need to install CW 8, then run the 8.2 and 8.3
updaters, then rebuild all the libraries. In more detail:
1. Make CD images of the two installation CDs - Windows Tools and Windows
Reference. I used the Mac OS X Disk Utility to make a CD/DVD Master image
(.cdr). I don't think it would work to make a compressed image (.dmg).
2. Create a directory that will be used as Wine's CD drive, then configure Wine
to actually use it as the CD drive. In Fedora 10, I use /media/WineD.
3. mount -o loop Tools.cdr /media/WineD
4. cd /media/WineD; wine Launch.exe
5. Do a full installation of the tools
6. umount /media/WineD
7. mount -o loop Reference.cdr /media/Wined
8. cd /media/WineD; wine Launch.exe
9. Do a full installation of the documentation
10. umount /media/WineD
11. Install the 8.2 and 8.3 updates:
12. wine CW_Pro8.2_Patch.exe
13. wine CW_Pro8.3_Patch.exe
14. After the 8.3 update, the Installer wants you to rebuild the libraries, and
offers to open the library rebuilding projects.
15. Project->Remove Object Code
16. Project->Make
After all that you'll be at the configuration with which I discovered the
crash.
--
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=17379
Summary: Fahrenheit crashes
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lindevel(a)gmx.net
When selecting "custom" as graphic level and enabling everything but "front
buffer", Fahrenheit will be able to play the intro (flyby statue of liberty),
but afterwards it will crash with the attached log upon entering the first
scene (toilet).
--
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=17320
Summary: Endicia Envelope Manager software (DAZZLE.EXE) crashes
when going to print postage
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brentpicasso(a)yahoo.com
Created an attachment (id=19337)
--> (http://bugs.winehq.org/attachment.cgi?id=19337)
output of ~/.wine/drive_c/Program Files/Envelope Manager/DAZzle$ echo quit |
WINEDEBUG=+relay wine DAZZLE.EXE >& /tmp/winelog_dazzle;
Endicia's DAZZLE envelope manager software (prints postage from USPS.com)
crashes when you go to the print postage dialog.
Note, it's a dialog prior to the actual printing, where you specify package
attributes, mailiing class, etc.
wine version 1.1.14 (also occurs with stable version available with ubuntu)
OS: kubuntu 8.10 fresh install, updated packages (as of this posting)
gcc -v:
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3--program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
Windows version: winecfg set to win2000
Application:
Endicia DAZZLE.exe from http://www.endicia.com (requires account since you use
it to print postage)
Repro steps:
Run DAZZLE
connect with your account
open layout, select "Large Priority Mail International Shipping Label"
Select printer from file dialog
Click the "print" button in upper left
observe crash
Any suggested work-around steps would be helpful. Any windows DLLs I can run
instead of the default?
--
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=15815
Summary: Ebook will not run in WINE 1.0 or 1.1.7
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonoaf(a)yahoo.com
Created an attachment (id=16941)
--> (http://bugs.winehq.org/attachment.cgi?id=16941)
Screen shot of Error in Ebook.
"Secrets to growing beautiful carnivorous plants for you home and garden" ebook
from www.cobraplant.com will not run in WINE. See atached photo below.
According to authors of the ebook, it does not require a password and should
run when opened. When opened, it shows the splash screen the dumps to the
screen shot.
--
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=16305
Summary: Spore doesn't start because my graphic card is below min
spec
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrgorefest(a)libero.it
Created an attachment (id=17588)
--> (http://bugs.winehq.org/attachment.cgi?id=17588)
terminal log. It's the same if I put -safe
I run Spore very good on Windows Xp on the same pc, but when I try loading it
on Ubuntu (I use the same file of Winows Xp) it tells me my card is below min
spec.
My graphic card is Intel Corporation 82915G/GV/910GL Integrated Graphics
Controller with 128 Mb of RAM.
with lspci -n it is 00:02.0 0300: 8086:2582 (rev 0e)
I have in regedit under HKCU -> Software -> Wine -> Direct3D:
DirectDrawRenderer opengl
PixelShaderMode enabled
RenderTargetLockMode auto
UseGLSL enabled
VideoMemorySize 128(I tried also setting this to 512 but it no
works)
VideoPciDeviceID 0x00002582
VideoPciVendorID 0x00008086
I did install DirectX from Microsoft website (november 2008).
As attachment I put what I see in terminal
--
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=15470
Summary: glitches on Photoscape main screen fonts
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaab_rs(a)hotmail.com
The following happens:
- I can't see what it's written on the main screen, so it's hard for me to know
where I gotta point to in order to edit or view images.
To reproduce the error, do the following:
- Open PhotoScape
- You'll see glitces in the fonts on the main screen
--
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=15634
Summary: Windows Live Messenger won't install
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
URL: http://get.live.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: el.il(a)doom.co.il
Created an attachment (id=16674)
--> (http://bugs.winehq.org/attachment.cgi?id=16674)
Terminal Output
I tried to install Windows Live Messenger 8.5 stable.
The installer won't start, and the MSI file of messenger won't install either.
--
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=11800
Summary: WISO Sparbuch garbled printout
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oliver.fels(a)gmx.net
Created an attachment (id=11060)
--> (http://bugs.winehq.org/attachment.cgi?id=11060)
The printout preview.
The WISO Sparbuch Tax application is showing garbled printout in the print
preview and printouts (see attachment) as well as the tax summary pages and
checklists. This is propably a font rendering issue.
Windows fonts have been copied to the windows\fonts dir as well as under
/usr/share/fonts/truetype on the Linux side and can be seen by X11.
Problem occured unter Kubuntu Gutsy Gibbon, using KDE 3.5.7.
Any hint what to additionally give as information to help solve the issue is
appreciated.
--
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=13306
Summary: Swichmax 2 close in the try to export
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: obelich(a)gmail.com
Created an attachment (id=13167)
--> (http://bugs.winehq.org/attachment.cgi?id=13167)
this is the error send swich max 2
Hiyas we have test the wine with swich max 2 and there have many problems firs
dont show the movie you are make and other if you try to export to swf the
progrman send error and close sorry my english is to bad i speak spanish here
are the file text send error message, and i install the flash player for
windows in wine the program say need it to install before the instalation.
--
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=12001
Summary: chemsketch won't display
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emkay(a)gmx.de
Hi since x57 chemsketch wont open its main window, when i start the app the
icon of the developer appears in the right bottom corner but there is no main
window opening in which i can use the app and i also got no wine task in my
taskbar. With wine x56 and x55 everything was fine. i attchent the errror file.
please dont ask me to do regression test i cant follow the tutorial. I already
created a fresh wine folder.
greets Emkay
Severity is major cause now the app is of no use.
--
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.