http://bugs.winehq.org/show_bug.cgi?id=17543
Summary: Halo 2 Vista: Installer will not launch
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anomalydetected(a)gmail.com
When attempting to launch the installer the game Halo 2 Vista, nothing much
happens. There is a window that briefly appears entitled "Microsoft Visual C++
Runtime Library", but it immediately closes and then nothing more happens.
Terminal output shows a flurry of FIXME's, a few ERR's, and finally ends with
an Unhandled Exception Error.
I am running Ubuntu 8.10 32-bit.
Compiled the latest git as of today (2/26/2009). Wine --version shows
wine-1.1.15-445-g5e0d4c7. GCC is version 4.3.2.
In winecfg, I set the Windows Version to "Windows Vista". (Note that the game
requires Windows Vista to play, but does not use any Vista-specific functions
such as DirectX10. In fact, there is a 3rd party application that allows this
exact game to run successfully under Windows XP. It is commonly believed that
Microsoft made the requirement of Vista purely to help push the OS.)
The command I am using to launch it is "wine /media/cdrom0/Startup.exe".
Attaching output of terminal with WINEDEBUG=+relay
--
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=32181
Bug #: 32181
Summary: linux/videodev.h header is deprecated and unavailable
on newer kernels
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Classification: Unclassified
There are places in Wine where linux/videodev.h is included, however this file
is not available on newer systems. I think it's a deprecated library, but I'm
not sure about what the proper transition is supposed to be.
I think the options are:
- port to the newer libv4l2 header, ie linux/videodev2.h
- update includes to build with the older library (ie libv4l-videodev.h)
Some quick googling shows that Wine isn't the only app affected, but that other
projects have made a transition in their source (rather than, say, relying on
distro symlinks).
--
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=33481
Bug #: 33481
Summary: Solidworks crashes on mouse action after 1 minute
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Classification: Unclassified
The application is working quite well during the first minute after launch.
Then it crashes on the first mouse or keyboard action.
If the application window is left alone, with no mouse over it, it doesn't
crashes. It crashes instantly when mouse is put over, or if window is focused
via wm shortcut.
There are nothing useful in logs, but the application is generating its own
coredump, but I don't know how to analyse it.
this bug was previously related to bug 32978
This regression appeared approximately in 1.5.24, but regression didn't show
anything. So the issue is probably triggered by some changes in ubuntu's
compiz, or nivida's driver.
Will try it on an intel-graphics based computer, running ubuntu 12.04 to see if
the issue is related to ubuntu upgrade.
--
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=33376
Bug #: 33376
Summary: Stick soldier 2 crash on startup
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderstormpolska(a)o2.pl
Classification: Unclassified
Created attachment 44166
--> http://bugs.winehq.org/attachment.cgi?id=44166
Stick Soldier 2 Debug
Hello!
Stick Soldier is a freeware game and it doesn't work on Wine (Nvidia / Intel) -
Debug in Start
--
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=22067
Summary: paleoreconstruction software c2
Product: Wine
Version: unspecified
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincentberthon(a)gmail.com
I don't know exactly what I have to say there...
I work on mac os 10.5 and I use winebottler and wine. I want to use the windows
xp software "c2"
When I run "c2", all seems ok : the software appears on the screen but when I
just clic on a command a message appear from wine saying that "c2" got a
serious problem... i don't how to translate it from french...
could you help me ?
you can find the software on :
http://www.staff.ncl.ac.uk/staff/stephen.juggins/software.htm
it's the first one.
"c2" is free and very light
many thanks
regards
vincent
--
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=32234
Bug #: 32234
Summary: Missing dependencies on static / import libraries
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
strmbase is a static library which is used by amstream, qcap, quartz and
others. This means functions defined in strmbase end up being included
in amstream.dll.so and other places.
However modifying the strmbase code does not result in a relink of the
dlls that depend on it. Note that this is true even if running make from
the top-level directory. That makes it very painful to work with it.
The same issue could happen with other static libraries like
dxguid, uuid, etc, though those don't contain code and have little
reason to change so that that's probably why the problem did not surface
until now. This could also happen with import libraries though again the impact
tends to be minimal (or at least manifest itself with a build error).
See also the discussion on wine-devel:
http://www.winehq.org/pipermail/wine-devel/2012-November/097792.html
--
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=29646
Bug #: 29646
Summary: Microsoft Wine Guide crashes after playing one video
clip
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvfw32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 38424
--> http://bugs.winehq.org/attachment.cgi?id=38424
+mci log
This bug applies to Microsoft Wine Guide 1.0a, a multimedia CD-ROM from 1995.
There are various video clips which should play when the user clicks the
appropriate icon. The clips are AVI files with names ending .CP, e.g.
ACIDITY.CP, ALLABOUT.CP, INTRO.CP. Wine MCI (or msvfw32?) refuses to play them,
since the file extension is not .avi. On Windows the videos play as they
should.
After adding a registry key to associate the .cp extension with AVI files (in
HKLM\Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions), it is
possible to play one video clip. However, after doing that, clicking on any
link causes the program to crash. Navigating between links/pages works fine
before playing a video clip.
The attached +mci log was created (after adding the registry key mentioned
above) like this:
- Start Microsoft Wine Guide
- Click on icon to play introductory video clip
- Click again on the video to stop it playing
- Click "Wine tasting with Oz"
An extract from the log:
trace:mci:MCIWndProc MCIWNDM_SENDSTRINGA (invalid)
wine: Unhandled page fault on read access to 0x12772fce at address 0xf7559bc6
(thread 0026), starting debugger...
...
Backtrace:
=>0 0xf7559bc6 in libc.so.6 (+0x7cbc6) (0x007bcfa8)
1 0x7bc687fc RtlInitAnsiString+0x2b(target=0x7bcfc8, source="")
[/build/buildd/wine1.3-1.3.37/dlls/ntdll/rtlstr.c:105] in ntdll (0x007bcfa8)
2 0x7bc69ce9 RtlCreateUnicodeStringFromAsciiz+0x28(target=0x7bd50c, src="")
[/build/buildd/wine1.3-1.3.37/dlls/ntdll/rtlstr.c:301] in ntdll (0x007bcfd8)
3 0x7e1fddd8 MCIWndProc+0xbd7(hWnd=0x2002a, wMsg=0x465, wParam=0,
lParam=0x12772fc6) [/build/buildd/wine1.3-1.3.37/dlls/msvfw32/mciwnd.c:980] in
msvfw32 (0x007bd578)
4 0x7ecc776a WINPROC_wrapper+0x19() in user32 (0x007bd5a8)
...
--
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=32582
Bug #: 32582
Summary: WideCharToMultiByte: incorrectly handling of user
specified DBCS "default character"
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thtfpcuser(a)126.com
Classification: Unclassified
for function WideCharToMultiByte,
when there are unmapped uncode characters in target codepage,
and the user specified lpDefaultChar is DBCS character,
the default characters occured in conversion result is incorrect.
the problem is in this function:
wctomb.c
/* slow version of wcstombs_dbcs that handles the various flags */
static int wcstombs_dbcs_slow( const struct dbcs_table *table, int flags,
const WCHAR *src, unsigned int srclen,
char *dst, unsigned int dstlen,
const char *defchar, int *used )
{
const unsigned short * const uni2cp_low = table->uni2cp_low;
const unsigned short * const uni2cp_high = table->uni2cp_high;
WCHAR defchar_value = table->info.def_char;
WCHAR composed;
int len, tmp;
if (defchar) defchar_value = defchar[1] ? ((defchar[0] << 8) | defchar[1])
: defchar[0];
defchar[0] has only 8 bits. left shifts 8 bits, its value is lost.
--
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=27513
Summary: Lord of the Rings launcher: 'Log in' button corrupted
without native gdiplus
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.lotro.com/support/download-lotro
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35180)
--> (http://bugs.winehq.org/attachment.cgi?id=35180)
bad screenshot
http://content.turbine.com/sites/clientdl/lotro/lotrohigh.exe
eabd5e282036f7864981534e4f23177b3995ebcd lotrohigh.exe
(I used the high graphics version, though it's quite likely the regular version
has the same problem).
Download, install, wait hours for it to finish (14 GB). Run, let it patch, then
you'll get a login prompt. The text of the button to login is corrupted. Native
gdiplus fixes it.
When comparing the screenshots, I also noticed that the text at the top of the
window 'Community', 'Account', 'Support' are nearly solid white with builtin,
but have a thicker black border with native gdiplus. Looks like a similar
issue..
+gdiplus trace 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=18265
Summary: Argentinian Soft
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pmac.itservices(a)gmail.com
Hi, I'm from Argentina and happy about WINE.
I'm trying to run 2 things with no luck.
Compumap 3 and SIAP 3.1
Both programs give error when entering menus, saving data or trying to exit a
module. i give you the url where u can get SIAP so to make necessary tests.
http://www.afip.gov.ar/Aplicativos/http://www.afip.gov.ar/Aplicativos/AplicativoDetalle.aspx?jqx%2fpWcOAt8HUdd…
Thanks in advance
Regards,
Pablo Alonso
--
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.