https://bugs.winehq.org/show_bug.cgi?id=7955
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net,
| |super_man(a)post.com
--
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=33534
Bug #: 33534
Summary: RT Systems Radio programmer ADMS-2H fails to launch
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eunderfinger(a)gmail.com
Classification: Unclassified
Created attachment 44381
--> http://bugs.winehq.org/attachment.cgi?id=44381
Log of reported error
Error message when starting app. Unhandled exception: page fault on write
access to 0x005bc359 in 32-bit code (0x009cfc35).
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9095
--- Comment #12 from Anastasius Focht <focht(a)gmx.net> ---
Hello super_man,
--- quote ---
bug 38732 is a dupe?
--- quote ---
how about spending a bit more time and read/study what bugs are about.
"Genie" is only part of the application name, both are entirely different
applications.
http://www.dmgenie.com
--- quote ---
DM Genie is a computer program for players and game masters running the Third
Edition or the new Revision 3.5 of the world's most popular tabletop role
playing game. DM Genie can also be customized to any game system that is based
on 20-sided dice. DM Genie takes care of the math and rules so you can focus on
the game! Using DM Genie, you can create adventures, manage your characters and
monsters, and keep track of anything that happens to them. Try it free today!
If you're not a DM, you will love Player Genie, a lighter version of DM Genie
designed for players of 3rd edition RPGs. The PC Leveling Wizard will guide you
in creating your character. During the game, use it to keep track of your
inventory, add feats or spells and get their description at the click of a
mouse. If one of your ability score changes, all your characteristics are
recalculated instantly - skill bonuses, attack bonuses, armor class.
DM Genie will change the way you run your games - for the better! Faster,
easier, and just plain more fun! But DM Genie is NOT a role playing game by
itself - to enjoy it fully, you will still need your Player's Handbook, DMG and
--- quote ---
vs. bug 38732
https://dslpitt.org/genie/index.php/about
--- quote ---
GeNIe
The GeNIe (Graphical Network Interface) software package can be used to create
decision theoretic models intuitively using the graphical click-and-drop
interface. GeNIe is the graphical interface to SMILE, a fully portable
Bayesian inference engine developed by the Decision Systems Laboratory and
thoroughly tested in the field since 1998. GeNIe 2.0 is the latest version of
GeNIe. GeNIe 1.0, released to the community in 1998, has received a wide
acceptance within both academia and industry. Users of the programs have shared
with us their experiences and their suggestions have led to the development of
GeNIe 2.0. GeNIe 2.0 has a refreshingly new modern interface, and is even more
intuitive and easier to use than GeNIe 1.0. In addition to aesthetics, GeNIe
2.0 has many more new features to offer.
--- quote ---
Do you see any similarity besides both being computer programs and crashing
with Wine?
Regards
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9095
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #11 from super_man(a)post.com ---
bug 38732 is a dupe?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39265
Bug ID: 39265
Summary: winhttp may try to decrypt one more ssl message than
needed
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: 7element(a)mail.bg
Distribution: ---
In net.c:642 in read_ssl_chunk there is no break if buf_len == ssl_buf_size.
If buf_len actually becomes equal to ssl_buf_size after buf_len += size, the
loop should break, otherwise a new ssl message will be tried to be read.
Code needs something like this on line 643:
if(buf_len == ssl_buf_size)
break;
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39264
Bug ID: 39264
Summary: wininet may try to decrypt one more ssl message than
needed
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: 7element(a)mail.bg
Distribution: ---
In netconnection.c:768 in read_ssl_chunk there is no break if buf_len ==
ssl_buf_size.
If buf_len actually becomes equal to ssl_buf_size after buf_len += size, the
loop should break, otherwise a new ssl message will be tried to be read.
Code needs something like this on line 769:
if(buf_len == ssl_buf_size)
break;
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39311
Bug ID: 39311
Summary: VCDS Diagnostics crashes
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 52390
--> https://bugs.winehq.org/attachment.cgi?id=52390
Backtrace Slackware wine 1.7.51
Hello everyone,
I would like to submit a backtrace I got after installing a German diagnostics
software for cars. The software can be downloaded from the following URL:
http://vcdspro.de/download/1/
The software installs fine but crashes when launching it.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37587
Bug ID: 37587
Summary: Farm Frenzy 2: Fails to start -
err:seh:setup_exception_record stack overflow
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Distribution: ---
After installing Farm Frenzy 2, it fails to start.
Only thing in the terminal output is:
err:seh:setup_exception_record stack overflow 1472 bytes in thread 002a eip
7bc4626f esp 00230d70 stack 0x230000-0x231000-0x330000
Upon closer inspection it appears the .exe is obfusicated using ASProtect.
A tool known as "ASPrINFO" says the following:
[Farm Frenzy 2], [1.0], [1.4 build 02.26 Beta], [Alawar Entertainment, Inc.].
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39358
Bug ID: 39358
Summary: Various crashes in LotRO launcher
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cigydd(a)gmail.com
Distribution: ---
Created attachment 52453
--> https://bugs.winehq.org/attachment.cgi?id=52453
Lord of the Rings Online crashes at several points, this is a random example
Dear developers,
I play Lord of the Rings Online maybe for a year on my notebook (Lenovo IdeaPad
Flex 10, x86-64, Linux Mint 17.2 Rafaela).
Reporting for Wine 1.6.2 as this is the official release for my distro but also
experienced very similar crashes still with Wine-Staging 1.7.51.
The crashes occur in the launcher _before_ the login screen. The game client
runs just without problems AFAIK (except of performance) but the original
launcher I think is more complex. I've read that people don't need PyLotRO any
more but I'm forced to use it.
Maybe in ca. 1/6 of the launcher runs it completes to the launch of the game.
In ca. 5/6 of the cases there is a crash or freeze. The points where the
crashes occur are various. Just attaching here the output of the first crash I
just caught.
I have a theory that the launcher detects the previous crash somehow and by the
next launch it gets a bit further and by the next one yet further until it
recovers completely - but this could be my speculation only.
I can make a collection of the various crash kinds if you want but I don't know
if I should file separate bugs. Let's start with this one.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39332
Bug ID: 39332
Summary: PhotoShop CC 2014: Opening a window from the Windows
menu causes program crash
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mhubbard(a)acromediainc.com
Distribution: ---
Created attachment 52411
--> https://bugs.winehq.org/attachment.cgi?id=52411
Backtrack with crash information
When trying to access a window through the Windows menu dropdown, any time a
window is selected to open it causes the program to crash.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39301
Bug ID: 39301
Summary: Carmageddon Reincarnation dxgi_device_init Direct3D 10
is not supported with the current shader backend
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: thanoulas(a)gmail.com
Created attachment 52382
--> https://bugs.winehq.org/attachment.cgi?id=52382
err+all, fixme+all, +loaddll, +d3d11, +dxgi
With the latest Wine from git, when starting Carmageddon Reincarnation (Win
Vista mode, on Macbook Pro with discrete nVidia GT750m) dxgi complains that the
card doesn't support Shader Model 4, but the card supports up to 4.1.
I've attached a log.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38636
Bug ID: 38636
Summary: Golang programs hang
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael.tiller(a)gmail.com
Distribution: ---
Created attachment 51547
--> https://bugs.winehq.org/attachment.cgi?id=51547
Log file with WINEDEBUG=+all
I've tried on several occasions to run Golang compiled programs. I've tried
cross-compiled programs and programs compiled directly under Windows. The
results are the same. Things that involve "asynchronous" interaction
frequently hang.
Here is a dirt simple example:
package main
import (
"log"
"net/http"
)
func main() {
log.Printf("Hello");
resp, err := http.Get("http://www.google.com/")
if err!=nil {
log.Printf("Error: %v", err)
} else {
log.Printf("Response: %v", resp)
}
log.Printf("Done");
}
I'm attaching a log for this program with WINEDEBUG set to +all (since I have
no idea how to filter it down). Since the output was enormous, I truncated it
to the last 1000 lines. If you need more, let me know.
Any suggestions on how to workaround this or help to debug it? I don't know
much about WINE, but I'll gladly help since this issue has really been a thorn
in my side.
If you want to build the executables under Linux, I posted a short guide to
making this work at:
https://groups.google.com/forum/#!searchin/golang-nuts/tiller/golang-nuts/A…
I set the following environment variables before compiling:
export GOOS=windows;
export GOARCH=386;
export CGO_ENABLED=1;
export CXX=i686-w64-mingw32-g++;
export CC=i686-w64-mingw32-gcc
I hope I covered everything.
Thanks.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=35992
Bug ID: 35992
Summary: Heroes of Might & Magic II Gold (GOG.com, Windows
version) doesn't allow you to choose/play CD music (in
the GOG.com version these are Ogg Vorbis files)
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Created attachment 48116
--> https://bugs.winehq.org/attachment.cgi?id=48116
HoMM 2 debug trace +relay,+seh,+tid
The MIDI music plays instead of the CD music. If you try to change the MIDI
music into the CD music in the game's settings, it tells you "Unable to set up
CD stereo music. Your CD player might be in use by another program, or your
sound driver might not support CD stereo."
This the GOG.com Windows version of HoMM 2 Gold
(http://www.gog.com/forum/heroes_of_might_and_magic_series/heroes_of_might_a…).
They use Ogg Vorbis files instead of the original CD music, and you can found
these libraries in the game folder: libogg-0.dll, libvorbis-0.dll,
libvorbisfile-3.dll.
I can't see anything in the logs, so I'm attaching a debug trace, and a sound
trace.
winetricks "dsound" and "directmusic" do not help.
Tested on:
Windows Vista (here everything works fine)
Mac OS X 10.9.2
--
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=18844
Summary: Neuro-Programmer v2.5 fails to map registry entries
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.transparentcorp.com/downloads/NP2_Installer
.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Depends on: 18798
After getting over bug 18798 Neuro-Programmer starts till splash screen and
hangs on it unable to access .net related registry entries.
Quoting A. Focht:
---
The problem is related to registry part of native API which is also completely
sandboxed/hooked (managing its own virtualized registry hives), I had a brief
look at it but not the time yet to dig deeper.
---
Installing dotnet with winetricks doesn't 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=21787
Summary: incredimail program crash
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.incredimail.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joenewbob(a)live.co.uk
Hi
see bug id 20223
After finding a workaround for bug 20223 ,which meant the installer crashed .
I found that when i ran the program nothing happened in The appDB it said that
incredimail needs Direct X to run .
please can anyone 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.
https://bugs.winehq.org/show_bug.cgi?id=38323
Bug ID: 38323
Summary: Lemmings for Windows crashes on exit or after
rendering the level completion screen
Product: Wine
Version: 1.7.38
Hardware: x86-64
URL: http://www.mobygames.com/game/windows/lemmings-oh-no-m
ore-lemmings
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: from_wine_bugzilla(a)ssokolow.com
Distribution: Ubuntu
Created attachment 51164
--> https://bugs.winehq.org/attachment.cgi?id=51164
backtrace.txt as saved by the Wine crash handler
In Wine 1.7.38 (32-bit prefix), Lemmings for Windows crashes after drawing the
"you rescued all the lemmings" screen or after the user selects Exit from the
menu.
(Lemmings for Windows is a Win32s-based Windows 3.1 port of Lemmings and Oh No!
More Lemmings)
I didn't have time to teach myself how to bisect down to the specific commit
causing the problem (tutorial URLs welcome), but quick tests using the various
Wine builds available via PlayOnLinux indicate that it's a regression that
appeared somewhere between Wine 1.3.37 and 1.4.0.
NOTE: I only use POL as a convenient multi-WINEPREFIX launcher. It's a fresh,
plain-vanilla Wine prefix and the copy of Wine 1.7.38 comes from the Ubuntu
PPA.
Also, notes to anyone else who has the game and wants to do some testing:
1. The buttons on the lemming job-selection toolbar at the bottom of the game
window only started responding to mouse clicks somewhere between Wine 1.7.15
and 1.7.16. Use the numeric row of the keyboard (1 through +) to select
on-screen buttons in older versions of Wine.
2. The animated credits footer in the title screen and the in-game fast-forward
functionality run normally in 1.3.24 but are already at least twice as fast as
intended 1.3.37, so their "speed-limiter is a no-op" misbehaviour on 1.7.38 is
unrelated.
--
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=13114
Summary: DVDFab Platinum registration code does not work
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: collusion.inc(a)ntlworld.com
CC: billstei(a)hbci.com
+++ This bug was initially created as a clone of Bug #12279 +++
Wine doesn't accept the regcode of FL Studio 8 and the program appears in demo
mode. It does, however accept FL Studio 7 regcode. Regcodes work fine under
Windows XP.
++++
This appears to be related to the above.
++++
DVDFab Platinum 4.1.2.0 and 5.0.2.0 do not read the registration codes from the
WINE registry after successful entry. This may have something to do with the
developers switching to VS2008 for the recent versions of the program.
The HKEY_LOCAL_MACHINE/Software/DVDFab entry containing the registration key
tallies with the one I tested on my Windows machine, so storing the key does
not seem to be the issue.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39331
Bug ID: 39331
Summary: PhotoShop CC 2014: Using shape tool crashes program
Product: Wine
Version: 1.7.50
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mhubbard(a)acromediainc.com
Distribution: ---
Created attachment 52410
--> https://bugs.winehq.org/attachment.cgi?id=52410
backtrace with crash details
When using the Rectangle, Rounded Rectangle, or Ellipse Tools, drawing the
shape and letting go of the mouse button causes the program to crash.
--
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=23339
Summary: Application does not run Vocaboly.exe
Product: Wine
Version: unspecified
Platform: x86
URL: http://vocabolycom
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dheerru(a)yahoo.com
This application Vocaboly.exe available from Vocaboly.com gets installed but
displays message unable to run on launch in Ubuntu 10.04 LTS. platform x86.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39312
Bug ID: 39312
Summary: FORScan fails to launch when a license is used
(ASProtect)
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dan.g.tob(a)gmail.com
Distribution: ---
FORScan fails to launch when a license other than null is entered in the
registry, without having a license installed everything works correctly. some
functions require a license thus how I ran into this problem.
I have been advised by the developer than FORScan uses ASprotect for licensing
(more than likely the cause of this problem)
You can download forscan from here
http://www.forscan.org/download.html
And register a trial license from here
http://forscan.org/forum/extlic.php
The license is installed at
HKEY_CURRENT_USER\Software\Astech\FORScan
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39310
Bug ID: 39310
Summary: Microsoft Project Professional 2013 fails during
install with unhandled exception
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peter7684a011(a)gmail.com
Distribution: ---
Created attachment 52388
--> https://bugs.winehq.org/attachment.cgi?id=52388
Backtrace from Wine 1.7.50
Tried Wine 1.6 and 1.7. Microsoft Project Professional 2013 64bit fails during
setup with unhandled exception. Wine set to Windows 7.
1.6.50: page fault on read access to 0x00000000 in 64-bit code
(0x00000000008632bd)
1.7.50: 0xe0000002 in 64 bit code (0x000000007b84a011)
The enclosed backtrace is from 1.7.50.
System information:
Wine build: wine-1.7.50
Platform: x86_64
Host system: Linux
Host version: 3.13.0-24-generic
I am testing with a 60 trial, starting today, and can test during that time.
--
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=9953
Summary: Finereader Installation doesn't work
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://finereader.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hias(a)kiwimail.de
Created an attachment (id=8466)
--> (http://bugs.winehq.org/attachment.cgi?id=8466)
Finereader 9 Terminal Error Messages
Hi, I already posted a bug about FineReader, but I made a misstake, so here is
the right Bug:
When installing Finereader 9 the Installation Wizards stops suddenly shortly
before the ending when the message is something like:
Installing Services
The Error Log in the Terminal is below in the attachment.
I have already tried to fix the problem by reinstalling wine, but the problem
exists furthermore.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37991
Bug ID: 37991
Summary: C&C Red Alert 2 - Scrolling the map area with arrow
keys is sluggish
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
As the title says, scrolling the map area with keyboard arrow keys is slow,
jerky, laggy. Alternatively, scrolling with a mouse works as expected.
Scrolling with both keys and mouse works fine in the Red Alert 2 expansion
pack, Yuri's Revenge, though.
--
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=33793
Bug #: 33793
Summary: SMSDV can't find any forms in HTML
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 44783
--> http://bugs.winehq.org/attachment.cgi?id=44783
Terminal output
I've managed to start SMSDV, having removed smsdv.ini from its directory. It
complained, but showed the window. Now after trying to get PIN-code (CAPTCHA in
fact), it showed this message (see screenshot): "AnalyzeHTML: Не обнаружено ни
одной формы" (which means "no forms were detected").
The app is to read network operator's web site and find form fields and
CAPTCHA.
I'm attaching the log from terminal.
Screenshot: http://appdb.winehq.org/appimage.php?iId=42382
--
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=34118
Bug #: 34118
Summary: Need for Speed: Carbon demo wrong rendering without
native d3dx9_36
Product: Wine
Version: 1.6
Platform: x86
URL: http://www.fileplanet.com/169683/160000/fileinfo/Need-
for-Speed-Carbon-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45367
--> http://bugs.winehq.org/attachment.cgi?id=45367
+d3dx
Without it, I'm got a squares instead of text and graphics in menus.
--
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.