You are not logged in.

#1 2014-05-13 17:49:53

Dornith
Member
Registered: 2013-02-19
Posts: 78

[SOLVED] Wineboot produces a bunch of "Column # out of range" errors

I'm trying to install a new program in wine but every time I try to do something I get a bunch of errors.  Here's an example:

[dornith@imperator ~]$ export WINEARCH=win32
[dornith@imperator ~]$ export WINEPREFIX=/home/wine/newPrefix
[dornith@imperator ~]$ wineboot
wine: created the configuration directory '/home/wine/newPrefix'
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
fixme:storage:create_storagefile Storage share mode not implemented.
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:appwizcpl:install_file MsiInstallProduct failed: 1615
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
fixme:storage:create_storagefile Storage share mode not implemented.
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:appwizcpl:install_file MsiInstallProduct failed: 1615
Could not load wine-gecko. HTML rendering will be disabled.
fixme:event:wait_for_withdrawn_state window 0x10048/3600001 wait timed out
wine: configuration in '/home/wine/newPrefix' has been updated.
[dornith@imperator ~]$

I have a multilib system, completely up-to-date.

Last edited by Dornith (2014-05-13 23:01:38)

Offline

#2 2014-05-13 19:28:03

Rexilion
Member
Registered: 2013-12-23
Posts: 784

Re: [SOLVED] Wineboot produces a bunch of "Column # out of range" errors

Is that on a clean prefix? You named it NewPrefix, but I don't get these errors here.


fs/super.c : "Self-destruct in 5 seconds.  Have a nice day...\n",

Offline

#3 2014-05-13 19:59:15

Dornith
Member
Registered: 2013-02-19
Posts: 78

Re: [SOLVED] Wineboot produces a bunch of "Column # out of range" errors

Rexilion wrote:

Is that on a clean prefix? You named it NewPrefix, but I don't get these errors here.

Yes, it's a brand new prefix, nothing installed, completely clean.

Offline

#4 2014-05-13 22:24:15

emeres
Member
Registered: 2013-10-08
Posts: 1,570

Re: [SOLVED] Wineboot produces a bunch of "Column # out of range" errors

Probably a bug in wine.

wine-git-1.7.17.r92.ge2bf516-1-x86_64.pkg.tar.xz -- works as expected
wine-git-1.7.18.r136.g0fb88f8-1-x86_64.pkg.tar.xz -- throws mentioned errors

@moderator: you probably want to merge this thread with this one.
Might have been too quick here, errors are same, but wineboot actually works without errors when using a clean/creating a new prefix.

Last edited by emeres (2014-05-13 23:03:43)

Offline

#5 2014-05-13 23:01:25

Dornith
Member
Registered: 2013-02-19
Posts: 78

Re: [SOLVED] Wineboot produces a bunch of "Column # out of range" errors

emeres wrote:

Probably a bug in wine.

wine-git-1.7.17.r92.ge2bf516-1-x86_64.pkg.tar.xz -- works as expected
wine-git-1.7.18.r136.g0fb88f8-1-x86_64.pkg.tar.xz -- throws mentioned errors

@moderator: you probably want to merge this thread with this one.

I downgraded and now everything is working.  Thanks

Offline

#6 2014-05-15 02:07:58

slackner
Member
Registered: 2013-08-18
Posts: 36

Re: [SOLVED] Wineboot produces a bunch of "Column # out of range" errors

Hi,

this problem is caused by compiling wine with gcc4.9, which triggers this bug/problem:
https://bugs.winehq.org/show_bug.cgi?id=36139

when using an older version of gcc everything still works as expected.

Regards,
Sebastian

Offline

Board footer

Powered by FluxBB