http://bugs.winehq.org/show_bug.cgi?id=24017
Summary: reg /query not implemented
Product: Wine
Version: 0.9
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, patch
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(Broken out from catchall bug 19533.)
reg /query doesn't work in wine. This breaks several apps, including pando
downloader.
Shuyin Lu wrote an implementation of reg /query in March 2010, and
intended to submit it to wine-patches, but ran out of time.
I'm attaching it here.
--
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=13843
Summary: tooltips not working properly - message problems
Product: Wine
Version: 1.0-rc4
Platform: Other
URL: http://mrhx.ucoz.com/load/0-0-0-27-20
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
In the VISG editor (see url) the tooltips aren't resized and painted properly.
Works on windows.
Developer explanation (copied below without screenshots):
http://www.reactos.org/forum/viewtopic.php?p=36824&sid=9c02654b3b5b22544622…
As you may see, the button tooltip has the same size as in winxp.
This is correct, but it is not painted. I think, it's because ROS paints the
tooltips not via WM_PAINT.
And the second: the window tooltip with little screenshot...
It is not painted and has wrong size.
I think, it's because this tooltip didn't have LPSTR_TEXTCALLBACK as its
caption (in other words, it has direct caption). I resize the tooltip on
TTN_SHOW message. But, as I see, there is no such message for the window
tooltip. But the winapi documentation says TTN_SHOW is sent when the tooltip is
about to be shown. And no matter, has it LPSTR_TEXTCALLBACK or not. The button
tooltip has LPSTR_TEXTCALLBACK instead of its caption, and it's resized
correctly.
So, I think, there are two bugs:
1) painting tooltips not via WM_PAINT.
2) not sending TTN_SHOW, if the tooltip did not have LPSTR_TEXTCALLBACK.
--
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=38625
Bug ID: 38625
Summary: Pac-Man Championship Edition DX+: incomplete text
rendering
Product: Wine
Version: 1.7.43
Hardware: x86
URL: http://store.steampowered.com/app/236450/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51531
--> https://bugs.winehq.org/attachment.cgi?id=51531
screenshot (difference between pure Wine & CSMT enabled)
The issue looks much alike bug #38136, there's a difference though.
Letters & numbers are randomly(?) missing from the game (see attached
screenshot).
Wine patched with the CSMT patchset from wine-staging doesn't have the bug in
either game.
The difference: according to my testing it's a different patch from the CSMT
repo which fixes the problem in the Pac-Man game:
https://github.com/stefand/wine/commit/fb0e5a8f2756f1513447e49d8d18c92dabc4…
Pac-Man Championship Edition DX+ demo is available on Steam:
http://store.steampowered.com/app/236450/
Tested in wine-1.7.43-123-g90ed96a
Nvidia binary drivers 340.76
--
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=9532
Summary: Month calendar control uses 0=sunday for firstDayOfWeek
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
This bug has been transferred from bug 9490. The month calendar control
displays sunday as the first day of the week, even though
LOCALE_IFIRSTDAYOFWEEK=0. This is because the implementation is based uses
0=sunday, rather than 0=monday. MSDN indicates that the API
(SetFirstDayOfWeek/GetFirstDayOfWeek) should use 0=monday, see
http://msdn2.microsoft.com/en-us/library/ms670423.aspx.
So, either the implementation needs to be changed to use 0=monday throughout
the code, or we can continue to use 0=sunday internally, but then we need to
convert when we talk to the rest of the world.
--
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=37926
Bug ID: 37926
Summary: NordicBet Poker-client fails to install
Product: Wine
Version: 1.1.27
Hardware: x86
URL: http://www.nordicbet.com/eng/poker
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 50515
--> https://bugs.winehq.org/attachment.cgi?id=50515
terminal output in wine-1.7.34
Followup to bug 19723.
Note for bug 36941, I've made a build of wine-gecko-2.34 with msvc, available
here: http://austinenglish.com/for_focht/wine-mozilla-2.34-dbg.tar.bz2
[austin@localhost ~]$ sha1sum downloadpoker.client_v2.exe
b0dc2187aff15f718d8e6f067f3820a90532b587 downloadpoker.client_v2.exe
[austin@localhost ~]$ du -h downloadpoker.client_v2.exe
708K downloadpoker.client_v2.exe
[austin@localhost ~]$ wine --version
wine-1.7.34
Installed flash, with winetricks, as the application attempts to install it
itself.
At the end of installation (and on startup), the client encounters and error
and must close. Terminal output is 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.
http://bugs.winehq.org/show_bug.cgi?id=33961
Bug #: 33961
Summary: RPC: server crashes during procedure call that return
variable size array as out parameter
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: to_egor(a)hotmail.com
Classification: Unclassified
RPC server implements an interface that has the following function prototype:
void GetPersons( [out] unsigned long *persons_size,
[out, size_is(,*persons_size)] Person_info_t **persons);
When a function of mentioned prototype is called application crashes when Wine
freeing its internal data used for marshalling.
The core of the bug is because of Wine frees memory used for persons_size
whereas persons_size must be alive and available at the moment of freeing
persons.
--
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=40355
Bug ID: 40355
Summary: HeidiSQL not starting since version 1.9.5
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfrang+winebz(a)gmail.com
Distribution: ---
HeidiSQL has been working in version 1.9.4 (confirmed by downgrading the
package), but refuses to start in version 1.9.5 and 1.9.6. The process shows up
in htop, but the application window never shows up.
Doesn't matter whether I use the stable or nightly version. Stable download
link:
http://www.heidisql.com/installers/HeidiSQL_9.3.0.4984_Setup.exe
$ sha1sum HeidiSQL_9.3.0.4984_Setup.exe
5fa6790487e86509d285504412f4927868eaaeba
Setup works fine.
Log:
err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm":
libmpg123.so.0: cannot open shared object file: No such file or directory
fixme:msg:ChangeWindowMessageFilterEx 0x1004e 400 1 (nil)
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1007c 0x00000000
After installing lib32-mpg123 and lib32-gstreamer the log is:
fixme:msg:ChangeWindowMessageFilterEx 0x1004e 400 1 (nil)
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1007c 0x00000000
--
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=14638
Summary: Discription file of task configuration \'C:\plc.xml\'
not found
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hyper_sonic(a)hotbox.ru
Created an attachment (id=15045)
--> (http://bugs.winehq.org/attachment.cgi?id=15045)
console output
Codesys is a IEC 61131-3 Programming System for controllers equipment use in
Automation Process.
Application install without errors. But when i creat new project or open exist
project, Codesys say "Discription file of task configuration \'C:\plc.xml\' not
found".
The "C:\plc.xml" is one of files in discribe target.
Manufacture destributed target for this kind of controller equipment.
File c:\plc.xml is exist in ~/.wine/drive_c/plc.xml.
Console output see attache.
--
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=40027
Bug ID: 40027
Summary: Caesar IV crashes at launch
Product: Wine
Version: 1.9.1
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ntapia(a)dim.uchile.cl
Created attachment 53477
--> https://bugs.winehq.org/attachment.cgi?id=53477
Backtrace given by wine crash report.
This game used to work just fine with wine 1.8
Then I updated to wine 1.9.1 and it won't launch anymore, and it will crash by
saying that "C4DotNetRegister.exe" has failed. I can launch it by using 1.8
with no problems but when I launch with 1.9.1 without changing anything it
crashes.
I have both versions installed via homebrew on Mac OS X 10.11 El Capitan.
--
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=40566
Bug ID: 40566
Summary: Consider a spam filter and way to mark messages as
spam
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: caronjwills(a)gmail.com
Distribution: ---
Bug 40565 just came through.
There is no doubt that it is spam.
Perhaps we should consider adding a captcha or means to verify a reporter is a
human before they can file a bug.
Further, having a flag to mark a bug as spam would be helpful.
--
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=40640
Bug ID: 40640
Summary: Not playing correct MPG video
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rmbeer2(a)gmail.com
Distribution: ---
The game use is GTA San Andreas.
Parallel with the https://bugs.winehq.org/show_bug.cgi?id=40639 bug. I only run
this game from the desktop with ./wineboot.
This cause a iconify the game in the desktop and i can't restore or maximize
the game. Have a seriously problem with MPG playing. The resolution use is
800x600, but this videos is 640x480.
After iconify the game i listened a sound of MPG for next having a halt game
that not response.
I test the http://www.youtube.com/watch?v=hSZIudAdypU for running the game,
rename and install all libraries of vorbis. With the same result.
Also test the "Intro videos not work" from
https://appdb.winehq.org/objectManager.php?sClass=version&iId=23695 , this
cause a total garbage in 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.
https://bugs.winehq.org/show_bug.cgi?id=40632
Bug ID: 40632
Summary: installation metatrader 4 crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: beraugre(a)gmail.com
Created attachment 54503
--> https://bugs.winehq.org/attachment.cgi?id=54503
report from PlaiOnMac
Metatrader 4 encountered a serious problem and has to close. This is the
message I get by installation
--
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=40635
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
Spam.
--
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=40635
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|SAGE tech support Number |spam
|P.h.o.n.e Peachtree 1844 |
|313 4859 phone t.e.c.h |
|su.p.port number |
--
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=40635
--- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> ---
The content of attachment 54509 has been deleted for the following reason:
Spam
--
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=40635
Oliver Smith <oliver22(a)ghostmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |dotnet
--
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=1874
Oliver Smith <oliver22(a)ghostmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oliver22(a)ghostmail.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.
https://bugs.winehq.org/show_bug.cgi?id=40634
Bug ID: 40634
Summary: Add option to use lighter hinting for fonts
Product: Wine
Version: 1.8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: milasudril(a)gmail.com
Distribution: ---
Created attachment 54507
--> https://bugs.winehq.org/attachment.cgi?id=54507
Image illustrated the problem.
Some fonts apparently does not work when fully hinted (in this case Andika).
The thought is that it is a bug in the font, but I am not sure if this is going
to be fixed. That depends on how much SIL cares about screen rendering. Running
with light hinting works much better so a work-around is to add an option for
switching off or reducing hinting in winecfg.
--
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=18404
Summary: Metatrader installation
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
hi,
i'm a user of Metatrader (MT4) on Linux (ubuntu intrepid & jaunty 32) with last
wine 1.1.21.
Even using Winedoors to install Metatrader, there is a lot of non conventional
errors:
- first, before installing this program, wine folders have to be filled with
windows fonts and 2 special dll: MFC42.DLL (like that, all in capital and with
a lenght of 995383 bytes) & mfc40.dll
- winetricks have to be used too
I send you this url:
http://articles.mql4.com/416
where you can follow the rules to install Metatrader on Linux.
Wish this help you (and users indeed)
ps: doing all this do not resolve yet the icons fonts (stay grey but work)
--
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=30343
Bug #: 30343
Summary: Metatrader 4, Installation crash
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: virtualreal(a)gmail.com
Classification: Unclassified
After choosing the preferred language during the Metatrader 4 installation (I
changed nothing), I select 'next'. This results in a crash with the following
details:
Here's a detailed log:
>wine "/home/tc/mt4setup.exe" (21170)
X Error of failed request: BadRequest (invalid request code or no such
operation)
Major opcode of failed request: 134 (RENDER)
Minor opcode of failed request: 34 ()
Serial number of failed request: 1325
Current serial number in output stream: 2213
>wine "/home/tc/mt4setup.exe" (21170) returned '0'r
This is a slightly modified version of Metatrader 4 by the MB Trading
brokerage. Because the latest Wine version, supported by my Linux distribution
(Tiny Core Linux 4.3.1) is 1.4, I can't upgrade to a newer version, since they
have their own extention (TCZ).
--
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=36996
Bug ID: 36996
Summary: World Of Tanks 9.2 crash after login
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amenzhinsky(a)gmail.com
The game immediately crashes after log-in with the error message:
wine: Call from 0x7b83d8b2 to unimplemented function
msvcp110.dll.??0_Pad@std@@QAE@XZ, aborting
This is confirmed by many users on official forums (RU:
http://forum.worldoftanks.ru/index.php?/topic/985067-wot-%D0%BF%D0%BE%D0%B4…)
It seems to be a regression bug.
I tried some versions: 1.7.12, 1.7.22 and the latest from git but ended up with
the same error.
Installing the oldest version from pacman's cache (1.7.1-1) solved the problem.
--
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=5903
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael(a)fds-team.de
--- Comment #20 from Michael Müller <michael(a)fds-team.de> ---
The crash is not really a Wine bug. During the speed test the installer opens a
file on the drive and measures the time needed to read some data from it (only
the 16 bit calls are shown):
0029:Call MMSYSTEM.1210: MMIOOPEN(12b77c5c
"D:\\HD\\AQUADCT.WAV",0000:0000,00000000) ret=1277:e107 ds=12b7
0029:Ret MMSYSTEM.1210: MMIOOPEN() retval=0000002e ret=1277:e107 ds=12b7
0029:Call MMSYSTEM.1214: MMIOSEEK(002e,00000000,0002) ret=1277:e192 ds=12b7
0029:Ret MMSYSTEM.1214: MMIOSEEK() retval=00004dc2 ret=1277:e192 ds=12b7
0029:Call MMSYSTEM.1214: MMIOSEEK(002e,00000000,0000) ret=1277:e1a6 ds=12b7
0029:Ret MMSYSTEM.1214: MMIOSEEK() retval=00000000 ret=1277:e1a6 ds=12b7
0029:Call MMSYSTEM.607: TIMEGETTIME() ret=1277:e218 ds=12b7
0029:Ret MMSYSTEM.607: TIMEGETTIME() retval=02ce0beb ret=1277:e218 ds=12b7
0029:Call MMSYSTEM.1212: MMIOREAD(002e,13cf:0000,00004dc2) ret=1277:e232
ds=12b7
0029:Ret MMSYSTEM.1212: MMIOREAD() retval=00004dc2 ret=1277:e232 ds=12b7
0029:Call MMSYSTEM.607: TIMEGETTIME() ret=1277:e23d ds=12b7
0029:Ret MMSYSTEM.607: TIMEGETTIME() retval=02ce0beb ret=1277:e23d ds=12b7
0029:Call KERNEL32.UnhandledExceptionFilter(0070a3a4) ret=7bca9005
wine: Unhandled division by zero at address 0x1277:0x00004f90 (thread 0029),
starting debugger...
In my case the time needed to read the data was lower than the resolution of
TIMEGETTIME (both calls return 02ce0beb as time), so we have a time difference
of zero. The application doesn't seem to be prepared for this and uses the
value as denominator in a division, leading to the division by zero exception.
If you hack TIMEGETTIME to return at least an offset of 1 compared to the
previous call, the crash is gone and my drive passes the test.
I don't think we can fix anything here as this is basically an application bug.
Dropping the filesystem cache just before running the drive test could be a
feasible workaround to slow down the read (when using a real CD drive).
--
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=30753
Bug #: 30753
Summary: GitHub for windows installer: pops up an ie window
instead of installer
Product: Wine
Version: 1.5.4
Platform: x86
URL: http://windows.github.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Running the installer:
$ wine GitHubSetup.exe
opens an iexplore window with the following url:
http://github-windows.s3.amazonaws.com/GitHub.application
but nothing else visible.
Terminal output is really short:
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:LsaOpenPolicy ((null),0x33e5c0,0x00000001,0x33e5e8) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ieframe:ClassFactory_QueryInterface
(0x7eddeb10)->({00000003-0000-0000-c000-000000000046} 0x33fc54)
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:urlmon:create_object Could not find object for MIME
L"application/x-ms-application"
fixme:ieframe:BindStatusCallback_OnProgress status code 5
fixme:urlmon:create_object Could not find object for MIME
L"application/x-ms-application"
fixme:urlmon:create_object Could not find object for MIME
L"application/x-ms-application"
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
tried native ie7, thinking that urlmon may be involved, but that doesn't help.
austin@aw25 ~ $ sha1sum GitHubSetup.exe
c5800ce4c2118f4b4a82747aff7d066274ad8872 GitHubSetup.exe
--
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=40615
Bug ID: 40615
Summary: Trackmania United Forever cannot access the internet
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: generalacc0001(a)gmail.com
Distribution: ---
Starting the game, it tries to connect to the master server infinitely. It
neither connects nor says it cannot connect as it should.
Pressing the Update button in the launcher causes the launcher completely
freeze.
Expected behavior: A MessageBox should pop up saying the game is up-to-date.
The game worked fine with wine 1.9.8 and 1.9.7-staging, an fails to work
properly with wine 1.9.9 and 1.9.8-staging.
One of the 1.9.8-staging bugfix is:
"Add support for async handling in InternetReadFile (ManiaPlanet / Trackmania
2)"
It may or may not be related to this.
Wine does not produce error messages related to the bug. The working and
non-working versions has exactly the same messages.
--
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=17674
Summary: wine recaching font metrics on every run
Product: Wine
Version: 1.1.16
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewroth(a)gmail.com
fresh install of OS X, with updates (10.5.6)
fresh git clone and build (wine-1.1.16-292-g1b9a6fb)
every time wine runs it regenerates the cache, which takes roughly 30 seconds
--
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=40604
Bug ID: 40604
Summary: "Invalid address" with minidump file
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: haxmeadroom(a)gmail.com
Distribution: ---
Created attachment 54458
--> https://bugs.winehq.org/attachment.cgi?id=54458
winedbg logfile
Running winedbg on several minidump files causes *** Invalid address 0x00c1fc7c
***. Here is an example minidump file:
https://github.com/haxmeadroom/tmp/blob/master/fauxware.dmp.gz
The output is attached.
Running Arch Linux, kernel 4.4.9-1-MANJARO #1 SMP PREEMPT Thu May 5 15:49:15
UTC 2016 x86_64 GNU/Linux .
--
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=40603
Bug ID: 40603
Summary: Wordview 2003 ruler band does not refresh after
resizing
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
Created attachment 54456
--> https://bugs.winehq.org/attachment.cgi?id=54456
Shows the ruler band not refreshed
The ruler band of Microsoft Word View 2003 does not automatically refresh when
resizing window, switching between full screen mode and window mode. This
results in a ruler band that is out of place (see screenshot).
--
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=25258
Summary: AutoCAD 2010: Fails to run
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32078)
--> (http://bugs.winehq.org/attachment.cgi?id=32078)
Terminal output on wine-1.3.7-172-g8925024
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet30
3) install AutoCAD 2010 (watch out for bug #20211)
4) override windowscodecs.dll
5) wine acad.exe
Behaviour:
AutoCAD error, Wine error, AutoCAD splash screen and information that AutoCAD
was installed incorrectly
Expected behaviour:
AutoCAD should 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.
https://bugs.winehq.org/show_bug.cgi?id=40599
Bug ID: 40599
Summary: Firefox : Menu bar or tabs hidden by window manager
(kwin)
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fabstz-it(a)yahoo.fr
Distribution: ---
Created attachment 54445
--> https://bugs.winehq.org/attachment.cgi?id=54445
wine_firefox_with_menu_bar
With firefox esr (v 38.8 as a portableapp) if the menu bar (File, edition...)
is not displayed, part of the tabs is hidden by my window manager (kwin under
kde).
There are 2 cases : when window is maximized, then part of the tab is hidden,
when the window is "restored" then display is acceptable
If I enable the menu bar (menu view/toolbars/menu bar, I get there by doing
ALT+F, and then navigate with keyboard and mouse), then the menu bar is not
visible.
See screenshots
--
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=25386
Summary: Poker Night: random long delays between turns and
conversations
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
Game is from TellTale Games by the name of Poker Night at the Inventory.
Basically, the problem I have is that sometimes, between turns, the game will
have long delays in which nothing seems to happen (ie the application hangs).
It takes much, much longer than usual to load or interpret a resource than it
should take (or so I assume).
A bigger problem is that these delays are much longer when starting up the game
or any significant screen changes. It can take more than a minute longer to
load the game or any specific areas than it would in Windows.
The terminal isn't spewing out anything during these loading periods, so
attached is all terminal output generated by the app, even outside of these
hanging bits. Steam output may be mixed in too.
Notes:
Unfortunately, this game is not available for free, however, it is available
for fairly cheap (5 euros) for those willing to try. I think some other
TellTale games (and free demos) have the same issue however (they all run on
the same engine, though all of them have some minor differences, improvements,
etc.).
Using the Steam version, but I'm sure the non-Steam version has the same issue
(though I couldn't test as Wine 1.3.7 wouldn't load the game for me). The game
works in 1.3.8, though with loading problems.
Another note is that I am playing the game on a FAT32 partition. This may
affect performance, but I do not expect it to take this much longer, thus it
would still be a bug.
--
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=37134
Bug ID: 37134
Summary: Clang Static Analyzer: Unreliable check
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
Clang Static Analyzer identifies Unreliable check
File: dlls/advapi32/registry.c
Location: line 1209, column 13
Description: Array access (from variable 'str') results in a null pointer
dereference
LSTATUS WINAPI RegSetValueExW(...., const BYTE *data, .... )
{
...
if (data && ((ULONG_PTR)data >> 16) == 0)
//Assuming pointer value is null
return ERROR_NOACCESS;
if (count && is_string(type))
{
LPCWSTR str = (LPCWSTR)data;
//Clang: 'str' initialized to a null pointer value
if (str[count / sizeof(WCHAR) - 1] &&
!str[count / sizeof(WCHAR)])
//Clang: Array access (from variable 'str') results in
//a null pointer dereference
count += sizeof(WCHAR);
}
...
}
If the null pointer data gets here, the program will go on executing until
addressing the str variable.
Another similar issue:
File: dlls/comctl32/comctl32undoc.c
Location: line 964, column 12
Description: Array access (from variable 'lpDest') results in a null pointer
dereference
--
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=29663
Bug #: 29663
Summary: Rayman 3 crashes with a new game
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: SolisX007(a)yahoo.com
Classification: Unclassified
Created attachment 38467
--> http://bugs.winehq.org/attachment.cgi?id=38467
Regression test result
Rayman 3 gets choppy and sometimes crashes when i start
a new game while Rayman is flying around with the frog. I
know that it works fine on wine-1.3.22 and that in wine-1.3.23
it is broken.
I tried to do a regression test which i will attach to this bug
report. Please keep in mind the this is my first regression test.
--
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=5852
--- Comment #19 from Nikolay Sivov <bunglehead(a)gmail.com> ---
Valid for 1.9.9.
--
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=40586
Bug ID: 40586
Summary: FILE_CreateFile always warns "{File} not found" in all
failed status
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: lz96(a)foxmail.com
Distribution: ---
See https://source.winehq.org/source/dlls/ntdll/file.c#0254 .
This is confusing when I see
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
while c0000035 actually represents
STATUS_OBJECT_NAME_COLLISION(https://source.winehq.org/source/include/ntsta….
--
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=38241
Bug ID: 38241
Summary: Open General crashes when exiting.
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
Created attachment 51048
--> https://bugs.winehq.org/attachment.cgi?id=51048
WINEDEBUG=tid wine OpenGen.exe
Open General (strategy game) crashes when exiting after playing.
Might be the dupe of Bug 37427. However, I can't verify due to lack of
information. Terminal output is attached.
You can reproduce the issue with the following instructions.
Preparation:
1. Obtain Open General from http://sourceforge.net/projects/opengeneral/files/
.
2. Extract and setup files, then run wine OpenGen.exe
3. Cancel the tutorial scenario by clicking [X] button.
4. Returning title screen, click the lower right [X] (Exit the game) button.
How to reproduce:
1. wine OpenGen.exe
2. Click [Play scenario] (the second button from the left)
3. In the popup dialog,
i. Choose EFILE_OPENAK folder from [EFile folder] pulldown menu.
ii. Select [Tutorial 1].
iii. Click PC mark at P1: Faction B side.
iv. Click the check-mark button at the lower right side.
4. Skip the equipments screen by clicking the check-mark button at the right
lower side.
5. Click the check-mark button to confirm.
6. Click the check-mark button and watching the battle.
7. Repeat 6 until finished.
8. Click the check-mark button.
9. Now, we back to title screen. Click [X] (Exit the game) button.
10. It crashes with an application error dialog.
--
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=30804
Bug #: 30804
Summary: Medieval total war crashes, even with native amstream
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://download.cnet.com/Medieval-Total-War-demo/3000-
7483_4-10246017.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
Created attachment 40343
--> http://bugs.winehq.org/attachment.cgi?id=40343
console output with ddraw channel enabled
After workarounding the first crash of Medieval total war demo due to amstream,
the game crashes when one tries to launch a battle.
--
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=30805
Bug #: 30805
Summary: Graphical glitch in the menu of Medieval total war
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://download.cnet.com/Medieval-Total-War-demo/3000-
7483_4-10246017.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
After workarounding the crash caused by amstream, we can reach the menu screen.
But there is huge graphical glitches. See the attached screenshot.
--
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=40572
Bug ID: 40572
Summary: ZTE USB Modem: Shows program Error and does not
dectect the modem
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smartbiz.rohan(a)gmail.com
Distribution: ---
Created attachment 54411
--> https://bugs.winehq.org/attachment.cgi?id=54411
Unhandled exception, the text file has a register dump and stack dump.
backtraace from 0 to 200.
On running 3G connection manager utility from zte usb modem, the program starts
but shows program error in a seperate dialogue box withe the title "Program
Error Details".
It starts with "Unhandled exception: page fault on write access to 0x00429d0c
in 32-bit code (0x7e4b9596)."
BACKTRACE.txt 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.
https://bugs.winehq.org/show_bug.cgi?id=40576
Bug ID: 40576
Summary: Wordpad / write.exe not displaying symbol fonts
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: jon.tech.uk(a)gmail.com
Distribution: ---
The variants of Wordpad do not display symbol fonts correctly
Applications tested:
.wine/drive_c/Program Files/Windows NT/Accessories/wordpad.exe
.wine/drive_c/Program Files (x86)/Windows NT/Accessories/wordpad.exe
.wine/drive_c/windows/system32/write.exe
.wine/drive_c/windows/syswow64/write.exe
Fonts tested:
open symbol
webdings
wingding
Expected behaviour:
Characters typed should be displayed as the appropriate glyph/symbol
Actual behaviour:
Characters are shown as either letters (webdings, wingding) or rectangles (open
symbol)
--
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=37655
Bug ID: 37655
Summary: Photoshop CS2: err:ntdll:RtlpWaitForCriticalSection
section 0x7bcd1f00 "loader.c: loader_section"
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: eosrei(a)gmail.com
Distribution: ---
Created attachment 50111
--> https://bugs.winehq.org/attachment.cgi?id=50111
Default logged output for working and non-working Photoshop CS2
Adobe Photoshop CS2 freezes at the "initializing tools" window/splash during
startup. The logs show it is blocking at:
err:twain:twain_add_onedriver Source->(DG_CONTROL,DAT_IDENTITY,MSG_GET) failed!
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 0033, blocked by 0009, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 0033, blocked by 0009, retrying (60
sec)
<RepeatsForever>
This is a new install in a new/empty 32-bit Wine prefix on Linux Mint 17 x64
Cinnamon running the current wine-1.7.31 from the Ubuntu PPA.
Workaround: disable twain_32.dll in winecfg fixes the issue per:
https://bugs.winehq.org/show_bug.cgi?id=34366#c43
err:twain:twain_add_onedriver Source->(DG_CONTROL,DAT_IDENTITY,MSG_GET) failed!
goes away if/when I connect my USB scanner, but the issue ntdll blocking error
continues.
Could be related to:
https://bugs.winehq.org/show_bug.cgi?id=9404
I've made a new bug report including the workaround as requested here:
https://bugs.winehq.org/show_bug.cgi?id=34366#c42
--
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=40573
Bug ID: 40573
Summary: CLM Explorer often crashes due to issues with
HexUniControls42.ocx
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benjamin(a)nyrup.it
Created attachment 54412
--> https://bugs.winehq.org/attachment.cgi?id=54412
Wine crash report for the CLM Explorer.exe software
The program crashes with the following messages:
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
wine: Unhandled page fault on write access to 0x00000000 at address 0x97992897
(thread 0031), starting debugger...
--
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=40554
Bug ID: 40554
Summary: AkelPad: [Coder plugin] with some themes the caret is
invisible
Product: Wine
Version: 1.9.8
Hardware: x86-64
URL: https://sourceforge.net/projects/akelpad/files/AkelPad
%204/4.9.7/x64/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: godevilove(a)ya.ru
Distribution: Debian
OS: Debian 8.4 x64
Windows Manager: kde-window-manager 4:4.11.13-2
Wine: wine-development (multiarch) 1.9.5-3~bpo8+1 (from jessie-backports)
AkelPad: 4.9.7 (x64)
STR:
1. Install/unpack AkelPad.
2. Settings>Plugins (or Alt+P), Doubleclick 'Coder::Settings'.
3. In the 'Theme name:' drop down list select any theme from this list:
Mac Classic, Solarized Light, Lazy, iPlastic, Earth, Active4D, Default
Bespin, Cobalt, Dawn, Monokai, Obsidian, Solarized Dark, SpaceCadet, Sunburst,
Twilight or Zenburn.
Also select 'Smart cache' in the drop down list at bottom and check the
checkbox 'Alias for unknown file', so that you won't need to restart the
program for the changes to get applied.
4. Settings>Plugins (or Alt+P), Doubleclick 'Coder::HighLight'.
Expected result:
The caret should always be visible if the main input area is focused.
Actual result:
The caret is not visible if you select any themes from the list above (the
issue doesn't reproduce with other pre-installed themes).
--
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=18799
Summary: Crysis: Silent crash after first intro scene
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
This appeared between 1.1.18 and 1.1.19:
Crysis seems to crash after first intro scene with the alien ship opening. Just
before the second scene with the airplane would start, it falls back to the
desktop. No suspicious console log.
Regression test:
014c4bfc70a4d4e60f033d579d1be13a46f65170 is first bad commit
commit 014c4bfc70a4d4e60f033d579d1be13a46f65170
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Apr 9 18:40:57 2009 +0200
wined3d: Save some memory in vertex buffers.
In most cases we're fine with the vbo and glMapBuffer and never use the
actual
heap memory copy. Try to stick to just the vbo copy and avoid allocating
the
extra heap memory. In case it is needed(emulation or vertex conversion),
fall
back to the old double buffering mode.
:040000 040000 e45dcc2b8694735b0a68492a7a03237b1c519ae3
0447d35c1e1a2037a962b49802a03a9dad1bf59e M dlls
--
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=40564
Bug ID: 40564
Summary: odbcad32 : Error cannot add DSN with SQL Server Native
Client 10.0 driver
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: odbc
Assignee: wine-bugs(a)winehq.org
Reporter: herman.santoso(a)arisu.co.id
Distribution: ---
Created attachment 54404
--> https://bugs.winehq.org/attachment.cgi?id=54404
backtrace error rundll.exe
Linux Mint 17.3
1. setting wine with 32 bit environment
WINEARCH=win32 WINEPREFIX=~/.wine winecfg mdac28 native_mdac
2. enabled TCP IP and Named Pipes with
wine cliconfg
3. Install sqlncli.exe (SQL Server Native Client 10.0 driver version
2007.100.1600.22, sqlncli10.dll)
4. Create DSN from odbcad32.exe with SQL Server native Client 10.0, resulting
in error in rundll.exe
--
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=657
Christopher Larson <kergoth(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kergoth(a)gmail.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.
https://bugs.winehq.org/show_bug.cgi?id=7036
Wylda <wylda(a)volny.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |a10e9ba092994936a08e53c206d
| |db695a7ff53f6
--
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=25836
Summary: hh.exe error: fixme:htmlhelp:doWinMain Unhandled HTML
Help command line parameter! (-decompile)
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiltave(a)zipmail.com.br
I've tried to decompile a CHM file (CHM to HTML) but i get the following error:
fixme:htmlhelp:doWinMain Unhandled HTML Help command line parameter!
(-decompile)
$ wine /usr/local/lib/wine/fakedlls/hh.exe -decompile html/ file.chm
Following the link
http://www.help-info.de/en/Help_Info_HTMLHelp/hh_command.htm, the command line
parameters are right.
I will try Wine 1.3.11 too.
Thank you.
--
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=39464
Bug ID: 39464
Summary: Squished/squinted graphics in tech demo Rupture (by
ASD)
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aapmak(a)gmail.com
Distribution: ---
The tech demo in question can be downloaded here:
http://www.pouet.net/prod.php?which=52931
For reference, here is a youtube video of what it is supposed to look like:
https://www.youtube.com/watch?v=pmw87w7i6rQ
However, what it does look like for me, on Wine 1.7.52 is hard to describe and
even harder to take a proper screenshot of. Ultimately, I can best describe it
as a squishing effect of some sort; or maybe more of a squinting effect. As if
one were to squint ones eyes, seeing only a very minor portion of what one
would see with eyes fully opened.
Regardless, it simply does not render properly, at all. The sound plays
perfectly normal though, flawless even.
I am going to guess it is somehow resolution related. As in, Rupture using very
exotic internal resolutions maybe, resolutions Wine simply does not render
properly in.
Should more specific information be required, I am obviously happy to provide
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=40551
Bug ID: 40551
Summary: star craft 2 wont ooen even after updating to the
highest wine 1.9.8
Product: Wine
Version: 1.9.8
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mannfrankum(a)yahoo.com
Distribution: ---
Created attachment 54383
--> https://bugs.winehq.org/attachment.cgi?id=54383
program error
battle net opens but game never starts then give error code
--
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=4713
--- Comment #28 from super_man(a)post.com ---
Still valid 1.9.9 and staging 1.9.8
--
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=40549
Bug ID: 40549
Summary: AfterEffects CS6 installer 'Location' field is empty
-> available disk size is 0.0 kb
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 54380
--> https://bugs.winehq.org/attachment.cgi?id=54380
Empty location field in the installer
wine 1.9.7, fresh 64-bit prefix, Windows 7.
winetricks msxml3 applied to work around bug #40548 .
When the installer window comes up, the Location field is empty and therefore
the disk space detected is '0.0 kb'. If I select a location manually, the size
is detected correctly. Furthermore, if I press Install, the default location is
used.
Full console log is below
fixme:thread:GetThreadPreferredUILanguages 52, 0x33dfa4, 0x33e014 0x33dfac
fixme:console:AttachConsole stub ffffffff
fixme:wuapi:update_installer_get_IsBusy
fixme:wuapi:update_installer_get_RebootRequiredBeforeInstallation
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:nls:GetUserPreferredUILanguages stub: 8 0x33d310 (nil) 0x33d314
err:winsock:WSAIoctl -> _WSAIO(IOC_WS2, 23) request failed with status 0x2733
err:winsock:WSAIoctl -> _WSAIO(IOC_WS2, 23) request failed with status 0x2733
fixme:heap:RtlSetHeapInformation 0x240000 0 0x23fcc0 4 stub
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\msxml3.dll"
err:ole:create_server class {f5078f32-c551-11d3-89b9-0000f81fe221} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221}
could be created for context 0x17
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7c5037a0, 0x30d0fd0, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c5037a0
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7c5037a0, 0x30812b8, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c5037a0
fixme:imm:ImmReleaseContext (0x90084, 0x4f9e250): stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7c5037a0, 0x4fbf948, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c5037a0
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:secur32:schannel_get_mac_algid unknown algorithm 200
fixme:secur32:schannel_get_kx_algid unknown algorithm 12
fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented
fixme:shell:BrsFolder_OnCreate flags 2 not implemented
--
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=39261
Bug ID: 39261
Summary: Battle.net launcher requires "Windows Secondary Logon
service" to be enabled
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jerome(a)leclan.ch
Distribution: ---
Created attachment 52332
--> https://bugs.winehq.org/attachment.cgi?id=52332
Dialog screenshot
As of Wine 1.7.51 upgrade, the Battle.net launcher no longer starts. See
attached screenshot.
--
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=39622
Bug ID: 39622
Summary: TeamViewer 11 window does not show "Remote Control"
and "Meeting" buttons/tabs.
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasha969(a)hotmail.com
Distribution: ---
Created attachment 52793
--> https://bugs.winehq.org/attachment.cgi?id=52793
Info copied from trminal using winedbg while app was starting.
Main window does not show "Remote Control" and "Meeting" buttons/tabs but
clicking on their region works fine.
--
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=26955
Summary: Prince of Persia SoT: control key bindings don't
change properly
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonescaseyb(a)gmail.com
In the game Prince of Persia: The Sands of Time, if you try to change the
keybinding for one of the controls it will always interpret the key as "Pause".
For instance, if you press the "m" key, it will be interpreted as "Pause".
This applies to any key on the keyboard. However, using mouse buttons works
fine.
If you leave the control settings at their default settings, they do work in
game. However if you change one, it does not work because it isn't being
assigned properly.
My best guess is that the bug lies in whatever function the game calls to
listen for a key press in the control settings.
--
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=40317
Bug ID: 40317
Summary: PDF Ereaser does not opened after it was installed by
Wine !!
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi.
Site of this program (PDF Ereaser):
http://www.pdferaser.net/
I installed it by Wine on Linux Mint xfce version 17.3 as Live USB system.
Installer opened & pass all steps, but when I try to open PDF eraser (after it
finishing it's in stallation), it did not opened at all.
Please fix.
--
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=40518
Bug ID: 40518
Summary: Guild Wars shows only garbled screen when
anti-aliasing enabled
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: feb86895b4f0b1a9b43a4e47f7169e27fd5e3e93
Distribution: ---
Created attachment 54327
--> https://bugs.winehq.org/attachment.cgi?id=54327
terminal output
Due to recent changes in wined3d whenever I start up Guild Wars, the screen is
filled with garbage, which looks like leftover textures from previous runs.
Otherwise the game is running, I can hear the music playing and the mouse
pointer is visible over the corrupted screen.
The problem doesn't occur if I disable in-game anti aliasing in the game video
options.
Regression introduced by
commit feb86895b4f0b1a9b43a4e47f7169e27fd5e3e93
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Apr 18 19:06:26 2016 +0200
wined3d: Store renderbuffer IDs in struct wined3d_texture.
The screen looks good with the previous commit.
Tested with Nvidia binary drivers 340.96, haven't tried the game with
Mesa/Nouveau yet.
wine-1.9.8-144-g7c18fe1
--
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=38865
Bug ID: 38865
Summary: HiSuite crashes, when opening the application
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)okun.de
Distribution: ---
Created attachment 51794
--> https://bugs.winehq.org/attachment.cgi?id=51794
Programm Fehler Details
HiSuite to administrate honor 6 smartphone by PC does not open exactli. No
connection with smartphone ist possible.
--
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=34598
Bug #: 34598
Summary: The cursor doesn't highlight chessboard fields
precisely in Chessmaster 10
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46082
--> http://bugs.winehq.org/attachment.cgi?id=46082
Chessmaster log
When you move the cursor over a chessboard field, the chessboard field next to
it is highlighted instead. Also, text hints that appear when moving the cursor
over a button disappear very quickly. These two things could be related.
Can be reproduced in the demo (check out the link).
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 310)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=30570
Bug #: 30570
Summary: err:d3d:device_clear_render_targets, invalid GL
operations sent when running 3DCG
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dottomi(a)gmail.com
Classification: Unclassified
Created attachment 39995
--> http://bugs.winehq.org/attachment.cgi?id=39995
Wine output
See the attached log.
When 3D Custom Shoujo is run, d3d:device_clear_render_targets is calling
glClear and getting an GL_INVALID_FRAMEBUFFER_OPERATION every time.
Given this message is marked as "err", I think it shouldn't be happening.
--
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=38544
Bug ID: 38544
Summary: Unable to send messages in Skype 7.4.85.102
Product: Wine
Version: 1.7.42
Hardware: x86
URL: http://www.skype.com/en/download-skype/skype-for-compu
ter/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: ---
When you hit enter or press the Right Icon nothing happens - messages aren't
sent as if Skype ignores you.
--
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=35793
Bug ID: 35793
Summary: BOTTLENECK program crashes when loading datasets
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: munsters(a)mail.gvsu.edu
Created attachment 47787
--> http://bugs.winehq.org/attachment.cgi?id=47787
file generated to report reasons for crash
BOTTLENECK population genetics program crashes when loading data sets, error
file 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.
https://bugs.winehq.org/show_bug.cgi?id=39608
Bug ID: 39608
Summary: King Arthur II demo crashes with unimplemented
function d3d10_1.dll.D3D10CreateEffectPoolFromMemory
with native d3dx10_43 and d3dcompiler_43
Product: Wine
Version: 1.7.55
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/king-arthur-ii-do
wnload/king-arthur-ii-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52778
--> https://bugs.winehq.org/attachment.cgi?id=52778
log
wine: Call from 0x7b839f0c to unimplemented function
d3d10_1.dll.D3D10CreateEffectPoolFromMemory, aborting
wine: Unimplemented function d3d10_1.dll.D3D10CreateEffectPoolFromMemory called
at address 0x7b839f0c (thread 0009), starting debugger...
Unhandled exception: unimplemented function
d3d10_1.dll.D3D10CreateEffectPoolFromMemory called in 32-bit code (0x7b839f0c).
wine-1.7.55-38-g19eaed6
--
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=40474
Bug ID: 40474
Summary: Popup menus no longer close when clicking on a
different window
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
CC: madewokherd(a)gmail.com
Regression SHA1: a9bff001a1e2c919b3f6e68d642abb8da957a2bf
Distribution: ---
Steps to reproduce:
* Open Wines builtin "notepad" application.
* Right click to open a popup menu.
* Click on a different window (either Wine or native window).
Expected result:
* The popup menu should close again.
Actual result:
* The popup menu stays open until you click on the background of the same
window which opened it.
Bisecting returns the following commit:
--- snip ---
a9bff001a1e2c919b3f6e68d642abb8da957a2bf is the first bad commit
commit a9bff001a1e2c919b3f6e68d642abb8da957a2bf
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Mon Mar 14 16:13:56 2016 -0500
user32: Set capture earlier on popup menus.
Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--- snip ---
--
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=40552
Bug ID: 40552
Summary: mouse input not functional and cursor invisible in
Chinese instant messaging app miliao
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hulking.ye(a)live.com
Distribution: ---
The mouse input is not functional and the cursor is invisible when using wine
to run Chinese instant messaging app miliao: http://mi1.cc/down302?c=100_1_PC
The official site of miliao is http://www.miliao.com/
The command line used to run this app is as below:
LANG=zh_CN.utf8 wine ./miliao-setup-3.0.0.2111.exe
The version of wine is:
wine --version
wine-1.9.8
The console output of wine is:
LANG=zh_CN.utf8 wine ./miliao-setup-3.0.0.2111.exe
fixme:ver:GetCurrentPackageId (0x33f5ac (nil)): stub
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
log4cplus:ERROR No appenders could be found for logger (aurora).
log4cplus:ERROR Please initialize the log4cplus system properly.
--
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=40522
Bug ID: 40522
Summary: fixme:wintrust:SoftpubAuthenticode unimplemented for
UI choice 1
Product: Wine
Version: 1.9.5
Hardware: x86
URL: http://download.microsoft.com/download/4/7/e/47e8e7fb-
9441-4887-988f-e259a443052d/Dsig.EXE
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
running the chtrust part of dsig, against an either authentic microsoft times
or wine's times,
$ wine /home/Hin-Tak/.wine/drive_c/FontSigning/chktrust.exe -v times.ttf
fixme:wintrust:SoftpubAuthenticode unimplemented for UI choice 1
times.ttf: Succeeded
--
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=9158
mrdeathjr28(a)yahoo.es changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrdeathjr28(a)yahoo.es
--
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=27285
Summary: Miro does not display Chinese
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34893)
--> (http://bugs.winehq.org/attachment.cgi?id=34893)
Screenshot: miro does not display Chinese
1. download Miro 4
$ wget http://ftp.osuosl.org/pub/pculture.org/miro/win/Miro_Installer.exe
from http://www.getmiro.com/download/for-windows/
2. install miro , choose "Chinese", Chinese character display correctly.
3. start miro first time, choose "Chinese(CN)" in the Language select window,
then the miro setup will display Chinese character as someting like
========
8B 8A FF
ED 00 1A
========
See screenshot for details.
$ wine Miro.exe
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
Gtk-Message: Failed to load module "canberra-gtk-module":
`libcanberra-gtk-module.dll': Module not found
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0x5efe9a4, overlapped 0x5efe988): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
C:\Program Files\Participatory Culture
Foundation\Miro\share\themes\Clearlooks-Visto\gtk-2.0\gtkrc:54: Clearlooks
configuration option "menuitemstyle" is not supported and will be ignored.
C:\Program Files\Participatory Culture
Foundation\Miro\share\themes\Clearlooks-Visto\gtk-2.0\gtkrc:55: Clearlooks
configuration option "listviewitemstyle" is not supported and will be ignored.
C:\Program Files\Participatory Culture
Foundation\Miro\share\themes\Clearlooks-Visto\gtk-2.0\gtkrc:56: Clearlooks
configuration option "progressbarstyle" is not supported and will be ignored.
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS,
hwnd=(nil)): stub
err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
err:ole:CoGetClassObject no class object {591209c7-767b-42b2-9fba-44ee4615f2c7}
could be created for context 0x3
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of
other threads
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
--
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=40039
Bug ID: 40039
Summary: Dictation Pro 1.01 access to temp directory denied
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: ---
Created attachment 53491
--> https://bugs.winehq.org/attachment.cgi?id=53491
Access denied
Steps to reproduce:
1) remove ~/.wine
2) sh winetricks dotnet40
3) wine Dictation Pro.exe
Behaviour:
Access to temp directory denied (see attachment)
Expected behaviour:
Acces to temp directory shouldn't be denied
--
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=37331
Bug ID: 37331
Summary: QQ 6.X and TM 2013 Preview2 would stop responding
after opening search windows
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Created attachment 49639
--> https://bugs.winehq.org/attachment.cgi?id=49639
wine log
Step:
1. Download from http://dldir1.qq.com/qqfile/qq/QQ6.4/12582/QQ6.4.exe and
http://dldir1.qq.com/qqfile/qq/tm/2013Preview2/10909/TM2013Preview2.exe.
2. winetricks msctf riched20, and then install QQ and TM.
3. login with the folloing testing account:
account: 1469264807
Password: winedebug
4. Open search windows, then QQ or TM will stop responding.
--
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=32696
Bug #: 32696
Summary: Html code issue in Korean Crazy Arcade BnB program.
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soohyun2222(a)gmail.com
Classification: Unclassified
Created attachment 43140
--> http://bugs.winehq.org/attachment.cgi?id=43140
Html code not working in BnB.
Hi, I am trying to play a Bomber man type game called Bnb on my Linux desktop.
It is made in Korea, and I had a successful installation on my computer.
You can also download and make an account to play the game on Nexon homepage:
www.nexon.com
It is also the company that made maplestory.
However, in the login screen I see a plain html code. I was wondering if I
should install any program that can make me see the code rendered.
Well thanks for any 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=40538
Bug ID: 40538
Summary: You Don't Know Jack 2: Installer crashes
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jason.haury(a)gmail.com
Created attachment 54368
--> https://bugs.winehq.org/attachment.cgi?id=54368
backtrace
Old AppDB data shows You Don't Know Jack Volume 2 working with Wine 1.2:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=21089
However, with both Wine 1.8 and 1.9.4, the installer crashes with the attached
backtrace.
I have an ISO of the game which I mount using Finder. The ISO has multiple
partitions as it is from a dual mode CD. Finder mounts the Mac partition.
Thus, I also mount the Windows partition using:
$ hdiutil attach -nomount path/to/image.iso
/dev/disk3 Apple_partition_scheme
/dev/disk3s1 Apple_partition_map
/dev/disk3s2 Apple_HFS
$ mkdir /tmp/mountpoint
$ mount -t cd9660 /dev/disk3 /tmp/mountpoint
I can then run `wine /tmp/mountpoint/AUTORUN.EXE` to begin installation. The
Installer will crash during this initialization if I did _not_ mount the ISO
via Finder above. By mounting the mac ISO partition via Finder, the installer
lets me choose an installation directory, but then crashes immediately after
starting to install.
Using this same method allowed installing You Don't Know Jack volume 1 just
fine.
--
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=7284
Józef Kucia <joseph.kucia(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=34266
--
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=7284
Józef Kucia <joseph.kucia(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=29397
CC| |joseph.kucia(a)gmail.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.
https://bugs.winehq.org/show_bug.cgi?id=40529
Bug ID: 40529
Summary: Foldit crashes
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: muns24072(a)mypacks.net
Distribution: ---
Created attachment 54353
--> https://bugs.winehq.org/attachment.cgi?id=54353
foldit puzule 1221 wine bqacktrace log
the science game Foldit crashes after playing ok for a long wile
--
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=38163
Bug ID: 38163
Summary: Diablo II - horadric cube screen problem
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tichun(a)inbox.com
Distribution: Mint
When I close horadric cube in stash - they both close and stash reappear after
a second(in windows it's instant) or they both close and stash does not
reopen(it has no place in windows).
--
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=39354
Bug ID: 39354
Summary: NextGene process runs with no output file produced
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: cmccabe(a)luriechildrens.org
Distribution: ---
Created attachment 52446
--> https://bugs.winehq.org/attachment.cgi?id=52446
NextGene backtrace
The software NextGene installed via wine and the process runs and seems to be
loading the files, but does not process them. I am using a xeon processor with
64GB and after 1.5 hours I terminate the program. Thank you :).
--
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=40524
Bug ID: 40524
Summary: legrand xlpro3 400 : adding components to multiple
pages divide size of a page by number of pages
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomlohave(a)gmail.com
Distribution: ---
Created attachment 54341
--> https://bugs.winehq.org/attachment.cgi?id=54341
components in 2 pages
adding components to multiple pages divide size of a page by number of pages
even without adding component, just switch one to another page and the problem
occurs.
So starting with 4 pages it's unwatchable and off course, the same is printing.
adding 3 screenshots :
1) with 2 pages
2) with 3 pages
4) with 4 pages
number of electrical components is the same.
in console, I have :
fixme:olepicture:OleLoadPictureFile (0x33f3a0 {VT_BSTR:
L"C:\\LEG\\XLPro2\\JFR\\Utilisateur\\Logos\\"} 0x33f524): stub
fixme:enhmetafile:EMFDRV_FillPath Bounds
--
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=7585
--- Comment #67 from super_man(a)post.com ---
(In reply to fjfrackiewicz from comment #66)
> (In reply to super_man from comment #65)
> > The installer had some crash, but also the game seem to have regressed.
> > Can't even start it with 1.7.50(git).
>
> What version of the game are you using? I can try out the GOG version of the
> game as it had an engine update to NewDark 2.45 recently, perhaps that will
> help?
I don't have this game, I can only try versions that are linked here. Most
likely tried the one linked into url field.
--
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=7585
fjfrackiewicz(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fjfrackiewicz(a)gmail.com
--- Comment #66 from fjfrackiewicz(a)gmail.com ---
(In reply to super_man from comment #65)
> The installer had some crash, but also the game seem to have regressed.
> Can't even start it with 1.7.50(git).
What version of the game are you using? I can try out the GOG version of the
game as it had an engine update to NewDark 2.45 recently, perhaps that will
help?
--
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=39980
Bug ID: 39980
Summary: Amazon Kindle installed via winetricks crashes on
start without vcrun2008
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
austin@debian-laptop:~/.wine/drive_c/Program Files/Amazon/Kindle$ wine
Kindle.exe
fixme:system:SetProcessDPIAware stub!
err:wintab32:LoadTablet LoadTabletInfo(0x10054) failed
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:win:FlashWindowEx 0x32f174 - semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32eb20 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32e9a0 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32ecbc 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32ed4c 1 C) semi-stub
[E-0]createDocumentInfoInternal(C:\users\austin\My Documents\My Kindle
Content\B00AZRBLHO_EBOK.azw) - DRM issue
*** Error in `Kindle.exe': double free or corruption (!prev): 0x7d7e2970 ***
wine: Assertion failed at address 0xf77b8be0 (thread 0029), starting
debugger...
winetricks -q vcrun2008 lets it run.
winetricks kindle will reproduce (though you'll need to set dlls back to
builtin since I'm going to commit that workaround ;) ).
--
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=40181
Bug ID: 40181
Summary: cmd: Conditional not applied to multiple commands
separated by '&'
Product: Wine
Version: 1.9.3
Hardware: x86
URL: http://store.dshack.org/index.php?/file/164-ctgp-7-off
icial-download/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: gerbilsoft(a)gerbilsoft.com
Distribution: ---
In a batch file, if using a conditional to execute a series of commands
separated by ampersands, only the first command has the conditional applied;
the remaining commands are always run.
Example:
if "A"=="B" echo OK & echo ERROR
Expected results: Nothing is printed.
Actual results: "ERROR" is printed.
Both Windows 7 and Windows 10 have the expected behavior.
wine-1.7.55 and 1.9.3 have the incorrect result.
This affects the batch file used by CTGP-7, a Mario Kart 7 modding utility.
--
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=40218
Bug ID: 40218
Summary: Rise of Nations Gold - Problem with colors starting
with wine 1.9.4
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pe.we.psi(a)gmail.com
Distribution: ---
Although the game runs well with wine and some native dlls (mfc42, msxml4,
quartz), after uprading to wine 1.9.4 all colors in the hole gameplay are
extremely pale and whitish. With wine 1.9.3 this problem was definitively not
present.
After uninstalling wine 1.9.4 and installing stable wine 1.8.1 from the
distribution the problem is also not present, so it must be introduced with
wine 1.9.4
--
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=40443
Bug ID: 40443
Summary: problems installing MS Office 2013
Product: Wine-staging
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thalesestevao(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54195
--> https://bugs.winehq.org/attachment.cgi?id=54195
backtrace playonlinux
I am trying to install Office 2013 on PlayOnLinux and giving this error when
the installer attempts to open the setup.exe file
--
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=40270
Bug ID: 40270
Summary: Half-Life (CD Version): Readme menu doesn't display
text file
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xylem2020(a)gmail.com
Distribution: ---
Created attachment 53901
--> https://bugs.winehq.org/attachment.cgi?id=53901
Screenshot
Half-Life's (CD Version) Readme menu doesn't display the text file it's
supposed to. Just appears as an empty black window.
Apparently, opening the menu can spam this in terminal:
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
The file in question is simply called "readme.txt" and it should be in the same
folder as your Half-Life executable (hl.exe).
--
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=39917
Bug ID: 39917
Summary: MS Office 2013 Professional x86 Plus setup
Product: Wine-staging
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)gallehr.de
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 53309
--> https://bugs.winehq.org/attachment.cgi?id=53309
backtrace
By running the setup wine crashes. See attachment
--
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=19527
Summary: Bullet points are invisible in wordpad
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: w41ter(a)gmail.com
[running wine.git current as of today, 30 Jul 09]
When using bullet points in wordpad, the bullets don't show:
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
Installing riched30 from winetricks fixes the problem.
(Filing this bug at Austin's request.)
--
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=40230
Bug ID: 40230
Summary: USER32.dll doesn't implement QueryDisplayConfig
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: mail.aermakov(a)gmail.com
Distribution: ---
Created attachment 53764
--> https://bugs.winehq.org/attachment.cgi?id=53764
Crash dump ov Divinity
Divinity Original Sin crashes on unimplemented function
USER32.dll.QueryDisplayConfig.
--
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=40454
Bug ID: 40454
Summary: Dark Souls 3 crashes after showing a white window
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: elric.templin(a)t-online.de
Distribution: ---
Created attachment 54204
--> https://bugs.winehq.org/attachment.cgi?id=54204
DS3 winedev
Running the same as my report in staging.
--
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=40377
Bug ID: 40377
Summary: Word 2010: Cannot embed TTC fonts when exporting to
PDF
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ms22170(a)outlook.com
Distribution: ---
Created attachment 54081
--> https://bugs.winehq.org/attachment.cgi?id=54081
an example of document with equation
I installed Microsoft Office Professional Plus 2010 in a clean 32-bit
wineprefix.
After copying fontsub.dll and t2embed.dll from Windows XP and setting them to
native, build in override, I can embed Fonts when exporting to PDF. However,
When a font is in a TrueType fonts collection(*.ttc), it cannot be embed and
become bitmaps in PDF, such as SimSun fonts. Moreover, when I enter a math
equation in Word. I can't see the equations in the exported PDF.
The font of the equation is Cambria Math. So I tried to substitute the TTC font
CAMBRIA.TTC with Cambria.ttf and CambriaMath.ttf which was unpacked from it,
and try it again. After that, the interface of Microsoft Word become quite
strange and it cannot work normally.
So what I want to know is whether there is a way to export PDF with TTC fonts
in Microsoft Word 2010 with wine.
--
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=32652
Bug #: 32652
Summary: Unable to run Articulate Storyline trial - Installs,
but quits at the splash screen
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)ncaafootballfreak.com
Classification: Unclassified
Created attachment 43077
--> http://bugs.winehq.org/attachment.cgi?id=43077
splash screen for SL
Steps to reproduce:
1. Install Articulate Storyline:
a. Go here: http://www.articulate.com/
b. Click on Free Trials
c. Fill out some information
d. Choose to download and install Storyline
2. Install the Flash Player for Internet Explorer (this is required to run
Storyline):
http://www.filehippo.com/download_flashplayer_ie/13966/
3. Open Storyline
Expected results:
Runs without any issues
Actual results:
Displays a splash page that says Initializing commands and then quits without
any error messages.
--
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=39438
Bug ID: 39438
Summary: Add support to Nvidia GTX 980
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: astroty.br(a)gmail.com
Distribution: ---
Created attachment 52553
--> https://bugs.winehq.org/attachment.cgi?id=52553
Patch I created for trying to add GTX 980 card
Currently, this video card is not added on Wine. Instead, I am using the
fallback card 470. (Tests made using Steam System Information)
I tried to create a patch manually for it. But, even though I got Steam to
report the right model of card, it reported it as having 0 VRAM
Patch I tried creating attached.
lspci entry bellow
_________________________________________________
01:00.0 0300: 10de:13c0 (rev a1) (prog-if 00 [VGA controller])
Subsystem: 19da:2368
Physical Slot: 4
Flags: bus master, fast devsel, latency 0, IRQ 47
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at d0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
[virtual] Expansion ROM at fb000000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Legacy Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [250] Latency Tolerance Reporting
Capabilities: [258] L1 PM Substates
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024
<?>
Capabilities: [900] #19
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia
_________________________________________________
The card has 4GB of memory as reported by nvidia-settings and in their website
--
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=14928
Summary: SonicStage 4.3 installer crashes almost immediately
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://forums.minidisc.org/index.php?showtopic=9586
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 4084
Created an attachment (id=15502)
--> (http://bugs.winehq.org/attachment.cgi?id=15502)
+relay,+seh,+tid
Crashes nearly instantaneously. +relay,+seh,+tid attached.
--
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=40469
Bug ID: 40469
Summary: Quake 2 GOG Version Crashes on Startup
Product: Wine
Version: 1.8.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: visserthree(a)gmail.com
Distribution: ---
I started the Quake II launcher from the GOG release, which gave a couple of
fixmes:
fixme:exec:SHELL_execute flags ignored: 0x00004000
fixme:system:SetProcessDPIAware stub!
fixme:win:FlashWindowEx 0x33f2ec - semi-stub
I set the launcher to start vanilla Quake II, and got this line:
err:seh:setup_exception_record stack overflow 1296 bytes in thread 002a eip
7bc48ee8 esp 00240e20 stack 0x240000-0x241000-0x340000
It didn't want to give a backtrace for some reason.
Host OS is Debian 7.
--
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=25523
Summary: printing from wordpad prints an empty page to a cups
printers
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
Editing some text in wordpad and then trying to print to a cups IPP printer
only prints an empty page. If I print to a (PS) file, that PS file is empty.
No msg in /var/log/cups/error_log!
NB: If I try to print with IE7, nothing happens: no print dialog appears (I
don't know if that has the same reasons as it happens in wordpad).
OS: Fedora 14, Kernel 2.6.35.9-64.fc14.i686.PAE.
All updates applied!
--
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=40417
Bug ID: 40417
Summary: Please remove Wine mime associations
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: sb56637(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Hello,
I run Wine on many different distros (openSUSE, Arch, Ubuntu, and others). On
all of them, after installing Wine it takes over my default mime program
associations for many common things like images and text files. There is no
reason I would ever want to open a text file with Wine's Notepad, and nobody
would ever want to open a JPG or PNG image in Wine's Internet Explorer. Please
remove these useless mime associations, and only leave the sensible ones like
.EXE and .MSI file associations.
Thanks a lot!
--
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=9522
Summary: Text entry box does not refresh properly, but worked in
v 0.9.20 and below
Product: Wine
Version: 0.9.21.
Platform: PC
URL: http://www.xcalibur.co.uk/MuckClient/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pdurland(a)gmail.com
As far as I know, this is an issue that exists in only one application, but
could extend to others.
The application is minor and the bug is minor so this is just a minute fix.
According to this page:
http://appdb.winehq.org/appview.php?iVersionId=8240&iTestingId=12794
Paul Fisher has been able to reproduce this on 3 separate versions of wine.
------------
Linux Distribution information: Ubuntu 7.04 on x86
Program: Muckclient v3.42
Issue: After connecting to a world, any text entered into the input box at the
bottom of the window will not be seen. I had this issue with 0.9.44 and
reverted back to 0.9.15 thanks to a testing note on the application DB pages. I
then grabbed different versions from that point and found the exact version
that 'broke' this functionality.
The 'break' occurred between 0.9.20 and 0.9.21, hence the version number I've
used in the report.
To reproduce:
Download and install program through wine.
Launch program.
Connection window will pop up. Double click on the entry already in the list.
Try typing in the entry box on the window that appears. No text will be seen.
--
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=40381
Bug ID: 40381
Summary: Grim Dawn (GoG) fails to start with runtime error
R6025
Product: Wine-staging
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nt(a)divzero.at
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
The game worked fine with a few tweaks before 1.9.6. If more information, debug
output and whatnot is required please let me know (please add me the exact
command line needed to produce the required output).
--
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=6939
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #14 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Closing duplicate bugs.
--
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=40274
Bug ID: 40274
Summary: insecure use of /tmp
Product: Wine
Version: 1.9.4
Hardware: x86
URL: https://bugs.debian.org/816034
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Hi,
https://bugs.debian.org/816034:
"wine uses /tmp/.wine-$UID as a directory for sockets and lock files.
This is insecure. Malicious local user could create /tmp/.wine-$UID for
another user's uid, preventing the other user from using wine.
Moreover, the server_connect() function doesn't check if /tmp/.wine-$UID
or its subdirectories are symlinks, so in some circumstances it might be
possible to trick wine to connect to an unrelated socket."
I'm not sure how to handle this best. I guess at least a link check should be
implemented.
Further if I read dlls/ntdll/server.c correctly the wineserver refuses to setup
the configuration dir if /tmp/.wine-$UID is owned by someone else. But I'm not
sure if this prevents using an already existing /tmp/.wine-$UID owned by
someone else.
Greets
jre
--
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=40171
Bug ID: 40171
Summary: SWTOR: Unhandled exception: divide by zero in 32-bit
code (0x008a0495).
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: romulocollopy(a)gmail.com
Distribution: ---
Created attachment 53673
--> https://bugs.winehq.org/attachment.cgi?id=53673
backtrace log
Exception occurs while playing Star Wars Thoe Old Republic on Play On Linux
with default options.
--
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=40203
Bug ID: 40203
Summary: WASAPI is hidden and not usable with winepulse.drv
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: engys(a)lumalab.net
Distribution: ---
Only if winepulse.drv is masked (disabled) it is possible to get WASAPI to
work.
Would be nice to get WASAPI no matter which driver backend is used and a
dream feature if WASAPI could work on top of winepulse.drv.
--
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=40440
Bug ID: 40440
Summary: Shogun total war crashes with a devide by zero error
when attempting to start a campaign game
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)yahoo.com
Distribution: ---
Created attachment 54192
--> https://bugs.winehq.org/attachment.cgi?id=54192
console log of crash (Campaign game started with defaults in normal mode)
As per the summary shogun total war crashes with a devide by zero error when
attempting to start a campaign game or when attempting to start the tutorial
mode. Given the extra fixmes in the log for amstream, the crash seems to occur
after any video should have played, but before the UI comes up. (The screen is
still black at the time of the crash.) Note this bug can only occur after
getting into the main menu, as there is no command line option to chose a game
mode.
--
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=40278
Bug ID: 40278
Summary: Office2010 Pro crashes amidst install Ubuntu 15.10
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agusti.rafols(a)gmail.com
Distribution: ---
Created attachment 53918
--> https://bugs.winehq.org/attachment.cgi?id=53918
crash report
After setting WINEARCH to create a profile for 32 bits and setting windows
version to win 7, installer worked apparently well, amidst installation it
crashed producing the attached report
--
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=31040
Bug #: 31040
Summary: wine does not display message in menu
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathieu.malaterre(a)gmail.com
Classification: Unclassified
I cannot get wine 1.5.5 to display the menu box. See steps to reproduce:
$ wget http://www.tomovision.com/download/binaries/Tomo_21_r5.zip
$ unzip Tomo_21_r5.zip
$ wine TomoVision.exe
It should display a warning message with a Yes/No click button. However no text
appears on the click buttons.
Thanks much !
--
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=27923
Summary: Endnote X5 Demo doesn't display text in left pane
properly
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A Reddit user complained today in
http://www.reddit.com/r/linux/comments/j0u8c/help_getting_endnote_x4_workin…
that Endnote X4 didn't display text in the left hand page.
That's also a complaint in the appdb.
The current demo is Endnote X5, but it has the same problem.
The console shows lots of
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_DISPLAYBAND: stub
'winetricks riched20' works around it.
--
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=40249
Bug ID: 40249
Summary: Error on installing office 2013
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.van.arem(a)planet.nl
Distribution: ---
Created attachment 53842
--> https://bugs.winehq.org/attachment.cgi?id=53842
errorlog
Trying to install Office 2013 via Playonlinux
--
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=40503
Bug ID: 40503
Summary: PDF Eraser does not open any PDF !!
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. I test program on new version of wine (1.9.8).
PDF Ereaser installed & open (launched) correctly. Thank you.
BUT IT IS USELESS because when I try to open a pdf file it will NOT WORK AT
ALL. Please look to screen shots:
(1) show pdf file named "TEST" (look for red arrow that added by me)
(2) now I open PDF Ereaser, then click on "Open file" from tools bar. Look that
it show "TEST" pdf file & a FULSE file called "TEST(1)". Please look for red
arrow & underline that I added.
(3) this show result when I select file "TEST" from previous step (2). PDF not
opened but I recieve a message as if I clicked on "Exit" !!
-------------------
If I select "TEST(1)" I will recieve error message say that this file NOT
existing !!
-------------------
Please fix.
--
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=40351
Bug ID: 40351
Summary: Unimplemented function
KERNEL32.dll.TryAcquireSRWLockExclusive
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: elderos(a)neronis.ru
Distribution: ---
Created attachment 54039
--> https://bugs.winehq.org/attachment.cgi?id=54039
backtrace
I always get this error when starting Steam version of Divinity: Original Sin
(tried 1.6.*, 1.7.*, 1.8.*, >1.9.5 wine versions)
--
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=40391
Bug ID: 40391
Summary: Wine fails to build in maintainer mode.
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Created attachment 54105
--> https://bugs.winehq.org/attachment.cgi?id=54105
Log of the failed build after configure --enable-maintainer-mode
Hi
Wine fails to build if configured with --enable-maintainer-mode, due to
Werror=discarded-array-qualifiers when building dlls/msdaps/row_server_p.c.
See the attached tail of the build log.
I don't know if these build failures are to be expected in maintainer mode,
didn't find any specific documentation about that. My motivation for doing
this, is for Debian building completely from source, without using pre-built
stuff like the TrueType fonts.
Overriding CFLAGS with -Wno-error workarounds this.
$ gcc --version
gcc (Debian 5.3.1-13) 5.3.1 20160323
$ git describe
wine-1.9.6-271-gf34fd25
$ ./configure --enable-maintainer-mode --enable-win64
Greets
jre
--
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=40241
Bug ID: 40241
Summary: Black Screen, no visuals (but sound) (Stardew Valley)
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: cespinarve(a)hotmail.com
(Those who want to review the back-and-forth of a bunch of wine novices may
want to review this short thread here:
http://community.playstarbound.com/threads/mac-osx-wineskin-attempts.106850/
The error, or a solution, may be glaring obvious to people who actually know
what they are doing - and if you can, please lend us your aid)
Create a fresh 32-bit wineprefix. Installed dotnet40, xna31, xna40, possibly
mono (the terminal was kind of vague if that did anything), Added the following
drivers:
d3dx10_33 through to d3dx10_43 (all native)
d3dx9_43 (native)
gameoverlayrenderer (native)
mscoree (Native)
In the registry, HKEY_CURRENT_USER -> Software -> Wine -> Direct3D added DWRORD
value MaxVersionGL with a hex value of 30002.
Installed steam, installed Stardew Valley. Without the MaxVersionGL value, game
crashes on launch with a pop-up giving the error:
'"No suitable graphics card found.
Could not find a Direct3D device that supports the XNA Framework HiDef profile
Verify that a suitable graphics device is installed.
Make sure the desktop is not locked , and that no other application is runing
in full screen mode.
Avoid running under Remote Desktop or as a windows service.
Check to display properties to make sure hardware acceleration is set to Full."
With the MaxVersionGL value, the game does launch, but does so as a black
screen without any graphics - although sound does play. Since the cursor is
invisible, clicking around the black screen has no discernable effect, and nor
does switching between windowed and fullscreen. Running steam again with a
virtual desktop does not solve the problem. Quoting directly from the guy who
suggested I make this bug report (and understands wine better than I):
"Describe the expected behaviour, running the game and describe what happens
now with the wine output. Then provide further information, in this case we
expect it at first didn't work, because wine on the compatibility profile of
opengl, that OSX support, which provides only Opengl 2.1, is not enough for the
xna HighDef profile, that the game needs. Setting maxglversion to 3002 fixes
this, so the game does launch and atleast sound is okay, but the graphics don't
work. Wine outputs a few GL_INVALID_ENUM and GL_INVALID_OPERATION, which
probably are related to using a Core Profile and wine using opengl in ways only
allowed in Compatibility contexts, most notable glLightModeli and glTexEnvf."
Anyone who wants to look at copies of most of our console outputs can check the
thread - we posted a lot of them there.
--
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=35511
Bug ID: 35511
Summary: NdrProxyInitialize causes crash during set up
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paul.manners(a)gmail.com
Classification: Unclassified
Created attachment 47404
--> http://bugs.winehq.org/attachment.cgi?id=47404
backtrace from crash
When trying to run a setup application it fails. See the attached backtrace.
On recommendation I installed ie7 through winetricks. This unfortunately did
not help.
--
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=40519
Bug ID: 40519
Summary: The problem occurs under ubuntu or debian, whatever
the version of WINE (it is configured with Windows XP,
8 or 10).
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tolevame(a)gmail.com
Created attachment 54330
--> https://bugs.winehq.org/attachment.cgi?id=54330
MindView is the application in question, whatever the version.
The application installs well. The execution of works window opens well, then
displays an error message that says the problem may be with Wine or the
application (mindview).
--
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=33079
Bug #: 33079
Summary: Dragon Naturally Speaking 12 crahses while drawing
html
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ld5talk3r(a)gmail.com
Classification: Unclassified
Created attachment 43731
--> http://bugs.winehq.org/attachment.cgi?id=43731
the output of wine-1.5.24 natspeak.exe
most likely this is just me being uninformed on how to get it to run.
for others this program obviously doesn't cause any problems.
therefore it's minor severity.
I'm running gentoo with various wine-versions.
to install dns12 I had first to install dotnet.
I did do this with the environment variable for 32-bit
however, it seems winetricks downloaded a hybrid version instead of pure
32-bit.
now when I run natspeak.exe it stops after initializing with right-side window
covered in black.
--
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=33628
Bug #: 33628
Summary: Game Dev Tycoon crashes on Wine 1.5.30 + Ubuntu 13.04
64 bits
Product: Wine
Version: 1.5.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: castarco(a)gmail.com
Classification: Unclassified
Created attachment 44514
--> http://bugs.winehq.org/attachment.cgi?id=44514
Backtrace
Game Dev Tycoon can be installed without problems using Wine 1.5.30 on Ubuntu
13.04 64bits, but it's not usable because it crashes during its start up.
I've attached the 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.
http://bugs.winehq.org/show_bug.cgi?id=31355
Bug #: 31355
Summary: Incubation(GOG version) crashes after click New Game
or Load
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dolejsjan83(a)gmail.com
Classification: Unclassified
Created attachment 41199
--> http://bugs.winehq.org/attachment.cgi?id=41199
backtrace ffrom app
Working excelent in wine shipped with Ubuntu12.04 (Mint 13)
--
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=25897
Summary: Logbook printing in MCC Pilotlog renders all
characters lower case.
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charliethepilot(a)gmail.com
Created an attachment (id=33005)
--> (http://bugs.winehq.org/attachment.cgi?id=33005)
Terminal output from MCC Pilotlog
Using MCC Pilotlog Vista/7 version, AppDB entry here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=22277
When printing, all characters are rendered in lower case only. When using the
same feature on an installation on a Vista VM, a mix of upper and lower case
characters can be clearly seen.
This bug can be repreoduced most easily by clicking 'Settings -> Logbook
printing', then the icon next to 'View Demo'. Same result from the 'Print log
and forms' menu. Affects whichever printer I choose.
Terminal output attached, this issue starts shortly after line 333.
--
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=35905
Bug ID: 35905
Summary: Apparently Wine is Being Patented By the Company That
Runs Behind Longene Project
Product: Wine
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffbaichina(a)members.fsf.org
As you may have heard from several news site all around like...
Phoronix - http://www.phoronix.com/forums/showthread.php?t=98304&goto=newpost
LinuxToy (In Chinese) -
https://linuxtoy.org/archives/chinese-applied-patent-about-wine-arm-and-gra…
As a member from a Chinese founded community, and as we have Wine as part of
our distribution repository... we feel deeply ashamed to this incident. There
seemed no need for me to comment more on this, so I am here just trying to
leave this Bug report and we are hoping to see the progress on dealing with
this shameful action soon.
We feel sorry and ashamed, again. But just to make this clear, we are not
seeing this as any kind of racial problem. As a community that pushes forward
to open, we feel not the same as anyone who led to this shameful incident, in
this emerging world-level open source movement, we hope the best to real open
source guys that knows what to share and what to charish.
Here, may conclude the bug report.
Jeff Bai from AOSC
--
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=34743
Bug #: 34743
Summary: does not start the game Perfect World Russian (hosted
by Mail.Ru Games)
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: masterslavee(a)gmail.com
Classification: Unclassified
http://static.dl.mail.ru/PwLoaderM.exe
--
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=33855
Bug #: 33855
Summary: Auto Club Revolution Choppy performance
Product: Wine
Version: 1.6-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 44902
--> http://bugs.winehq.org/attachment.cgi?id=44902
Terminal output
So I downloaded and installed free 2 play game Auto Club Revolution on 32 bit
wine prefix
during the installation i had a little problem, it asked me if i wanted to
install direct x when I checked yes, installation of direct x would hang and
would not do any thing but if I would not try to installation direct x it would
install the game properly. After the installation I installed direct x9 from
the winetricks
When started the game every thing looked great game runs great every thing
works but suddenly it started to freeze and after couple of seconds it would
continue
http://ubuntuone.com/5D7nN5FU1SgayOYQ1s211a
--
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=21135
Summary: Virtual desktop resolutions not correctly reported
under nvidia TwinView
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)araneidae.co.uk
The set of available screen resolutions reported to applications running in a
virtual desktop doesn't seem to sensibly match the physical screen resolutions
available.
For example, running a TwinView setup with a 1920x1200 + 1280x1024 screens, the
largest screen resolution available to applications appears to be 1280x1024.
--
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=33434
Bug #: 33434
Summary: Corel Draw 12 still fails to install with wine 1.5.28
Product: Wine
Version: 1.5.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjwucherpfennig(a)gmx.net
Classification: Unclassified
Created attachment 44241
--> http://bugs.winehq.org/attachment.cgi?id=44241
Try to install Corel 12 with Wine 1.5.28
The installation freezes.
--
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=31663
Bug #: 31663
Summary: Ssh tectia client 6.1.5 not start
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fantonifabio(a)tiscali.it
Classification: Unclassified
I have install ssh tectia client 6.1.5 with license on ubuntu 12.04.1 with wine
1.5.12 from official ppa.
Install works but on start program not start, not show error and there is the
tectia process running of broker and gui.
--
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=29531
Bug #: 29531
Summary: Folder navigation causes audio playback glitches in
CDBurnerXP
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: b0652dd8bdb144645be4a6bf77cbb68a8ade49d9
Created attachment 38258
--> http://bugs.winehq.org/attachment.cgi?id=38258
+tid,+mmdevapi,+winmm,+midi,+dsound,+dmusic,+mci,+oss,+alsa,+coreaudio log
(4.3MB)
CDBurnerXP has an integrated audio player to allow playing the tracks in an
audio CD compilation before burning it. It also has a file browser from which
audio files can be added to the compilation.
Trying to use both of these features at once causes audio playback glitches
since 1.3.31: when changing folders in the file browser, the currently-playing
audio may stutter for a moment (not every time). Regression testing indicated:
b0652dd8bdb144645be4a6bf77cbb68a8ade49d9 is the first bad commit
commit b0652dd8bdb144645be4a6bf77cbb68a8ade49d9
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Oct 10 15:56:55 2011 -0500
winealsa.drv: Don't try to control ALSA's behavior.
Now, winealsa maintains its own buffer, which is written to ALSA on the
period cycle requested by the application. We also let ALSA start when
it has enough data and stop when it runs out, recovering from the
expected underruns. This seems to be more like how ALSA expects to be
used.
:040000 040000 874ae9456f596d46ee3911eabcbc6f291afe48cb
62ca893abef4dd0459b201d4c45d0c7b0c87a989 M dlls
git checkout b0652dd8bdb144645be4a6bf77cbb68a8ade49d9 -> changing folders can
interrupt audio playback
git checkout b0652dd8bdb144645be4a6bf77cbb68a8ade49d9^ -> audio is never
interrupted
The attached log is from a system using just ALSA, no PulseAudio. I also
checked another system with PulseAudio running, and the same problem exists
there.
Steps to reproduce:
1. Install .NET prerequisite with winetricks dotnet20
2. Install and run CDBurnerXP
3. Choose "audio disc" mode from the main menu
4. Use the file browser at the top and the "add" button to add at least one
wav/flac/mp3 file to the compilation (drag and drop won't work, see bug 22691)
5. Double-click the audio file in the lower section of the screen to start
playback (the "play" button won't work, even on Windows)
6. Now use either the treeview or listview portion of the file browser to enter
various folders
--
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=34189
Bug #: 34189
Summary: Text labels show as transparent (through the window)
and don't draw the application background properly in
Need For Speed World Launcher
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adman.com(a)gmail.com
Classification: Unclassified
Created attachment 45478
--> http://bugs.winehq.org/attachment.cgi?id=45478
screenshot with transparent label backgrounds
Using Need for Speed: World GameLauncher.exe, the attached screenshot appears:
(black is the colour of the window behind it, when on a white background (like
a webpage or anything else, the text is mostly unreadable).
All the text labels become transparent.
Tested on Mac OS X 10.7.5 with Wine 1.6 installed via homebrew, in a clean
WINEPREFIX with ie8 and dotnet20 winetricks installed.
Stdout/stderr log at http://pastebin.com/nRH6SRFq
--
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=36485
Bug ID: 36485
Summary: The King of Fighters 2002 Unlimited Match: Crashes
when starts the execution.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thrasher2k2(a)gmail.com
Created attachment 48551
--> http://bugs.winehq.org/attachment.cgi?id=48551
This is a file that i saved with log information.
Wine crashes when I double click in .exe of The King of Fighters 2002 Unlimited
Match to start application.
--
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=37743
Bug ID: 37743
Summary: SteuerSparErklärung 2015: License text not displayed
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Created attachment 50255
--> https://bugs.winehq.org/attachment.cgi?id=50255
Screenshot of license dialog with highlighted rtf code
During installation of "SteuerSparErklärung 2015" the license text is not
displayed at all (white area).
If I mark it with the mouse I see rtf code (see attachment), which can't be
copied though.
The rtf code seems to be different from the other license-not-shown bugs,
therefore the new bugreport.
"winetricks riched20" solves the problem.
System:
=======
wine 1.7.33 (own build using the official Debian packaging, no Gecko
installed).
Also found in Debian wine 1.6.2 with gecko installed.
Reproduce:
==========
http://www.steuertipps.de/gateway/softwareGateway.cfm?folder=demo&filename=…
sha1sum SSEStandard_20.20.70.exe
e61a6e806380d6809b4fb82f76638abd68ca797a SSEStandard_20.20.70.exe
Confirm "WinZip Self-Extractor"
Click "Installation starten"
Click "Express-Installation"
Tick "Testversion installieren" and confirm
--
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=38225
Bug ID: 38225
Summary: Program lws251 does not run
Product: Wine
Version: unspecified
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cwalins(a)nycap.rr.com
Program lws251.exe does not run. Operating system Ubuntu 14.04 LTS. Program
available from
http://support.logitech.com/support/en_us/search#q=lws251&t=Products.
--
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=19478
Summary: Earthworm Jim 3D: Only displays a quarter of the
screen.
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
When the GOG.com version of Earthworm Jim 3D is launched only the bottom left
corner of the games screen appears in the top left corner of the screen (see
screenshot).
--
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=35315
Bug ID: 35315
Summary: Jewel of the Oracle: crashes at start
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 47100
--> http://bugs.winehq.org/attachment.cgi?id=47100
JOTO backtrace
Hello,
the game Jewel Of The Oracle crashes at start.
In the terminal I obtained:
wine: Unhandled page fault on read access to 0xffffffff at address
0x131f:0x00002782 (thread 0029), starting debugger...
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
and I joined you the backtrace.
It seems to be a 16 bits game and should have Director 4 technology
(Macromedia).
LGDN.
--
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=1719
--- Comment #31 from Pathy Miklós <mpathy(a)progadat.hu> ---
Created attachment 54333
--> https://bugs.winehq.org/attachment.cgi?id=54333
This is how it looks like in windows7
The demo application running under windows7. This, or something similar it
should look like in wine.
--
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=1719
--- Comment #30 from Bruno Jesus <00cpxxx(a)gmail.com> ---
I believe there are improvements in this bug but I can't compare with Windows
behavior now and there are no screenshots displaying the problem. When I
minimize the child windows they became icons and there is no screen corruption
happening. I understand that instead of icons they should be little tabs as
stated in comment 0 but as I said I can't compare with Windows right now.
--
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=40507
Bug ID: 40507
Summary: Company of Heroes freezes when notification tries to
get focus
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gQuigs(a)gMail.com
Distribution: ---
Steps to reproduce:
1. Setup calendar event in Google Calendar to alert you in 5 minutes.
2. Start a CoH Skirmish game (through steam).
3. Will freeze when alert goes off.
This can also be recreated by being IMed via Steam/Pidgin, but that requires
another party. Alt-tabbing out of the game also freezes it, might be related.
It seems you don't actually need to be in a game for the bug to happen. The
initial menu is fine.
I haven't been able to get any useful logs of the event.
Workaround I use:
Close everything else, and open Steam conversation windows to anyone who might
start a conversation with me. Disable Steam overlay.
I'm running Ubuntu 16.04 with Wine that I just build in my PPA:
https://launchpad.net/~bryanquigley/+archive/ubuntu/wine
The first time I tried this game in wine on version 1.7.46, the alt-tab issue
was present.
--
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=4836
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sebastian(a)fds-team.de
--
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=40139
Bug ID: 40139
Summary: 3M Cloud Library crashes when click on a borrowed
audio book
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hktv30881(a)gmail.com
Distribution: ---
Created attachment 53638
--> https://bugs.winehq.org/attachment.cgi?id=53638
Text from the "Show Details" in "Program error" dialog
3M Cloud Library is an application to borrow audio books from the library. A
user enter his/her library card number, login, browse/find available books, and
then click "borrow". The book will show up in "MyBook" list and the user can
click on it to play the audio.
The 3M Cloud Library program installed properly under WINE 1.8 (Lubuntu 15.10).
I can log in, browse, config my account without any problem. I can borrow a
book and it does show up in "MyBook" list. However, when I click on the
borrowed book, the program crashes.
In Windows 7, it will start to play audio by opening a new window.
The program is available for download at:
http://www.3m.com/us/library/eBook/pc.html
--
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=40464
Bug ID: 40464
Summary: Unimplemented PVRC texture format support
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jcarthew(a)gmail.com
Distribution: ---
Created attachment 54222
--> https://bugs.winehq.org/attachment.cgi?id=54222
Basic trace of error
Wine has not implemented PVRC texture format within wine D3D/DirectDraw. This
causes errors to appear in Warhammer: Dark Omen.
--
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=3864
tomlohave <tomlohave(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tomlohave(a)gmail.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.
https://bugs.winehq.org/show_bug.cgi?id=657
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yousifjkadom(a)yahoo.com
--- Comment #113 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
*** Bug 40503 has been marked as a duplicate of this bug. ***
--
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=3452
--- Comment #31 from Austin English <austinenglish(a)gmail.com> ---
(In reply to joaopa from comment #30)
> Do not know. I don't have dosbox installed.
Please install to test it, wine uses it for DOS executables.
--
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=3452
--- Comment #30 from joaopa <jeremielapuree(a)yahoo.fr> ---
Do not know. I don't have dosbox installed.
--
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=30718
Bug #: 30718
Summary: CraftStudio crashes when you double-click on
"Double-click here"
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Saw this on twitter today:
https://www.facebook.com/CraftStudioGames/posts/381877625196587
--snip--
Just a heads up: with the latest Wine under Linux, CraftStudio (kinda) works.
It crashes as soon as 3D should be displayed but you can connect to servers and
chat with other people just fine.
I'm using the dev version (wine1.5) from a PPA under the latest Ubuntu.
In case anyone wants to try it out... I installed .NET and DirectX through
winetricks ("winetricks dotnet40" and "winetricks directx9") and then launched
the install with "msiexec /i CraftStudio.msi".
--snip--
So I tried downloading the app from http://craftstud.io/
Just in case Ubuntu 12.04 was causing trouble, I tried the
echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope
workaround from
http://bugs.winehq.org/show_bug.cgi?id=30410#c3
I then did
rm -rf .wine
winetricks dotnet40
wine msiexec /i CraftStudio.msi
It said DirectX and xna40 were not yet present, but I clicked Next anyway.
The next dialog was "DXSetup.exe - Unable to find a version of the runtime to
run this application".
(The DXSetup.exe that was running is the one bundled with the
xna40 redistributable, and you can also see this error with "winetricks
xna40".)
The app appears to install ok, lets you create an account, and lets
you log in.
Then to repeat the crash, click on "Public Test Project"
and then double-click where it says "Double-click here".
The console shows
Unhandled Exception: System.NotImplementedException: The method or operation is
not implemented.
at Microsoft.Xna.Framework.Graphics.Texture2D..ctor(GraphicsDevice
graphicsDevice, Stream stream, Int32 width, Int32 height, XnaImageOperation
operation)
--
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=40499
Bug ID: 40499
Summary: PDF-XChange PDF Viewer Unhandled exception
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yoshimit(a)gmail.com
Distribution: ---
Created attachment 54278
--> https://bugs.winehq.org/attachment.cgi?id=54278
error log when using PDF-XChange PDF Viewer
When trying to use the OCR function, I got a exception and the app crash.
Log 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.
https://bugs.winehq.org/show_bug.cgi?id=40498
Bug ID: 40498
Summary: Nicholas Eymerich Inquisitor 1 The Plague: When the
resolution is setted as native, mouse cannot go past a
certain screen column
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Created attachment 54277
--> https://bugs.winehq.org/attachment.cgi?id=54277
Nicolas Eymerich Inquisitor 1 The Plague log
When setting the screen native resolution (in this case 1366x768, also the
highest resolution settable in my case ) and using FullScreen mode,sometimes
mouse cannot go past a certain column on the screen, near the right end,
behaving as if it was the end of the screen.
It seem non completly deterministic. Sometimes I can play correctly, other
times I cannot.
It can be easily workarounded using a lower resolution (between the settable
ones), or using windowed mode with the native resolution.
Attach wine log (that however seems always the same, either if the bug happens,
or if the bug doesn't happen )
--
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=3452
--- Comment #29 from André H. <nerv(a)dawncrow.de> ---
It's Wine calling dosbox...
Does the game works in dosbox?
--
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=40471
Bug ID: 40471
Summary: wine staging makes laptop run REALLY hot
Product: Wine-staging
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jrwillette88(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
I am trying to play Age of Empires 2 on voobly and I couldn't get it to work
with regular wine. I followed the instructions below to make it work...
https://www.reddit.com/r/aoe2/comments/2zyogr/how_to_playing_aoe_ii_on_voob…
But when I play the game, even just the game not on voobly, my laptop becomes
really hot (~80C), meanwhile if I play it on plain old wine it stays really
cool which it should (I have 2015 MacBookAir) playing a game form the 90's, but
it will not work on voobly.
I would like to get to the bottom of the heat issue if possible, but I have no
way to follow up with what is making it overheat and what I can do about it.
Any ideas?
--
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=4836
Dmitry Timoshkov <dmitry(a)baikal.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/wineps.drv-Pos
| |tScript_Fixes
Status|NEW |STAGED
--
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=3452
--- Comment #27 from joaopa <jeremielapuree(a)yahoo.fr> ---
The game requests to play in DosBox.
What to do with a such game?
Marking as WONTFIX? NOTOURBUG?
--
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=8028
--- Comment #18 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Still in wine 1.9.8. as per the procedure of comment 2.
When you press Update the second time with the scrollbar in the middle of the
list it will blank the screen and slowly scroll until 0 and then it will redraw
everything and put the scrollbar in the correct position.
--
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=3930
--- Comment #75 from Bruno Jesus <00cpxxx(a)gmail.com> ---
This bug will be present until we implement Win95 like second thread callbacks
in winmm. It could be only used when Windows < XP is used. There is no need to
test from time to time, it is not by chance that it is over 10 years old.
--
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=40486
Bug ID: 40486
Summary: Install tax2016 on Linux and/or Mac (same error)
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: volker.persch(a)t-online.de
Distribution: ---
Created attachment 54256
--> https://bugs.winehq.org/attachment.cgi?id=54256
backtrace
Installation fails (installer starts) after the installation directory is
provided and the installation "configures the software". See attachment.
--
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=40467
Bug ID: 40467
Summary: TrackMania² Canyon: Fails to Launch ("unimplemented
function sfc.dll.SRSetRestorePoint")
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: Other
Created attachment 54225
--> https://bugs.winehq.org/attachment.cgi?id=54225
Console output
When attempting to launch the Steam version of "TrackMania² Canyon" it
immediately crashes.
I am attaching the console output and a backtrace.
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.2 (64 bit)
Kernel: 3.19.0-26-generic
Graphics: Proprietary NVIDIA 361.28
--
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=40410
Bug ID: 40410
Summary: winetricks directx9 crashes
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Created attachment 54147
--> https://bugs.winehq.org/attachment.cgi?id=54147
crash log from wine-1.9.6-271-gf34fd25
When i want to install DXSETUP.EXE from directx_feb2010_redist.exe or when i
try to run "winetricks directx9" it crashes.
This is a regression caused by wine-1.9.6-271-gf34fd25:
commit f34fd257c6c83804075914ee2b82cc42eadc683f
Author: Austin English <austinenglish(a)gmail.com>
Date: Mon Mar 28 02:54:12 2016 -0500
sfc: Document ordinal only exports.
Unhandled exception: unimplemented function sfc.dll.SRSetRestorePoint called in
32-bit code (0x7b43b704).
--
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=40434
Bug ID: 40434
Summary: samsung,kies 2.6,crash during installation
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: epistemepromeneur(a)free.fr
Distribution: ---
Created attachment 54181
--> https://bugs.winehq.org/attachment.cgi?id=54181
backtrace of the crash
opensuse 13.1 x86_64
wine 1.9.7
kies last 2.6 version for my samsung S2 plus
here http://www.samsung.com/us/support/owners/app/kies
crash occurs during "hotfix" installation
see the backtrace.txt
samsung support says here
http://www.samsung.com/us/support/owners/app/kies
that kies needs
.Net Framework 3.5 SP1 or above
Windows Media Player 10 or above
DirectX 9.0C or above
during my experiment i learned this
-if .net is not installed then i didn't see kies install it
-if .net3.5sp1 is installed then kies installs .net4.0
-during installation kies installs wmf11
- i didn't see kies installing directx 9
- searching in internet i learned that kies needs java
here
http://www.technipages.com/samsung-kies-software-stuck-at-installing-hotfix…
then for my experiments i installed previously :
.net 4.0 (use winetricks)
directx 9 (use winetricks)
windows media format 11 (i get wmfdistt11.exe from softpedia.ro)
java (i get jre7u80 32 bit from java32bit.com . java 8 install fails)
then i install kies
then i get a 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=3930
--- Comment #74 from Béla Gyebrószki <gyebro69(a)gmail.com> ---
(In reply to joaopa from comment #73)
> Still a bug in current wine?
Yes it is (Wine 1.9.8 & 1.9.8 Staging).
--
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=5941
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #27 from joaopa <jeremielapuree(a)yahoo.fr> ---
Still a bug in current wine?
--
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=3930
--- Comment #73 from joaopa <jeremielapuree(a)yahoo.fr> ---
Still a bug in current wine?
--
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=3452
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #26 from joaopa <jeremielapuree(a)yahoo.fr> ---
Still a bug in current wine?
--
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=1719
--- Comment #29 from joaopa <jeremielapuree(a)yahoo.fr> ---
Still a bug in current wine?
--
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=833
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> ---
What is the status of this bug? Closed as ABANDONED?
--
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=8028
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.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.
https://bugs.winehq.org/show_bug.cgi?id=8028
--- Comment #17 from super_man(a)post.com ---
I don't see anything wrong with scrolling. wine 1.9.8
--
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=40472
Bug ID: 40472
Summary: TIDAL crashes
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pierre-bugzilla(a)ossman.eu
Distribution: ---
Just starting TIDAL on a fresh installation causes it to crash. No idea why at
this point. Bug 38825 was about a previous such crash, but that should be fixed
as I'm running wine 1.9.7.
Log attached for command:
WINEDEBUG=+relay,+seh,+tid wine "C:\\Program Files (x86)\\TIDAL\\TIDAL.exe"
2>tidal.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=40282
Bug ID: 40282
Summary: mIRC 7.43 options dialog does not accept focus / user
input
Product: Wine
Version: 1.9.5
Hardware: x86
URL: http://www.mirc.com/get.html
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
CC: dmitry(a)baikal.ru, jacek(a)codeweavers.com
Regression SHA1: 0d7116b968edae3f5912112bda436df8924911fb
Distribution: ---
Mentioned as side-note in https://bugs.winehq.org/show_bug.cgi?id=40280.
Steps to reproduce:
* Download and install mIRC from http://www.mirc.com/get.html (current version
is 7.43, sha1: 4c779241fc6ea84d981bc0e720594bc610da0109).
* Start mirc.exe. Click two times on "Continue" to get rid of the startup
dialogs. It is necessary to wait a bit before you can click the second time.
* The options dialog opens op, but does not accept the focus or any user input.
Since its not possible to close the options dialog, the whole application
cannot be used anymore.
Bisecting returns:
--- snip ---
0d7116b968edae3f5912112bda436df8924911fb is the first bad commit
commit 0d7116b968edae3f5912112bda436df8924911fb
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed Mar 2 15:04:24 2016 +0100
user32: Use proper window as dialog owner.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 5d332005ebbd6ff9625ce42299e5d7db2780a6c1
0294a64212edf6212f7d4a22205d0d20a4f7b215 M dlls
--- snip ---
Reverting only this commit does _NOT_ fix the issue, the follow-up commit
0d7116b968edae3f5912112bda436df8924911fb has to be reverted aswell. I haven't
investigated this issue further yet, but it shouldn't be too difficult to
reproduce since the affected application is freely available.
--
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=40414
Bug ID: 40414
Summary: VirtualDub 1.10.4 crashes when attempting to play
video with Directx9/11 backend
Product: Wine
Version: 1.9.7
Hardware: x86
URL: https://sourceforge.net/projects/virtualdub/files/virt
ualdub-win/1.10.4.35491/VirtualDub-1.10.4.zip/download
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
I'm aware that DirectX10/11 is being built. This is just to report the problem
and ensure we have some programs to test aside from close sourced paid games.
To reproduce open VritualDub and then Option->Preferences->Display. The "Use
DirectX for display panes" will be already selected so just tick the "Use
Direct3D 9/11 (EXPERIMENTAL)" feature. Now try to open a video and play file
supported by our codecs.
Sample video file (˜600kb):
https://samples.mplayerhq.hu/V-codecs/CVID/lisa.avi
fixme:dxgi:DXGID3D10CreateDevice Ignoring flags.
fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type.
fixme:dxgi:dxgi_device_init Ignoring adapter type.
fixme:d3d11:device_parent_create_swapchain_texture device_parent 0x1a9bec,
container_parent 0x191818, wined3d_desc 0x32cb38, wined3d_texture 0x19ac08
partial stub!
fixme:d3d11:device_parent_create_swapchain_texture Implement DXGI<->wined3d
usage conversion.
wine: Unhandled page fault on write access to 0x00000000 at address 0x49f7e490
(thread 0035), starting debugger...
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x49f7e490).
...
Backtrace:
=>0 0x49d96490 _d3d11_device_CreateQuery+0x110() in d3d11 (0x0032d3d8)
0x49d96490 _d3d11_device_CreateQuery+0x110 in d3d11: movl %eax,0x0(%ecx)
It is important to run "VirtualDub.exe /h" to disable its internal crash
handler.
It is hard to tell if something similar is already reported, if it is please
take my apologies in advance.
--
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=39444
Bug ID: 39444
Summary: Fifa 2005 Demo version - black and flashing screen
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
I am the maintainer of "Fifa 2005 Demo" which can be downloaded from the
following URL:
http://www.gamershell.com/download_6947.shtml
It is the first time that I test this demo with a new version of wine and a new
computer.
The demo starts I can hear sound but the screen stays black but occasionally
flickers. Mouse cursor is shown all the time and reacts normally.
This is the video hardware I have, an onboard chipset:
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Wrestler [Radeon HD 6310]
I noticed bugs 8946 and more recent 37551.
Would you mind looking into this?
Regards,
Maik
--
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=22762
Summary: Battlefield Bad Company 2 tries to use DX10, fails
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
As described in
http://appdb.winehq.org/objectManager.php?sClass=version&iId=19520
you have to tell bfbc2 to use directx9, or it will use dx10 and just
sit there. It's supposed to be autodetecting, so maybe our dx10 shouldn't
advertise itself yet?
--
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=37460
Bug ID: 37460
Summary: civilizations beyond earth crashes on startup
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sand--demon(a)hotmail.com
Created attachment 49832
--> https://bugs.winehq.org/attachment.cgi?id=49832
Error Logs
Unhandled exception: page fault on read access to 0x00000001 in 32-bit code
(0x0
Running on a mac using wine to run civ beyond earth
--
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=17918
Summary: AvsP Preview window fails to load
Product: Wine
Version: 1.1.18
Platform: All
URL: http://avisynth.org/qwerpoi/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cheeseboy(a)awesome-toons.org
Created an attachment (id=20249)
--> (http://bugs.winehq.org/attachment.cgi?id=20249)
wine log
AvsP is a IDE for avisynth.
I am on gentoo linux and am runnng wine 1.1.18. When I open a avs script or
write one in editor and attemp to preview it Only a black box appears.
Pic: http://i39.tinypic.com/2s17rrk.jpg
How to reproduce:
Download install avisynth from
http://downloads.sourceforge.net/avisynth2/Avisynth_258.exe
Download http://www.avisynth.org/qwerpoi/AvsP_v2.0.2.zip
Unzip AvsP_v2.0.2.zip and open AvsP.exe
type either MPEG2Source("Z:\path\to\file.mpg") avisource("Z:\path\to\file.avi")
note: for avi you may need a codec
press f5 to preview video
log attached below
--
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=32007
Bug #: 32007
Summary: AMD Demo - Whiteout crashes with null-ish pointer read
after dxgi_output_GetDisplayModeList
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dxgi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Found while checking bug 23402.
Installing just the demo, and declining DirectX runtime installation,
succeeds if you set wine for vista. The app then aborts with
fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x140a38, format
DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x3, mode_count 0x33fa1c, desc (nil) partial
stub!
wine: Unhandled page fault on read access to 0x00000030 at address 0x30 (thread
0009), starting debugger...
--
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=40260
Bug ID: 40260
Summary: APB Reloaded (Steam) fails to launch (wine-mono 4.6.0;
shared wow64; win7)
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 53876
--> https://bugs.winehq.org/attachment.cgi?id=53876
terminal output (WINE_MONO_TRACE=E:SIGSEGV)
After upgrading to wine 1.9.5 and installing wine-mono 4.6.0 the game launcher
does not start, blocking from playing the game.
This is for the Steam version of APB Reloaded.
The attachment is the terminal output with WINE_MONO_TRACE=E:SIGSEGV.
--
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=9030
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #56 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.9.8.
--
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=5977
--- Comment #29 from super_man(a)post.com ---
Still valid 1.9.7 and staging 1.9.7
--
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=40463
Bug ID: 40463
Summary: Formatfactory ended after transmission.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: testthesoft(a)onlinehome.de
Distribution: ---
Created attachment 54221
--> https://bugs.winehq.org/attachment.cgi?id=54221
Fehlerabbruch beim Beenden der Umwandlung durch FormatFactory.
System is:
ih@lserver ~ $ inxi -Frx
System: Host: lserver Kernel: 3.19.0-32-generic i686 (32 bit gcc: 4.8.2)
Desktop: MATE 1.12.0 (Gtk 3.10.8~8+qiana)
Distro: Linux Mint 17.3 Rosa
Machine: Mobo: Gigabyte model: 8IPE1000-G/L v: x.x
Bios: Award v: F4 date: 04/26/2005
CPU: Single core Intel Pentium 4 (-HT-) cache: 1024 KB
flags: (pae sse sse2 sse3) bmips: 6029
clock speeds: max: 3014 MHz 1: 3014 MHz 2: 3014 MHz
Graphics: Card: NVIDIA NV34 [GeForce FX 5200] bus-ID: 01:00.0
Display Server: X.Org 1.17.1 drivers: nouveau (unloaded: fbdev,vesa)
Resolution: 1024x768(a)60.0hz
GLX Renderer: Gallium 0.4 on NV34
GLX Version: 1.5 Mesa 10.5.9 Direct Rendering: Yes
Audio: Card Intel 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller
driver: snd_intel8x0 ports: d800 dc00 bus-ID: 00:1f.5
Sound: Advanced Linux Sound Architecture v: k3.19.0-32-generic
Network: Card: Realtek RTL8169 PCI Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: a000 bus-ID: 02:09.0
IF: eth0 state: up speed: 1000 Mbps duplex: full
mac: 00:14:85:16:a6:65
Drives: HDD Total Size: 1000.2GB (51.1% used)
ID-1: /dev/sda model: SAMSUNG_HD501LJ size: 500.1GB
ID-2: /dev/sdb model: SAMSUNG_HD501LJ size: 500.1GB
Partition: ID-1: / size: 48G used: 6.4G (15%) fs: ext4 dev: /dev/sdb1
ID-2: swap-1 size: 5.24GB used: 0.16GB (3%) fs: swap dev: /dev/sdb2
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: System Temperatures: cpu: 21.8C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
Repos: Active apt sources in file:
/etc/apt/sources.list.d/google-earth.list
deb http://dl.google.com/linux/earth/deb/ stable main
Active apt sources in file:
/etc/apt/sources.list.d/jd-team-jdownloader-trusty.list
deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu trusty main
deb-src http://ppa.launchpad.net/jd-team/jdownloader/ubuntu trusty
main
Active apt sources in file:
/etc/apt/sources.list.d/official-package-repositories.list
deb http://packages.linuxmint.com rosa main upstream import
#id:linuxmint_main
deb http://extra.linuxmint.com rosa main #id:linuxmint_extra
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe
multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted
universe multiverse
deb http://security.ubuntu.com/ubuntu/ trusty-security main
restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ trusty partner
Info: Processes: 316 Uptime: 3:33 Memory: 589.4/1001.2MB
Init: Upstart runlevel: 2 Gcc sys: 4.8.4
Client: Shell (bash 4.3.111) inxi: 2.2.28
Program is: FormatFactory V 3.7.5 installed under Win 7 with last updatepack.
Error is dumped by FormatFactory program at the end of transformation from mp4
to avi by an normal end of transformation. The compiled files is ok, but the
program ended with this error.
Many greetings
Ingo
--
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=40459
Bug ID: 40459
Summary: HERETIC II crash if you choose opengl
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 54211
--> https://bugs.winehq.org/attachment.cgi?id=54211
Heretic II Wine 1.7 debug log
Hello,
HERETIC II crash if you choose opengl.
The game works only in software mode.
terminal debug log joined.
Regards.
LGDN
--
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=40374
Bug ID: 40374
Summary: all of 3D games crash or failed on second xsession, 2D
games just fine
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: gamiljydcome(a)gmail.com
Distribution: ---
I startup second xsession by openbox to run 3d games(Titan Quest, DungeonSiege,
etc.), all of them crash or failed. test 2d games or apps just fine.
I startup the second xsession like this: xinit /usr/bin/openbox-session -- :1
-ac -depth 16 -nolisten tcp &, then i run DISPLAY=:1 wine xxx.exe. Openbox do
not using compiz.
The crashed 3d games gives not to much info. The runs failed 3d games showup
nothing and the terminal keeping output info like: can't find suitable
iPixformat, can't find 1280x1024@32, etc.
2D games (DX8/7) works fine.
Is this wine bug or i missing something to configure?
--
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=33568
Bug #: 33568
Summary: Unhandled exception: page fault on read access to
0x44801e67 in 32-bit code (0x1e06a9d9).
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: csakalinuxjo(a)gmail.com
Classification: Unclassified
Created attachment 44441
--> http://bugs.winehq.org/attachment.cgi?id=44441
Unhandled exception
Unhandled exception: page fault on read access to 0x44801e67 in 32-bit code
(0x1e06a9d9).
--
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=38665
Bug ID: 38665
Summary: Toontown Rewritten Launcher under Wine/FreeBSD gives
"ValueError: Empty certificate data"
Product: Wine
Version: 1.7.43
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: neel(a)neelc.org
Created attachment 51591
--> https://bugs.winehq.org/attachment.cgi?id=51591
Toontown Rewritten Log FIle with "ValueError: Empty certificate data" Error
Hi,
I am attempting to run a game called Toontown Rewritten
(https://www.toontownrewritten.com/) on Wine under FreeBSD 10.1 64-bit.
In the past, I was able to run Toontown Rewritten under Wine/FreeBSD quite
well, but am unable to run it now, especially with their "Launcher". When I
attempt to log in, I get a "ValueError: Empty certificate data" error from
Toontown Rewritten's launcher. The log file is attached to this report.
I attempted to contact Toontown Rewritten's support, but they said "we do not
support FreeBSD". I did expect that, considering that hardly anyone uses
FreeBSD on the desktop. I don't know any other FreeBSD user personally (I even
met a Linux kernel developer, but never met a FreeBSD user!).
I don't know if using Linux would help, because on Xubuntu 15.04, the
launcher's GUI didn't even come up if I use Toontown Rewritten under Wine.
And while Toontown Rewritten has a Linux launcher and FreeBSD has Linux
emulation, Toontown Rewritten has a 64 bit Linux launcher and FreeBSD's Linux
emulation is 32-bit, so that's a no-go.
What is a solution/workaround for this problem?
Thanks,
Neel Chauhan
---
https://www.neelc.org/
--
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=15473
Summary: After Effects 4 crashes on startup
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://download.adobe.com/pub/adobe/aftereffects/win/4.x
/ae4try_uk.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
sha1sum of ae4try_uk.exe is 8b9dd9bbe422209a311c5f0ce9054e2e687f5450
App installs ok and puts up a gui when you start it, but quickly
crashes with dialog
"After Effects can't continue: sorry, an abnormal condition has been detected"
+seh shows there's an exception, but the +relay,+text,+seh log isn't
very illuminating. Running in winedbg gives a nice stack dump;
inside SetWindowPos(), for some reason DefWindowProc gets WM_KEYF1
and sends WM_HELP, which is handled by the app's window procedure, which
crashes on a near-null pointer access.
--
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=35187
Bug ID: 35187
Summary: Jade Empire Special Edition configuration tool always
resetting video settings
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: amartinson(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 85ced167bd68e882900085ea50f25897e8457172
Created attachment 46937
--> http://bugs.winehq.org/attachment.cgi?id=46937
terminal output
This was tested with the GOG.com version of the game. The game has a
configuration tool (JadeEmpireConfig.exe) similar to the one used in Dragon
Age:Origins, except the problem doesn't exist in DA:Origins' utility.
The problem: when you start the configuration tool it always resets the video
options that you set and saved earlier. The problem can be reproduced by
selecting a different screen resolution in the utility, then click on the
System -> Rescan option. Screen resolution and all other video options reverted
to 640x480.
The problem is not with saving the options, because the changes you've made are
saved correctly in JadeEmpire.ini.
I found out this is a regression from Wine 1.3.7:
85ced167bd68e882900085ea50f25897e8457172 is the first bad commit
commit 85ced167bd68e882900085ea50f25897e8457172
Author: Adam Martinson <amartinson(a)codeweavers.com>
Date: Wed Nov 3 16:13:58 2010 -0500
msxml3: Fix node_get_text() whitespace handling.
:040000 040000 76eb4e8a62b445fe244a16524f7305411c69875f
af858af05d7afa1534da053cada3cf8583992c69 M dlls
Native msxml3 (winetricks msxml3) works around the problem.
wine-1.7.8-142-gb87b9f0
--
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=40083
Bug ID: 40083
Summary: Heroes of the Storm Freezes after its February 2nd
Patch
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vexorian(a)gmail.com
Distribution: ---
It appears there is no bug report on this even though it is being reported by
multiple people.
Heroes of the Storm worked fine in WINE until the most recent patch. Now
starting a match has a very high chance to freeze the game up between 0 and 30
seconds after the match starts (after the loading screen). Killing the process
and starting the game again makes it tell you you need to rejoin the game, and
the rejoin process will also freeze, possibly because HotS' game rejoining
process makes it repeat all the game's actions in the background.
There appears to be a low probability chance that the freeze will not happen,
which causes some reports of people claiming to fix the issue by changing
graphics settings or changing the hero composition / game mode. Only to later
report that the game is freezing again.
Reports specify various WINE versions including staging 1.9.2. In my case it's
1.7.44, which is why I am including that version in the report.
I tried enabled debugging text but the output doesn't report anything that
coincides with the lock up and the text output seems roughly the same as it was
before. I can provide the output text when I have more time if needed.
app db thread:
https://appdb.winehq.org/commentview.php?iAppId=15978&iVersionId=32232&iThr…
Battle net thread:
http://us.battle.net/heroes/en/forum/topic/20419814648?page=1
--
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=33988
Bug #: 33988
Summary: Star Wars: The Force Unleashed II - Crashes with a
page fault
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tomas191191(a)gmail.com
Classification: Unclassified
Created attachment 45159
--> http://bugs.winehq.org/attachment.cgi?id=45159
Program Error Details
This game installs and starts perfectly from Steam (although it requires the
same Virtual Memory fix as its predecessor). When I attempt to start a new
game, it crashes with a page fault. I used "d3dx9_43" when trying to play this
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.
https://bugs.winehq.org/show_bug.cgi?id=37556
Bug ID: 37556
Summary: String compare functions with only one length argument
can lead to page faults.
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
Distribution: ---
This issue was discovered with Adobe Flash, but is not limited to this single
application. Moreover there are much more ways to trigger this issue than just
the way described below.
Important parts of the stacktrace:
--- snip ---
Unhandled exception: page fault on read access to 0x077ca000 in 32-bit code
(0xf7563773).
[...]
Backtrace:
=>0 0xf7563773 real_length+0x1f(str=".SOL", len=0xf) [libs/wine/sortkey.c:329]
in libwine.so.1 (0x0093cf98)
1 0xf7563791 wine_compare_string+0x10(flags=0x1, str1=".SOL", len1=0xf,
str2="\\?\GLOBALROOT\", len2=0xf) [libs/wine/sortkey.c:338] in libwine.so.1
(0x0093cfb8)
2 0x7b84f65f CompareStringEx+0x1f0(locale=..., flags=..., str1=..., len1=...,
str2=..., len2=..., version=..., reserved=..., lParam=...)
[dlls/kernel32/locale.c:3312] in kernel32 (0x0093d028)
3 0x7b84f45f CompareStringW+0x3a(lcid=..., flags=..., str1=..., len1=...,
str2=..., len2=...) [dlls/kernel32/locale.c:3271] in kernel32 (0x0093d078)
4 0x7dd949a3 StrCmpNIW+0x9f(lpszStr=..., lpszComp=..., iLen=...)
[dlls/shlwapi/string.c:418] in shlwapi (0x0093d0d8)
[...]
0xf7563773 real_length+0x1f [libs/wine/sortkey.c:329] in libwine.so.1: movzwl
0x0(%eax),%eax
329 while (len && !str[len - 1]) len--;
--- snip ---
What happens here is that StrCmpNIW is called with two strings.
--- snip ---
INT WINAPI StrCmpNIW(LPCWSTR lpszStr, LPCWSTR lpszComp, int iLen)
{
TRACE("(%s,%s,%i)\n", debugstr_w(lpszStr), debugstr_w(lpszComp), iLen);
return CompareStringW(GetThreadLocale(), NORM_IGNORECASE, lpszStr, iLen,
lpszComp, iLen) - CSTR_EQUAL;
}
--- snip --
The exact length of both strings is unknown in this function, so wine passes
"iLen" for both strings to CompareStringW. CompareStringW assumes that memory
regions are valid, and then tries to access them in real_length(..). In this
case however unfortunately one of the strings is very close to a page boundary,
so accessing the whole memory block leads to a page fault.
To fix this issue it is either necessary to:
* Change all places where CompareStringW(..) is called with 'invalid' length
values.
* Add exception handlers to real_length(..).
* Move real_length(..) from the beginning of CompareStringW(..) somewhere to
the end, so that the function aborts on the first non-matching byte.
I am opening this issue as a bug report since it needs further investigation,
and I am not sure yet whats the right way to fix 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=39866
Bug ID: 39866
Summary: XIIZeal (steam) immediately exits on start
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: zakk(a)rsdio.com
Created attachment 53223
--> https://bugs.winehq.org/attachment.cgi?id=53223
xiizeal trace+d3d
The steam game XIIZeal immediately exits when it is ran.
I've narrowed it down to d3d:wined3d_check_device_format returning false,
attachment is a log file with trace+d3d.
If I changed wined3d_check_device_format to blindly return WINED3D_OK the game
starts up fine and all graphics appear to be ok. (There are additional problems
with the game beyond the scope of this bug report, 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.
https://bugs.winehq.org/show_bug.cgi?id=40204
Bug ID: 40204
Summary: [REGRESSION] Steam stopped working as of wine 1.9.4
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lena.stoffler(a)ymail.com
Distribution: ---
Created attachment 53714
--> https://bugs.winehq.org/attachment.cgi?id=53714
Console output (LOG)
As of wine 1.9.4 the steam client stopped working, means won't start anymore.
The installer and updater still works, but the main gui and service is unable
to start.
Games that require the steam client running in the background cannot be played
anymore.
Log attached, clean wineprefix used
32-bit and 64-bit tested, same behaviour
NOTE: in wine 1.9.3 steam works
--
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=40222
Bug ID: 40222
Summary: IMalloc(Spy)::Free nullptr
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: learn0more+wine(a)gmail.com
Distribution: ---
Created attachment 53739
--> https://bugs.winehq.org/attachment.cgi?id=53739
the binary triggering the bug.
Calling IMalloc::Free with a nullptr should not invoke the IMallocSpy.
(IMalloc_fnFree)
Bug encountered in ReactOS (Where the IMallocSpy implementation from wine is
used).
See: https://jira.reactos.org/browse/CORE-10903
Also verified on wine.
Attached binary invokes the invalid behavior on ReactOS and Wine, and not on
Windows.
(Run: `wine atl_apitest.exe CComHeapPtr`)
Patchbot run:
https://testbot.winehq.org/JobDetails.pl?Key=20921
--
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=37288
Bug ID: 37288
Summary: Not implemented feature
System.Drawing.Pen.ResetTransform()
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: mr_wire(a)mail.ru
Tried to use ComponentOne C1Report library in my .NET application, got the
following error.
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.NotImplementedException: The requested
feature is not implemented [GDI+ status: NotImplemented]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename
unknown>:0
at System.Drawing.Pen.ResetTransform () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Pen:ResetTransform ()
at C1.Win.C1Preview.C1PreviewPane.#YQe () [0x00000] in <filename unknown>:0
at C1.Win.C1Preview.C1PreviewPane.#kPe () [0x00000] in <filename unknown>:0
at C1.Win.C1Preview.C1PreviewPane.Init () [0x00000] in <filename unknown>:0
at C1.Win.C1Preview.C1PreviewPane..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) C1.Win.C1Preview.C1PreviewPane:.ctor
()
at C1.Win.C1Preview.C1PrintPreviewControl.Init () [0x00000] in <filename
unknown>:0
at C1.Win.C1Preview.C1PrintPreviewControl..ctor () [0x00000] in <filename
unknown>:0
at (wrapper remoting-invoke-with-check)
C1.Win.C1Preview.C1PrintPreviewControl:.ctor ()
at C1.Win.C1Preview.C1PrintPreviewDialog.InitializeComponent () [0x00000] in
<filename unknown>:0
at C1.Win.C1Preview.C1PrintPreviewDialog..ctor () [0x00000] in <filename
unknown>:0
at (wrapper remoting-invoke-with-check)
C1.Win.C1Preview.C1PrintPreviewDialog:.ctor ()
[skipped lines]
--
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=38314
Bug ID: 38314
Summary: Mouse Wheel doesn’t work for JA2 1.13 (it uses
MOUSEHOOKSTRUCTEX)
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: notifications+bugs.winehq.org(a)m0a.de
Distribution: ---
The mouse wheel does not work at all in JA2 1.13 and by looking at the source
code I think it may be one of several reasons:
1) MOUSEHOOKSTRUCTEX is not properly supported in wine
2) The wheel distance in mouseData does not equal WHEEL_DELTA (if it’s not
exactly WHEEL_DELTA then this code will just drop the event)
3) There is a "bug" in the JA2 1.13 code, which actually works in Windows
3a) If I look at the code I see a comparison with WHEEL_DELTA, this will fail
if the LOWORD of mouseData is not zero. Seems like on windows it’s always zero?
Maybe in wine it’s not zero? Source:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms644969%28v=vs.85…
The code:
LRESULT CALLBACK MouseHandler(int Code, WPARAM wParam, LPARAM lParam)
{
[...]
p_mhs = (MOUSEHOOKSTRUCTEX*)lParam;
[...]
if(p_mhs->mouseData==(WHEEL_DELTA<<16)) //up MessageBeep(-1);
QueueEvent(MOUSE_WHEEL_UP, 0, uiParam);
if(p_mhs->mouseData==(-WHEEL_DELTA<<16)) //dn MessageBeep(0x00000040L);
QueueEvent(MOUSE_WHEEL_DOWN, 0, uiParam);
--
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=40021
Bug ID: 40021
Summary: CTL3D32.DLL seems to be mostly empty
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lahs8353(a)yahoo.com
Distribution: ---
I need CTL3D32.DLL for a scientific program found here:
http://optics.tugraz.at/idea/register.html
I've tried getting it to work on wine (well q4wine to be exact) and I'm having
some issues. I've tried both native and builtin DLLs. I've also tried manually
overwriting the DLL under Windows/System32 with one which I downloaded. The
native DLL reports that CTL3D32.DLL was not installed correctly. The builtin
DLL reports: "wxWindows Fatal Error: Cannot register CTL3D"
People on IRC commented that it appears that CTL3D32.DLL is mostly empty on
wine and should be easily fixable.
--
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=37115
Bug ID: 37115
Summary: Calling ReadFile from WINBASEAPI (WinBase.h) with zero
read length causes hang
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robw(a)sagatech.ca
Our software connects to a serial device using USB-serial adapters. In the
process of attempting to create a wrapper for use on OSx, I discovered a hang
when I attempted to connect to the device under Wine that does not occur under
Windows.
I have tracked it down to the WINBASEAPI ReadFile. Under Windows, if a zero
value is passed as the length to read, it handles and returns zero. Under Wine,
it causes a "black box" (meaning I can't trace it) hang.
I have worked around this in my code by including a return on zero value for
the length, however believe it may be responsible for other serial issues I
have seen in researching this problem.
--
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=39908
Bug ID: 39908
Summary: SuperTux 0.3.5a crashes on startup, needs
msvcr120.dll.strtof
Product: Wine
Version: 1.9.0
Hardware: x86
URL: https://github.com/SuperTux/supertux/releases/download
/v0.3.5a/supertux-0.3.5a-win32-setup.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)vr-web.de
Distribution: Debian
wine: Call from 0x7b83a2bc to unimplemented function msvcr120.dll.strtof,
aborting
Moving this issue to its own bug.
Was before part of https://bugs.winehq.org/show_bug.cgi?id=39034 .
--
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=39838
Bug ID: 39838
Summary: Wreckfest Server: Crashes at startup, unimplemented
function KERNEL32.dll.GetConsoleScreenBufferInfoEx
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: devin(a)devinbraune.de
Distribution: ---
Created attachment 53182
--> https://bugs.winehq.org/attachment.cgi?id=53182
Screenshot which shows terminal (input and output) and other windows related to
it
Bugbear Games' Next Car Game: Wreckfest crashes in dedicated server mode
because KERNEL32.dll.GetConsoleScreenBufferInfoEx is not implemented.
Attached screenshot shows what exactly happens when starting a clean
installation of wreckfest with a clean wineprefix 1.8. The start_server.bat is
part of the game and seems to start wreckfest.exe -s, the regular executable of
the game.
The game itself launches fine if hardware requirements are met. Just not the
server.
Unfortunately, I can't post a download link because it's a commercial game on
steam.
--
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=40129
Bug ID: 40129
Summary: MSI Reading and Writing Behaves differently than
Windows
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agrothberg(a)yahoo.com
Created attachment 53618
--> https://bugs.winehq.org/attachment.cgi?id=53618
Corrupt MSI
I am using Python `bdist_msi` to create an MSI and then
https://github.com/activescott/lessmsi to inspect the MSI. When using Wine, I
can create an MSI and then successfully inspect it. However if I try to install
the MSI that was created under Wine on Windows machine, in stall fails. Further
using the same lessmsi tool above but running it on Windows fails. A complete
write up is here:
http://stackoverflow.com/questions/35004900/using-wine-to-build-msi-for-pyt…
but it appears that the Property table on the MSI is corrupt. Attached is the
msi.
--
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=34174
Bug #: 34174
Summary: Error cleaning log file when installing mingw
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 45459
--> http://bugs.winehq.org/attachment.cgi?id=45459
Terminal log
How to reproduce:
0. (Clean wine prefix after running winecfg was used for this)
1. Install mingw-get-inst-20120426.exe with default settings (but accept
license of course :) )
2. See a message "Encountered an error cleaning log file (1)"
3. Then after you press OK and click next with a tick "show log file" enabled
see empty log file opened in notepad.
--
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=14617
Summary: 3rd party treeview stopped working
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brendan.dowds(a)sciencesoft.com
CC: julliard(a)winehq.org
Hello all,
I am a developer for a software company trying to get our software to work on
WINE. Unfortunately the third party treeview control we rely heavily on fails
to work properly. Namely in that we can not drag items from the treeview.
A small test program (TV_Test.exe), written in VB6, is attached to demostrate
this behaviour. Upon clicking on a node the program performs a HitTest to
determine what type of node it is and its subsequent behaviour
(expand/collapse, allowing dragging, etc.)
To duplicate place the attached folder in the 'Program Files' folder (or where
you please) and run the exe, through WINE obviously. Add a node (or several)
via the button then click on a node. The message box should then tell you if
the test has been passed or not. A successful test should also change to be a
couple of right pointing arrows, and the direction of the arrow in the treeview
node (if it was the lowest branch level). A failed test reports an error
("Error: Error in loading DLL (No.48) In ClickedNode") in the message box.
Now, this is where I know I'm breaking the rules. But this test program and our
main program (which I hope to at to the Apps Database today) both need wine
tricks to have been run, specifically vcrun6, for redistribution reasons.
However, I've already emailled Dan Kegel and he believes this may not be
necessary. I digress.
The test program always failed without winetricks vcrun6, but after it (and
before the bad revision) it worked. (Strictly you do not need to run the full
vcrun6, you need to remove the msvcrt, oleaut32 and olepro32.dlls from the
drive_c/windows/sysem32/ folder and run the vcredist.exe through WINE.)
A colleague looked into this problem in more detail hoping to solve it
ourselves (how wrong we were) and we believe that although we use winetricks,
in this case it actually helps expose a bug rather than the bug being something
intrinsic in what we use winetricks for i.e. replace built-in dlls with native
ones.
So in summary, running the test program without vcrun6 has always failed, with
vcrun6 it used to work but now doesn't.
Some more relevant information (I hope):
- I pulled down the latest git repository this morning (SHA1 ID:
2f445e4e4a74bda3034d993226f05073e777eb85) and tested it, the bug is still there
(wine-1.1.1-339-g2f445e4).
- I'm running FC6
- gcc version is 4.1.2
- command to run the program is '"wine C:\Program Files\Treeview
Test\TV_Test.exe"', assuming the folder is located in 'Program Files'
- A git-bisect showed the first bad revision to be between 0.9.37 and 0.9.38
(SHA1 ID:2f445e4e4a74bda3034d993226f05073e777eb85)
- Further investigation found that by commenting out just two lines the
program worked. And still works in the lastest version. The two lines are in
load_library of /dlls/kernel32/module.c and are shown in the attached file
(load_library_EDITTED.txt)
- The git log for the bad revision is attached.
- My intention was to also attach the output of WINEDEBUG but with the below
command:
$ WINEDEBUG=+relay wine "C:\windows\Program Files\Treeview Test\TV_Test.exe"
I get:
WINEDEBUG=+relay: Command not found.
Look forward to hearing anything and many 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=32827
Bug #: 32827
Summary: Legrand XL3Pro3 : Crash on launch
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gogy.sp(a)gmail.com
Classification: Unclassified
Created attachment 43359
--> http://bugs.winehq.org/attachment.cgi?id=43359
wine backtrace
Wine crashes when I launch Legrand XL3Pro3 without any detail. XL3Pro3 is a
free soft from Legrand Electrics Company (French) that configure electric
installation for home users and pro users
Please see backtrace.txt in attachment
Thx
--
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=30687
Bug #: 30687
Summary: Powerpoint 2003/2007: embedded video play/pause on
click no longer works
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
CC: aric(a)codeweavers.com
Depends on: 30445
Classification: Unclassified
Regression SHA1: 821ead201d38ebca8f3e92e71bf7b6c8641b5ace
Setting Wine version based on the regression test for bug 30445.
In PowerPoint, when embedded video is set to play on click, you should be able
to toggle pause and play at any point by clicking on the video. That's no
longer working. In wine-1.5.4-61-g8327e6f, the video can be started on click,
and paused once by clicking on it, but subsequent clicks do nothing.
--
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=13683
Summary: Ultima IX: Mouse pointer missing when reading books,
under inventory
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rixa(a)cs.tut.fi
When opening an in-game book for reading, there is nothing to work as a mouse
pointer to help clicking the page corners or other clickable elements with. The
books do work, but finding the correct spot to click without any pointer is
quite hard. Saving and loading the game as well as selecting spells are also
implemented by an in-game book, so these functions are likewise affected.
A similar issue affects using the inventories and toolbelt, though the pointer
is not so much missing as being drawn under instead of over the inventory
panel. Otherwise the game seems to work well.
I'm running wine 1.0rc3 on a CentOS 5 system with a GeForce4 Ti 4800 graphics
card and nVidia proprietary drivers version 96.43.05.
--
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.