still working on solutions to this error, when running a company specific software program. the program runs fine (it's a multiple choice exam), but errors as it tries to collate the results (only when the result is a pass). one possible reason is "The error is caused by Access trying to store a variable in a datatype that is too small for the variable", linked to use of "non-unicode software language". windows can be set to render all non-Unicode programs in a particular encoding via Regional and Language Options. can this be replicated in WINE? and if so, how? thanks as usual for your time
ok searching as i go..... the current shortcut is Code: env WINEPREFIX="/home/user/.wine" wine "C:\Program Files\xxxx\Test.exe" does Code: env LANG="en_EN.UTF-8"WINEPREFIX="/home/user/.wine" wine "C:\Program Files\xxxx\Test.exe" look about right? to specify english only?
K4Z00 wrote:> does > Code: > env LANG="en_EN.UTF-8" WINEPREFIX="/home/user/.wine" wine "C:\Program Files\xxxx\Test.exe" > > > > look about right? to specify english only?Yes. K4Z00 wrote:> does this overide all variables as in clicky (http://forum.winehq.org/viewtopic.php?p=4332#4332) > eg LC_NUMERIC=xxxxYes. You could change them (in registry) but they will be reset back on the next start.