https://bugs.winehq.org/show_bug.cgi?id=48011
Bug ID: 48011
Summary: Rebelbetting: unhandled exception on edit
Product: Wine
Version: 4.18
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 65543
--> https://bugs.winehq.org/attachment.cgi?id=65543
Wine 4.18 console log
On closing Rebelbetting 6.17, the application sits in the background for a
while consuming 100% of one core, then eventually hits an unhandled exception.
Both Vanilla and Staging.
I don't recall this happening before but this application is force-updated on
each load, and a bisect could take me a little while. Will update.
--
Do not reply 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=10767
Summary: lstrcmp and others do not compare punctuation characters
correctly
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
just example:
ret = lstrcmpi("# (Search for Disassembly Pattern)", ".RELOAD (Reload
Symbols)");
wine returns '1' here, but must '-1' since ord('#')=23h < 2Eh=ord('.'). Windows
handles this case correctly. GLIBC strcasecmp works correctly too.
This bug heavily affects winhelp index lookup in WIN32.HLP borland help file,
which has lots of #.&*()[]
P.S. It is not a locale problem, so this bug is not a duplicate of bug #9583
--
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=25280
Summary: Singularity: no sound in game without Hardware
Acceleration = emulation
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I don't remember this happening on my Ubuntu machine, but on my Gentoo box, I
get no sound in Singularity unless I set Hardware acceleration = emulation.
This has a bad side effect, however. It enables sound in the menu/intro video,
but when it transitions to the game, it hangs on the loading screen.
This only helps in alsa mode, with oss, I get no sound, either way.
Terminal shows:
fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling
mixer
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x165bf8,0x165b40): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x165c08,0x165b40): stub
--
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=26909
Summary: HaoZip: Cannot navigate to drive_c
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://storage2.dobreprogramy.pl/akcesoria/haozip_v2.2
.6302.multi_(dobreprogramy.pl).exe
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=34314)
--> (http://bugs.winehq.org/attachment.cgi?id=34314)
Error message
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko gdiplus
3) install HaoZip (default installation)
4) wine HaoZip.exe
5) click left mouse button on "drive_c" in Folder tree on the left
Behaviour:
See attachment.
Expected behaviour:
I should be able to enter drive_c.
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f058,0x00000000), stub!
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (2000):
STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 3
fixme:shell:SHAutoComplete stub
err:listview:LISTVIEW_WindowProc unknown msg 108c wp=00000000 lp=00000000
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
--
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=33209
Bug #: 33209
Summary: Tribes: Ascend cannot authenticate user
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thanoulas(a)gmail.com
Classification: Unclassified
Using the latest wine 1.5.25 or latest from the git repository, the game starts
and goes to the login screen, but there is no way you can login. I get all
kinds of errors, mainly:
Username or password wrong
Connection timed out
Connection lost
It seems that the problem relies in winsock, I've attached a +winsock log
The highlight seems to be the following, as this line is repeated again and
again:
trace:winsock:WS2_recv_base socket 01c8, wsabuf 0x33ebb0, nbufs 1, flags 0,
from 0x33ec2c, fromlen 16, ovl 0x0, func 0x0
trace:winsock:WS2_recv_base fd=177, options=0
warn:winsock:WS2_recv_base -> ERROR 10035
Also, doing a search in the log for "63.251.64.141" (the authentication
server's IP) will give you the parts from when I clicked on the "Login" button.
Thanks,
Thanos
--
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=30503
Bug #: 30503
Summary: Echo: Secrets of the Lost Cavern upside down on
BACKBUFFER
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 4plague(a)gmail.com
Classification: Unclassified
When playing on BACKBUFFER - with or without multisample - all other modes
work, but have a separate bug #30502 - everything is upside down even the mouse
is Y-inverted.
This does not happen in intro movies. However sometimes I can see everything
normal for a split-second before everything flips upside down.
Demo:
http://www.gamershell.com/news_22111.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37614
Bug ID: 37614
Summary: Applications do not always start inside a configured
virtual desktop
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 50062
--> https://bugs.winehq.org/attachment.cgi?id=50062
screenshot
I noticed some strangeness with virtual desktops. Configuring one (either via
winetricks or winecfg) and then starting e.g., notepad/regedit starts the
application outside of the virtual desktop.
To ensure it wasn't a race, I did 'wineserver -w' (and also added a sleep of 10
seconds), but the problem remains. After a few tries (usually 2-3), the
application will start inside the desktop, and from there, it seems to always
work as expected.
Commandline used:
$ winetricks -q vd=1024x768 ; wineserver -w ; sleep 10 ; notepad
screenshot attached.
[austin@localhost ~]$ xfwm4 --version
This is xfwm4 version 4.10.1 (revision 3918e6b) for Xfce 4.10
Released under the terms of the GNU General Public License.
Compiled against GTK+-2.24.24, using GTK+-2.24.25.
Build configuration and supported features:
- Startup notification support: Yes
- XSync support: Yes
- Render support: Yes
- Xrandr support: Yes
- Embedded compositor: Yes
- KDE systray proxy (deprecated): No
[austin@localhost ~]$ wine --version
wine-1.7.31-99-g5ecea72
--
Do not reply 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=48270
Bug ID: 48270
Summary: Rebelbetting: Logging into Betfair results in
incorrect large numbers
Product: Wine
Version: 4.21
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 65937
--> https://bugs.winehq.org/attachment.cgi?id=65937
Screenshot
Running Rebelbetting BEFORE (or without) logging into Betfair gives normal,
sensible results.
After logging into Betfair some (but not all) of the calculated numbers are
insanely high, either positive or negative. Screenshot attached.
The cause seems to be from a stake of 2^31 which appears most of the time, but
not always. It also seems to be avoided if two or none of the participants is
Betfair.
Betfair's API uses JSON.
I wasn't sure if this was a bug in the software so I've been running it for a
while on Linux and Windows 10 ― it definitely only occurs in Linux.
WARNING: running Rebelbetting twice with the same log-in details will get your
account suspended for at least one hour.
I don't think this is a regression as this has happened for as long as I can
remember.
Account for both Rebelbetting and Betfair required to test.
To get this far:
1. "winetricks dotnet45" (Bug 48014)
Note there are other bugs which may be encountered (see the AppDB).
Running in 32-bit wineprefix. I haven't yet tested in a 64-bit wineprefix to
see if the numbers change, but I think the app is 32-bit anyway.
Note that this is similar, but subtly different to Bug 38944. The fix there may
offer a clue following a very long, very tedious regression test, but I'm
saving that as a very last resort (and may not even be related).
--
Do not reply 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=37877
Bug ID: 37877
Summary: boincmgr wxWidgets error in Win81 mode
Product: Wine
Version: 1.7.33
Hardware: x86-64
URL: http://boinc.berkeley.edu/dl/boinc_7.4.36_windows_inte
lx86.exe
OS: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 50443
--> https://bugs.winehq.org/attachment.cgi?id=50443
Wine 1.7.34 console output
boincmgr displays a wxWidgets debug dialog when choosing File-->Exit in Windows
8.1 mode. This does not occur in other modes.
To recreate:
1. Set winecfg to Windows 8.1.
2. Install BOINC 7.4.36 normally (default options).
3. Launch boincmgr.
4. Press CTRL+ALT+A for Advanced Mode (might have to press several times to get
a response).
5. Go to File --> Exit.
The exit dialog will pop up as normal, but so too does a wxWidgets debug
dialog.
Workaround: choose another mode.
$ sha1sum boinc_7.4.36_windows_intelx86.exe
2919cc9b6163019fc014a7fa4190bee8ead4b544 boinc_7.4.36_windows_intelx86.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.