http://bugs.winehq.org/show_bug.cgi?id=26859
Summary: Segmentation Fault when attempting to run Cronos.exe
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: client902(a)mail.ru
Attempting to run Cronos.exe (Russian DBMS, http://www.cronos.ru) causes
Segmentation Fault.
I discovered that the mentioned error occurs during windows libraries loading
(according their dependencies).
More precisely description (See file dlls/ntdlls/loader.c; function
find_forwarded_export()):
Finding the final function pointer for a forwarded function
OleCreateFontIndirect() in oleaut32.dll leads to loading this library in memory
followed by its initialization through calling attach_process(). But this
happens during a recursive call of fixup_imports(), i.e. before switching to an
alternative stack (in the functions call_on_stack() and switch_to_stack()).
Thus, we have a case when the DllMain() function executed on improper stack,
causing its overflow.
PS
If it happens that the unswitched stack size is large enough for normal
operation of process_attach(), then the program looks like working correctly.
--
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=36229
Bug ID: 36229
Summary: With some french keymap, when hitting the numeric
pad's key ". Del", both the "." and the "Del" events
are performed
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b.bellec(a)gmail.com
Description of problem:
If I use the numeric pad's key ". Del" in a notepad for instance, then both the
events "." and "Del" are performed.
This is the case when the numeric pad "Num Lock" is enabled. If not enabled,
then only the "Del" event is performed, as expected.
Other keys, for instance "0 Ins" or "1 End" works well. Onyl ". Del" as this
problem.
Version-Release number of selected component (if applicable):
wine 1.7.16-2.fc20.i686
Steps to Reproduce:
1. Open a notepad (tested with the embedded wine notepad and also notepad++)
2. Type 'abc'
3. Place now your cursor between the 'a' and 'b', like this => "a|bc"
4. Check the "Num Lock" is enabled
5. Hit the key ". Del"
Actual results:
a.c
Expected results:
a.bc
Additional info:
I'm using a french keyboard, azerty. The setting is enabled in Gnome 3. Only
some french keymap have the issue.
--
Do not reply 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=35458
Bug ID: 35458
Summary: iTunes 11.1.4 64-bit fails to start
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://www.apple.com/itunes/download/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Classification: Unclassified
I had to set the version to Windows Vista to get iTunes to install in a 64-bit
prefix.
When starting iTunes, I get a message box saying:
"Apple Application Support was not found.
Apple Application Support is required to run iTunes. Please uninstall iTunes,
then install iTunes again."
Shortly before the error is a failed registry read, so I suspect the installer:
0024:Call advapi32.RegOpenKeyExW(80000002,00407a70 L"Software\\Apple
Inc.\\Apple Application Support",00000000,00000001,0033f954) ret=00401042
0024:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=00401042
I can't test in a 32-bit prefix because the download page seems to only want to
give me the 64-bit version.
--
Do not reply 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=33260
Bug #: 33260
Summary: Dracula 3: The Path of the Dragon shows a black screen
after launch
Product: Wine
Version: 1.5.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 43991
--> http://bugs.winehq.org/attachment.cgi?id=43991
logout
After launch and intro have a black screen and version of the game in the left
bottom corner.
--
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=21510
Summary: Ogre3D based game doesn't get any (mouse/keyboard)
user input
Product: Wine
Version: 0.9.11.
Platform: x86
URL: http://193.219.43.130/~winetester/bin/win32/SpaceBandi
ts/space_bandits_game.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius2(a)gmail.com
Pseudo-game called "Space Bandits" start's up and then I can only Ctrl-C it via
the console terminal. The game outputs own debug data to stderr, so I've added
+tid channel to make difference. Then wine prints only 2 lines, so there are
they:
0009:err:reg:SCSI_getprocentry SCSI type line scan count error (fscanf
returns 1, expected 2)
0009:fixme:ddraw:DirectDrawEnumerateExA no non-display devices supported.
This is regression (or revealed bug) from quite old times [1]:
commit e66e34ef7b5ad61bda09067e6ea8f8990017b5de
Author: Vitaliy Margolen <wine-patch(a)kievinfo.com>
Date: Sat Mar 18 11:26:37 2006 -0700
dinput: Create single thread for mouse and keyboard hook.
Put keyboard & mouse hook callbacks into separate thread.
Move few global variables into object. Delete no longer used crit
section.
For hooks to work properly hook callback have to be in a thread
with message loop. Some games create separate threads just to handle
mouse and/or keyboard events that do not have message loop.
I know about bug 8854 where *both* keyboard and mouse input doesn't work. But
in it we have different offending patch.
This game has it's cpp-source in zip, but the main loop comes probably from
Ogre3D lib which version used to build the game was quite old.
[1] http://source.winehq.org/git/wine.git/?a=commit;h=e66e34ef7b5ad61b
--
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=31523
Bug #: 31523
Summary: WinZip 16.5 fails to install
Product: Wine
Version: 1.5.11
Platform: x86
URL: http://www.winzip.com/win/en/downwz.htm
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
Classification: Unclassified
Created attachment 41458
--> http://bugs.winehq.org/attachment.cgi?id=41458
terminal output
A user in #winehq asked for it. The installer starts, then hangs on
initializing. The terminal output indicated mshtml and friends, so I tried
installing native ie7. After that, it quickly initializes then gets a fatal
error, so I'm not sure if it's related to ie or not.
The last fixme is from jscript, but winetricks wsh57 doesn't help, still hangs.
austin@debian:~$ sha1sum WinZip165.exe
3427282da505b8c158d0f8b7275f6bc30cd09826 WinZip165.exe
austin@debian:~$ du -h WinZip165.exe
348K WinZip165.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=16411
Summary: Origin 8 - Some dialogs crash when activated
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.originlab.com/index.aspx?s=12&lm=+62
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 3538
Install Origin 8.
Launch.
File, Import, Multiple ASCII
CRASH!
wine: Unhandled page fault on read access to 0x69736f70 at address 0x7d91bf96
(thread 0009), starting debugger...
Backtrace:
=>1 0x7d91bf96 priv_from_xmlDocPtr+0x6(doc=0x69736f70)
[/home/austin/wine-git/dlls/msxml3/domdoc.c:119] in msxml3 (0x0066ea70)
2 0x7d91bfb8 xmldoc_release+0x1e(doc=0x69736f70)
[/home/austin/wine-git/dlls/msxml3/domdoc.c:159] in msxml3 (0x0066eac0)
3 0x7d92a5ee Internal_Release+0x55(iface=0x181a8d54)
[/home/austin/wine-git/dlls/msxml3/node.c:1560] in msxml3 (0x0066eaf0)
4 0x7d92399b Internal_Release+0x50(iface=0x1816bffc)
[/home/austin/wine-git/dlls/msxml3/element.c:762] in msxml3 (0x0066eb20)
5 0x7d921fcc domelem_Release+0x2a(iface=0x1816bff8)
[/home/austin/wine-git/dlls/msxml3/element.c:88] in msxml3 (0x0066eb40)
0x7d91bf96 priv_from_xmlDocPtr+0x6
[/home/austin/wine-git/dlls/msxml3/domdoc.c:119] in msxml3: movl
0x0(%eax),%eax
119 return doc->_private;
+msxml 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.
http://bugs.winehq.org/show_bug.cgi?id=34917
Bug #: 34917
Summary: Error launching Defiance
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wessnyder(a)comcast.net
Classification: Unclassified
New install, cannot get Defiance to launch. Error is Failed to parse
configuration file. Other error is the big message box with back trace. I will
attach this error message along with two debugs. I am not sure where the error
is at this moment. The game worked a long time ago before an update on Trion's
side.
--
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=18795
Summary: YAMB (Yet another mp4box ui) memory error in some
circumstances
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://yamb.unite-video.com/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saverio.pub(a)inbox.com
I was able to repeat this bug all the times I tried the operations descripted;
it doesn't happen on Windows environments.
I tested YAMB for extracting tracks from an MP4 file, containing an audio and a
video track.
Operations:
Editing => Click to extract streams => Select the file => Click on one of the
two streams => Tick "Extract all streams to raw format" => Click "Next".
The demuxing now went fine.
Click on "Back" => Choose another file and repeat the same operation => BUG!
Access violation occurs.
I don't see anything relevant in the terminal log.
Application download address: http://yamb.unite-video.com/download.html
O/S: Ubuntu Karmic Alpha 1
HW: Dell XPS 1530
--
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=10777
Summary: Le Grand Robert v2 demo crashes on "copy"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://lerobert.customers.artful.net/editions-
electroniques/catalogue/gr/grand_robert_demo.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The demo installs and starts nicely.
All the italics are illegible unless you install corefonts' times,
but that's not what this report is about.
Selecting "copy" (either by ^C, File / Copy, or the Copy button
in the toolbar on the right) crashes the app. The stack is
simplest if you press ^C, but all seem to be a null
pointer reference in the same function.
Native msvcrt doesn't help.
The log doesn't seem too illuminating, but warn+heap
has the spectacular effect of changing the stack
completely to lots of 5555's.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26400
Summary: Wings over Europe freezes during campaign generation
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33620)
--> (http://bugs.winehq.org/attachment.cgi?id=33620)
plain terminal output
The game (Wings over Europe: Cold War gone Hot) hangs while generating a
campaign mission. Instant action and single missions have no such problem.
After selecting Campaign from the main menu you can create a campaign. Pressing
on the <Accept> button will pop up a window: 'Please enter campaign savename:'.
However the game seems to be frozen at that point, neither mouse nor keyboard
respond any more.
The same problem occurs with Wine-0.9.33, 1.0.1, 1.2.2 and so on.
Tested in a clean Wine prefix, only native d3dx9_36.dll was placed into the
game directory.
No demo available.
Fedora 14
Nvidia GeForce 250 / driver 260.19.36
--
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=23976
Summary: The Scourge Project: freezes when changing screen
resolution
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://demos.gamersgate.com/17041
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30110)
--> (http://bugs.winehq.org/attachment.cgi?id=30110)
console log
The Scourge Project freezes when I change the screen resolution in the game.
The issue happens both in virtual desktop mode and in fullscreen, w/o audio
enabled. A similar (if not the same) freezing occurs when you exit the game.
The game uses the Unreal Engine v3.0.
How to reproduce the issue in the demo:
1. Install the demo; the following components are required to start the game:
vcrun2005, vcrun2008, physx, xact, DX 9/10 libraries. ALSA needs to be set to
'Emulation' to play sounds.
2. Start the demo by ../Binaries/Win32/ScourgeGame.exe. In the main menu click
on 'Play offline' > Options > change the resolution to a different one, click
on 'Apply' then 'Apply resolution' >> the game will freeze.
The following line in the log seems to be suspicious:
'fixme:d3d:IWineD3DEventQueryImpl_GetData (0x1791e8) Wrong thread, reporting
GPU idle.'
It has been reported in bug #19748.
Fedora 13
Wine-1.3.0
Nvidia 7600 GT / driver 195.36.31
Link to the demo added to URL (download size is 1.5 GB)
--
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=34554
Bug #: 34554
Summary: i can't install microsoft office 2003 in whine 1.6
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ismailkimiawan22(a)gmail.com
Classification: Unclassified
Created attachment 46003
--> http://bugs.winehq.org/attachment.cgi?id=46003
bug
when i want to install microsoft office 2013 i can't do 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.
http://bugs.winehq.org/show_bug.cgi?id=28614
Bug #: 28614
Summary: Love Story: Letters from the Past reports corrupted
profile on first run
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh+wine(a)iswifter.net
Classification: Unclassified
The game reports "Your profile data has become corrupted and unusable. A new
game must be started." the first time it's run. Clicking OK allows the player
to proceed to the name entry dialog, and subsequent runs work as expected.
--
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=19229
Summary: Chrome: Most of the buttons have the wrong sizes
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
While doing some translation work for Wine I tested Chrome (2.0 stable). Most
of the buttons have the wrong size (width). This is most obvious when checking
out the Options page. The text on some of the buttons is partly visible but on
Windows the buttons are larger and contain the full text.
--
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=17266
Summary: Intro video plays extremely slow in Safecracker
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thezood(a)gmail.com
Created an attachment (id=19256)
--> (http://bugs.winehq.org/attachment.cgi?id=19256)
Terminal output
Trying to run the game Safecracker but the intro video plays extremely slow and
then just blinks between black screen and a video frame every other second.
Same issue appears in Wine version 1.0.1.
--
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=34765
Bug #: 34765
Summary: SlingPlayer 2.0: crashes when starting remote viewing
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: k3park(a)gmail.com
Classification: Unclassified
Wine crashes when I start remote view in Slingplayer 2.0
9294948a0e7ed269c3a9bad0e6d89a0f652b7387 SlingPlayer_2.0.4522_Setup-Global.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=34272
Bug #: 34272
Summary: Cannot run EA Origin (Trouble with MSVCP100.dll and
MSVCR100.dll?)
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yajodj(a)msn.com
Classification: Unclassified
Created attachment 45629
--> http://bugs.winehq.org/attachment.cgi?id=45629
Error log of installing and executing Origin.
Here I am on Fedora 19 with fully updated wine-1.6-1.fc19.x86_64.
This seems to be the important part of the error log:
Aug 15 23:43:07 localhost gnome-session[1343]: err:module:import_dll Loading
library MSVCP100.dll (which is needed by L"C:\\Program Files
(x86)\\Origin\\Origin.exe") failed (error c000007b).
Aug 15 23:43:07 localhost gnome-session[1343]: err:module:import_dll Loading
library MSVCR100.dll (which is needed by L"C:\\Program Files
(x86)\\Origin\\Origin.exe") failed (error c000007b).
Aug 15 23:43:07 localhost gnome-session[1343]: err:module:LdrInitializeThunk
Main exe initialization for L"C:\\Program Files (x86)\\Origin\\Origin.exe"
failed, status c0000135
However, see the attachment for full logs.
Any help?
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=30068
Bug #: 30068
Summary: Terrapin Logo (programming language): Sliders on
windows Frozen or Erratic.
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin_eby(a)hotmail.com
Classification: Unclassified
The sliders on the sides of the windows and at the bottom of the app don't
move, or act erratic. Also the slider from the largest window hides the
sliders from the two smaller windows. Also, the cursor in the "Listener"
window does not move properly...ends up leading ahead of the typed text. Also,
the fonts look god awful...but at least it runs and I can use it, for which I
am thankful :-)
Oh, I almost forgot, the sound doesn't work either. You can test the sound by
typing
play [c d e]
into the Listener window. Terrapin Logo can be reached through there website
at www.terrapinlogo.com
Thanks again,
Benjamin
--
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=23088
Summary: Simcoaster: crashes with internal error
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: travismcgeehan(a)gmail.com
Created an attachment (id=28674)
--> (http://bugs.winehq.org/attachment.cgi?id=28674)
debug log from crash
Simcoaster and at least one other very old game I have are crashing during or
shortly after startup with the message: Internal errors: invalid parameters
received. Log is 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.
http://bugs.winehq.org/show_bug.cgi?id=36819
Bug ID: 36819
Summary: Needs to reinstall vcrun2010 before to launch the
application at each time
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Hi,
Sorry for two things :
- I don't know if the problem msvcrt is the real component for this bug.
- The title, i don't know which summary is very explicit for this bug.
The application is "Valiant Hearts: The Great War". Unfortunatly, there is no
demo for this game. After to install it on Uplay and launch it, the game
install Directx9 and vcrun2010 and the game crash.
Actually, the only solution that i found is this way :
- Launch wine uninstaller and uninstall Visual C++ 2010
- Reinstall vcrun2010 with/without winetricks before to launch Uplay
After to reinstall vcrun2010, launch Uplay and the game, i can play it, it
works. But, if i close UPlay and relaunch it + the game, i have the crash and i
must to do the solution ...
With winetricks vcrun2010 does not resolv the bug. The game works the first
time but still crash after to close/relaunch Uplay.
--
Do not reply 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=36622
Bug ID: 36622
Summary: activation.dll loading failed in origin
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: paulthetall(a)gmail.com
I used the two patches (Qt5Network + the EA Origin needs job objects one) so
download speed is fine and no proxy hang stuff. However I still can't launch
any game. I get a Activation dll loading failed message on every attempt to
play a game. I am so close....please help.
OSX 10.8.5 (Macbook) + OSX 10.9.3 (iMac with Nvidia 640M + Macbook Nvidia
9400M + iMac AMD Radeon 6770M)
Test debug says this:
fixme:msg:ChangeWindowMessageFilterEx 0x30074 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x30074 112 1 0x0
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msg:ChangeWindowMessageFilterEx 0x10096 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x10096 112 1 0x0
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:msg:ChangeWindowMessageFilterEx 0x100a6 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100a6 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100b0 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100b0 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ba 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ba 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100c4 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100c4 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ce 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100ce 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100d8 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100d8 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x2009c 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x2009c 112 1 0x0
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0xf8fd99c 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0xf8fd73c 1 C) semi-stub
fixme:netprofm:list_manager_GetConnectivity 0x1e6888, 0x32d658
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:msg:ChangeWindowMessageFilterEx 0x100f2 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100f2 112 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100f8 4a 1 0x0
fixme:msg:ChangeWindowMessageFilterEx 0x100f8 112 1 0x0
err:ole:CoCreateInstance apartment not initialised
fixme:shell:IShellLinkW_fnGetPath (0x21d8c0): WIN32_FIND_DATA is not yet
filled.
fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:system:SetProcessDPIAware stub!
fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
fixme:netprofm:list_manager_GetConnectivity 0x1e6888, 0x32d658
err:ole:CoCreateInstance apartment not initialised
fixme:shell:IShellLinkW_fnGetPath (0x3acf1a0): WIN32_FIND_DATA is not yet
filled.
When more info is needed let me know. Many thanks!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36738
Bug ID: 36738
Summary: VectorMagic crashes when launched
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wollac11(a)gmail.com
Created attachment 48788
--> http://bugs.winehq.org/attachment.cgi?id=48788
Backtrace error log produced by Wine as given by the crash alert.
VectorMagic (v1.15) installs but the shortcut in the dash does nothing.
Locating the shortcut or executable manually and running it results in the
program crashing straight away. This did not happen with old versions of Wine
according to previous appdb reports where it was given a gold rating.
Tested running on Ubuntu 14.04 64-bit with Wine installed from repositories
(1.7.18).
--
Do not reply 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=31740
Bug #: 31740
Summary: Multi-threaded Windows App Crashes Upon Threads Being
Launched
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bam__margera67(a)hotmail.com
Classification: Unclassified
Created attachment 41734
--> http://bugs.winehq.org/attachment.cgi?id=41734
Backtrace with 1.4
The application crashes after it attempts to launch 5 additional threads.
--
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=24418
Summary: wine-1.3.2-225-g5815b63 has no ip access
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
Created an attachment (id=30783)
--> (http://bugs.winehq.org/attachment.cgi?id=30783)
Error msg of WisoSparbuch
For some reasons, I had to install wine by using the git version from September
15, 2010:
git clone git://source.winehq.org/git/wine.git <target>
Installation (version 1.3.2-225-g5815b63) has performed, but it seems
that this wine has no access to the internet.
An installed WisoSparbuch (german tax program) fails if I try an update via
internet (Error message: see attachment).Or using a ping inside cmd.exe (from
WinXP) lets the ping hang.
My platform: Fedora 14, 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.
http://bugs.winehq.org/show_bug.cgi?id=18656
Summary: Scrolling Map In Civilization:Call To Power crashes
game
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eridenour(a)gmail.com
A lot of map scrolling is done in Civilization:Call To Power. The map starts
scrolling when the mouse nears the edge of the game window.
The problem is that once the game starts scrolling it immediately locks up and
just continues to scroll around the map until you close the game. It does not
respond to any more input past the time it goes into a scrolling freeze.
As for wine settings, I have tried every combination of Window settings:
(un)emulated windows, (dis)allowing directx to stop the mouse from leaving the
window, and so on. In the past I have tried many different dlls from a windows
installation without any luck but i would not be able to tell you which ones as
it was several months ago and i forget.
--
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=32999
Bug #: 32999
Summary: Star Trek Online hotkey problem
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ziktofel(a)gmail.com
Classification: Unclassified
Occurence:
In Star Trek Online there is a problem with hotkeys in wine versions 1.5.6
onwards (the last non-affected version is 1.5.5, it doesn't happen in 1.4
series too). It affects the last version (1.5.24 now)
Problem description:
While I press hotkey "1", everything is ok, "2"-"5" aren't working (hotkey
system doesn't recognize them at all), "6"-"8" are remapped as "F13"-"F15"
(when I press key "6" on my keyboard, it is displaying as "F13" in hotkey
system), "9" is remapped as "pov1_Up", "0" as "pov1_Down" (same effects as
"6"-"8"). All to this, whenewer I press key "5" it activates an ability #3
regardless are both #3 and #5 abilities hotkeys are set to. It affects both
ground and space regions
--
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=29076
Bug #: 29076
Summary: Critical section deadlock occurs when windows
application receives SIGINT during reading from stdin
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Chaos.A.D88(a)gmail.com
Classification: Unclassified
Critical section deadlock occurs when windows application receives SIGINT
during reading from stdin.
It is very strange, but the more complex my tests are - the easier to reproduce
the hangup.
Example 1 hangs in ~10% of cases when I press Ctrl+C in terminal:
#include <iostream>
int main() { char c; std::cin >> c; }
Example 2 hangs more often, but also only when i press Ctrl+C:
#include <string>
#include <iostream>
int main() { std::string s; std::getline(std::cin, s); }
Example 3 hangs almost always when pressing Ctrl+C, and in ~50% of cases when I
simply pass SIGINT to the application
#include <string>
#include <iostream>
int main() { std::string s; std::getline(std::cin, s); std::cout << s <<
std::endl; }
All examples compiled by Visual Studio 2010.
Running just with `wine test.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=31936
Bug #: 31936
Summary: FIFA Online 2 (Launcher): Unclickable Play Button
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderstormpolska(a)o2.pl
Classification: Unclassified
Created attachment 42065
--> http://bugs.winehq.org/attachment.cgi?id=42065
Wine Console
Hello!
When I try to run Fifa Online 2 - I run Launcher
http://gmclan.org/uploader/6184/Przechwycenie_obrazu_ekranu___10.png
I Accept licence (where is it? :P) And try to press Play.
I didn't Play Fifa Online 2, so maybe I should click somewhere else.
Fervi
--
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=30971
Bug #: 30971
Summary: Powerpoint 2010 - Slideshow won't show slides
containing equations
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)mschiegg.de
Classification: Unclassified
When creating a new MS Powerpoint 2010 document and inserting an equation
(Insert->Equation) and then running presentation mode, the slideshow won't show
this slide.
Instead, the console outputs:
[quote]
fixme:hlink:IHlinkBC_Register (0x1a43a8)->(0 0x6348b20 0x152d78 0x6348b34)
fixme:ole:ItemMonikerImpl_Construct lpszDelim is NULL. Using empty string which
is possibly wrong.
fixme:hlink:IHlink_fnNavigate Semi-Stub:(0x18b730)->(0 (nil) 0x6315fb0
0x1a43a8)
fixme:hlink:IHlinkBC_OnNavigateHlink (0x1a43a8)->(0 0x1ec5e8 L"257,2,Slide 2"
L"Slide 2" (nil))
fixme:hlink:IHlinkBC_Revoke (0x1a43a8)->(5)
[/quote]
--
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=29111
Bug #: 29111
Summary: Problem Pegasus.exe close msn .. Help me!
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hugo-eletronica2(a)hotmail.com
Classification: Unclassified
I'm having trouble every time I close the msn Pegasus.exe (business management
software, with online chat between computers on the network) everything works
fine, just give close the msn problem, and its use is essential because there
180 staff to communicate with each other .. Of course I appreciate the help!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27870
Summary: Blip & Blop hangs when accessing main menu
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: funtimeschaos(a)rocketmail.com
When trying to run Blip & Blop, the game loads, terminal output complains of
color depth issues, and the intro is shown. If uninterrupted, the intro will
finish and high scores will display, but after that the game hangs. An attempt
to skip the intro will freeze the game at whatever frame the intro was at at
the moment. The music will keep playing after the game hangs.
Bug remains persistent across multiple systems, both on intel and nvidia
graphic cards, and WINE 1.3.24 (marked version also tested, obviously).
Setting color depth to 16 causes the game to not complain about depth but does
not remove the bug.
Pastebin of terminal output:
http://pastebin.com/7sFEmkRE
Sometimes there's also a steady stream of the following line:
"fixme:d3d_surface:surface_cpu_blt Filter WINED3DTEXF_LINEAR not supported in
software blit."
--
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=32429
Bug #: 32429
Summary: Bad Piggies: hangs on splash screen
Product: Wine
Version: 1.5.19
Platform: x86-64
URL: http://shop.angrybirds.com/us/games/pc-games/bad-piggi
es-pc-version.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Classification: Unclassified
A user asked about it in #winehq. While looking at it, I noticed it never
actually got past the splash screen (using the demo). Trying it in 1.2, it
does. Regression test shows:
austin@aw25 ~/wine-rt $ git bisect good
dd1a47093e7577a705d64355ac01136edd90f255 is the first bad commit
commit dd1a47093e7577a705d64355ac01136edd90f255
Author: Louis Lenders <xerox_xerox2000(a)yahoo.co.uk>
Date: Thu Sep 2 13:10:44 2010 +0200
shell32: Add stubbed SHGetKnownFolderPath.
:040000 040000 e3900b30739f44fa2a26fa259f939bf03f3656bd
8d1b340cc28cefdd680cd7b10f837cb368702b53 M dlls
:040000 040000 0327d47095a5324869292ff5f64a1e408e657674
da06093d3a4294da9606a848440f275ff8009872 M include
The stub has since been implemented, but it still fails in the same way
(infinite loop on the splash screen with the pig and rocket). I've attached a
+shell,+tid trace.
CC'ing Hans, since he implemented the function, perhaps he's got an idea..
--
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=32690
Bug #: 32690
Summary: capella7.1 crashes when saving or opening file .capx
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: buc_m2(a)ymail.com
Classification: Unclassified
Created attachment 43133
--> http://bugs.winehq.org/attachment.cgi?id=43133
capella7.1 crash
capella7.1 crash when save or open .capx - file
--
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=30952
Bug #: 30952
Summary: winemsibuilder page fault on importing tables
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.bierfert(a)lowlatency.de
Classification: Unclassified
Created attachment 40610
--> http://bugs.winehq.org/attachment.cgi?id=40610
backtrace of "winedbg winemsibuilder -i wine-mono-0.0.4.msi msi-tables/*.idt"
On building wine-mono (0.0.4) winemsibuilder (1.5.6 32bit) page faults on
importing the tables on the following call in build-winemono.sh
"$WINE" winemsibuilder -i "${MSIFILENAME}" msi-tables/*.idt
with the attached backtrace.
wine-mono: http://wiki.winehq.org/Mono
msi-table files: http://fedora.lowlatency.de/review/wine-mono-pagefault.tar.bz2
--
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=24296
Summary: Myst 1.3 crashes with "Exception frame is not in stack
limits"
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.white(a)austin.rr.com
Created an attachment (id=30613)
--> (http://bugs.winehq.org/attachment.cgi?id=30613)
Log output from WINEDEBUG=+seh,+resources wine myst.exe
Myst 1.3 installs and runs fine until you go to the library and click on the
painting that swirls, which causes the bookcase to turn into stairs. When you
do this, Myst crashes with the following line:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
I've collected and attached a log based what I've seen requested in similar
failures with the following:
WINEDEBUG=+seh,+resources wine myst.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=24284
Summary: The Google Earth Plugin (5.1.7938.4346) crashes when
interacting with javascript API
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
Created an attachment (id=30590)
--> (http://bugs.winehq.org/attachment.cgi?id=30590)
debug log from running plugin in firefox +heap+relay
I ran it in the windows version of Firefox 3.0.4.
The Google Earth plugin has a javascriptAPI that loads the plugin and allows to
manipulate certain features or display models. Simply loading the plugin works
[see registry key in Bug 24083] with this example site:
http://earth-api-samples.googlecode.com/svn/trunk/demos/helloearth/index.ht…
When using a more complex example site, it crashes.
http://sketchup.google.com/3dwarehouse/details?mid=3c00e40f9bc77cc358eed258…
(click on map, then earth, loads 3d collada model)
command for debug log:
WINEDEBUG=+heap+relay wine "C:\Programme\Mozilla Firefox/firefox.exe" &>
~/Desktop/winedebug_ff_geplugin_heap+relay.txt
--
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=23287
Summary: Silent Hunter 4 1.5: rendering of crew members is
broken
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raskarcapac(a)yahoo.fr
Created an attachment (id=29023)
--> (http://bugs.winehq.org/attachment.cgi?id=29023)
Error log (truncated.)
In campaign, career, mission, patrol and school the body parts of the
characters are floating in the air and in some cases have weird textures and
colors.
It seems this is caused by shader errors:
...
1074840 err:d3d_shader:set_glsl_shader_program >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from Find glsl program uniform locations @
glsl_shader.c / 4537
1074841 err:d3d_shader:set_glsl_shader_program >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB(programId) @
glsl_shader.c / 4551
1074842 err:d3d_shader:hardcode_local_constants >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from Hardcoding local constants @ glsl_shader.c /
4055
1074843 err:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB @ glsl_shader.c / 4724
...
(Last error repeats in the rest of the log.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35679
Bug ID: 35679
Summary: Defiance patcher doesn't work
Product: Wine
Version: 1.7.13
Hardware: x86
URL: http://www.defiance.com/en/my-ego/profile/pc-free-tria
l/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 35678
Blocks: 34917
austin@aw25 ~ $ sha1sum DefianceSetup.exe
28bcd7e0f59022f3d575ef9fb7ea8e676c9f4b3a DefianceSetup.exe
austin@aw25 ~ $ du -h DefianceSetup.exe
11M DefianceSetup.exe
austin@aw25 ~ $ wine --version
wine-1.7.13-53-g37e0a1a
installed Defiance, then tried to run it:
$ cd "$HOME/.wine/drive_c/users/$LOGNAME/Local Settings/Application
Data/Defiance"
$ wine Patcher.exe
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f9c8, 0x33fc44 0x33f9d0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:thread:GetThreadPreferredUILanguages 52, 0x33bf9c, 0x33c218 0x33bfa4
fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of
other threads
fixme:wincodecs:PngDecoder_Block_GetCount stub
The patcher launches, but doesn't do anything, just shows a blank window.
--
Do not reply 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=25165
Summary: Wrong wine* icons loaded in kmenu (winefile, winecfg,
...)
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.denis(a)gmail.com
Created an attachment (id=31921)
--> (http://bugs.winehq.org/attachment.cgi?id=31921)
screenshot illustrating the issue
Instead of the icon specified in the .desktop-file (ex: Icon=wine-winecfg), the
wrong icon is loaded for each of these wine* apps. Instead we get the default
wine icon (the simple glass of wine). My screenshot will illustrate this issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24279
Summary: starting a wine application spins up external hard
drive
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
When my external hard drive is sleeping, starting a wine app causes it to spin
up.
It should only spin up when I select that partition via the file selector not
when starting the app.
I don't think this used to happen in previous releases so will run a 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.
http://bugs.winehq.org/show_bug.cgi?id=34592
Bug #: 34592
Summary: Round option indicator stays "pressed" 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 46074
--> http://bugs.winehq.org/attachment.cgi?id=46074
Chessmaster 10 Log
When in Chessmaster 10 I click on an empty round circle to choose another
option (from the two or more listed), the color-filled round circle indicating
the previous option's "on" state, does not disappear. In the result, there can
be two or more active indicators at once.
Can be reproduced in the demo (check out the link).
Tested with:
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=34203
Bug #: 34203
Summary: Call of Duty 4: screen turns into white
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardy.schumacher(a)gmx.de
Classification: Unclassified
Screen turns into white when enabling sights within Call of Duty 4.
This behavior appears always when sight view is activated.
--
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=29436
Bug #: 29436
Summary: Carbonite: does not install
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Simply try to install Carbonite with Wine 1.3.35 and you will encounter this
bug. The bug is that it doesn't install, in fact, the installer fails very
early. Nothing visible happens except for terminal output, which it spews out
seemingly endlessly.
Carbonite not installing is not a new thing to Wine. I have never witnessed any
Wine version successfully install Carbonite. I'm just now writing the bug
report.
Anyone can go to carbonite.com and download a free trial installer, though you
do have to create an account (it's free to make an account) to download it, and
they send you one e-mail. They have not harassed me in any way for giving them
my e-mail address.
lahmbi5678 said:
This seems like a bug/missing functionality in wine:
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib
L"Z:\\home\\shjake\\Desktop\\CarboniteSetup-en.exe" failed with error 0
Carbonite is an online backup solution. It backs up files on your computer to a
secure offsite place.
Things potentially relevant to the Wine development team:
* Carbonite's installer is an exe, and this exe file is an archive. Many of the
files in the archive are java files (plain text). You can open the exe with an
archive program and view its contents.
* Carbonite integrates with Windows Explorer (yes, the file browser, not IE).
It puts an icon in the Start Bar that is yellow when getting the backup caught
up with what's actually on the computer and green when the backup is in sync
with what is actually on the computer.
Furthermore, files that are backed up have a green dot by them in Windows
Explorer and files that aren't yet backed up have a yellow dot by them.
Also, Windows Explorer's right-click menu and file properties dialogue are
augmented with Carbonite stuff.
* Carbonite tries to only let you backup what it considers "internal hard
drives." I'm pretty sure it just goes by the controller type the hard drive is
connected to. I'm not spilling any beans by saying that an external hard drive
connected by SATA, just like an internal, is seen by Carbonite as an "internal
hard drive". So, I am speculating, Carbonite must be able to communicate with
hardware to see the connection type of a hard drive (USB, IDE, SATA, whatever).
--
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=30226
Bug #: 30226
Summary: PC-LINK.exe datalogger for DVM1200 multimeter can't
select com port to work with
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silvio.caggia(a)tiscali.it
Classification: Unclassified
DVM1200 multimeter is sold with a windows software for datalogging on PC
througt a usb port.
software is freely downloable from here:
http://www.rise.com.hk/ebayproducts/software/VA40B.zip
it works on all windows till windows7
installing instructions and wine results are these:
a. install software (run setup.exe) -> success
b. install USB driver (run USB_DriverInstaller_v110.exe) -> success but I don't
know if you need really to do this step in linux because usb-com ports are
natively accessible...
c. restart Windows on PC -> I restarted Linux... :-)
d. PLUG the USB cable to the PC USB port. -> success (not necessary to do a
test)
e. PC detected the COM (find com port number assigned from Windows Device
Manager) -> I did this: ln -s /dev/usb/ttyUSB0 ~/.wine/dosdevices/comX (with
X=1,2 and 3)
f. run the PC-LINK.exe software. -> success, it opens.
g. set the right COM number in the software (menu > Set > System Set; List item
"Serial Port Select" shows only the default value COM1 and you cannot change
it, the software doesn't see the com ports! -> FAIL TO GO ON!
Other suggestion read on installation manual that I am not able to use in WINE:
1. Login with administrators right in PC system. -> ???
2. If in the vista / window 7, must be disable UAC (User Account Control). ->
???
3. It might be required to reduce the security level for WINDOW 7 when using
this software -> ???
can anyone help me to use this software?
regards
--
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=30916
Bug #: 30916
Summary: WriteFileGather with IoCompletionPort bug
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liumaliang.cs(a)gmail.com
Classification: Unclassified
This api name WriteFileGather implement by wine has bug, when working with
IoCompletionPort, will not get notify after this io complete.
--
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=12514
Summary: Adobe Acrobat Pro 6 -- cannot Create PDF from file(s)
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Selecting File --> Create PDF prompts you for a file. After selecting an MS
Word document, a msgbox appears:
Need to Install additional files to create PDF from this file.
Do you want to run Acrobat Installer in repair mode?
Click yes: box disappears: nothing happens.
The same thing happens when attempting to Create PDF --> From Multiple Files
A note on file type: selecting OpenOffice .odt files gives you a "file type not
known" error, but selecting .doc's gives you the msgbox above, so it's
reasonable to conclude Acrobat Pro knows how to convert .doc's to pdf.
--
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=27483
Summary: Game freezes computer for 2-3 minutes when adding to
an exhibit.
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magnum1997(a)gmail.com
While playing Zoo Tycoon 2 with the Marina Mania expansion pack installed, the
game locks up the computer for ~2 minutes when added decorations or animals to
an exhibit. If one is given to patience one can get a terminal to kill the
game; the first time this happened I powered off because none of the other
expansions had issues like this.
As a point of interest the install went flawlessly (Using retail CD not
download).
--
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.