http://bugs.winehq.org/show_bug.cgi?id=32849
Bug #: 32849
Summary: Path Of Exile sound glitch
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julusp(a)gmail.com
Classification: Unclassified
Regression SHA1: f5abeb8471df40819679982b03177acd7d82b763
The Path Of Exile sound glitches a lot since 1.5.21. The regression test find
f5abeb8471df40819679982b03177acd7d82b763 is the first bad commit
commit f5abeb8471df40819679982b03177acd7d82b763
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Wed Dec 19 10:30:04 2012 +0100
dsound: Use a thread instead of a timer for greater precision.
:040000 040000 435d3a1c3c744236fd9cc3339ffd6842fcb217bb
c6dd859f03a6132cb15bec3609ef5f232d4996f9 M dlls
is responsible for the glitches. Reverting the commit against git and 1.5.22
resolves the sound glitches.
The audiodriver in OSX is coreaudio.
--
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=36667
Bug ID: 36667
Summary: VBScript doesn't handle numbers in exponential form
(e.g. 1e2)
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: rutsky.vladimir(a)gmail.com
Looks like VBScript implementation doesn't support numbers in exponential form:
$ cat test.vbs
a = 1e2
$ wine cscript test.vbs
fixme:vbscript:VBScript_SetScriptState unimplemented SCRIPTSTATE_INITIALIZED
fixme:vbscript:parse_script parser failed around L"a = 1e2\n"
fixme:wscript:run_script ParseScriptText failed: 80004005
$
--
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=18195
Summary: Medal of honor pacific assault: In bootcamp there are
many bush glitches
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
In bootcamp (first mission after perl harbob prelude) there are massive
glitches with bushes and plants.
--
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=24594
Summary: Livestream Procaster: Procaster's game streaming mode
doesn't work due to a "DirectX Test Error"
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zorlin(a)gmail.com
Created an attachment (id=31060)
--> (http://bugs.winehq.org/attachment.cgi?id=31060)
A log of the program running and two attempts to start game streaming mode,
with WINEDEBUG= set.
Livestream Procaster will attempt to test a system's DirectX capabilities when
it fires up, but this seems to silently fail while starting it.
After logging in, going to the game streaming option will yield an error
message of "Test DirectX Error!"
Attached is a log of this while WINEDEBUG is running, please let me know if
more specific dumps would be helpful.
--
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=36591
Bug ID: 36591
Summary: valgrind shows uninitialized memory use in
vbscript/tests/run.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15847== Conditional jump or move depends on uninitialised value(s)
==15847== at 0x640F12E: create_vbdisp (vbdisp.c:562)
==15847== by 0x6401297: interp_new (interp.c:1000)
==15847== by 0x64042D5: exec_script (interp.c:2108)
==15847== by 0x6416E7A: exec_global_code (vbscript.c:83)
==15847== by 0x6418A9D: VBScriptParse_ParseScriptText (vbscript.c:623)
==15847== by 0x4CAE686: parse_script (activscp.h:1290)
==15847== by 0x4CAFCE3: run_from_res (run.c:1920)
==15847== by 0x4CB0A25: run_tests (run.c:2068)
==15847== by 0x4CB0C26: func_run (run.c:2119)
==15847== by 0x4CB7083: run_test (test.h:584)
==15847== by 0x4CB7472: main (test.h:654)
==15847== Uninitialised value was created by a client request
==15847== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==15847== by 0x7BC4C641: initialize_block (heap.c:240)
==15847== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==15847== by 0x6419759: heap_alloc (vbscript.h:432)
==15847== by 0x6419F6A: heap_pool_alloc (vbscript_main.c:179)
==15847== by 0x63F4302: compiler_alloc (compile.c:121)
==15847== by 0x63F438E: compiler_alloc_string (compile.c:140)
==15847== by 0x63F45F6: push_instr_str (compile.c:212)
==15847== by 0x63F52AD: compile_expression (compile.c:534)
==15847== by 0x63F4DF4: compile_binary_expression (compile.c:465)
==15847== by 0x63F5001: compile_expression (compile.c:492)
==15847== by 0x63F4C14: compile_args (compile.c:404)
==15847== by 0x63F4CBA: compile_member_expression (compile.c:429)
==15847== by 0x63F6335: compile_call_statement (compile.c:980)
==15847== by 0x63F6CCF: compile_statement (compile.c:1214)
==15847== by 0x63F727A: compile_func (compile.c:1361)
==15847== by 0x63F7899: create_function (compile.c:1499)
==15847== by 0x63F86F2: compile_script (compile.c:1843)
==15847== by 0x6418A53: VBScriptParse_ParseScriptText (vbscript.c:614)
==15847== by 0x4CAE686: parse_script (activscp.h:1290)
==15847==
--
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=32800
Bug #: 32800
Summary: construct2 crashed on open file dialog
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dario.soto(a)gmail.com
Classification: Unclassified
I downloaded the beta 16 of construct2, it ran with a few graphical differences
on the splash screen, but the menus are there so I selected open file, and then
the crash occurred, generating the log
--
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=36604
Bug ID: 36604
Summary: valgrind shows two definite leaks in
winspool.drv/tests/info.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15338== 22 bytes in 1 blocks are definitely lost in loss record 139 of 633
==15338== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==15338== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==15338== by 0x4F858B1: strdupWtoA (info.c:405)
==15338== by 0x4F8DAC1: DocumentPropertiesA (info.c:2379)
==15338== by 0x4E5A700: test_DocumentProperties (info.c:2680)
==15338== by 0x4E5C42C: func_info (info.c:3030)
==15338== by 0x4E5D2B1: run_test (test.h:584)
==15338== by 0x4E5D69F: main (test.h:654)
==15338==
==15338== 156 bytes in 1 blocks are definitely lost in loss record 443 of 633
==15338== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==15338== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==15338== by 0x4F85A22: DEVMODEdupWtoA (info.c:433)
==15338== by 0x4F9FE00: get_job_info_2 (info.c:7908)
==15338== by 0x4FA0120: get_job_info (info.c:7988)
==15338== by 0x4FA01EF: GetJobA (info.c:8023)
==15338== by 0x4E5C065: test_OpenPrinter_defaults (info.c:2984)
==15338== by 0x4E5C4AA: func_info (info.c:3050)
==15338== by 0x4E5D2B1: run_test (test.h:584)
==15338== by 0x4E5D69F: main (test.h:654)
==15338==
--
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=30601
Bug #: 30601
Summary: GTA SA on Fedora won't run
Product: Wine
Version: 1.5.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Romain(a)l33te.net
Classification: Unclassified
Created attachment 40042
--> http://bugs.winehq.org/attachment.cgi?id=40042
Wine crash report.
Hello,
Every time i'll try to run gta_sa.exe
it returns me a error, i'm not sure but i think this had something to do with
32Bits,
I'm running on Fedora 16 x64.
The crash report from Wine is also included, i'll hope you guys can help me.
--
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=24513
Summary: Can I change the Wine background?
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeam25(a)mail.ru
Install the program VirtuaGirl as described in the topic
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14480&iTesting….
The program works fine, but the wine rendering a black background for the
dancers. Is it possible to change it to transparent?
--
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=36526
Bug ID: 36526
Summary: When Delphi programs (e.g. InnoSetup) start, their
global variables are corrupt.
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: skiy(a)skiy.co.za
Created attachment 48611
--> http://bugs.winehq.org/attachment.cgi?id=48611
A simple test case, described how to use it already.
I have noticed that, when I write a Delphi program on my system, it will often
crash. Like this:
1. I write source code
2. I compile using: wine dcc32 MyProgram.dpr
3. I run program: wine MyProgram
50% of time the Wine debugger starts.
The problem changes *randomly* when I change compiler switches, for example
Stack Frames = on/off, Optimization = on/off. Those are Delphi switches.
When I run other peoples programs the problem might be the same, example:
InnoSetup always crashes. That's another Delphi app.
When I run other peoples, or my own, C++ programs, everything is fine!
I have tried to pinpoint the error:
My conclusion, since InnoSetup wizards crash during initialization, is that the
global variables are corrupted.
A global variable is like: when you declare something *outside* of a function.
They are supposed to be set to zero in Delphi. I have attached proof that they
are not. Like this:
1. I wrote SHR.pas
2. I did: wine dcc32 SHR.pas
3. I run: wine SHR.exe 60
Program reports incorrect log information: R = Random number!
4. I run same file on Windows: R = 0, which is correct.
If you can't see R, type Hello and press enter.
Summary:
The global memory block does not get zeromem() run on it, under wine. No idea
why.
--
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.