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.
https://bugs.winehq.org/show_bug.cgi?id=36605
Bug ID: 36605
Summary: valgrind shows a definite leak in
wintrust/tests/softpub.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==21310== 132 bytes in 1 blocks are definitely lost in loss record 340 of 484
==21310== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==21310== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==21310== by 0x4E0DC37: WINTRUST_Alloc (wintrust_main.c:47)
==21310== by 0x4E1136C: WINTRUST_AddSgnr (wintrust_main.c:1050)
==21310== by 0x4CAEC43: test_utils (softpub.c:161)
==21310== by 0x4CB02E1: test_provider_funcs (softpub.c:631)
==21310== by 0x4CB13D9: func_softpub (softpub.c:937)
==21310== by 0x4CB21DB: run_test (test.h:584)
==21310== by 0x4CB25CA: main (test.h:654)
==21310==
--
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=36518
Bug ID: 36518
Summary: Selecting character mission crashes Star Wars
Rebellion 1.00
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: jopac76(a)mail.com
CC: piotr(a)codeweavers.com
Regression SHA1: 1cf3d8caa4df59490343ef9427ea5c6bc2af44c9
Created attachment 48591
--> https://bugs.winehq.org/attachment.cgi?id=48591
Log with 1.7.16 no flags
After starting a game, choosing any character, trying to send him in a mission,
then clicking on the desired mission type will crash the game. Music will still
play, the game will seem to be still running, but only the desktop background
with the game icon on the lower left can be seen.
Running on windows 95 compatibility (what the game is supposed to be for),
WINEARCH=win32 (apparently a requisite for running in win95 compatibility, and
on a virtual desktop.
--
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=36507
Bug ID: 36507
Summary: valgrind shows a definite leak in dpnet/tests/server.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==1373== 28 bytes in 1 blocks are definitely lost in loss record 164 of 572
==1373== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==1373== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==1373== by 0x6360F2A: DPNET_CreateDirectPlay8Address (address.c:324)
==1373== by 0x6362425: DICF_CreateInstance (dpnet_main.c:102)
==1373== by 0x515ADF6: CoCreateInstance (unknwn.h:226)
==1373== by 0x4CCBD69: create_server (server.c:71)
==1373== by 0x4CCC0E4: func_server (server.c:108)
==1373== by 0x4CCCEDF: run_test (test.h:584)
==1373== by 0x4CCD2CE: main (test.h:654)
==1373==
--
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=27433
Summary: mass effect 2 heisencrash on non-smp system
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(See also bug 11876.)
I was doing some benchmarking, so I booted with nosmp and am running lwm
instead of gnome, and was surprised to find that Mass Effect 2 demo
aborts before it gets to "press any key"!
+relay makes the problem go away, but +synchronous,+d3d doesn't.
The log shows
trace:d3d:WineD3D_CreateFakeGLContext getting context...
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"^M
after 4062 requests (4060 known processed) with 0 events remaining.
Adding a couple TRACE() statements shows the abort happens between the two
lines
DescribePixelFormat(ctx->dc, iPixelFormat, sizeof(pfd), &pfd);
SetPixelFormat(ctx->dc, iPixelFormat, &pfd);
Sadly, adding +wgl makes the problem go away.
This was with an nvidia gtx 560 ti and drivers 270.41.06.
--
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=32545
Bug #: 32545
Summary: TaxACT 2012 crashes at startup
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslarkin(a)aim.com
Classification: Unclassified
Created attachment 42951
--> http://bugs.winehq.org/attachment.cgi?id=42951
Backtrace file
TaxACT 2012 crashes at startup, either via the post-install auto start, or when
I double-click on the desktop icon. I am using the free downloadable version.
Lester Larkin
U.S.A.
PHONE 224-764-8791
--
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=35426
Bug ID: 35426
Summary: RPG Maker VX Runtime: games crash on startup
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: sethhphillips(a)gmail.com
Classification: Unclassified
Created attachment 47278
--> http://bugs.winehq.org/attachment.cgi?id=47278
output from Wine when running the RPG Maker VX runtime in a clean wineprefix
When attempting to run a game that uses the RPG Maker VX Runtime Package it
crashes, possibly after trying to setup dmusic or something similar.
It is possible to workaround this with "winetricks dmusic", which fixes the
crash but causes errors that appear to have no effect on the game.
--
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=16127
Summary: Mouse Buttons do not work in BBC Basic For Windows 5.80a
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.goddard(a)freeuk.com
Created an attachment (id=17362)
--> (http://bugs.winehq.org/attachment.cgi?id=17362)
Short demo program written in the BBC Basic for Windows Language
See attached program written in the BBC Basic For Windows Language. Program
previously worked in wine but now does not work. The specific problem is that
wine is ignoring mouse clicks when the mouse pointer is on the screen but still
allows the user to turn off the program with the standard close button.
BBC Basic for Windows is freely downloadable at
http://www.bbcbasic.co.uk/bbcwin/download.html
When the same program is run in BBC Basic for Windows installed in Windows it
behaves as expected. When a left or right mouse button is pressed a colored dot
is placed on the screen at the pointer tip.
Note that the program contains a subroutine to detect what environment it is
running in, so that a workaround for the GetBoundsRect windows function not
being implemented in wine comes into operation.This is a previously reported
unresolved bug in wine.
Please let me know if you need more information.
--
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=28865
Bug #: 28865
Summary: Ski Resort Tycoon will not run on Mac OS X
Product: Wine
Version: 20050930
Platform: All
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sethklapman(a)sbcglobal.net
Classification: Unclassified
Simply put, the menu for the game will open but it has trouble running the
actual game.
--
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=34646
Bug #: 34646
Summary: Virtual DJ Crashes using 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: nedind(a)gmail.com
Classification: Unclassified
Created attachment 46178
--> http://bugs.winehq.org/attachment.cgi?id=46178
Text of crash message
See attachment
--
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=36573
Bug ID: 36573
Summary: valgrind shows uninitialized memory use in
shlwapi/tests/path.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==16152== Invalid read of size 2
==16152== at 0x4E4A69F: PathCreateFromUrlW (path.c:3380)
==16152== by 0x4E4A224: PathCreateFromUrlA (path.c:3265)
==16152== by 0x4CB9F05: test_PathCreateFromUrl (path.c:281)
==16152== by 0x4CC3BA6: func_path (path.c:1609)
==16152== by 0x4CD34BC: run_test (test.h:584)
==16152== by 0x4CD38AB: main (test.h:654)
==16152== Address 0x4a0f3f0 is 0 bytes after a block of size 40 alloc'd
==16152== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==16152== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==16152== by 0x7BC76380: RtlAnsiStringToUnicodeString (rtlstr.c:689)
==16152== by 0x7BC75997: RtlCreateUnicodeStringFromAsciiz (rtlstr.c:302)
==16152== by 0x4E4A1ED: PathCreateFromUrlA (path.c:3263)
==16152== by 0x4CB9F05: test_PathCreateFromUrl (path.c:281)
==16152== by 0x4CC3BA6: func_path (path.c:1609)
==16152== by 0x4CD34BC: run_test (test.h:584)
==16152== by 0x4CD38AB: main (test.h:654)
==16152==
==16152== Use of uninitialised value of size 4
==16152== at 0x4E43154: get_char_typeW (unicode.h:137)
==16152== by 0x4E431CA: isalphaW (unicode.h:182)
==16152== by 0x4E4A6AC: PathCreateFromUrlW (path.c:3380)
==16152== by 0x4CBA26C: test_PathCreateFromUrl (path.c:299)
==16152== by 0x4CC3BA6: func_path (path.c:1609)
==16152== by 0x4CD34BC: run_test (test.h:584)
==16152== by 0x4CD38AB: main (test.h:654)
==16152== Uninitialised value was created by a client request
==16152== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==16152== by 0x7BC4C641: initialize_block (heap.c:240)
==16152== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==16152== by 0x4CB9764: GetWideString (path.c:186)
==16152== by 0x4CBA23F: test_PathCreateFromUrl (path.c:298)
==16152== by 0x4CC3BA6: func_path (path.c:1609)
==16152== by 0x4CD34BC: run_test (test.h:584)
==16152== by 0x4CD38AB: main (test.h:654)
==16152==
--
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=29430
Bug #: 29430
Summary: RPG Maker VX
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernandocarvalhocoelho(a)gmail.com
Classification: Unclassified
Created attachment 38094
--> http://bugs.winehq.org/attachment.cgi?id=38094
Terminal output, wine-1.3.35 on Xubuntu 11.10 (64-bit)
Critical error occurs when opening RPG Maker VX on wine-1.3.35 on Xubuntu 11.10
(64-bit).
RPG Maker VX Trial can be freely downloaded from the following link, if someone
is interested in trying it:
http://www.rpgmakerweb.com/
On attachment, follows my terminal output.
--
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=30209
Bug #: 30209
Summary: application does not start
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.lysenko.ua(a)gmail.com
Classification: Unclassified
when you run an error (see attachment). The program calls for NET. Framework
3.5, which I installed.
I do not understand what else is required for this program. You can also
download http://www.getzilla.net/files/3097598/exchfilemngr_1.16.0.248.exe.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=14718
Summary: Due some fixme's and not implmented rappelz will not
update itself
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gwydion.dot(a)morrigan.ch
The Rappelz launcher tries to cache a url to update itself. But there are some
errors when the launcher try to connect.
The main problems are:
- fixme:shdocvw:navigate_url Unsupported args (Flags 0x32fb68:3;
TargetFrameName 0x32fb58:8)
- fixme:bidi:mirror stub: mirroring of characters not yet implemented
--
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=36584
Bug ID: 36584
Summary: valgrind shows a leak in winmm/tests/mci.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==21406== 20 bytes in 1 blocks are definitely lost in loss record 177 of 907
==21406== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==21406== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==21406== by 0x4FAA78D: str_dup_upper (mci.c:85)
==21406== by 0x4FADF54: mciSendStringW (mci.c:1373)
==21406== by 0x4FAEE30: mciSendStringA (mci.c:1627)
==21406== by 0x4E56FA9: test_openCloseWAVE (mci.c:582)
==21406== by 0x4E5C60A: func_mci (mci.c:1311)
==21406== by 0x4E7865B: run_test (test.h:584)
==21406== by 0x4E78A4A: main (test.h:654)
==21406==
--
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=13459
Summary: Oberon game launcher (incl. buttons) does not work
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=114753527&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
The application launch page (Launch.exe) for Oberon games is using an embedded
mshtml control. The links to launch and register the game cause the window to
display white (I assume this is because it is navigating to about:blank).
To reproduce:
1. download the game installer.
2. run the installer.
3. select to run the game after install.
4. press the "Play Demo NOW" button.
NOTE: The launcher itself has several rendering differences to Windows:
1. The clickable area of the buttons includes the "Play Demo NOW" text.
2. The "Get More Games" and "Enter Registration Key" text should be over the
buttons.
3. The scrollbars are not displayed.
--
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=24593
Summary: Livestream Procaster: Procaster can't get past the
login screen without wininet override
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zorlin(a)gmail.com
Created an attachment (id=31059)
--> (http://bugs.winehq.org/attachment.cgi?id=31059)
A log of the program running and attempting to login, with WINEDEBUG=+wininet
Currently Livestream Procaster refuses to login on a stock WINE install - an
override of wininet is necessary to get it to co-operate.
Attached is a log of some of the messages from wininet, let me know if I need
to do more testing.
--
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=22877
Summary: RegCleaner crashes on start
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://www.worldstart.com/weekly-download/archives/reg
-cleaner4.3.htm
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=28280)
--> (http://bugs.winehq.org/attachment.cgi?id=28280)
Log starting with wine winedbg
Starting RegCleaner with current git Wine leads to a crash in recently added
alpha blending code. I'm able to start it only with 'set
$BreakOnFirstChance=0'.
Starting without debugger hangs it without any backtrace.
--
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=36661
Bug ID: 36661
Summary: valgrind shows an unintialized write in
ws2_32/tests/sock.c: test_completion_port()
Product: Wine
Version: 1.3.30
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==21116== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==21116== at 0x4226288: sendmsg (socket.S:98)
==21116== by 0x50A9CF8: WS2_send (socket.c:2178)
==21116== by 0x50B08E0: WS2_sendto (socket.c:4569)
==21116== by 0x50B0611: WSASend (socket.c:4500)
==21116== by 0x4F7ACDD: test_completion_port (sock.c:6929)
==21116== by 0x4F7FDAC: func_sock (sock.c:7739)
==21116== by 0x4F80BB1: run_test (test.h:584)
==21116== by 0x4F80FA0: main (test.h:654)
==21116== Address 0x508f89c is on thread 1's stack
==21116== Uninitialised value was created by a stack allocation
==21116== at 0x4F7A37C: test_completion_port (sock.c:6820)
==21116==
==21116== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==21116== at 0x4226288: sendmsg (socket.S:98)
==21116== by 0x50A9CF8: WS2_send (socket.c:2178)
==21116== by 0x50B08E0: WS2_sendto (socket.c:4569)
==21116== by 0x50B05AF: WS_send (socket.c:4486)
==21116== by 0x4F7E05B: test_completion_port (sock.c:7347)
==21116== by 0x4F7FDAC: func_sock (sock.c:7739)
==21116== by 0x4F80BB1: run_test (test.h:584)
==21116== by 0x4F80FA0: main (test.h:654)
==21116== Address 0x508f89c is on thread 1's stack
==21116== Uninitialised value was created by a stack allocation
==21116== at 0x4F7A37C: test_completion_port (sock.c:6820)
==21116==
--
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=28821
Bug #: 28821
Summary: kernel32/tests/time.ok: uninitialized memory read in
GetCalendarInfoA
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make time.ok" in kernel32/tests causes Valgrind to complain:
Use of uninitialised value of size 4
at wcstombs_sbcs (wctomb.c:152)
by wine_cp_wcstombs (wctomb.c:456)
by WideCharToMultiByte (locale.c:2010)
by GetCalendarInfoA (time.c:620)
by test_GetCalendarInfo (time.c:667)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1703)
by HeapAlloc (heap.c:267)
by GetCalendarInfoA (time.c:615)
by test_GetCalendarInfo (time.c:667)
--
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=23696
Summary: oxygen xml editor license page does not appear in web
browser
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.oxygenxml.com/InstData/Editor/Windows/VM/ox
ygen.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Installation of the exe seems to work fine. When you run it for the first time
it gives you a page to enter the license key.
If you click any of the links ('Request a trial key...') etc it does not open a
page in the web browser which is what I assume it should do.
All I get in the terminal is:
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:imm:ImmGetOpenStatus (0x3c56f80): semi-stub
and nothing new appears when the link is pressed.
--
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.