http://bugs.winehq.org/show_bug.cgi?id=12613
Summary: Adobe Acrobat Pro 7 does not install
Product: Wine
Version: 0.9.59.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Created an attachment (id=12238)
--> (http://bugs.winehq.org/attachment.cgi?id=12238)
+msi,+msidb log output
I downloaded a trial copy of Acrobat Pro 7 from the winsoft.eu website listed
here:
http://wiki.winehq.org/AdobeAcrobatPro
It fails to install with this msgbox error:
Exception raised
Unhandled page fault on read access to 0x004f004b at address 0x7ee31443
Do you wish to debug it?
+msi,+msidb debug log attached.
--
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=12097
Summary: Wine 1.0 should not ship out-of-sync resource
translations
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
As seen on http://pf128.krakow.sdi.tpnet.pl/wine-transl/ we have a lot of
out-of-sync resources.
Sometimes it's menus missing only a separator and some of them are probably
false positives (e.g. Korean dialogs declares a font while English doesn't. But
they probably need to to have Korean characters. However it would be good to
have a confirmation). But often these are missing menu items or stringtable
entries. This can lead to shell folders (like My Documents) not to be created
or empty strings like in
http://www.winehq.org/pipermail/wine-devel/attachments/20060816/1a027491/ad…
.
I think as Wine 1.0 should be a stable release we shouldn't ship such
resources. We could try e.g. to add an options to wrc to copy missing strings
from English stringtables, while for other resources surround them by "#ifdef
INCLUDE_BROKEN_RESOURCES" that wouldn't be set when compiling Wine but would be
used be used by the statistic scripts to notify the translators about broken
resources. Another solution would be to use something like the po/mo files.
--
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=12289
Summary: strange menu tracking confusion between keyboard and
mouse
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
How to reproduce:
- start notepad
- move the mouse over "Search", do not click
- press alt-f to get the file menu
=> the file menu flickers open, but suddenly switches
to the search menu.
It seems the menu code checks the mouse pointer even
though it is not used for the menu activation.
--
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=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=14537
Summary: regression - gdiplus when running Dragon
NaturallySpeaking Preferred 9.0
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub
err:region:CombineRgn Invalid rgn=(nil)
(lots of these deleted)
err:region:CombineRgn Invalid rgn=(nil)
fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set
susan@ubuntu:~/.wine/drive_c/Program Files/Nuance/NaturallySpeaking9/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.
http://bugs.winehq.org/show_bug.cgi?id=14321
Summary: .NET Installs error on
Product: Wine
Version: 1.1.0
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
err:msi:HANDLE_CustomType34 Unable to execute command
L"\"C:\\windows\\Microsoft.NET\\Framework\\netfxsbs11.exe\" /install"
Occurs on installation of .net 1.1 and
rr:msi:HANDLE_CustomType34 Unable to execute command
L"\"C:\\windows\\Microsoft.NET\\Framework\\netfxsbs20.exe\" /install"
Occurs on installation of .net 2.0
Neither file exists
The proper name for the file is
netfxsbs10.exe or NETFXSBS10.EXE
This was reported in issue 3972 comment #31 for .net 2.0
<http://bugs.winehq.org/show_bug.cgi?id=3972#c31> by Kush. I confirmed that
this occurs with .NET 1.1 installs in a fresh .wine.
James McKenzie
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=9861
Summary: gdiplus:GdipImageGetFrameDimensionsList not implemented
Product: Wine
Version: 0.9.46.
Platform: All
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gicgioc(a)tiscali.it
MSN 8.1 doesn't start because gdiplus:GdipImageGetFrameDimensionsList not
implemented
--
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=9268
Summary: Knights of the old republic fails to install
Product: Wine
Version: 0.9.43.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gnarlin(a)utopia.is
Created an attachment (id=7522)
--> (http://bugs.winehq.org/attachment.cgi?id=7522)
error messages from wine from kotor installer
The installer for Knights of the old republic freezes when I click on the "yes"
button for accepting the eula. Even killing wine doesn't make the dialog
disapear. Very strange.
--
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=13545
Summary: doubleclick on .exe starts all programs in wrong
directory
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kazmirzak(a)web.de
It might be a problem of some distributions they are not able to cope with but
still: if I doubleclick an .exe file for example in Ubuntu 8.04 dolphin, they
don't find their daughter files and crash. This problem is NOT LIMITED to
Ubuntu. Reason: the default directory is "/home/user" and not the directory we
are in.
I know that you can't solve the problems of distributions but you can introduce
an idiot-save and absolute usable workaround:
wine --grab-default-directory /media/disk/test/test.exe
This command line could be included in the application runner of the
distribution, but not only that - it is even great for command-line-gurus. It
simply tells wine to automatically cd to the directory of the .exe-file before
starting it.
Possible for 1.0 ?
--
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=14794
Summary: Crash when starting Yahoo Messenger
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrivers(a)iversen-net.dk
Created an attachment (id=15341)
--> (http://bugs.winehq.org/attachment.cgi?id=15341)
Backtrace and terminal output for
When trying to run Yahoo Messenger, the window pops up, I see some "logging in"
action, and then there is a crash. This is with the Ubuntu 8.04 package of wine
1.1.2.
--
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=10489
Summary: Winemaker fails to process directories with '+' in them.
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ion.simon.c(a)gmail.com
Created an attachment (id=9230)
--> (http://bugs.winehq.org/attachment.cgi?id=9230)
Escapes metacharacters in path component in 'sub search_from'.
Directories with regexp metacharacters in them (like '+') cause some regexp
operation on line 1106 to fail .
Proposed fix attached.
Reproduction recipe:
1) Download QT 4.3.1 (Win32) and unpack. [1]
2) cd to qt-win-opensource-src-4.3.1.
3) Run 'winemaker'.
It'll churn for a while, then you get this message:
Nested quantifiers in regex; marked by <-- HERE in m/^linux-g++ <-- HERE $/ at
/usr/local/bin/winemaker line 1106, <FILEI> line 39.
[1] QT is here:
ftp://ftp.trolltech.com/qt/source/qt-win-opensource-src-4.3.1.zip
--
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=11686
Summary: Wine and winecfg unable to start, disconnect and force a
new session
Product: Wine
Version: 0.9.24.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xenarulz(a)tiscali.it
I use Opensuse 10.2 and installed Wine through Yast. I was never able to use
the program once. I tried uninstalling and reinstalling but to no avail.
Every time I try to run winecfg to configure wine, it's as if I disconnected
from Opensuse, so screen becomes black, applications are killed and I have to
login again.
Same happens if I try to use wine to run any .exe (I have win98 SE on another
partition, btw) but I think that this latest issue is because I have never
managed to configure wine, since winecfg doesn't start...
If from terminal I ask $ which wine I get /usr/bin/wine in Home I have ./wine I
think everything is installed correctly. My pc is pretty old, considering, I
have a AMD Sempron 1Gb RAM no fancy 3D video cards.
I have googled and seen that this issue was present for old versions of
Mandriva but I haven't found out ho to work around it. Thanks for your help.
--
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=10098
Summary: EVE Online: Cloak breaks overview/speed info
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epssyis(a)gmail.com
CC: stefandoesinger(a)gmx.at
When the cloaking module (tested with prototype cloak) is activated the speed
meter under the cap display bugs out - it can display two different speeds or
the wrong speed. The clock in the bottom left freezes. Also the relative
distances in the overview bug as well much like the clock. All information
reads correct on their mouse over displays and everything but the clock returns
to normal once the cloaking device has been disabled.
--
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=14149
Summary: Flashcontext help freezes after query search and
selecting search query
Product: Wine
Version: 1.1.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bduchaj(a)gmail.com
Created an attachment (id=14411)
--> (http://bugs.winehq.org/attachment.cgi?id=14411)
Sort of loop after selecting content in flash help.
After inserting a search query in Flash Help and pressing the SEARCH button,
help searches for the query a shows avaible results, but after clicking on the
result the help and Flash freezes and does not show the content of the selected
result. In terminal there is some sort of loop. I think the possible reason is
WineGecko cinflicting with the Flash MShtmlhelp engine. Log in attachement.
This same problem does not appear when you select the help item manualy from
list, not searching for it.
--
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=12969
Summary: winecfg locks you out if you set ole32 to native only
Product: Wine
Version: 0.9.61.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: k.king177(a)ntlworld.com
I was following instructions in AppDb for installing VS6, where it said set
OLE32 to native and then run DCOM98.exe. Which results in a already got that or
newer msg. on trying to run winecfg get
winecfg
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winecfg.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135
maybe some sort safe mode or safety catch to prevent this ?
--
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=10735
Summary: Flickering in World of Warcraft when switching desktop
Product: Wine
Version: 0.9.41.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: le(a)ting.homeunix.org
When switching desktop away from a full screen World of Warcraft the screen
flickers for up to a second. Switching back to World of Warcraft makes the game
inresponsive for several seconds.
This is a major annoyance for me, and makes the game unplayable since I use
teamspeak and firefox alot during gameplay.
I followed the git regression testing howto and identified the offending patch
as:
d836a5062141dd42293ed044debbaf25f914f383 is first bad commit
commit d836a5062141dd42293ed044debbaf25f914f383
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Fri Jul 20 07:15:42 2007 -0600
winex11drv: Correctly react to focus loss away from Wine.
:040000 040000 99f97d04cf71c395ee770ba8c04e79180ec0d410
7bbac16d3941b6a0a77dede94a1f2c37f5f57078 M dll
After reverting this patch in 0.9.50 the game doesn't freeze anymore when
switching desktops.
--
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=14569
Summary: At the end of the Dance praise 2 installer, there are
two windows that appear
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P1
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.org(a)spam.bounceme.net
Created an attachment (id=14921)
--> (http://bugs.winehq.org/attachment.cgi?id=14921)
double installer
When installing dance praise 2 the remix, at the end of the installation
sequence, two windows appear. When clicking finish on the window that seems to
be working, both disappear.
The program installs anyway and works fine. This bug should not be more than
'minor' because it does not stop the user from using the software, it only
causes minor confusion.
I tested this using a clean install of 8.04 ( after all the updates ) on the
18th of July using Wine 1.1.1 ( with screenshot ) and on another computer using
1.0 ( screen is identical).
--
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=14837
Summary: Red Alert 3 Beta crashes on volume IDs that are only one
character
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Created an attachment (id=15380)
--> (http://bugs.winehq.org/attachment.cgi?id=15380)
Backtrace showing the crash
The Red Alert 3 Beta looks at all the drives on the system (likely to create
the unique ID for a PC) and when it does this it expects the volume ID for each
drive to be at least two characters. Since Wine creates a drive Z: that points
to the primary mount point ("/") and Wine uses the unix mount point as the
volume ID, this poses a problem. (I believe this is handled by mountmgr.sys,
but that component is not listed)
To get around this issue you can open regedit, go to
"HKEY_LOCAL_MACHINE\System\MountedDevices", and modify the key "\DosDevices\Z:"
from saying "/" to saying something like "//" or "/./". Now you can launch the
game (do not close regedit or the key will get regenerated) and it should get
past the crash people have been experiencing (simple backtrace attached,
"+relay" is necessary to get information on prior calls).
I believe that in order to solve this it will be necessary to have wine
generate a longer volume ID (at the very least, just do so for drive Z:).
--
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=14492
Summary: Site is not accessible
Product: Wine
Version: unspecified
Platform: All
URL: http://www.winehq.org/site/development
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marek.czajka(a)gmail.com
I think it is important for users... this site
(http://www.winehq.org/site/development) is not working. You can access it from
winehg.com menu link.
--
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=12172
Summary: GetFileName95 not yet implemented
Product: Wine
Version: 0.9.56.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
A quick search for "GetFileName95" in bugzilla turns up 13 active bugs.
Implementing this function might be a quick way to kill a baker's dozen of bugs
with one stone.
--
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=11119
Summary: XML Notepad 2007 won't start
Product: Wine
Version: 0.9.52.
Platform: All
URL: http://thesource.ofallevil.com/downloads/details.aspx?fa
milyid=72D6AA49-787D-4118-BA5F-
4F30FE913628&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcollins(a)asgardsrealm.net
With the recent platinum status of the .NET Framework 2.0 I thought I'd test a
few .NET applications to see how well they worked. XML Notepad 2007 (available
at the provided link) installs fine but fails to start with the following
output on the console.
$ env WINEPREFIX="/home/jcollins/.wine" wine "C:\Program Files\XML Notepad
2007\XmlNotepad.exe"
fixme:process:IsWow64Process (0xffffffff 0x33f8dc) stub!
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
Segmentation fault
--
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=9846
Summary: Worms 4 - Mouse Leaves Window
Product: Wine
Version: 0.9.46.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ulo_kapta(a)hotmail.com
The game seems to work perfectly the last show stopper bug is the mouse.
You can only move your the camera 180 degrees with the mouse.
The reason is that the mouse seems to leave the program (you can see the linux
mouse cursor on the side once you stop turning.
It looks like it needs some kind of mouse fix, to leave it in the middle.
--
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=14560
Summary: Australian etax program help feature segfaults
Product: Wine
Version: 1.1.1
Platform: All
URL: http://ato.gov.au/content/downloads/etax2008/etax2008_1.
exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
The Australian Tax Office produces a Windows-only tax client for the individual
taxpayer, free of charge. It can be downloaded at the link above.
Installation is fine under wine, as in previous years, but the help feature
segfaults. The exe in question is etaxHelp.exe.
The +relay is 50M, and even under bzip2 -9 compression is still 1.5M. However,
this is an easy to reproduce bug using freely downloadble software, so please
excuse the lack of a log file.
Note that wine installs the program by default in
/.wine/dosdevices/c:/etax2008.
--
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=10961
Summary: application made using a compiler/embedder fails to
start
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.sappia(a)ngi.it
Created an attachment (id=9898)
--> (http://bugs.winehq.org/attachment.cgi?id=9898)
EXE with embedded resources
I'm facing with an application made with
http://www.bambalam.se/bamcompile/
it embed php code inside the .exe and then use the static-embedded
php interpreter to exec that code.
On windows I've this app (it's a launcher for another application)
working fine, while on wine (current git at time of writing, it
hangs with
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling
mixer
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
Fatal error: wb_create_window(): Error creating window in launcher.php on line
1
launcher.php is one of the resources embedded in the exe
I don't know if this is really a msvcrt issue
Attached the exe file (it's freely available on the net tought)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.