http://bugs.winehq.org/show_bug.cgi?id=35939
Bug ID: 35939
Summary: PrimeView 5.01: PrimeView Evaluation crashes while
loading result file.
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexander.minges(a)gmail.com
PrimeView 5.01 crashes while trying to open result files. According to the
attached backtrace, this is related to mfc42.dll.
--
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=35750
Bug ID: 35750
Summary: Electric Quilt's EQ7 crashes on start up
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: HughGordonT(a)gmail.com
Created attachment 47741
--> http://bugs.winehq.org/attachment.cgi?id=47741
Error logfile reported by Wine.
Both EQ5 and EQ7 run OK with Wine 1.6. The latest version of this application
EQ7 crashes on start up. The log reports a deficiency in Wine.
Using Kubuntu 12.04, 386 32 version. Program EQ7 runs perfectly on Win XP.
EQ7 requires activation by on line connection to the Electric Quilt Co. This
step and de-activation are working perfectly with Wine 1.6.
Gordon Cooper
Tauranga
NZ.
--
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=31698
Bug #: 31698
Summary: source insight crashes after scrolling, especially
crash often after getting search result.
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chongxishen(a)gmail.com
Classification: Unclassified
Created attachment 41661
--> http://bugs.winehq.org/attachment.cgi?id=41661
log
I create a Source Insight project about android, search a class and get the
search result in the window, and then get back to scroll the vertical-scrollbar
to continue, the Source Insight crashes.
I found that the Source Insight crashes often after getting the search result.
PS. I apply customed style(include the font)
--
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=18779
Summary: HttpAddRequestHeaders() doesn't handle whitespace
correctly
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
Created an attachment (id=21550)
--> (http://bugs.winehq.org/attachment.cgi?id=21550)
Tests case for whitespace in HTTP headers
After some research for bug #17914 it seems that HttpAddRequestHeaders()
doesn't parse correctly headers regarding to whitespace. Some whitespaces are
not removed.
Additionnaly, I found that wininet.dll from IE8 doesn't allow retrieving some
headers with HttpQueryInfo() if they have whitespace in them, while wine does.
Here is a patch which add some tests for whitespace. Thoses new test works with
wininet.dll from IE8.
--
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=41329
Bug ID: 41329
Summary: Regression in dsound latency (pulse)
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lolisamurai(a)tfwno.gf
Distribution: ---
As for my other bug report, this report is specific to the game osu! which can
be installed with the same steps as the older bug report
(https://bugs.winehq.org/show_bug.cgi?id=41007).
Somewhere around wine 1.9.10 there was a regression in sound latency of about
20 milliseconds, using the same HelBuflen valueof 1024. This is still present
in 1.9.18. I'm using pulseaudio, a 32-bit wine prefix and the game uses dsound
for sound output.
However, it's very hard to notice latency for someone who isn't used to playing
the game, so you'll probably have to take my word for it.
After git bisecting, I got these three patches that can't be tested due to
crashes and sound glitching (probably because they're related to eachother and
can't be tested individually)
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
569ed159b0ab31121d9aab95bf1d3ac49675f1ca
95287ac2dfb3bd64e1b65aadbdf7e375af2607d4
09890d7142a2c612b025ab9ff60358d036f9999b
We cannot bisect more!
I don't know enough about the dsound internals and it doesn't seem to be as
simple as reverting the patches since dsound/primary.c changed a lot since
then.
I have attached logs with WINEDEBUG=+dsound of playing for a few seconds on the
latest wine version (with_latency) vs commit
77184106c8c2bff7db9ea5d20b3b3330196befc1 , which should be the last one that
doesn't have latency (without_latency).
--
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=42132
Bug ID: 42132
Summary: undefined reference yywrap in winhlp32/macro.lex.yy.c
when building with flex-2.6.3
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nvinson234(a)gmail.com
Distribution: ---
Created attachment 56679
--> https://bugs.winehq.org/attachment.cgi?id=56679
winhlp32-macro-flex-2.6.3-flex.patch
Flex-2.6.3 uses C preprocessor macros to change the prefix of its functions
from the standard yy to a user-defined one. This is a change in Flex behavior
and causes wine to fail with any version of Flex newer than 2.6.1.
The failure is caused because programs/winhlp32/macros.lex.l only defines the
yywrap macro if it is not already defined. The end result is C code that is
looking for an undefined yywrap() function.
I have attached a patch that fixes this issue by removing the yywrap macro
check and definition from macros.lex.l and adding the noyywrap flex option.
--
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=32315
Bug #: 32315
Summary: Mendeley plug-in Word 2010 under wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spatialmodels(a)gmail.com
Classification: Unclassified
Created attachment 42655
--> http://bugs.winehq.org/attachment.cgi?id=42655
wine output after clicking on mendeley word plug-in functions
Mendely installs correctly in wine and the word 2010 plug-in too, but this last
doesn't respond to any action. Please find in attachment the output of wine, I
think that the bud is related to the last three lines.
Thanks
--
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=26029
Summary: similarity
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alyuka.bulyukin(a)gmail.com
installed properly.
after launch did not get to choose the folder
checkboxes are not marked
--
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=33340
Bug #: 33340
Summary: AION: a lot of glitchs/artefacts
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Hello,
AION has a lot of glitch/artefacts, as you can see on the pictures joined.
it's essentially for water/raining/fire/fog.
Thanks for your help.
My config:
Ubuntu raring
ATI 7850
Last catalyst version
--
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=40607
Bug ID: 40607
Summary: Czech application software IRIS v3.1.3 fails to launch
w/backtrace (dotnet 4.0 based)
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Created attachment 54462
--> https://bugs.winehq.org/attachment.cgi?id=54462
wine IR-IS.exe &>wine_ir_is.exe.log
winetricks list-installed
corefonts
dotnet20sp1
dotnet20
dotnet30sp1
dotnet35
dotnet40
dotnet452
dotnet45
msxml3
vcrun2010
wine --version
wine-1.9.9-118-ge1970c8
Application installer available from here:
https://ir-is.cz/Stazeni.aspx
The application can be successfully installed (with above overrides).
The application fails to launch.
Standard console output and backtrace are attached.
--
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.