Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Crashes #105

Closed
ethanparkerr opened this issue Feb 9, 2017 · 9 comments
Closed

Crashes #105

ethanparkerr opened this issue Feb 9, 2017 · 9 comments

Comments

@ethanparkerr
Copy link
Contributor

with version 1.3.9 I am getting several different errors when downloading mods

Type: <class 'UnboundLocalError'>
Value: local variable 'archive_exception' referenced before assignment
Traceback:
File "cddagl\ui.py", line 6957, in download_http_finished
Type: <class 'FileNotFoundError'>
Value: [Errno 2] No such file or directory: '*:\\TEMP\\CDDA Game Launcher\\newmod-56bd9210\\ZSFixed_CDDAXP_2016-10-15.zip'
Traceback:
File "cddagl\ui.py", line 6948, in download_http_finished

File "zipfile.py", line 923, in __init__
Type: <class 'FileNotFoundError'>
Value: [Errno 2] No such file or directory: "*:\\TEMP\\CDDA Game Launcher\\newmod-46dc36d0\\Artyoms' Gun Emporium.rar"
Traceback:
File "cddagl\ui.py", line 6948, in download_http_finished

File "site-packages\rarfile.py", line 491, in __init__
File "site-packages\rarfile.py", line 760, in _parse
File "site-packages\rarfile.py", line 767, in _parse_real
File "site-packages\rarfile.py", line 1753, in __init__
@remyroy
Copy link
Owner

remyroy commented Feb 9, 2017

Are those files present on your disk when you get the error?

@ethanparkerr
Copy link
Contributor Author

ethanparkerr commented Feb 9, 2017

no

when I click Install this mod the errors pop up instantly

@remyroy
Copy link
Owner

remyroy commented Feb 9, 2017

What is the value of your TEMP environment variable? You can find out by opening a command prompt and typing echo %TEMP%.

@ethanparkerr
Copy link
Contributor Author

ethanparkerr commented Feb 9, 2017

I modified that part when pasting, originally D:\TEMP

@remyroy
Copy link
Owner

remyroy commented Feb 9, 2017

I'm adding more validation and error messages in the whole process but that is unlikely to solve those issue. It will just prevent the launcher from crashing.

@ethanparkerr
Copy link
Contributor Author

what's the cause? it didn't crash with the previous version so I thought it would be simple to fix

@remyroy
Copy link
Owner

remyroy commented Feb 9, 2017

I don't know. It is not crashing for me so it's hard to find out.

@remyroy
Copy link
Owner

remyroy commented Feb 9, 2017

Those crashes should be fixed with 0b90e43. It will be part of the next release.

@remyroy remyroy closed this as completed Feb 9, 2017
@ethanparkerr
Copy link
Contributor Author

Crashes are fixed. and I have found the problem, dropbox domain was set to 0.0.0.0 on my hosts file so it was a dns problem. when I removed that it worked

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants