https://bugs.winehq.org/show_bug.cgi?id=39375
Bug ID: 39375
Summary: League of Legends Did not recieve response from the
server
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian.toplak(a)gmail.com
Distribution: ---
Hi,
Today after patch I can't login to game. It says 'Did not recieve response from
the server [attempt 1,2,3] ...
I don't know what to do.
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.
https://bugs.winehq.org/show_bug.cgi?id=39070
Bug ID: 39070
Summary: Truck Racing by Renault Trucks installs but crashes
when I try to run the main program
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oebbler(a)live.de
Distribution: ---
Created attachment 52050
--> https://bugs.winehq.org/attachment.cgi?id=52050
Output of Wine when trying to start Truck Racing
The game installs correctly without any errors but I cannot run it. I will
attach the only line Wine pastes into the terminal when starting 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=40726
Bug ID: 40726
Summary: problem on funbridge
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martial.dumontet(a)orange.fr
Distribution: ---
Created attachment 54635
--> https://bugs.winehq.org/attachment.cgi?id=54635
wine Error report
Funbridge knew randomly crashing
--
Do not reply 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=32907
Bug #: 32907
Summary: Regression - ammyy admin crashes at startup again
Product: Wine
Version: 1.1.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sprog(a)online.ru
Classification: Unclassified
Regression AMMYY Admin AA_v3.exe crashes at startup again (worked with 20, 21).
20130206-13:17:07.557 000000BC - ERROR: ERROR: Unhandled Exception eip=7B83DBDA
esp=007CE814 ebp=007CE888
--
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=19122
Summary: MCI mciSendString with repeat as a play flag does not
work
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emil.jo.andersson(a)gmail.com
This works (plays once as expected):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic"), response, (UINT)_tcslen(response), NULL);
This does not work (doesn't play at all):
_stprintf(command, _T("open \"%s\" alias bgmusic"), szFileName);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
_stprintf(command, _T("setaudio bgmusicvolume to %i"), settings.MusicVolume *
10);
mciSendString(command, response, (UINT)_tcslen(response), NULL);
mciSendString(_T("play bgmusic repeat"), response, (UINT)_tcslen(response),
NULL);
I've tried this both in a virtual machine (Virtualbox) and on a non-virtual
machine. Both were running Ubuntu 9.04 with version 1.1.24 from the Wine
repository.
--
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=33845
Bug #: 33845
Summary: Can not update Warframe steam version
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
So I tried to run Warframe steam version but sadly updating this game fails
--
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=28884
Bug #: 28884
Summary: keyboard input does not work properly for Sculptris
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)light-bg.com
Classification: Unclassified
Created attachment 37113
--> http://bugs.winehq.org/attachment.cgi?id=37113
console output
The application runs flawlessly while controlled with the mouse only or with a
combination of keyboard and mouse input simultaneously.
But upon pressing any button on the keyboard alone, with the only exception of
the F* keys and the NumLock, the application freezes until focus is changed to
another window and returned to the application window.
After returning focus to the application window Sculptris continues to work as
if no keyboard shortcut was pressed. The only exception to this are the square
brackets and the numpad Del keys, which have the effect of
increasing/decreasing the brush size. They too do freeze the app, but the brush
is larger/smaller after returning to the app. No other keyboard shortcuts (most
notably ctrl-z - undo) are not working. This makes the application unusable for
serious work, because many things are controlled only via keyboard and are not
present in the UI.
There is nothing on the console, except the following three lines:
--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=38741
Bug ID: 38741
Summary: Unhandled Exception Assetto Corsa Steam
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eiriklavik(a)gmail.com
Distribution: ---
Created attachment 51655
--> https://bugs.winehq.org/attachment.cgi?id=51655
The attached file mentioned
I have installed steam through PlayOnLinux with dotnet4.0 and vcrun2012. I
launch Assetto Corsa, the .exe crashes with the attached 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=39372
Bug ID: 39372
Summary: Cannot drag & drop audio files into Mixcraft 6/7
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s_chriscollins(a)hotmail.com
Distribution: ---
I am unable to drag & drop an audio or MIDI file into Mixcraft 7 (or 6). I have
tested this using Dolphin, Nautilus and Wine Explorer (explorer.exe).
Under Windows:
Dragging an audio file (WAV, MP3, OGG) to a track will change the mouse cursor
(it will gain a '+' symbol). Letting go of the mouse button will place the
audio at the track & time where the mouse cursor is located.
Under Wine:
Dragging an audio file to a track causes the mouse cursor to get a red circle
(at least under KDE), meaning that the file can't be dropped. Nothing happens
upon mouse button release. No terminal output is generated.
This bug also affects the Acoustica Alpha and Omni samplers, although some
third-party synths running in Mixcraft such as Plogue sforzando accept drag &
dropped files just fine.
Drag & drop within the application works fine.
I work with the Mixcraft programmers, so if you have any questions about how
drag & drop is implemented in Mixcraft, let me know and I can ask them.
I have confirmed this bug on multiple systems, so I won't post my system specs
here.
--
Do not reply 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=32222
Bug #: 32222
Summary: LTspice: text fields issues
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testelor(a)yahoo.com
Classification: Unclassified
Steps to reproduce:
1) Download, install and run LTSpice -
http://ltspice.linear.com/software/LTspiceIV.exe
2) Create a new schematic and place a resistor by pressing 'R' and clicking in
the schematic
2a) Ctrl-right click on the device and fill up the "SpiceLine", then keep on
typing -- it won't follow the typed characters instead, it will stay "anchored"
to the beginning.
3) Add a text by pressing 'T', writing something, then clicking on the
schematic.
3a) Fill up one line, then keep going. It will let you see what you type ahead,
but breaking a line with ctrl-enter will leave garbage. The same happens for
any number of lines.
3b) If there's a very long one-line expression, the cursor will stay at the
beginning, it will not show up moving and any editing is done "blindly".
--
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.