Displaying 10 results from an estimated 10 matches for "_setmbcp".
2010 Dec 15
2
How to run VBscript using wine?
...from wine ppa)
*SCRIPT*:test.vbs
MsgBox("HelloWorld!")
*Method One*:
wine wscript test.vbs
fixme:wscript:wWinMain Could not find engine for L".vbs"
*Method Two*:
Step 1:
winetricks wsh56vb
Executing wine /home/fracting/.cache/winetricks/vbs56men.exe
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
Install of wsh56vb done
winetricks done.
Step 2:
wine wscript test.vbs
fixme:wscript:wWinMain Could not find engine for L".vbs"
*Method Three*:
Step 0:
rm -rf ~/.wine
Step 1:
winetricks wsh56...
2011 Feb 18
2
Ubuntu10.10 + Wine + Apache(Win32) = Can't open html
...server.
Grateful for any help.
By the way, if use wine1.2.2 in Ubuntu10.10, can't install httpd-2.2.17-win32-x86-no_ssl.msi , process is:
root at dt-desktop:~# wine msiexec /i httpd-2.2.17-win32-x86-no_ssl.msi
wine: created the configuration directory '/root/.wine'
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cfdc
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1...
2005 Apr 06
0
Freelancer Gameserver - DirectPlay problem
...ist-server and he isn't able to set up the listening
port.
command line: DISPLAY=:0 WINEDEBUG=+winsock wine FLServer.exe /c /p2302
2>debug.log
builtin DirectPlay
--------------------------------------------------------------------------------------------------------------
fixme:msvcrt:_setmbcp Unreal codepages (e.g. -3) not implemented
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoCreateInstance no instance created for interface
{5102dace-241b-11d3-aea7-006097b01411} of class
{da825e1b-6830-43d7-835d-0b5ad82956a2}, hres is 0x80040111
-----------------------------------------------...
2005 Oct 19
1
Problem using Quicken 2002, Fedora core 3, various Wine versions
We are experiencing an odd problem when using the combination of Quicken
2002, Fedora core 3, and Wine version 20050111 for fedora core 1.
When we open the "Split Transaction Window", the window appears to go
into an event loop. We are able to eventually break the loop by
clicking on the drop down window menu. Sometimes it will break out with
the window correctly sized, sometimes it
2010 May 03
2
MSHTML does not work in ja_JP.utf-8 locale
...looks like any applications that try to use mshtml(most perfect dark and built-in iexplore) crash:
Steps to reproduce
> rm -rf ~/.wine
> export LANG=ja_JP.utf-8
> wine --version
wine-1.1.43
> wine iexplore
wine: created the configuration directory '/devel/.wine'
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cfd4
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1...
2007 Aug 24
0
Wine release 0.9.44
...ize MONITORINFO.cbSize.
cmd.exe: WCMD_for is only for files.
msi: Allocate 1 byte more buffer.
kernel32: Initialize variable to a known bad value.
comdlg32/tests: Handle case where no printer is configured.
Mikolaj Zalewski (16):
msvcrt: __mb_cur_max is not updated in _setmbcp (with testcase) and should not be used in _ismbblead.
iexplore: Add VERSIONINFO resource.
setupapi: If needed create directories for fake dlls.
msvcrt: Fill _mbctype table in _setmbcp.
msvcrt: Implement _ismbblead/_ismbbtrail using _mbctype (with tests).
msvcrt: Test a...
2010 Oct 22
3
Font config in Desktop Integration broken when switching locales
...uring font
rendering. Could anyone explain and/or fix this? I have been looking up the
registry but the configurations appear to be stored somewhere else.
BTW: Another problem is also observed. Every time I run wine programs (like
winecfg, notepad) with LANG=zh_CN.utf8 I get lots of:
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
I run Wine compiled from the git repo (just a day or two ago) on Ubuntu
10.10. Default locale is en_US.utf8.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/w...
2005 Aug 12
0
gothic2 demo, install and dmusic issues
...by wine. When
renaming it, wine can find the dll and the game starts. But it doesn't
get very far... it crashes in IDirectMusicPerformance8Impl_Init, as the
backtrace shows.
I tried to disable sound hw-accell and sound at all but there is no
difference.
Any hint what I could do?
fixme:msvcrt:_setmbcp Unreal codepages (e.g. 1252) not implemented
fixme:ddraw:DirectDrawEnumerateExA no non-display devices supported.
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fde9b78)->(00000000,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fde9b78)->(00000000,00000008)
fixme:ddraw:Mai...
2005 Nov 25
1
Sudden failure!
Wine 20050111 has been working fine until today ... now it fails when I
go to run Quicken 2002.
I am running Fedora Core 3 on a Pentium 3 with all of the current
updates, wine 20050111. Windows Version is set to "Win98"
Error message:
fixme:msvcrt:_setmbcp Unreal codepages (e.g. -3) not implemented.
What has happened?
Thanks,
David Johnson
2011 Oct 21
0
Wine release 1.3.31
...m and local var naming across AddAttachedSurface implementations.
ddraw: Keep track of interface attached by AddAttachedSurface and detach correct interface when parent is released.
Piotr Caban (36):
msvcrt: Don't overwrite mbcinfo inside setlocale.
msvcrt: Handle C locale in _setmbcp.
msvcrt: Use ismbcodepage instead of mb_cur_max in mbcodepage dependent functions.
msvcrt: Use _ismbblead instead of _isleadbyte in mbcodepage dependent functions.
msvcrt: Move _pctype definition to locale.c.
msvcrt: Added _mbtowc_l implementation.
msvcrt: Don't du...