http://bugs.winehq.org/show_bug.cgi?id=17694
Summary: Silkypix 3.0 file selector broken
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florin(a)andrei.myip.org
Running Silkypix 3.0:
http://www.isl.co.jp/SILKYPIX/english/p/
I click Open File and try to navigate to a different directory to retrieve my
RAW file and open it. Clicking on the various folders has no effect, it doesn't
enter the directory no matter whether I single-click it, double-click it or
many-click it.
The only way to navigate is to go to the drop-down element (labeled "Look In")
on top of the file selection window and pull it down - selecting a directory
there seems to work.
Here's a RAW file to test the application with:
http://dl.getdropbox.com/u/29966/wine-bugzilla/P1010588.RW2
--
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=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=17649
Summary: DirectX & OpenGL Steam Counter-Strike: Sources -
Artefact Fllicks & View
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: st47k3r(a)gmail.com
Created an attachment (id=19836)
--> (http://bugs.winehq.org/attachment.cgi?id=19836)
My configs & logs files
Artefacts in Steam Counter-Strike:
(Sorry for my bad english - it's not my native language)
My PC:
MB: ASUS P4-P800X
CPU: Intel Pentium 3.0 HT Prescott
GPU: ATI HD 3850 AGP 512 MB
OS: Linux Ubuntu 8.10
KERNEL: vanilla 2.6.28.7-p4ht
i'm used prevision .config to recompile kernel for my CPU (P4\Prescott) +
disable some unused modules (SCSI, Wireless and so)
i.e. without any strong modifications
ATI driver: latest Catalyst 9.2 for Linux OS
Driver filename: "ati-driver-installer-9.2-x86.x86_64.run"
FGLRX v.8.582
# xdpyinfo | grep "version"
version number: 11.0
X.Org version: 1.5.2
# uname -a
Linux PC01 2.6.28.7-p4ht #1 SMP Fri Mar 6 18:10:40 MSK 2009 i686 GNU/Linux
# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 3850
OpenGL version string: 2.1.8494 Release
used WINE 1.1.16 with configured CFLAGS="-march=prescott -mtune=prescott -O2"
When i start Steam Counter Strike; Soursec in full screen mode
then game run perfect, but..
i see screen flicks to fast with artefact in menu where you select weapons and
team.
What should i do to run it without this?
All logs and confgs in attachment
If needed more info(logs, configs, screenshots and so on) you may contact me in
any way, i'll be pleasure to help
Thank you! :)
--
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=18074
Summary: Wine rendering issues with intel chipset
Product: Wine
Version: unspecified
Platform: PC
URL: http://eveonline.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cheetahmorph(a)gmail.com
Created an attachment (id=20476)
--> (http://bugs.winehq.org/attachment.cgi?id=20476)
Screenshot showing character select screen in linux. Will add windows version
later for comparison
May be related to bug 17437
OS: ubuntu 8.10 with current patches (as of this posting)
Wine version: 1.1.19
System: Lenovo 3000 G530 laptop
in-game objects (ships, hanger, etc) do not render
The character photo in the main screen renders incorrectly
--
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.