exception GIF Exception in module WUFI_DBEditor.exe

All about WUFI 2D
Post Reply
yihao92
WUFI User
WUFI User
Posts: 6
Joined: Thu Jan 30, 2020 5:54 pm -1100

exception GIF Exception in module WUFI_DBEditor.exe

Post by yihao92 » Thu Jan 30, 2020 6:01 pm -1100

I have this error pop out when i want to change material.
how can i resolve this?
Look forward to your reply.
Thanks
Attachments
Capture.PNG
Capture.PNG (168.64 KiB) Viewed 6937 times

Christian Bludau
WUFI SupportTeam IBP
WUFI SupportTeam IBP
Posts: 1130
Joined: Tue Jul 04, 2006 10:08 pm -1100
Location: IBP Holzkirchen, the home of WUFI
Contact:

Re: exception GIF Exception in module WUFI_DBEditor.exe

Post by Christian Bludau » Thu Jan 30, 2020 8:48 pm -1100

Hi,
the invalid gif signature is related to an extension of the database done in WUFI Pro 6/ WUFI 2D 4. They use the same database directory like the old WUFI. The old database can not read the number of images which is now available, as there is not enough memory assigned for that in the old version of WUFI.

A workaround for that is to create a new folder for the old database:
1 ) close all instances of WUFI
2 ) Duplicate c:\ProgramData\WUFI\Database\ and give it the name Database_old or whatever you like
3 ) Change into c:\ProgramData\WUFI\Database_old\ and delete all files called Cxx.gif where xx is bigger than 44.
4 ) Start regedit.exe as adminstrator
5 ) Edit the key HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\IBP-Software\Database\IBP_24 and set the new file path (eg. c:\ProgramData\WUFI\Database_old\). Do not forget to end it with the name of the database "\IBP_24.mdb". The full key should look like the following:

Code: Select all

C:\ProgramData\WUFI\Database_old\IBP_24.mdb
6 ) Enter the following path into your file explorer: %appdata%\WUFI\WUFI2D\
7 ) Edit the file WUFI2d-3.4.ini and add this two lines at the end:

Code: Select all

[Climate]
database=c:\ProgramData\WUFI\Database_old\IBP_24.mdb
After that save the file.
8 ) Try to open up WUFI

Please note: Doing that, the new company logos will not be shown in the database.

Good luck, Christian

yihao92
WUFI User
WUFI User
Posts: 6
Joined: Thu Jan 30, 2020 5:54 pm -1100

Re: exception GIF Exception in module WUFI_DBEditor.exe

Post by yihao92 » Sun Feb 02, 2020 3:40 pm -1100

After i completed everything.
i have another "Could not find database" error when i open up wufi 2d.
Attachments
Capture.PNG
Capture.PNG (48.06 KiB) Viewed 6924 times

Christian Bludau
WUFI SupportTeam IBP
WUFI SupportTeam IBP
Posts: 1130
Joined: Tue Jul 04, 2006 10:08 pm -1100
Location: IBP Holzkirchen, the home of WUFI
Contact:

Re: exception GIF Exception in module WUFI_DBEditor.exe

Post by Christian Bludau » Sun Feb 02, 2020 8:50 pm -1100

Sorry, I forgot the DB name in step 7. Please change it to the following. I also corrected that in my first answer.

7 ) Edit the file WUFI2d-3.4.ini and add this two lines at the end:

Code: Select all

[Climate]
database=c:\ProgramData\WUFI\Database_old\IBP_24.mdb
Regards,
Christian

yihao92
WUFI User
WUFI User
Posts: 6
Joined: Thu Jan 30, 2020 5:54 pm -1100

Re: exception GIF Exception in module WUFI_DBEditor.exe

Post by yihao92 » Mon Feb 03, 2020 4:12 pm -1100

Thanks!!
it helps alot.
i manage to solve the problem

Post Reply