http://bugs.winehq.org/show_bug.cgi?id=22394
Summary: Starcraft 2: Can't restart itself
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=27406)
--> (http://bugs.winehq.org/attachment.cgi?id=27406)
terminal output
Under windows7, when I change graphics settings in Starcraft from low <->
medium/high/ultra or vice versa, Starcraft prompts me to restart the game. If I
choose yes, it exits and restarts itself. Under wine, it shuts itself down, but
doesn't restart.
Nothing revealing in terminal, but attaching output anyway.
--
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=24396
Summary: Winamp crashes on start up
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=30747)
--> (http://bugs.winehq.org/attachment.cgi?id=30747)
winedbg --gdb winamp.exe
I don't know what happened here, but today Winamp refuses to start, segfaulting
on start up even with a new/clean wine profile. A few days ago winamp worked
just fine, but I don't remember updating any packages/kernel/etc recently.
I'm running Fedora 13 with all updates installed and vanilla kernel 2.6.35.4
compiled with vanilla GCC 4.5.1.
Error messages logged to the console are very short, so I'm appending them
here:
$ wine winamp.exe
fixme:msg:ChangeWindowMessageFilter c03f 00000001
fixme:msg:ChangeWindowMessageFilter 323 00000001
fixme:msg:ChangeWindowMessageFilter 326 00000001
fixme:msg:ChangeWindowMessageFilter 111 00000001
fixme:dwmapi:DwmSetWindowAttribute (0x10062, 7, 0x7ac0c8, 4) stub
fixme:dwmapi:DwmSetWindowAttribute (0x10062, a, 0x7ac0c8, 4) stub
wine: Unhandled page fault on write access to 0x00000065 at address 0x7ef8fb84
(thread 001b), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef8fb84
$ _
I tried debugging wine as suggested by Anastasius Focht in
http://bugs.winehq.org/show_bug.cgi?id=23222#c14
--
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=13595
Summary: DirectX : Sprite borders are 1 pixel lower in Double
Dragon Forever
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://clebercasali.blogspot.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cleberdemattoscasali-hotpop(a)yahoo.com.br
Created an attachment (id=13561)
--> (http://bugs.winehq.org/attachment.cgi?id=13561)
Notice the purple line below the sprite. This is not seen on windows.
The game is programmed in DarkBASIC Pro. It uses Direct3D to draw the sprites.
It must be a problem in the way wine stores or draws the textures.
--
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=22054
Summary: Assassin's Creed crashed after first level
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26850)
--> (http://bugs.winehq.org/attachment.cgi?id=26850)
backtrace
Testing Assassin's creed from Steam, played through the first section after
training (in Solomon's temple). After the first couple kills/escaping, when I
try to exit through the window, the Animus began to load and then crashed.
Backtrace attached, though not much info in it :-/.
I'll see if it's reproducible after a reboot in a bit, wanted to file bug for
now, since I've got other stuff to do.
Nvidia 9800 gtx / 195.30 drivers.
--
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=23217
Summary: Runes of Magic client.exe needs unimplemented function
msvcr80.dll._strlwr_s
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://us.runesofmagic.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install the app without any native DLLs, then do
$ cd ~/.wine/drive_c/Program Files/Runes of Magic
$ winedump -j import Client.exe | grep strlwr_s
936 _strlwr_s 582baa
$ grep strlwr_s ~/wine-git/dlls/msvcr*/*.spec
msvcr80/msvcr80.spec:@ stub _strlwr_s
And indeed, running the executable aborts with
wine: Call from 0x7edfa053 to unimplemented function msvcr80.dll._strlwr_s,
aborting
although you have to get past bug 22002 with 'winetricks ie6' first to see
that.
(This should probably have been masked by the Microsoft.VC80.CRT/msvcr80.dll
shipped with the game; maybe that's another example of bug 9942.)
--
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=13095
Summary: MS Visio crashes after opening, or creating a file.
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.perren(a)gmail.com
Created an attachment (id=12868)
--> (http://bugs.winehq.org/attachment.cgi?id=12868)
Output to console preceding the crash
Visio 2003 installs and runs (with gdiplus set to native) fine, but crashes
after a few seconds (irrespective of interaction) when a new file is created,
or one opened.
If gdiplus is left to the default value then the splash screen appears, but the
application does not 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=24154
Summary: GetFirefox image is not viewable in wine iexplore with
Gecko 1.1.0
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://appdb.winehq.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Navigate to AppDB in the browser and go down to the bottom of the page and you
will see a display error image instead of the GetFirefox 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=15942
Summary: Printers can't print format largers than A4
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
Tested on Autocad and Excel.
If I choose a print format larger than A4 (21x29.7 cm, printer standard) the
printout gets clipped at the A4 format like it would be hard-wired in code.
Selecting the printer into application behaves correctly, showing all supported
formats, but none biggest than A4 size gets printed correctly.
Max
--
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=23173
Summary: Wine displays game inverted, or upside down.
Regression.
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
Created an attachment (id=28826)
--> (http://bugs.winehq.org/attachment.cgi?id=28826)
Regression dump.
Every revision of Wine after 1.1.41 to 1.1.42 has a bug where it will display
Assault Tech 1 Upside down and with obscured text. It even inverts mouse
movement.
This is a regression. Attachment follows.
--
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=13670
Summary: Star Blaze: Error preventing start of game
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://www.astonshell.com/starblaze
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mycroes(a)gmail.com
When starting the game (either through launcher or directly) it will show an
error message titled 'Internal Error' with the following content:
.\Common\shape81.cpp (324)
(!Shape_VB)
Shape VB Lost
There's just one fixme on the console (that's all the output):
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
Occasionally it shows the message and then dies on a page fault, causing the
message to dissapear directly. (I have no stability issues of any kind, for
instance GTA: Vice City runs fine.)
If more information is needed I hope someone can point me to some kind of
documentation or guide, because I can't seem to find any information but the
Bugs page on the wiki.
--
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.