https://bugs.winehq.org/show_bug.cgi?id=45452
Bug ID: 45452
Summary: [World of Tanks] 64bit Crashes on startup since wine
3.8; 3.7 works perfect
Product: Wine
Version: 3.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joernhofmann(a)web.de
Distribution: ---
Created attachment 61790
--> https://bugs.winehq.org/attachment.cgi?id=61790
log on direct start of WorldOfTanks.exe
World of Tanks crashes on startup with a 64bit prefix and wine higher than 3.7
Tested on a clean wine 64bit prefix, no dll overrides windows version switch
makes no difference..
Works perfect on same configuration with wine 3.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=45541
Bug ID: 45541
Summary: cmd 3.12 bug
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: chopinbig2(a)gmail.com
Distribution: ---
There seems to be a cmd bug due to one (or more) of the cmd changes at
https://source.winehq.org/git/wine.git/shortlog/refs/tags/wine-3.13?pg=3
It was discovered n relation to robocopy.exe (Waves Central)
https://bugs.winehq.org/show_bug.cgi?id=45506
--
Do not reply 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=45532
Bug ID: 45532
Summary: Office 2010: Crashes on startup (regression)
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: winehq-bugzilla(a)jbeekman.nl
Distribution: ---
Created attachment 61930
--> https://bugs.winehq.org/attachment.cgi?id=61930
Backtrace for Word
All apps of my Microsoft Office 2010 installation started crashing on Wine 3.8.
They work fine in Wine 3.7. The problem remains on 3.13 Staging.
The loading screen shows then I get a screen "A problem was detected ... etc.".
Sometimes the main application screen shows up just before I get "A problem was
detected ...".
I've attached backtraces for Word, Excel and Visio. Powerpoint crashes too but
generating the backtrace for that also crashes.
--
Do not reply 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=45440
Bug ID: 45440
Summary: Trouble league of legend just when the game start,
said error with wine 3.11
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: en2juiciador(a)gmail.com
Distribution: ---
Created attachment 61768
--> https://bugs.winehq.org/attachment.cgi?id=61768
Apear a Messaged with this error
My trouble was in the game League of Legend. The principal menu works fine but
when start the game say error and the League of Legend have to close. I can see
that i still in a game because this mark my state in a menu, but i am totally
disconnected to 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=45662
Bug ID: 45662
Summary: serious error when opening warframe.msi
Product: Wine
Version: 3.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: r.selvarengan(a)yahoo.com
Distribution: ---
Created attachment 62091
--> https://bugs.winehq.org/attachment.cgi?id=62091
backtrace of the error
Whenever I try run an application on wine i get this error.
--
Do not reply 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=43060
Bug ID: 43060
Summary: Call of Duty 1 (Steam) needs to be terminated because
of buffer underrun
Product: Wine
Version: 2.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58229
--> https://bugs.winehq.org/attachment.cgi?id=58229
Console output wine 2.8
Hello everyone,
I made very good experiences trying the demo version of the first Call of Duty
title and decided to buy the Steam version as it was on sale this weekend.
Unfortunately the game doesn't start at all and needs to be terminated because
of a buffer underrun. Console 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.
https://bugs.winehq.org/show_bug.cgi?id=45669
Bug ID: 45669
Summary: Controllers don't work in Lego Starwars The Complete
Saga
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: wberrier(a)gmail.com
Distribution: ---
This also happens with several other lego games:
* Lego Batman
* Lego Indiana Jones
* (most of the older lego games that don't have xinput support)
The issue seems to be best described here:
https://github.com/00cpxxx/wine-xinput/issues/3#issuecomment-267162846
Quoting from the above link:
"Thanks again, I think I see what is happening. The game is not using xinput
for all controllers, it is actually using dinput and Wine differs from Windows
in how the L/R triggers are outputted. In Windows both triggers show as Axis 3
(Z) where 0 is not pressed, negative means left is pressed and positive means
right is pressed. Pressing both results in non distinguishable action, this was
a design decision back when they added the Xbox controller to dinput to make
games think the Axis is "centered". On Wine the triggers are represented as lZ
and rZ (left/right Z), where the not pressed state for each is -32767. The game
is expecting zero so when it sees the negative value it thinks the value is
pressed. This requires fixing dinput in Wine to merge both axes in a single
axis."
If I enable js/event in the wine control panel, the game will respond to
controller events. But, once I try to assign buttons to the various actions,
before I can press a button "Z Axis" is registered as the pressed button.
NOTE: newer lego games that use xinput work great with Wine's new xinput
support.
--
Do not reply 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=39531
Bug ID: 39531
Summary: bat file bugs
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: wazeeahmed(a)gmail.com
Distribution: ---
Created attachment 52678
--> https://bugs.winehq.org/attachment.cgi?id=52678
It contains the output of the batch file so it will be easier to find the error
Can't utilize the batch file . Don't know why everytime when I run it from
terminal it faces issues in the 1st line like
fixprocess:fixme:process:CmdBatNotification 1
chmod: bin: No such file or directory ( this chmod is compiled to work on
windows only and all of the related executable , I know linux have them also
but I needed them so that I wont get confused and linux version of the
respective script is only limited to 64bit . That is why I had to use wine to
run these windows .bat file ) . So I ignored this and tried to make it work .
So far it worked but whenever unpacking the ramdisk , it got into an error ) .
I forgot to mention this is a android kernel kitchen batch file . So please if
I missing something let me know or if it's a bug then a fix will save me from
so much problem . I attached the log file also . I know you are so much busy
taking all the strain of others . But we are depending on you so no other
options I have . Thanks 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=37391
Bug ID: 37391
Summary: fr-043 rove fails because of E_NOTIMPL exception
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: nvr4d(a)rambler.ru
Created attachment 49726
--> https://bugs.winehq.org/attachment.cgi?id=49726
wine log
fr-043 loader starts successfully, but when I press "Demo" button, it fails
with an error message saying ".\graphics_dx9.cpp(3661): d3d error 80004001 (1):
E_NOTIMPL (The function called is not supported at this time)"
Wine log in attachment displays some format conversion fixmes.
The demo can be downloaded at http://www.pouet.net/prod.php?which=54588
--
Do not reply 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=45737
Bug ID: 45737
Summary: Rendering a video
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imatko75(a)gmail.com
Distribution: ---
Hello,
Im trying to install NMS Client (A program for viewing cctv cameras), i
installed it and when i try to preview camera it gives me error:
0129:err:quartz:VMR9_maybe_init num_surfaces or d3d9_surfaces not 0
Please help!
Thx
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.